Tagged: , ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #217055

    Sorry to open a new thread with the same name, but unfortunately this one here got closed prematurely:
    https://kriesi.at/support/topic/yoast-seo-plugin-makes-some-pages-go-missing-incompatibility/

    It’d be great if the forum moderators could be a bit more patient before closing threads… I couldn’t even reply to the last post in the above thread (private reply from user “maximondo”)… any way to do so, to say thank you???

    Anyway… back on topic:
    I managed to resolve the problem with disappearing pages upon activation of the Yoast SEO plugin. Seems like other users of the Enfold theme were experiencing the same issue:
    http://wordpress.org/support/topic/some-pages-disappear-when-i-activate-the-plugin?replies=6#post-5171996

    The solution in that thread (modifying functions.php) didn’t work for me. Some pages still went missing in WP-Admin, but were visible online. So I temporarily activated the “Twenty-Fourteen” theme that comes with WP3.8 and voila: all pages were back again.
    I then noticed that I still had a lot of pages from the Enfold demo content (marked as “draft”). So I trashed & deleted all of the demo content pages, and re-activated the Enfold theme. And… woooohooo: All pages visible.

    Don’t know why, and what happened – but at least it’s now working.
    Still: Might be worth investigating for the Kriesi/Enfold team. It could well be that the number of pages or drafts was the problem….

    #217384

    Hey BelIblis!

    Thank you for the notice. We’ll look into it if more users report similar issues.

    Best regards,
    Peter

    #218494

    Hi guys we have the same problem, it is a problem with the slider as it seems to pause on that and will npt load any content below.
    Is there a fix for this ?

    #218495

    #218592

    Hey!

    Did you try this code 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);
    }

    Cheers!
    Ismael

    #226181

    I’ve noticed another problem:
    When I want to edit my ‘home’ page (which features a layerslider), I can’t see the Avia builder. As soon as I disable the Yoast SEO plugin, the avia builder works fine.

    #226183

    Bellblis that is the same problem i had as above, use the code Ismael provided and all works

    #226550

    Hey!

    Give the snippet from Ismael a try and let us know. With Yoasts popularity we’ve done a good bit to make sure it always works with the theme but have not had a major blip in reports that it isn’t working or anything at this point.

    Hopefully it works as it did for gloopy1.

    Cheers!
    Devin

    #227595

    Very strange: I’ve tried editing a page again _before_ adding your code snippet, and today it worked.
    (I did try a few times last time, and because my site is on a shared server, I made sure I definitely give my site enough time to bring up the Avia Builder).
    Anyway – I’ll keep your code snippet handy in case I run into problems again.

    Thanks for your awesome support!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Yoast SEO Plugin makes some pages go missing… incompatibility?’ is closed to new replies.