When i want to edit an existing text block, the avia pop up appears to be empty. I can not click on the text field to add text either. The problem is still there when i remove the text block and create a new one.
All other elements appear to work just fine.
im going crazy! Now it works again :/. I don’t get it, I haven’t changed a thing
Hey cyoniq,
This has been related to having not enough memory allocated for wordpress to use. Try one of these methods to increase your php memory limit: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Devin
I do have the same problem! I checked the memory limit using a phpinfo.php file and the limit is set to 512M but the content still wont display.
What else can i do ?
If i check the page using firebug i get the following error …
avia-madal.js
undefined is not a object (evaluating ‘window.tinyMCE.get(el_id).setContent’)
latest version WP (3.5.1) + THEME (1.5.1) cleared the cache several times rebooted browser and macbook.
Hi,
Please your Avia Builder to debug mode. Add this code on your functions.php
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
You will see the actual shortcode at the bottom of the Advance Layout Editor.
Regards,
Ismael
Hello,
I have the same problem, I increased memory to 512M and the problem is not fixed
I get the following error …
TypeError: this.getDoc(…) is undefined in :
wp-includes/js/tinymce/wp-tinymce.php?c=1&ver=358-23224
Please help
One thing to try is to re-download the theme files from your downloads on Themeforest and then completely re-install all theme files on top of the current theme files so that they are replaced and any file possible file corruptions or issues are written over.
If you have any other active plugins, deactivate them as well to make sure there is no conflict.
Regards,
Devin