breadcumbs issue

#64730
  • Resolved Ryuk
    Rank Math free

    <?php if (function_exists(‘rank_math_the_breadcrumbs’)) rank_math_the_breadcrumbs(); ?>
    after pasting this code in single.php and page.php area my website not opening (there has been a critical error on your website ) I already discuss this matter in the mailbox. I will put my website temporary generate login link for 1-day kindly login and fix my breadcrumbs code

Viewing 12 replies - 1 through 12 (of 12 total)
  • Alberto
    Rank Math business

    Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    It seems the user you shared with the login link has not enough permission to change settings nor modifying theme, could you check it?

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Ryuk
    Rank Math free

    Hello,

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

    Thank you.

    Hello,

    Thank you for the update.

    Your theme seems to have a unique structure and skin-defined templates making hard to edit the files. Could you please create a child theme for us to edit and add the breadcrumbs function.

    Looking forward to helping you. Thank you.

    ​​​​​​

    Ryuk
    Rank Math free

    sorry I don’t enough knowledge about that, a few days ago I just moved blogger to wordpress

    Hello,

    I have shared this link: https://fribbo.ancorathemes.com/doc/#installation_child_theme which will guide you on how to do it with your theme. Please follow the Guideline and let us know.

    You can also reach out to the theme support to guide you through this.

    Looking forward to helping you. Thank you.

    ​​​​​​

    Ryuk
    Rank Math free

    when I’m using Yoast SEO pro plugin I don’t face that’s kinds of issue. just only enabled the breadcrumbs that’s it.

    Hello,

    Allow me to consult on this and get back to you.

    Looking forward to helping you. Thank you.

    ​​​​​​

    Todd
    Rank Math free

    Hi,

    We do not see the menu item for editing the theme files:

    We cannot make changes to the theme file so we cannot add the code – unfortunately.

    It is possible that your theme already has the code required to show the Yoast breadcrumbs. That is why you are not facing any issue adding that option.

    Could you please contact your theme provider and ask them to add the compatibility to add Rank Math breadcrumbs as well?

    Else, there is also an option to use the shortcode.

    Ryuk
    Rank Math free

    you can’t see the theme edit menu because I change the temporary user permission. kindly try again

    Todd
    Rank Math free

    Hello,

    Looks like the file to be edited for that is:
    skins/default/templates/header-title.php

    I have added the Rank Math breadcrumbs code in there replacing this code that you had previously:

    <?php
    
    // Breadcrumbs
    ob_start();
    do_action( 'fribbo_action_breadcrumbs' );
    $fribbo_breadcrumbs = ob_get_contents();
    ob_end_clean();
    fribbo_show_layout( $fribbo_breadcrumbs, '<div class="sc_layouts_title_breadcrumbs">', '</div>' );
    ?>

    However, you seem to have CloudFlare cache due to which I cannot see the changes.

    If it doesn’t work, please contact the theme provider about the exact file to be edited.

    Ryuk
    Rank Math free

    I connect a few days ago Cloudflare Free CDN with my website. I don’t know about more

    Alberto
    Rank Math business

    Hello,

    Could you purge the Cloudflare cache (as this tutorial teaches you: https://help.dreamhost.com/hc/en-us/articles/216477847-How-to-clear-or-temporarily-suspend-your-Cloudflare-cache) and then check if you see the breadcrumbs in your site?

    Looking forward to help 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.

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

The ticket ‘breadcumbs issue’ is closed to new replies.