Hello,
after upgrading to 2.6 the avia editor doesnt stop loading…..
I´ve figured out this behavour has something to do with the WordPress SEO Plugin von YOAST.
Alfter disabling the plug-in the avia editor works fine.
I know, perhaps it is not a Enfold Problem, but do know a way to solve this problem?
Kind regards, Michael
Hey fragezeichen!
Can you please give us a link to the website? Add this on functions.php:
add_action('init','remove_yoast_analysis');
function remove_yoast_analysis(){
remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1);
}
Please try to increase the wordpress php memory limit. Refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
Ismael
Hello,
yesterday the SEO plug-in released a new update and the problem was gone.
Thank you for your help.
Kind regards, Michael