Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #235675

    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

    #235747

    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

    #236791

    Hello,

    yesterday the SEO plug-in released a new update and the problem was gone.
    Thank you for your help.
    Kind regards, Michael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Issue after 2.6 Upgrade with WordPress SEO from YOAST’ is closed to new replies.