Hello,
Thank you for contacting Rank Math support, and sorry for any inconvenience that might have been caused due to that.
Can you please share a screenshot or a video screencast of the area of the page where the issue is happening? We tried checking from our end and it seems there isn’t any issue on the layout of the page. You may use any of these tools and share the URL here with us: https://imgbb.com/ or https://loom.com
For initial troubleshooting, please refer to this guide: https://rankmath.com/kb/check-plugin-conflicts/
Only the site admin would know and your users won’t be affected by this troubleshooting.
Looking forward to helping you with this one.
Hello,
There may be some conflict between Rank Math and the current theme that you are using.
We would like to further investigate this.
Can you please share your website FTP login in the sensitive data section as well? If you are not sure, you may ask your hosting provider for the FTP credentials.
Looking forward to helping you.
Hello,
I have updated the sensitive data as requested. Can you please check further?
Thank you.
Hello,
Thank you for sharing the FTP access.
The admin menu bar that Rank Math adds is conflicting with your theme. I see an error in the console when the menu bar is enabled $('.ani').inViewPort() is not defined. I debugged the code and it looks like your theme is using an outdated version of jquery. You will get this issue with any plugin that adds jquery from WordPress core. Please contact your theme team and ask them to update the jquery or use the core jquery from WordPress.
For now, to fix the issue on your site I have disabled the admin menu bar by adding the following code to your theme’s functions.php file:
remove_all_actions( 'admin_bar_menu', '100' );
add_action( 'wp_enqueue_scripts', function() {
wp_dequeue_script('rank-math');
} );
I hope that helps.
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.