-
AuthorPosts
-
September 11, 2014 at 1:05 pm #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!
September 11, 2014 at 2:32 pm #317397I also can’t reach the SEO pages from Yoast, it all becomes white…
September 11, 2014 at 2:38 pm #317401September 11, 2014 at 3:33 pm #317444is 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); }
September 11, 2014 at 4:10 pm #317471@Yigit: Yep Versie: 1.6 from Yoast.
@Guenni007, do I need to add that in my functions.php?September 11, 2014 at 5:33 pm #317533Hey!
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!
PeterSeptember 11, 2014 at 6:59 pm #317579@Dude That worked, thanks :)! Had a plugin which should increase it, but apparently that didn’t work.
Thanks!
September 11, 2014 at 8:50 pm #317629I’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…
September 12, 2014 at 4:13 am #317804Hey!
@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,
IsmaelSeptember 12, 2014 at 10:37 am #317991This reply has been marked as private.September 13, 2014 at 11:00 am #318454Hey!
Great, glad the code helped you :)
Best regards,
PeterSeptember 15, 2014 at 1:12 pm #319163This reply has been marked as private.September 18, 2014 at 9:59 am #321039Everything is working well now. Thanks ;) How did you fix the problem ?
September 20, 2014 at 10:11 am #322271Hey!
I’m pretty sure it was the memory issue: https://kriesi.at/support/topic/wordpress-seo-crash/#post-317533
Cheers!
Peter -
AuthorPosts
- You must be logged in to reply to this topic.