hi, i`m using enfold 3.0.1 (wp4.0) on my localinstallation (xampp)!
i try to put a second coloursection on my startpage layout, after that my boxedlayout in the maincontent is gone! just the header and footer is as a boxedstyle there. i see in the maincontent my mainbackgroundpictuer an the content is over there but i miss the boxedstyle.
i use a 99,9% original-enfoldtheme, no big css chances etc.
another issue after the update is in my hedaermenu, i use one as a mega menu, before the update the menucontent was in the middle of the boxedlayout, after that it go`s to the rightside out the screen.
do you have any tipp for me please?
i cant give a link to the side its local.
Thanks
Carsten
Hi set_carsten!
Thank you for using Enfold.
Please switch the advance layout builder to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
You will be able to see the actual shortcode below the builder. Copy it then place on pastebin.com. We would like to reproduce the issue on our installation. Did you add any html codes? Make sure that you close the tags properly.
Regards,
Ismael