• Resolved Festarossa

    (@festarossa)


    Yoast SEO was automatically updated to 3.0 on several sites, and now every site that has standard content editor removed with script below won’t show Snippet Editor or Content Analysis information at all. Looks like this:
    https://www.dropbox.com/s/l36ircs9s30lisd/yoast-seo-problem.png?dl=0

    Script to remove the standard content editor:

    add_action('init', 'remove_content_editor');
    
    function remove_content_editor() {
        remove_post_type_support( 'page', 'editor' );
    }

    Browser and WordPress caches have been emptied. Only thing that has helped was to remove the script above from functions.php, but that is not a solution.

    I have not experienced any javascript errors.

    https://wordpress.org/plugins/wordpress-seo/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Festarossa

    (@festarossa)

    Also, the Shortcodes Ultimate plugin don’t work with Yoast SEO update.
    https://wordpress.org/plugins/shortcodes-ultimate/

    Plugin Support Taco Verdonschot

    (@tacoverdo)

    Removing the visual editor by script is the same as setting the checkbox in your user profile, so it’s equal to this issue on GitHub.

    And please provide more information on the issue with the Shortcodes Ultimate plugin.

    Thread Starter Festarossa

    (@festarossa)

    Ok, thanks.

    Issue with Shortcodes Ultimate is that when SU’s “Insert shortcode” button is clicked, nothing happens. It should open the SU options view in lightbox (or similar).

    I rolled back to Yoast SEO 2.3.5 and with that SU works as it should.

    Having a lot of problems here after the last yoast update (3.01) of our WP site. The whole SEO part is gone, we aren’t able anymore to put a link in the messages, the messages are in English, out of the blue, we get a request to join a Yoast translate plugin.

    Sorry yoast, but we get the slight idea that your plugins updates contains to many bugs…

    Please, please tell me how to roll back to Yoast SEO 2.3.5. My Yoast SEO upgraded to 3.0 automatically, and everything is in a horrible mess. When I ask Yoast for support, they just send cryptic little messages that don’t help at all.

    Thread Starter Festarossa

    (@festarossa)

    I used WP Rollback to, um, roll back.
    https://wordpress.org/plugins/wp-rollback/

    Install the plugin, and you’ll find a rollback-link on each plugin in plugins list.

    I had Yoast SEO automatically updated on some 20 sites, and with Jetpack and WP Rollback it was really quick to go back to 2.3.5 on every site. As all the sites are connected to WordPress.com with Jetpack, I first just turned automatic updates for Yoast SEO off on all sites in wordpress.com. Then, still on wordpress.com, I installed WP Rollback to all sites. After this I logged in to every site and rolled Yoast SEO back to 2.3.5.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘3.0.1 with blank Snippet Editor and Content Analysis’ is closed to new replies.