Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #195867

    I unable to edit page after Yoast SEO install. the page is viewable from browser but when click edit, it keep loading…. and nothing happen. before install Yoast everything working well.

    my site using Woocommerce + Enfold

    will send logon credential to you in separate post

    Thanks,
    Tony

    #196605

    Hey lertnoparat!

    Please try to insert following code at the bottom of functions.php to fix the issue.

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

    #196763

    working now thanks Peter!!

    I put above code after this tag in functions.php

    require_once( 'functions-enfold.php');
    
    • This reply was modified 11 years, 5 months ago by lertnoparat.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘can't edit page after insert product slider’ is closed to new replies.