• Resolved nitin421503

    (@nitin421503)


    Last week I updated my WP core from 6.1.1 to 6.2.2, and today while updating my blog post, I noticed Yoast SEO meta data fields were missing and not accessible.

    After a few tests and R&D, I found that if I disable the Classic Editor plugin, it works properly.?

    Then I tested disabling the Gutenberg editor directly from the code.

    add_filter(‘use_block_editor_for_post’, ‘__return_false’);

    But I needed the Classic Editor for Productivity

    Still, the issue is not resolved.

    So I rolled back to 6.1.1 in the development environment and found it working perfectly on WP 6.1.1.

    Now I’m at conclusion, it’s due to conflict in WP 6.2.2, Classic Editor and Yoast SEO

    (I can’t rollback production to 6.1.1 and don’t want to skip use of Classic Editor)

    If someone has an appropriate solution to fix this, please let me know.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter nitin421503

    (@nitin421503)

    adding a image reference of missing yoast fields.

    Plugin Support Maybellyne

    (@maybellyne)

    Hello @nitin421503

    I am sorry that you are experiencing a blank meta box. First, can you ensure that other non-Yoast plugins and your theme are updated?

    Thread Starter nitin421503

    (@nitin421503)

    Hello @maybellyne,

    Thank you for asking. I had updated all of the plugins but had forgotten to update the theme.

    The problem was resolved after I updated the theme.

    I was previously on DIVI 4.17.0 and am now on DIVI 4.21.0 (This may be useful if you need to debug this.)

    Thank you once more for your assistance.

    Plugin Support Maybellyne

    (@maybellyne)

    Thanks for sharing the fix, @nitin421503

    This thread was marked resolved as the original poster confirmed the issue no longer occurs on their site.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Yoast SEO meta data not accessible in Classic Editor after update to WP6.2.2…’ is closed to new replies.