Change View in Backend Editor?

#152803
  • Resolved Lisa Delfante
    Rank Math free

    Hi there
    When I’m editing my rankmath information in the wordpress backend editor of a page, the rankmath info is squished in a column on the right hand side. I’m wondering if it’s possible to change this view so it’s easier to input the information? Like, is it possible to move the column to underneath the page content? I know Yoast lets you do this and it makes it much easier to edit all the information.
    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for contacting the support, and sorry for any inconvenience that might have been caused due to that.

    When you use the Gutenberg editor, the Rank Math meta box is moved to the Gutenberg sidebar.

    If you wish to show it below the content like in previous versions, please use the following code in your theme’s functions.php file:

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

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    Thanks.

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

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

You must be logged in to reply to this ticket.