Tagged: ,

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #317342

    Hi,

    When I activate the plugin WordPress SEO (Yoast), I can’t reach my styling pages from enfold ( wp-admin/admin.php?page=avia ), so I can’t do any quick CSS etc anymore.

    Any solution? Running all latest versions.

    Thanks!

    #317397

    I also can’t reach the SEO pages from Yoast, it all becomes white…

    #317401

    Hey!

    Are you using the latest version of Yoast as well?

    Regards,
    Yigit

    #317444

    is this for the new version of enfold an Yoast SEO obsolte? :

    for functions.php

    add_action('init','avia_remove_yoast_filter');
    function avia_remove_yoast_filter()
    {
        remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1);
        remove_filter('wpseo_video_index_content','avia_wpseo_video_content_fix', 10, 2);
    }
    #317471

    @Yigit: Yep Versie: 1.6 from Yoast.


    @Guenni007
    , do I need to add that in my functions.php?

    #317533

    Hey!

    I don’t think this is an WordPress seo issue but you’re just running out of php memory. At the moment the limit is set to 64MB which is not enough if you want to use additional plugins like wordpress seo. I recommend to increase the memory to 128M. See: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    Cheers!
    Peter

    #317579

    @Dude That worked, thanks :)! Had a plugin which should increase it, but apparently that didn’t work.

    Thanks!

    #317629

    I’ve the same probleme with Yoast WP SEO 1.6.WP memory is already set to 128Mo in WP-config and in my web hoster control panel…

    #317804

    Hey!

    @Ronan: Do you mind if we take a look at the current website? Have you tried adding this code on functions.php?

    add_action('init','avia_remove_yoast_filter');
    function avia_remove_yoast_filter()
    {
        remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1);
        remove_filter('wpseo_video_index_content','avia_wpseo_video_content_fix', 10, 2);
    }

    Best regards,
    Ismael

    #317991
    This reply has been marked as private.
    #318454

    Hey!

    Great, glad the code helped you :)

    Best regards,
    Peter

    #319163
    This reply has been marked as private.
    #321039

    Everything is working well now. Thanks ;) How did you fix the problem ?

    #322271

    Hey!

    I’m pretty sure it was the memory issue: https://kriesi.at/support/topic/wordpress-seo-crash/#post-317533

    Cheers!
    Peter

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.