Tagged: wordpress seo, Yoast
-
AuthorPosts
-
October 23, 2013 at 3:25 am #179407
I have 2.4 Enfold and the latest Yoast WordPress SEO. (default settings)
I added the focus keyword, SEO Title and Meta Description then updated the page. After that, the page, in WP editor, is blank. Note that the page was built with the page builder.
When I deactivate WP SEO all is fine.
Page also still displays fine, it is just broken in the editor.
Ideas?
October 23, 2013 at 3:46 am #179419Well, figured it out.Woocommerce was conflicting for whatever reason. Grrr.
Deactivated, re-updated the afflicted page, re-activated Woocommerce and all is well now.
Thanks for listening. :)
October 23, 2013 at 4:19 am #179428Hi!
Thanks for pointing that, the Yoast/ALB conflict is a common issue.
Regards,
JosueOctober 23, 2013 at 5:22 am #179457Waaa, not fully resolved after all.
If I go back to edit that page the Avia layout builder just churns and never shows content.
Poop. Woocommerce and Yoast SEO are staples to my other sites with various themes.
Anyway to fix this?
October 23, 2013 at 10:00 am #179550Hey!
Please create as an admin account and post the login credentials as private reply. We’ll look into it.
Regards,
PeterOctober 24, 2013 at 2:31 am #180027This reply has been marked as private.October 25, 2013 at 11:14 am #180584Hey!
I need a link to the website too :)
Best regards,
PeterOctober 25, 2013 at 5:32 pm #180749This reply has been marked as private.October 25, 2013 at 7:51 pm #180785Hey!
I can’t reproduce the issue on my end: http://www.screenr.com/QTYH – maybe it’s a problem with the browser or a browser extension causes a js error?
Cheers!
PeterOctober 25, 2013 at 10:21 pm #180831This reply has been marked as private.October 25, 2013 at 11:12 pm #180845Hi!
I fixed it on your server – it seems like the woocommerce product slider shortcode breaks the Yoast SEO analysis on your server. I’m not sure why it does not work though because I can’t reproduce the issue on my test server and we didn’t receive similar bug reports yet. I added following code to 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); }
to fix the issue.
Cheers!
PeterOctober 25, 2013 at 11:16 pm #180848Thanks Peter,
I always have a knack for finding obscure shit. :)
Since it is a shortcode issue, should I bring this to the attention of woocommerce? Or even Yoast?
October 26, 2013 at 8:17 am #180949Hey!
You can try it but tbh I’m not sure if it’s worth the time. They’ll probably tell you it’s a theme issue and send you back to us. I’ll monitor the support forum though and if someone else reports the same issue I’ll dig into the code and check why the product grid can cause a conflict on some servers. Maybe it’s a problem with the allocated memory ( ) but I’m not sure. You can try to increase it to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Cheers!
Peter -
AuthorPosts
- The topic ‘WordPress SEO (yoast) breaks page editing’ is closed to new replies.