Hello,
I am not really sure what is what you are looking for, so could you help me? Could you give us more details about your issue?
Looking forward to help you.
Hi , its not an issue but i can move the rank math section from the right slide to the bottom under where I write the post like on products page
Hi,
You can switch to the old way of seeing the meta box with this code in your theme’s functions.php file:
https://rankmath.com/kb/filters-hooks-api-developer/#disable-gutenberg-sidebar
Hope it helps.
Hello,
You could add the following code in your function.php in your current active theme so Rank Math will use the classical look (the one you see in the products editor):
/**
* Disable Gutenberg Sidebar Integration
*/
add_filter( 'rank_math/gutenberg/enabled', '__return_false' );
Looking forward to help you.
Thank you Alberto its working
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.