RankMath does not show in editor any more

#28945
  • Hi support,

    in the editor-view rankmath does not show up any more.

    I tried the following:
    1. disabled all plugins – no difference
    2. tried to rollback a few versions – no difference
    3. add a addfilter i found in an other ticket – no difference
    4. tried a standard theme – no difference
    5. tried to rollback wp-core – no difference

    Until a few days it worked very fine. Where can i look to solve this problem? Have you any advice?

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • 6. now tried to add:

    add_filter( 'rank_math/gutenberg/enabled', '__return_false' );

    in functions.php of my theme.

    Now the rank-math options shows below the post. I will use this as a work-around until the normal position is working again.

    Btw: My website i use rank math

    Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    The current version of the plugin adds the rankmath meta box at the sidebar.

    Good news is your workaround should work just fine.

    /**
     * Disable Gutenberg Sidebar Integration
     */
    add_filter( 'rank_math/gutenberg/enabled', '__return_false' );

    Looking forward to helping you. Thank you.

    Hi Michael,

    i always used rank math in the sidebar. I never got used to something else. (maybe because i am a new user?)
    The workaround is just saying: Rankmath in the sidebar is broken! But it is still working below the Content when using the hack.

    I think you should investigate in the reason, because it seems to be a coding-bug without interferrence to versions of WP-Core and without interferrence with other plugins.

    Hello,

    Thank you for contacting Rank Math today.

    I cannot replicate this on my end but we will perform additional tests on this to check if this is related to a bug.

    Looking forward to helping you. Thank you.

    ​​​​​​

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The ticket ‘RankMath does not show in editor any more’ is closed to new replies.