Jaideep Asrani
Forum Replies Created
-
Hello @angeldavo,
This will be fixed in an upcoming update. For now, you can ignore the notice, as it is false and won’t affect the settings of our plugin or your site.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @moorthyit and @mariland01,
Please make sure that you make changes to the Author sitemap settings and save them after adding the filter to the site. If the issue persists after following the steps, then you will have to get in touch with our development team. Since none of troubleshooting steps haven’t worked, please email our development team at support@rankmath.com.
Thank you.
Hello @southklad,
Please click on the beginning of the focus keyword field. Here is a screenshot for your reference: https://i.rankmath.com/i/X81ohZ
We have also informed the development team about this and it should be fixed soon.
Please do not hesitate to let us know if you need our assistance with anything else.
Hello @chinwag,
Thank you for the feedback. We have forwarded your suggestion to the concerned team.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @southklad,
Please confirm if you see any error in browser’s console when you load the editor or when you try to add the focus keyword in the meta box.
Looking forward to helping you.
Hello @mariland01,
Please confirm if you have followed the steps mentioned here: https://wordpress.org/support/topic/user-profile-can-be-edited-after-latest-free-version-update/#post-18858410
Looking forward to helping you.
Hello @zetoun17,
Since we didn’t hear back from you we are going to mark this topic as resolved. If you have any additional questions don’t hesitate to get in touch.
Thank you.
Hello @direktorobi,
Please check the browser’s console when in the post editor and share a screenshot of the errors you see in it. You can use a tool like https://imgur.com/ to share screenshots.
Thank you.
Hello @tanerdgci,
The warnings suggest that you have added a SVG image as Logo in WP Dashboard > Rank Math SEO > Titles & Meta > Local SEO settings.
SVG logos don’t have a defined width and height, and that’s why they can’t be added to the LocalBusiness Schema for the logo property, which triggers the warning. So, you shouldn’t use SVG images as logo in our plugin’s settings.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @tanerdgci,
Thank you for contacting Rank Math support.
Please share the queries of our plugin that are causing issue, so we can check and assist you further.
Looking forward to helping you.
Hello @nerkur,
Thank you for contacting Rank Math support.
The issue is related to some corrupted database entries for our plugin’s options. Please follow these steps:
- Add the following filter to your active theme’s functions.php file:
add_filter( "pre_update_option_rank-math-options-sitemap", function( $value, $old_value, $option ){ unset($value['exclude_roles']); return $value; }, 10, 3 ); - Navigate to WP Dashboard > Rank Math SEO > Sitemap Settings > Author Sitemap and make any small change to the Exclude Roles option and save the settings.
- Remove the filter from the functions.php file.
That should fix the issue. Let us know if it doesn’t.
We are here to assist.
Hello @direktorobi,
Thank you for contacting Rank Math support.
Please follow this guide to check if the issue is related to a plugin conflict: https://rankmath.com/kb/check-plugin-conflicts/
Let us know how that goes. Looking forward to helping you.
Hello @senlin,
We understand the inconvenience caused by the false notice and will soon release an update to fix it.
Please do not hesitate to let us know if you need our assistance with anything else in the meantime.
Thank you.
Hello @southklad,
Please follow this guide to check if the issue is related to a plugin conflict: https://rankmath.com/kb/check-plugin-conflicts/
Let us know how that goes. Looking forward to helping you.
Forum: Reviews
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Love it!Hello @webvegamu,
We are super happy that you are enjoying using our plugin, and hope the experience excels.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
- Add the following filter to your active theme’s functions.php file: