Tagged: missing content, Text block
Hi Support,
I have now created two Text Block elements on pages and added content to them, saved them and then reopened them to have all the content missing in the Text Block editor. It simply says “Click here to add your own text.” The content is still visible in the Avia Layout Builder but not in the Text Block editor. This means it can’t be modified. I am currently using Enfold 2.7.1 on WordPress 3.9.1.
Is there a fix for this or should I assume anything put into a Text Block can go missing at any point?
Screen shots show content in Avia Layout Builder and it missing in the Text Block.
Thanks.
Hi MadrimNero!
Thank you for the info.
Please download the latest version 2.8.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Also, please switch your advance layout builder 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’lll be able to see the actual shortcode below the builder.
Regards,
Ismael