[OFFER ALERT!] This Halloween, Get Any Premium Theme for Just $19 [GET IT NOW]
Jump to content

Pratik.d

Support
  • Posts

    1,169
  • Joined

  • Last visited

Everything posted by Pratik.d

  1. Hello, To change Homepage link, please add below filter code in your theme's functions.php file: add_filter( 'rank_math/frontend/breadcrumb/args', function( $args ) { $shop_page_url = get_permalink( wc_get_page_id( 'shop' ) ); $args['wrap_before'] = '<nav class="rank-math-breadcrumb"><p><a href="'. $shop_page_url .'">Shop</a> <span class="separator"> - </span>'; return $args; }); Are you sure presscore_get_breadcrumbs() function doesn't run above the header? The rank_math_the_breadcrumbs is just a function which output Breadcrumbs data where you placed it. Hope that helps. Thank you.
  2. Hello, I wanted to take a look at this issue but I could not log in with the provided access details. The /wp-admin & /wp-login.php is redirecting me to the 404 page. Can you please check and add the correct admin details in the Sensitive Data Section? Looking forward to helping you. Thank you.
  3. Hello, Thank you for contacting MyThemeShop and sorry for any inconvenience that might have been caused due to that. Thank you for letting us know this issue. It looks like Rank Math is not recognizing the Focus keyword in content when more than 4 words are used in Focus keyword. I've forwarded this issue to our development team and they will fix this issue in the next release of the plugin. We appreciate your patience. Thank you.
  4. Hello, For Product brand, we are picking the data from the Woocommerce Product Brand plugin. You can use 1 of the below plugins to add brands to your products: https://wordpress.org/plugins/perfect-woocommerce-brands/ https://wordpress.org/plugins/product-brands-for-woocommerce/ https://wordpress.org/plugins/woocommerce-brand/ Hope that helps. Thank you.
  5. Hello, Disabling Rich Snippet will only disable the Snippet data added by Rank Math plugin. It will not remove the og & twitter tags. To remove the twitter tags added by Rank Math please add below filter code in your theme's functions.php file: add_action( 'rank_math/head', function() { remove_all_actions( 'rank_math/opengraph/facebook' ); // Use this code to remove FB open graph tags remove_all_actions( 'rank_math/opengraph/twitter' ); // Use this code to remove Twitter tags }); Hope that helps. Thank you.
  6. Hello, This is not an issue, that's how Rank Math adds the description. If a description is not added in the form then it uses the excerpt content and if there is no content in excerpt then it uses the default description added in settings. To prevent the plugin from using excerpt content you will have to add the filter code I gave you before. There is no other option since it's not an issue. Hope that helps. Please let us know if there is anything else. Thank you.
  7. Hello, I rechecked your site and, everything seems to be working fine. The priority in which description is added to the posts is: a) Description inserted in Post Setting's Description field b) Excerpt Text c) Description added in Settings d) Auto-generated description from content All posts on your site have an excerpt, that's the reason why the description is showing the excerpt text on the frontend. To ignore excerpt, i.e. step 2 and show the description added in Settings, please add the code I shared in my previous reply to your theme's functions.php file. Hope that helps. Thank you.
  8. Hello, I see the issue on your site but unfortunately, I could not recreate this issue on my setup. Also on your site, I see the issue only on the Article Posts, on pages, it seems to be working fine. Can you please check if there are any errors logged in debug.log file in wp-content/ folder? For now, to temporarily fix it on your site, I added below code to your active theme's funcitons.php file: add_filter( 'rank_math/frontend/description', function( $desc ) { if( is_singular() ) { global $post; $desc = get_post_meta( $post->ID, 'rank_math_description', true ); if( ! $desc ) { $settings = get_option( 'rank-math-options-titles' ); $desc = $settings["pt_{$post->post_type}_description"]; $desc = RankMath\Helper::replace_vars( $desc ); } } return $desc; }); The posts now show the description added in Settings. The code I added fix the issue but please do share the error log information in the Sensitive Data Section so we can further debug the issue on your site as we are not able to reproduce it on our setup. Looking forward to helping you. Thank you.
  9. Hello, To change the Recipe snippet data, please add the filter code in your active theme's functions.php. The filter code will only change the output generated by the Rank Math plugin, so you'll have to manually add the array of recipes to $recipes variable used in the filter. Hope that helps. Thank you.
  10. Hello, Thank you for contacting MyThemeShop today. You can use rank_math/snippet/rich_snippet_product_entity filter to change the product snippet data. add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $pre ) { // You can modify/add product details here by extending the $pre variable return $pre; }); Hope that helps. If there is anything else, please let us know. Thank you.
  11. Hello, Thank you for contacting MyThemeShop today. You can use a plugin filter to add/change the output of the snippet data. Below is a syntax of this filter: add_filter( 'rank_math/snippet/rich_snippet_recipe_entity', function( $recipe ) { // You can modify/add recipe details here by extending the $recipe variable return $recipe; }); Hope that helps. Thank you.
  12. Hello, Thank you for contacting MyThemeShop and sorry for any inconvenience that might have been caused due to that. Can you please confirm if Author archives in Dashboard >> Rank Math >> Titles & Meta >> Author Archives are enabled on your site: If it is enabled then please share your login details in the "Sensitive Data" section by editing your first post on this ticket and follow the instructions shown in the screenshot below: Please make a reply once you update the details, so we get notified. Looking forward to helping you. Thank you.
  13. Hello, All the Settings on your site looks ok to me. Your article's source code shows the title you added in the plugin settings. If you have recently made these changes than its likely that Google hasn't re-crawled and re-indexed your site since before these changes were made. To ask Google to see your site's most updated information, please submit your site to Google Search Console and request a re-index. Hope that helps. Thank you.
  14. Hello, Thank you for providing the links. I see the issue on your site and it looks like WP Category Permalink is causing the problem. With Rank Math plugin there is no need to use other plugins to set category in the permalink. You can simply use Rank Math's Primary category option to select a category which you want to show in the permalink. Please see the screenshot in the Sensitive Data Section. I deactivated the WP Category Permalink plugin on your site and set the Primary category on the course which was showing 404. Please confirm if it's ok now. Hope that helps. Thank you.
  15. Hello, Can you please add a link to the post(s) which is redirecting to 404 page in the Sensitive Data Section? I checked a few courses on your site, none of them showed me 404. Looking forward to helping you. Thank you.
  16. Hello, Maybe this is happening because you are adding focus keywords and alt tag in Chinese. In the Chinese language, there are no spaces between the words so that might be causing this problem. Can you tell us what exactly is not working with Ocean Plugin? The Heading issue you were facing before was not related to the Ocean plugin and I don't see Focus Keyword in any of the headings in the link you added above. Looking forward to helping you. Thank you.
  17. Hello, The tests are working fine on your site. I checked the link you added above, that post doesn't have any images which has alt matching the focus keyword. The focus keyword you used in that post is 高雄孕婦寫真 and the alt text you added to the Featured image is 高雄孕婦寫真, 高雄孕婦攝影. This test will only pass when alt text is equal to the focus keyword. Hope that helps. Please let us know if there is anything else. Thank you.
  18. Hello, Can you please contact your server team and ask them to increase max_execution_time & max_input_time? It is now set to 0 & 60 respectively which is too low. Hope that helps. Thank you.
  19. Hello, Thank you for contacting MyThemeShop and sorry for any inconvenience that might have been caused due to that. I logged into your site and I see the issue but unfortunately, I could not reproduce it on my setup. Could you please share your FTP access details as well in the Sensitive Data Section so we could further debug this issue on your site? Looking forward to helping you. Thank you.
  20. Hello, Thank you for contacting MyThemeShop and sorry for any inconvenience that might have been caused due to that. Can you please check if the Focus Keyword in the subheading test is working fine now? I removed the heading in your content and added it again and it looks like that fixed the issue. Looking forward to helping you. Thank you.
  21. Hello, Please use below code to remove the Search console option for everyone except the IDs in the array: // Remove Search Console option from Settings. add_filter( 'rank_math/settings/general', function( $tabs ) { $user_id = get_current_user_id(); if ( ! in_array( $user_id, array( '{COMMA_SEPARATED_CLIENT_IDS}' ) ) ) { // Eg 1,2,3  unset( $tabs['search-console'] ); } return $tabs; }); // Remove Search Console option from Setup Wizard. add_filter( 'rank_math/wizard/steps', function( $steps ) { $user_id = get_current_user_id(); if ( ! in_array( $user_id, array( '{COMMA_SEPARATED_CLIENT_IDS}' ) ) ) { // Eg 1,2,3 unset( $steps['searchconsole'] ); } return $steps; }); Hope that helps. Thank you.
  22. Hello, Thank you for contacting MyThemeShop today. To use Media description in meta, please add below filter code to your active theme funcitons.php file: add_action( 'rank_math/frontend/description', function( $description ) { if( is_attachment() ) { global $post; if( $post->post_content ) { return $post->post_content; } } return $description; }); Hope that helps. Thank you.
  23. Hello, Thank you for contacting MyThemeShop and sorry for any inconvenience that might have been caused due to that. Search console profile shows all the accounts linked to the email address. Sadly, there is no way to show specific Analytics Account in Seach Console Profile. To show client specific analytics account in the profile you'll either have to create separate client accounts or you can hide the Search console option completely for specific WP users which belongs to your client by adding below code to your active theme's funcitons.php file: // Remove Search Console option from Settings. add_filter( 'rank_math/settings/general', function( $tabs ) { $user_id = get_current_user_id(); if ( in_array( $user_id, array( '{COMMA_SEPARATED_CLIENT_IDS}' ) ) ) { // Eg 1,2,3 unset( $tabs['search-console'] ); } return $tabs; }); // Remove Search Console option from Setup Wizard. add_filter( 'rank_math/wizard/steps', function( $steps ) { $user_id = get_current_user_id(); if ( in_array( $user_id, array( '{COMMA_SEPARATED_CLIENT_IDS}' ) ) ) { // Eg 1,2,3 unset( $steps['searchconsole'] ); } return $steps; }); Please replace '{COMMA_SEPARATED_CLIENT_IDS}' with the WP user IDs. Hope that helps. Thank you.
  24. Hello, Thank you for contacting MyThemeShop today. You can change Breadcrumb Title from Advanced Tab in Rank Math SEO Metabox: Hope that helps. If there is anything else, please let us know. Thank you.
  25. Hello, Sorry if I was not clear before. I was referring to Rank Math plugin when I said, I'll try to make some changes in the plugin code. I am not going to change anything in other plugins. I checked your site before and I found that Casepedia plugin was conflicting with Rank Math. I couldn't find Casepedia plugin anywhere on the internet, so I could not debug it on my setup. That's the reason I asked you for your site's FTP access so we can further debug this issue on your site and if possible make it compatible with Casepedia. Looking forward to helping you. Thank you.
×
×
  • Create New...