Forum Replies Created

Viewing 30 posts - 9,541 through 9,570 (of 10,428 total)
  • Author
    Posts
  • in reply to: Remove Sidebar menu top and bottom border #582683

    Hi!

    Glad we could help you with this. we really appreciate if you rate our theme on themeforest :)
    Please feel free to get in touch with us if you have any questions.

    Thank you for using Enfold :)

    Best regards,
    Vinay Kashyap

    in reply to: No content showing in pages – only featured image #582681

    Hi Saffron!

    Please share the site URL and create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you better.

    Cheers!
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    in reply to: Remove Additional Information from Checkout #582680

    Hi!

    The login credentials you’ve provided do not work but you can do this using this plugin to edit the additional info on the checkout page https://wordpress.org/plugins/woocommerce-poor-guys-swiss-knife/

    Cheers!
    Vinay Kashyap

    in reply to: Different image desktop/mobile page #582679

    Hi!

    To switch image in mobile please enable custom class support
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Then add these class to the images you want to switch.

    /*show hide */
    .show-in-mobile {  
        display: none;    
    }	
    @media only screen and (max-width: 768px) {
    	.hide-in-mobile {  
    	    display: none!important;    
    	}
    	.show-in-mobile {  
    	    display: block!important;    
    	}	
    }
    

    I would suggest using Advance Layout builder and add text instead of images so it will be more readable and responsive on all devices.

    Regards,
    Vinay Kashyap

    in reply to: LayerSlider stops after enfold update #582677

    Hey!

    Glad we could help you with this. we really appreciate if you rate our theme on themeforest :)
    Please feel free to get in touch with us if you have any questions.

    Thank you for using Enfold :)

    Best regards,
    Vinay Kashyap

    in reply to: Avia Layout Builder does not load #582676

    Hi Mewish!

    The sample page which you have created has some content in default editor which is why the advance layout builder show you the spinning wheel.

    We created a test page (see private for link) everything is working fine :)

    Regards,
    Vinay Kashyap

    in reply to: Border styling for color section problem #582674

    Hi!

    Glad we could help you with this :) no it’s not a bug the color sections just work fine on all our installations it must be a custom css on your site.

    If you have more questions please feel free to get in touch with us.

    Regards,
    Vinay Kashyap

    in reply to: Add a Global Section? #582673

    Hey thatryan!

    You can do just that with wordpress please goto Appearance > Widgets

    You can add text widget and add shortcode inside it.

    If you have sidebar on all pages you can display it in sidebar widget area.

    Another options is to display the partner logo widget in the footer area in the widgets options.

    Regards,
    Vinay Kashyap

    in reply to: Title size on accordian slider #582672

    Hey!

    To change the title size please add the below code to Enfold > General Styling > Quick CSS

    feel free to adjust the font size to suit your needs :)

    /*Change title size */
    #top .aviaccordion-title {  
        font-size: 34px!important;
    }
    

    Regards,
    Vinay Kashyap

    in reply to: Facebook picks up my logo, not my Featured Image #582671

    Hi mantisjitsu!

    Thank you for using Enfold!

    Please use a facebook open graph plugin to setup what details fb should pick
    https://wordpress.org/plugins/search.php?type=term&q=facebook+open+graph

    You can also set this up in Yoast SEO plugin

    Please find more info here

    https://developers.facebook.com/docs/sharing/opengraph
    https://developers.facebook.com/docs/sharing/best-practices

    Regards,
    Vinay Kashyap

    Hey!

    Looks like the arrows are not coming from enfolds avia-menu-fx
    please add the below code to Enfold > General Styling > Quick CSS

    
    #mobile-advanced a:before {
        display: none!important;
    }

    Cheers!
    Vinay Kashyap

    in reply to: Gallery Link #582660

    Hey dmcalcada!

    I’m assuming you are referring to the ALGUNS DOS NOSSOS TRABALHOS section.

    Please use easy slider in place of the gallery it has the options you are looking for.

    Cheers!
    Vinay Kashyap

    in reply to: Move Comment Section Element Left #582659

    Hi Jasmer!

    There could be other reasons for this may be the parent element has paddings or something but we cannot say for sure what is causing the issue without being able to inspect the element in question. Please share the link to the page we are more than happy to help :)

    Cheers!
    Vinay Kashyap

    in reply to: Enfold – drop down menu #582657

    Hi!

    I’m a bit confused reading the post in one of the post it is mentioned mega menu is going to be used and in the above post it say’s a single dropdown menu. Well the single column dropdown is the default submenu look. Is it possible for you to post a screenshot of your site and mockup what you need to do so we can help you better.

    Regards,
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    in reply to: Mobile View overlapping #582655

    Hi!

    As Ismale mentioned to hide and display elements please follow the post link

    If you need more control on ALB elements enable custom css class support and add custom class and target them via css http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    To push the button a little below so it won’t overlap the logo please add the below code to Enfold > General Styling > Quick CSS

    
    @media only screen and (max-width: 768px) {
    #header .widget {
        padding-top: 140px;
    }
    }
    

    Cheers!
    Vinay Kashyap

    in reply to: How to add extra space on both sides of top menu text #582654

    Hey Julie!

    To add padding to the link please add the below code to Enfold > General Styling > Quick CSS

    li#menu-item-583 a {
        padding: 10px 20px;
    }

    Cheers!
    Vinay Kashyap

    in reply to: Having to clone elements to make them show up on pages #582652

    Hey mgyura!

    This might be a case of plugin conflict but do let us know what browser you are using. .

    To find the plugin in conflict please follow the below steps

    1. Goto plugins page > Deactivate all active Plugins
    2. Updated WordPress and Enfold to latest version if you have not.
    3. Activate one plugin at a time… refresh the page and check for the issue.
    4. Make sure the plugins are all updated

    If the above din’t work create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you better.

    Best regards,
    Vinay Kashyap

    in reply to: Email response for reset password not working #582650

    Hi offthehook33!

    There could be several reasons for this issue.

    Do let us know when it started was it working before and was there any recent changes to the site?

    1. Check your spam folder.
    2. Check with a email that end’s with gmail or yahoo if it works fine there will be an issue with the domain server

    Please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you better.

    Regards,
    Vinay Kashyap

    in reply to: Logo in header won't show full size. #582642

    Hey bekhike!

    Please check the site now :)
    To make the logo full width the below code was added to Enfold > general Styling > Quick CSS

    
    /*Full Width logo*/
    .logo img {
        min-height: 100%;
        min-width: 100vw;
    }
    
    

    Regards,
    Vinay Kashyap

    in reply to: Ajax portfolio hover to view #582638

    Hi!

    We are working on your ticket please wait while we update the results here soon.

    We have removed the paddings on the left and right as per your request please check the site now :)

    The below code was added to Quick CSS

    /* remove left and right padding*/
    .container {
    padding-left:0!important;
    padding-right:0!important;
    }

    Cheers!
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    in reply to: Mobile view of Phone and email Icons in top no space #582583

    Hi Olga!

    Please use space unicode ‘    ‘ before the phone number and email as seen below in the example code to add space between icons and info.

    /* Phone and email info in Header*/
    
    <span class="av-icon-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>&nbsp;&nbsp; 07663 261 652 &nbsp;&nbsp; | &nbsp;&nbsp; <span class="av-icon-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>&nbsp;&nbsp;  <a href="mailto: (Email address hidden if logged out) ">email:  (Email address hidden if logged out) </a>
    

    Cheers!
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    in reply to: Adding a Full Screen Background Image #582581

    Hi!

    If you are not making these customizations using a child theme all changes will be lost when you update the theme.

    To use a child theme please check http://kriesi.at/documentation/enfold/using-a-child-theme/

    Coming to your issue what you are trying to do can be achieved using Advanced Layout Builder > Layout elements > Color Section

    Please turn on custom class support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Go ahead and create a temporary user with ‘administrator’ role and share in private content with permission to add custom code if necessary.

    And lastly please share a mockup design of what are trying to achieve so we can help you better.

    Best regards,
    Vinay Kashyap

    in reply to: Login-Logout Toggle #582574

    Hi jyothisvikram!

    What you are trying to do sounds like it is out of our support scope however we like to help you achieve what you are doing please share a link to the element in question where we can inspect the element and let you know what best can be done or we can point you to some helpful resources.

    Best regards,
    Vinay Kashyap

    in reply to: Speed issue with menu open/close on mobile only #582573

    Hi!

    The menu works fine on my samsung note however one of the things I noticed is that the background color is set to a different color for the active menu or when the menu is clicked the class is added which changes the menu color. (notice the menu background change from dark to light color when the mobile menu opens).

    CSS will try to re-paint the whole area which simultaneously is also scaling this can affect the performance of the browser and take more time to render and conflict with other animations happening at the same time.

    For testing purpose disable or remove all customization and try then do let us know if it works fine on your device.

    Best regards,
    Vinay Kashyap

    in reply to: Clicking on an image displays text #582572

    Hi Jean-Francois!

    We could not find ‘Nos métiers’ on the link you provided. please send us a screenshot upload to dropbox or imgur.com and share it here.

    Cheers!
    Vinay Kashyap

    in reply to: Responsive background image section #582566

    Hey PeterWP!

    It looks like a fixed height is set on the container hence it is not re-sizing please create a temporary admin login and share in private content with permission to deactivate all plugins and add custom code if necessary to help you better.

    Best regards,
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    in reply to: Disable author and category links below posts #582564

    Hey fcp!

    Please create a child theme as mentioned in the below link to avoid losing any customization when you update the main theme
    http://kriesi.at/documentation/enfold/using-a-child-theme/

    What you are asking could possibly be done using CSS please share the link to the page where we can see the element in question :)

    Cheers!
    Vinay Kashyap

    in reply to: Blog post spacing mobile #582561

    Hi skeereweer!

    Please add the below code to Enfold > General Styling > Quick CSS

    The code will make the blog look similar to the screenshot below.

    please enable css class support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Add a custom class name and use it with the below code.

    @media only screen and (max-width: 480px) {
    	.custom-class .responsive #top #wrap_all .slide-entry {
    	    width: 100%!important;
    	}
    	.custom-class .responsive #top #wrap_all .slide-entry a{
    	    background: transparent!important;
    	}
    }
    

    Cheers!
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    in reply to: How to make the size of image cells inside columns the same #582558

    Hi!

    please add the below code to Enfold > General Styling > Quick CSS

    .custom-class .avia-image-container {
        max-height: 180px!important;
    }
    

    Best regards,
    Vinay Kashyap

    in reply to: Help with a page #582554

    Hi!

    It should work with the correct page id class name which is before each of the css block

    .page-id-568 
    

    The css block with page ID will then be

    .page-id-568  .html_header_sidebar #header .av-main-nav > li > a .avia-menu-text {
        color: red;
    }

    Cheers!
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
Viewing 30 posts - 9,541 through 9,570 (of 10,428 total)