-
Good morning
Trying to make primary, follow the manual but the breadcrumbs are not changing.
Samplehttps://dev.sweetsheep.pt/produto/vela-numero-princesa/
Should be under de category Velas taht is the make primary selection .
But is picking the first category selected.
Please advise.
Thanks
-
Hello,
We apologize for the issue you are facing with setting the primary category for your breadcrumbs. It seems that the breadcrumbs are not reflecting the primary category as expected.
To ensure that the primary category is set correctly, please follow these steps:
- Navigate to the post or product in your WordPress admin area.
- In the Rank Math Meta Box, go to the Categories section.
- Make sure to select the category you want as the primary (in your case, Velas) and check the box next to it.
- If you have multiple categories selected, ensure that the one you want as primary is at the top of the list or marked as primary.
- Save or update the post/product after making these changes.
If you have already done this and the issue persists, it might be helpful to check if there are any caching plugins active that could be affecting the display of your breadcrumbs. Clearing the cache may resolve the issue.
For more detailed guidance on breadcrumbs and categories, you can refer to our Breadcrumbs documentation.
If you continue to experience difficulties, please reply to this ticket, and a human agent from the Rank Math Support team will assist you further.
Thank you for raising this concern!
Sources:
How to Enable Breadcrumbs on Your Website With Rank Math SEO » Rank MathHello,
Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.
We’ve checked your page and we can see that the breadcrumbs are coming from WooCommerce, not from Rank Math and that’s why the Rank Math settings are not working on your breadcrumbs.
In this case, if you want to disable WooCommerce’s breadcrumbs, then please add the following filter on your website:
/** * Function to disable WooCommerce breadcrumbs */ function remove_wc_breadcrumbs() { remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0 ); } add_action( 'init', 'remove_wc_breadcrumbs' );
Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/
After that, you can follow the steps from this guideline to activate Rank Math breadcrumbs: https://rankmath.com/kb/breadcrumbs/#activate-breadcrumbs
Hope that helps and please don’t hesitate to let us know if you have any other questions.
Thank you.
Still not working..
Just added the csssample :
https://dev.sweetsheep.pt/produto/balao-numero-35cm-dourado/
is showing :
Início / Festa / Cores / Dourado / Balão Número 35cm Douradothe make principal on the categories is:
Balões
Balões Números e LetrasThanks
Hello,
We can see the breadcrumb still appears from WooCommerce.
Could you please confirm if you’ve properly added the filter code on your website? You can also share a screenshot of the filter code with us by using a tool like https://imgur.com/upload so that we can check if it is properly added or not.
Looking forward to helping you.
Thank you.
Please see below.
The cache was clean as wellHello,
We can see that you have added the filter to the theme customizer which is used to modify the theme’s CSS styling which was why the filter did not work.
Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/
If you are unable to do this, we can log in to your website to add the filter for you. Please follow these steps:
- Edit the first post on this ticket and include your WordPress and FTP logins in the Sensitive Data section. This is a secure section that only our support staff can access.
- Make sure you take a complete backup of your website before sharing the information with us.
- If you prefer, you can use this plugin to generate a temporary login URL to your website and share that with us instead: https://wordpress.org/plugins/temporary-login-without-password/
- You can also use this plugin to monitor what changes our staff might make on your website (if any): https://wordpress.org/plugins/wp-security-audit-log/
We appreciate your cooperation and patience.
Thank you for choosing Rank Math.
HI
I just created a snippedStill the same..
Do you need the FTP access or i need to do the 2 methods as creating the rank-math.php
DO i just create an account for access?
Thanks
Hello,
You should use only one of the methods mentioned in the guide. You can try disabling the snippet on the code snippet and adding it directly into your active Theme’s function.php file.
If you are still facing a challenge you can initially share in the sensitive data section login details to your WordPress site’s dashboard area.
We look forward to helping you.
Thanks.
Hi.
I manage to disable and add the Rank Math.
But shows up that it was before will send pics to show.The setting is up and that is the low that have a option to
ThanksAny update please
Hello,
In this case, we might need to take a closer look at the settings. Please edit the first post on this ticket and include your WordPress & FTP logins in the designated Sensitive Data section.
Please do take a complete backup of your website before sharing the information with us.
It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:
https://wordpress.org/plugins/temporary-login-without-password/
You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):
https://wordpress.org/plugins/wp-security-audit-log/
Looking forward to helping you.
Thank you.
just need that replied please
Hello,
Can you please confirm if you have selected the preferred primary category for that page? If you already did and it doesn’t show the expected breadcrumbs item, we need to check this over your website’s WP dashboard.
Looking forward to helping you.
Morning
If you read my last post the problem now is the locations of the breadcrumbs on the page.Hi.
I manage to disable the woocommerce and add the Rank Math.
But shows up that it was before will send pics to show.The setting is up and that is the low that have a option to
ThanksHello,
To ensure the correct location of the breadcrumb code, you’ll have to check your theme file.
Usually, you would find the best location in single.php or in header.php but this depends on the structure of your theme so we suggest checking with your theme author as they know best their theme structure.
Thank you.
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.
The ticket ‘Make primary’ is closed to new replies.