Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1061709

    Hi, How do I turn off the shortcode block on bottom of all my pages? See screenshot

    #1061821

    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

    #1062831

    Thank You, deleting that worked!

    #1062953

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Turn off shortcodes on bottom of pages’ is closed to new replies.