Turn Off Breadcrumbs

#355835
Viewing 13 replies - 1 through 13 (of 13 total)
  • Hello,

    Thank you for contacting the support, and sorry for any inconvenience that might have been caused due to that.

    Do note that some options are only available when you enable the Advanced Mode in Rank Math. If it’s not showing, you must have chosen to use the Easy Mode. Please follow the steps in this link to switch to Advanced Mode:
    https://rankmath.com/kb/advanced-mode/

    That should reveal the breadcrumbs settings on your Rank Math’s general settings page.

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    Thank you – I went into advanced mode but it now says:
    https://www.screencast.com/t/83aDoghxYI

    I am using Astra Pro theme

    Hello,

    Thanks for contacting us and sorry for any inconvenience that might have been caused due to that.

    Since your theme has the support for Rank Math breadcrumbs, you can apply them from your customizer. Please navigate to WordPress Dashboard > Appearance > Customizer and there you will see an option to choose the default breadcrumbs there.

    After doing so, you should be able to disable the breadcrumbs option under Rank Math.

    Hope this helps. Let us know if you need any further assistance.

    i already had it set to Default:
    https://www.screencast.com/t/mhfsKFPYTEjn

    and I still cant disable breadcrumbs

    Hello,

    Please set the Header Position to None to disable the breadcrumbs:

    Hope this helps. Let us know if you need any other assistance.

    Thanks.

    The Header Position to None does not work:
    https://www.loom.com/share/08b2f3ef579943dbb45a01e555c84107

    Hello,

    Since Astra has added the support for our Breadcrumbs, the option can’t be disabled. If you don’t want to use the breadcrumbs then you should set the Header Position to None.

    If you want to use Astra’s Breadcrumbs then please select Default for the Breadcrumb Source. It will apply Astra’s default Breadcrumbs on your site.

    Hope this clarifies your doubts. Please don’t hesitate to get in touch in case you need any other assistance.

    Thanks.

    I already did that, but the breadcrumb schema from RankMath is erroring even when no breadcrumbs are being used. Why? are they showing up in schema when I’m not using RankMath for breadcrumbs or in one site, not using breadcrumbs at all.

    Anas
    Rank Math business

    Hello,

    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.
    Sensitive Data Section

    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/

    We really look forward to helping you.

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Nigel
    Rank Math business

    Hello,

    I added the following snippet to your child theme functions.php on both website and the breadcrumbs can now be disabled:

    
    add_action( 'after_setup_theme', 'disable_breadcrumbs_theme_support');
    function disable_breadcrumbs_theme_support(){
    	remove_theme_support( 'rank-math-breadcrumbs' );
    };
    

    Hope that helps.

    Thanks!!

    Nigel
    Rank Math business

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    Thank you.

Viewing 13 replies - 1 through 13 (of 13 total)

The ticket ‘Turn Off Breadcrumbs’ is closed to new replies.