• Resolved George

    (@chainkiller)


    I have the post editor disabled and only use custom fields for my content.
    On version 3.0.x when the post editor is disabled i have no fields to edit under Snippet Editor.

    Screenshot…

    Also the focus keyword field is empty for old posts after update.

    PS: It is not the cache, once i activated the editor i see the Snippet Editor fields and the Focus Keyword appears too.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Taco Verdonschot

    (@tacoverdo)

    Can you please update to Yoast SEO 3.0.3 and thoroughly clear your browser cache?
    That should solve this problem.

    Thread Starter George

    (@chainkiller)

    I am on 3.0.3 and as i said it’s not the cache, i have no caching plugin and i did a ctrl+F5.

    This is the code i use to disable the editor:

    function alleria_remove_editor() {
    	remove_post_type_support( 'post', 'editor' );
    }
    add_action( 'init', 'alleria_remove_editor' );

    Plugin list:

    • Advanced Code Editor
    • Ajax Search Lite
    • Basic Comment Quicktags
    • Code Snippets
    • Custom Upload Dir
    • Epoch
    • Favorites
    • Laps
    • Pods – Custom Content Types and Fields
    • Post Index
    • Post Views Counter
    • Taxonomy Dropdown Widget
    • Ultimate Member
    • Ultimate Member – Online Users
    • WP-Sweep
    • Yoast SEO
    • Yuzo – Related Posts
    Thread Starter George

    (@chainkiller)

    This is definitely a Yoast Seo problem.

    I just set up a clean WP install, just WP and Yoast Seo, all works until i disable the editor, after that no more seo title and meta description fields.

    Thread Starter George

    (@chainkiller)

    Is this getting fixed anytime soon?

    Following. Same problem

    Daniel

    (@ddumondgmailcom)

    Same problem here — Only with Custom Post Types!

    i have the following plugins installed….
    qTranslate-X
    qTranslate slug
    Integration: Yoast SEO & qTranslate-X

    Any word on this yet?

    I have the same problem. Only for some users, but not others. They all have the same roles (admin) and I even tried in the same browser on the same computer!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Snippet Editor not available when the post editor is disabled’ is closed to new replies.