-
AuthorPosts
-
January 30, 2014 at 5:40 pm #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-5171996The 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….January 31, 2014 at 11:48 am #217384Hey BelIblis!
Thank you for the notice. We’ll look into it if more users report similar issues.
Best regards,
PeterFebruary 2, 2014 at 8:25 pm #218494Hi 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 ?February 2, 2014 at 8:28 pm #218495February 3, 2014 at 4:48 am #218592Hey!
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!
IsmaelFebruary 19, 2014 at 2:31 pm #226181I’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.February 19, 2014 at 2:35 pm #226183Bellblis that is the same problem i had as above, use the code Ismael provided and all works
February 20, 2014 at 4:09 am #226550Hey!
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!
DevinFebruary 21, 2014 at 6:11 pm #227595Very 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!
-
AuthorPosts
- The topic ‘Yoast SEO Plugin makes some pages go missing… incompatibility?’ is closed to new replies.