Hi, How do I turn off the shortcode block on bottom of all my pages? See screenshot
Hey Hudavi,
This is enabled by adding this code to your functions.php:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
so to turn it off you would remove this code. I assume that someone was helping you with a issue and forgot to remove the code, if you include admin login in the Private Content area we can remove this for you.
Best regards,
Mike
Thank You, deleting that worked!
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike