Hi guys, lovely theme, but I’m having a problem with creating new pages, where I did not before.
I am using Enfold v.2.4.2, WP 3.7.1, and when I create new pages, the vertical padding or spacing between all page elements is increased significantly beyond the default. Existing pages (that were created under v.2.3 or earlier) do not show the same behaviour, but copying the exact same code to a new page exhibits the expanding vertical padding issue.
I have checked the code using Advanced (Avia) Layout Builder, as well as the Default Editor. All seems to be correct, no extra <p> or </br> being added. However, I did notice that creating a new/blank page and switching between Advanced and Default editors inserts a </br> code for no apparent reason. I have turned on the “debug” mode in config.php to discover this strangeness.
Any clue what is going on? This is driving me nuts.
Thanks,
Paul
Hey Paul!
Can you post the link to your website so we can inspect elements to find out the reason of extra spacing?
Regards,
Yigit
Hi!
You can check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button to make your post private
Regards,
Yigit
Hey!
Can you please post the login details here? Set it as a private reply. 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";
}
Cheers!
Ismael