Tagged: enfold, Layout Builder, Text block
I am having a problem with a page that wont let me access the code in the text block. The page is displaying correctly but when I open the page to edit it, the text block is empty – it contains the text “click here to add your own text” – this appears in the visual and text portions of the screen.
http://skomar.net/?p=4801 – url of page
I can create an admin account if you want to tae a look, where should I send login details?
Thanks
Phil
Hey phmorgan!
Can you elaborate please? We may need a temporary admin login, so if you do not mind, you can send them here privately by checking “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Cheers!
Yigit
Hi!
Please switch your theme 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";
}
You will be able to see the actual shortcode below the builder.
Best regards,
Ismael