Forum Replies Created

Viewing 30 posts - 56,521 through 56,550 (of 67,207 total)
  • Author
    Posts
  • in reply to: Product single page layout #305573

    Hi Denis!

    Thank you for using the Enfold theme.

    Please add this on functions.php to change the layout of the single product page:

    add_action( 'init', 'half_single_product_page', 1);
    
    function half_single_product_page() {
    
    remove_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25);
    add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div_six', 25);
    
    if(!function_exists('avia_add_summary_div_six'))
    {
    	function avia_add_summary_div_six()
    	{
    		echo "<div class='six units single-product-summary'>";
    	}
    }
    
    remove_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2);
    add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div_six', 2);
    if(!function_exists('avia_add_image_div_six'))
    {
    	function avia_add_image_div_six()
    	{
    		echo "<div class='six units single-product-main-image alpha'>";
    	}
    }
    }

    Cheers!
    Ismael

    in reply to: Enfold Portrait iPad – Menu covers the logo #305571

    Hey!

    Thank you for the info.

    I edited the Quick CSS field but it’s not affecting the site because of the cache plugin. Please disable the cache plugin then we’ll check it again.

    Regards,
    Ismael

    in reply to: Coloring the Search icon in the menu #305570

    Hi!

    Thank you for the update.

    Can you please disable the cache plugin first while working on the site? I edited the Quick CSS field but I guess its not affecting the website because of the cache plugin. Also, if possible, please deactivate the css minify settings.

    Cheers!
    Ismael

    in reply to: How to increase thickness of the Bar on Selected Menu #305566

    Hi bemofunny!

    Thank you for using Enfold.

    Change the bar thickness with this on Quick CSS or custom.css:

    .avia-menu-fx {
    height: 5px;
    }

    You need to set the Blog as parent page of the pages with the masonry element.

    Cheers!
    Ismael

    in reply to: Shortcode Error Message #305565

    Hey crescentvale!

    Thank you for using the theme.

    Please give us a link to the actual website. Make sure that you’re running the latest version of Enfold which 2.9.1 plus WordPress 3.9.2. We would like to check it.

    Regards,
    Ismael

    in reply to: Having trouble getting custom sidebars to work #305563

    Hi alexmasica!

    Thank you for using Enfold.

    Note that you can’t use special characters on custom sidebars. What is the page where you’re trying to add a custom sidebar? Please post the url here. We would like to check it.

    Regards,
    Ismael

    in reply to: Header menu to span entire width of page #305561

    Hi sonnicant!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    #header_main_alternate .container, #header_main_alternate #avia-menu {
    width: 100%;
    background-color: #1B4799 !important;
    margin: 0;
    text-align: center;
    }

    Cheers!
    Ismael

    Hi!

    Thank you for using Enfold.

    There’s another way of removing the sidebar on forum pages. Please refer to this link then follow Dude’s suggestion: https://kriesi.at/support/topic/remove-sidebar-from-bbpress-forum/#post-131153

    Cheers!
    Ismael

    in reply to: Advanced Layer Slider not showing up on devices #305556

    Hey courtney_martin!

    Thank you for using Enfold.

    The layer slider shows up fine mobile screens. Maybe a cache issue. Anyway, glad it is working now.

    Best regards,
    Ismael

    in reply to: Google Maps + Seperator Buggy? #305554

    Hey stiffler17!

    Thank you for using Enfold.

    Please insert the google map element inside a 1/1 column layout to constrain the width.

    Best regards,
    Ismael

    in reply to: Fullwidth Easy Slider issue #305551

    Hey alexmasica!

    Thank you for using the theme.

    The full width slider should always be full width by default. Please give us a link to the actual website. We would like to check it. Maybe you added some html codes on the page then you forgot to close the tags and it somehow break the layout of the slider.

    Regards,
    Ismael

    in reply to: Coffee Cup form Builder Remove Scroll Bar #305550

    Hey!

    Thank you for update.

    If the above suggestions doesn’t work it means that you can’t modify the style of the plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.

    Regards,
    Ismael

    in reply to: Social Icons in header #305549

    Hey!

    Glad we could help. If you still have any questions, let us know.

    Best regards,
    Ismael

    in reply to: Different Textsize for Fullscreen & Fullwidth slider #305547

    Hey Herbert!

    Thank you for using Enfold.

    You can use “.avia-fullscreen-sldier” selector for the full screen slider and “.avia-fullwidth-slider: for the full width slider. Regarding the margin between button and caption, use this on Quick CSS or custom.css:

    #top .avia-slideshow-button {
    margin-top: -10px;
    }

    Adjust it if necessary.

    Regards,
    Ismael

    in reply to: Advanced Layer Slider on mobile issue #305545

    Hey!

    Thank you for using Enfold.

    Please set the width of the layer slider container to 100% then look for the Layers container field to constrain the layer elements on a specific width. The Global Setting > Layout should be:

    Slider width: 100%
    Slider height: 400
    Responsive: On
    Responsive Under: 1140
    Layers container: 1140

    Cheers!
    Ismael

    in reply to: Displaying another slider on mobile devices #305544

    Hey slimmer1!

    Thank you for using Enfold.

    Please create two layer sliders, one for desktop and another for mobile. We’ll check it after. Usually, they will be identified as div#layerslider_1 and div#layerslider_2. So you need to hide the other layer slider on desktop then force it to show on mobile then hide the other one using media query. Something like this:

    @media only screen and (min-width: 768px) {
      div#layerslider_2 {
     display: none !important;
     }
    }
    
    @media only screen and (max-width: 767px) {
     div#layerslider_1 {
     display: none !important;
     }
    
    div#layerslider_2 {
     display: block !important;
     }
    }

    Place the layer slider for desktop on top of the second layer slider.

    Best regards,
    Ismael

    in reply to: Space between header and content #305541

    Hi mikebru77!

    Thank you for using Enfold.

    Please go to Enfold > Header Layout > Header layout panel. Change the Header Size to custom pixel value. Adjust the height as much as necessary. Also, adjust the padding of the content with this on Quick CSS or custom.css:

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 88px;
    }

    Best regards,
    Ismael

    in reply to: Fullwidth Page if Boxed Layout is active? #305539

    Hi!

    Thank you for using update.

    Do you mind if we take a look at the website? You can use the Boxed layout then add this on Quick CSS or custom.css to change the width of the home page:

    .home {
    width: 100%;
    }

    The solution above will require additional css fix for containers, column etc on the home page. You should probably hire a freelance developer to fix it for you. Please visit Envato Studio or Werkpress for further customization.

    Regards,
    Ismael

    in reply to: gallery unable to select Images #305537

    Hey!


    @holleycreative
    : Glad it is working for you now. Thanks for sharing.


    @Chrisparkins
    : Please try holley’s suggestions then if possible, please remove all images on the media library that doesn’t have any thumbnails. Regenerate the images using the plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Ismael

    in reply to: Sidebar ifo #305536

    Hey sevanah!

    Thank you for using Enfold.

    You can find all sidebar content on Appearance > Widgets. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Cheers!
    Ismael

    in reply to: Contact Form not Sending #305535

    Hi mediumstudio!

    Thank you for using Enfold.

    If you’re not receiving emails using third party plugins like CF7 then it means that there’s something wrong your email configuration. You should probably contact your host again. Try to disable Enfold then activate any default themes then test the contact form 7 plugin.

    Regards,
    Ismael

    in reply to: Uber Menu Question #305534

    Hi!

    Thank you for the updat

    I’m sorry but adding the ubermenu on a color section means that you have to add it on all pages. You should probably do the second suggestion. Edit the includes > helper-main-menu.phpfile via FTP. Replace that line of code with the ubermenu script. Regarding the submenu being partially hidden, use this on Quick CSS or custom.css:

    div#ubermenu-section {
    z-index:  5000;
    position: relative;
    }

    Best regards,
    Ismael

    in reply to: language #305533

    Hi!

    Thank you for using the theme.

    I’m sorry but it’s not possible without major customization. You can look into the Google Translate widget: https://translate.google.com/manager/website/

    Best regards,
    Ismael

    in reply to: Can't show Breadcrumb in shop page #305532

    Hi scaico!

    Thank you for using the Enfold theme.

    Did you modify anything on the theme files? The breadcrumb on shop page should show by default. http://kriesi.at/themes/enfold/shop/

    Regards,
    Ismael

    in reply to: WPML Language Switcher and Header arrangment #305531

    Hi!

    Thank you for the update.

    Yes, it is possible to have the language dropdown on the top left corner but you need to fix the style of the dropdown element. Add this on functions.php right after the first suggestion above:

    add_action('avia_meta_header', 'ava_icl_language_selector');
    function ava_icl_language_selector(){
    	do_action('icl_language_selector');
    }

    Best regards,
    Ismael

    in reply to: Next and Previous Post Navigation is in reversed order #305530

    Hi bemofunny!

    Thank you for using Enfold.

    Please add this on functions.php to reverse the post navigation order:

    add_filter('avia_post_nav_entries', 'avia_apply_custom_sort_order_to_post_nav', 10, 2);
    function avia_apply_custom_sort_order_to_post_nav($entries, $settings)
    {
    	if(!empty($entries['prev'])) $temp = $entries['prev'];
    	if(!empty($entries['next'])) $entries['prev'] = $entries['next'];
    	if(!empty($temp)) $entries['next'] = $temp;
    	return $entries;
    } 
    

    Cheers!
    Ismael

    in reply to: Additional social media icons in footer widget #305529

    Hey!

    Thank you for the update.

    Please refer to this link: https://kriesi.at/support/topic/social-media-in-main-menu/

    Cheers!
    Ismael

    in reply to: Social Icons in header #305261

    Hi KK!

    Thank you for using Enfold.

    Please use this on QuicK CSS or custom.css to align the social icons:

    #header_main nav .social_bookmarks {
    position: relative;
    top: 120px;
    }

    Best regards,
    Ismael

    in reply to: Add background image on 1 page #305259

    Hi!

    Thank you for using Enfold.

    If you don’t mind, please post a screenshot of what you’re trying to do. We’ll try to help you with the css in order to accomplish it. By default, you can only add a background image if you’re using a boxed layout. You can also add Color Sections on a page using the Advance Layout Builder then apply the background on the element itself.

    Best regards,
    Ismael

    in reply to: Layer Slider hidden by menu bar on mobile #305256

    Hi Slade!

    Thank you for using Enfold.

    You can add a top margin on the layer slider:

    @media only screen and (max-width: 768px) {
    div#layer_slider_1 {
    margin-top: 30px;
    }
    }

    Regards,
    Ismael

Viewing 30 posts - 56,521 through 56,550 (of 67,207 total)