Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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?

    #179419

    Well, 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. :)

    #179428

    Hi!

    Thanks for pointing that, the Yoast/ALB conflict is a common issue.

    Regards,
    Josue

    #179457

    Waaa, 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?

    #179550

    Hey!

    Please create as an admin account and post the login credentials as private reply. We’ll look into it.

    Regards,
    Peter

    #180027
    This reply has been marked as private.
    #180584

    Hey!

    I need a link to the website too :)

    Best regards,
    Peter

    #180749
    This reply has been marked as private.
    #180785

    Hey!

    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!
    Peter

    #180831
    This reply has been marked as private.
    #180845

    Hi!

    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!
    Peter

    #180848

    Thanks 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?

    #180949

    Hey!

    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

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘WordPress SEO (yoast) breaks page editing’ is closed to new replies.