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
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
working now thanks Peter!!
I put above code after this tag in functions.php
require_once( 'functions-enfold.php');