Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #620504

    Hello

    Please look at the link in the private box – the page shows a typical blog page but the lower half is squashed and not full width like the rest of the site… it appears that the sidebar is causing problems for a full width element below… please help!! thanks

    R

    #620685

    Hi mrcityrunner!

    Thanks for getting in touch with us!

    Could you please provide login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Cheers!
    Jordan

    #620728

    Hello…please see the private box for the login info.

    Please note that the bottom section is included by a plugin which includes the “about” page as a footer widget….however even without a widget or plugin, if I put a full width section in the page when there is a sidebar, it also squashes that full width section so it looks like there is a problem with the theme.

    I look forward to your help.

    Thanks

    R

    #621941

    Hi!

    The custom section added through the widget is breaking the layout of the theme because it is outside the main container. Please save that section as template in the advance layout builder and add it as needed. Also note that full width elements will always push the sidebar underneath them.

    Cheers!
    Ismael

    #622051

    Hello

    But if I save that as a template and include it into many pages…what happens if I need to update the information ? Do I need to edit every single page and change that information many times over?

    Thanks

    R

    #623548

    Hey!

    Yes, unfortunately, you will have to edit the content manually. I’m sorry but the plugin is breaking the layout of the theme. A workaround is to add a custom Section ID to the color section shortcode then add this in the functions.php file:

    // new script
    add_action('wp_footer', 'ava_new_custom_script');
    function ava_new_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
        $('#av_section_2').appendTo('#main');
    })(jQuery);
    </script>
    <?php
    }

    Replace “av_section_2” with the custom id of the color section. The code will relocate the section inside the main container.

    Cheers!
    Ismael

    #626646

    I noticed that any full width section breaks if there is a sidebar on that page – will this bug get fixed in the new releases?

    #628082

    Hi,

    What do you mean? Could you please create a test page? Full width elements will not break pages with sidebar, it will only push the sidebar underneath the full width section which is expected because the full width container markup precedes the sidebar’s. There are 80,000++ Enfold users and if this is a fact an issue, it would been incessantly reported in the past.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.