-
AuthorPosts
-
April 23, 2016 at 12:56 pm #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
April 23, 2016 at 10:59 pm #620685Hi 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!
JordanApril 24, 2016 at 2:22 am #620728Hello…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
April 26, 2016 at 7:13 am #621941Hi!
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!
IsmaelApril 26, 2016 at 11:51 am #622051Hello
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
April 28, 2016 at 9:11 am #623548Hey!
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!
IsmaelMay 3, 2016 at 6:00 pm #626646I noticed that any full width section breaks if there is a sidebar on that page – will this bug get fixed in the new releases?
May 6, 2016 at 5:22 am #628082Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.