Jaideep Asrani
Forum Replies Created
-
Hello @sulainisart,
We are super happy that this resolved your issue.
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.
Hello @giorgos93,
If using the filter fixes the issue, it means that your sitemap is being cached. You should keep the filter to make sure that the sitemap updates without any delay. The only downside of using the filter is that it can increase the loading time of sitemap if you have a lot of posts and taxonomies that are being included in the sitemap.
Please do not hesitate to let us know if you need our assistance with anything else.
Hello @calzbert,
You should use the update option only when all the elements of the editor, including our plugin’s score and meta box have completely loaded. If all the elements are not loaded, it can cause issues with the saving process.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @zlatimuud,
Please navigate to WP Dashboard > Rank Math SEO > General Settings > Analytics and use the “Test Connection” option. If the indicators turn red, there must be a permission issue with connected properties. Please reconnect your Google account to fix it.
If the indicators stay green, then please share a screenshot of the Performance section of your GSC account for a timeframe of the last 30 days.Looking forward to helping you.
Hello @ilyagaiduk5,
Thank you for contacting Rank Math support.
We can check that the SEO description is present in the page source of the homepage. Here is a screenshot for your reference: https://i.rankmath.com/i/6OBa7Q
Please check and if the issue is related to something else, use a tool like https://imgur.com/ to share the screenshots, so we can check and assist you further.
Looking forward to helping you.
Hello @mesmer7,
If the files were not removed from our plugin’s folder, then deleting them shouldn’t cause any issues with our plugin. Please confirm if you got any error when the site disappeared and if it was related to our plugin.
Looking forward to helping you.
Hello @zlatimuud,
Thank you for contacting Rank Math support.
Please navigate to WP Dashboard > Tools > Scheduled Actions > Pending and check if the
rank_math/analytics/data_fetchaction is present. If the action is there, the notice is false, and you can dismiss it using theXicon.Let us know how that goes. Looking forward to helping you.
Hello @mark-klinefelter,
The CSS should be added in WP Dashboard > Appearance > Customizer > Additional CSS. Please confirm how you changed the line height of the H2 tags in the TOC, so we can assist you further.
Thank you.
Hello @calzbert,
Thank you for contacting Rank Math support.
Please record and share a screencast of the issue, so we can reproduce it on our end and assist you further. You can use a tool like https://loom.com/ to record and share the screencast.
Looking forward to helping you.
Hello @tunyk,
We are glad that the issue has been resolved.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @tunyk,
Sorry for the inconvenience caused. We have cleared the site’s cache and the new code should now be available in the guide.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @tunyk,
We have updated the function from:
public function rm_home_canonical( $canonical ) { global $post; $post_id = (int) get_option( 'page_on_front' ); if ( ! is_home() && $post->ID !== pll_get_post( $post_id ) ) { return $canonical; } $path = ltrim( (string) wp_parse_url( pll_get_requested_url(), PHP_URL_PATH ), '/' ); return $canonical . $path; }To:
public function rm_home_canonical( $canonical ) { global $post; $post_id = (int) get_option( 'page_on_front' ); if ( ! is_home() && ! empty( $post->ID ) && $post->ID !== pll_get_post( $post_id ) ) { return $canonical; } $path = ltrim( (string) wp_parse_url( pll_get_requested_url(), PHP_URL_PATH ), '/' ); return $canonical . $path; }Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @tunyk,
Thank you for contacting Rank Math support.
We have updated the guide with the new code that includes the fix for the issue you’re facing. https://rankmath.com/kb/polylang-compatibility/
Please use the new code on your site.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @mark-klinefelter,
We have tested the CSS rule on our end and it worked fine. Please try changing the line-height in the rule to 1em and see if that changes the line height on the affected pages. If the issue persists, please share the URL of an affected page once the site is live, so we can check this further.
Looking forward to helping you.
Hello @1000camels,
Thank you for contacting Rank Math support.
Can you please record and share a screencast of the issue, so we can reproduce it on our end and investigate this further? You can use a tool like https://loom.com/ to record and share the screencast.
Looking forward to helping you.