Tagged: DeBug Mode
Hi, I updated to the latest version and my debug mode no longer displays on my pages. The code in my child theme functions.php still remains, no changes done after updating. pls help, thanks
current code in functions.php childtheme:
//set builder mode to debug add_action(‘avia_builder_mode’, “builder_set_debug”); function builder_set_debug() { return “debug”; }
Hey janicenisha,
It seems to be working just fine on my end, I can see the shortcode under the builder window. Could you try to clear your browser cache and reload a few times to see if that helps please?
Best regards,
Rikard
Hi Rikard,
You are right! it works after I cleared my cache. Thanks for taking the time to help.