Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #442364

    Dear Support team,
    i have an issue with All-In-One SEO-Plugin. On my Startpage i cannot change the title,description, etc. After saving the page all the changes are lost. I tried the following fix without changing the error:

    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);
    }

    #442908

    Hey dondela!

    Thank you for using Enfold.

    That fix is for the Yoast SEO plugin. Please use the Yoast plugin instead of All-In-One SEO. Note that we don’t provide support for third party plugins so you have to report this one to the plugin author.

    Cheers!
    Ismael

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