Hi!
I was trying to keep the information added to build a page when shifting from advanced to default layout editor and I’ve read on your forum that I could add this tag to the child theme function so that i could see the shortcodes when passing from one to the other editor
//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}
however this hasn’t helped since after the shift i still cannot see the shortcodes plus a code keeps showing up right under the wordpress saying:
//set builder mode to debug add_action(‘avia_builder_mode’, “builder_set_debug”); function builder_set_debug() { return “debug”; }
is there any way you can help me to achieve my objective and stop the tag from showing up?
thanks
Hi riaviaggi!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
Yigit
Hey!
I am afraid the login does not work for me. Are you sure there are no typos?
The code snippet metnioned above should usually help. Where exactly did you add it? it needs to be added to the themes fucntion.php file (or if you use a child theme to the child themes function.php file)
Best regards,
Kriesi
Hey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit