Rank Math Breadcrumbs is not Showing like Genesis Default or Yoast

#523030
  • Resolved Rajibul Islam
    Rank Math free

    Hi,
    I have been using Rankmath for a long since. I tried to use Rankmath Breadcrumbs long ago but ended without success. But I need this feature to work. I don’t know how rank math breadcrumbs work on the theme. I use Genesis Framework and Genesis Child theme.

    Lets me know what I tried:
    1st, I tried with the default setting enabled in Rankmath and Disabled/Enabled Genesis Breadcrumbs, but it did Not Work šŸ™

    2nd, I tried using the Theme Support Code, then It showed the theme supported, but it still didn’t work; another thing is I can not find any Page.php to insert the code you mentioned.

    3rd, I searched google and found your suggestion to someone for the genesis theme, and that’s worked finally.

    I added the following on functions.php:
    function rm_breadcrumbs( $content ) {
    if ( function_exists(‘rank_math_the_breadcrumbs’) && is_singular() && is_main_query() )
    rank_math_the_breadcrumbs();
    return $content;
    }
    add_filter( ‘genesis_before_loop’, ‘rm_breadcrumbs’ );

    Let me share the Results:

    1. Genesis Default Breadcrumbs on and All others are default
    https://prnt.sc/zK80TixMZ_YC

    2. Yoast Breadcrumbs (Yoast Breadcrumbs Worked when I enabled Genesis + Yoast Breadcrumbs both)
    https://prnt.sc/JdPEKd3jabIU

    3. Rankmath Breadcrumb (RM Breadcrumbs worked when I added the above code on functions.php)
    https://prnt.sc/dzD3rcVxGoec

    4. Example of Genesis and Rankmath Breadcrumbs Both
    https://prnt.sc/kAEADYKEfzy6

    I am not a developer; Rankmath Breadcrumbs show a <P> Tag, and Genesis Default shows in <div.breadcrumbs>

    What do I need?

    I need Rankmath Breadcrumbs on my website, and Breadcrumbs should show like Genesis Default or Yoast.

    I will share WordPress Admin Login Credentials in the Sensitive data section. You can log in and reproduce the breadcrumbs I mentioned, or if you wish. I am sharing a Test Website so you can change anything to find the issue.

    I hope you will help me to get Rankmath Breadcrumbs like Genesis or Yoast.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Thank you for contacting Rank Math and bringing your concern to our attention. I’m sorry for any inconvenience this issue may have caused you.

    Since Rank Math’s already generating the breadcrumbs, you should disable the breadcrumbs coming from the Genesis theme. Head over to your WordPress dashboard > Genesis > Theme Settings > Breadcrumbs and check if you have breadcrumbs options like in this image

    Genesis

    You can now check the test site and the breadcrumbs are already showing fine.

    Hope that helps.

    Thank you.

    Thanks for your reply. I already got Rankmath Breadcrumbs and mentioned that.
    I am asking about the Display of Breadcrumbs. Genesis Default and Yoast are in the Breadcrumb division of my theme, but Rankmath is showing before the entry content but not in the Themes Breadcrumb Division.

    Is it possible to Display/Show Rankmath Breadcrumb in the Themes Breadcrumbs section?

    Genesis Default:
    https://prnt.sc/zK80TixMZ_YC

    Yoast:
    https://prnt.sc/JdPEKd3jabIU

    RankMath:
    https://prnt.sc/zY2ahx-k7Q_c

    Hello,

    Thank you for providing additional information.

    As you pointed out earlier, the classes is different in Genesis theme. To match the same look and feel, we need to add couple of lines of CSS. I went ahead and added it for it in Customize > Additional CSS. For your reference the CSS is this:

    .rank-math-breadcrumb {
        background-color: #fafafa;
        box-shadow: 3px 3px rgb(70 70 70 / 5%);
        font-size: 14px;
        margin-bottom: 0;
        padding: 15px 40px;
    }
    .rank-math-breadcrumb p {
        margin-bottom: 0;
    }

    Hope that helps. Please let us know if you have questions.

    Thank you.

    Thanks for the CSS Classes. I hope you will continue improving Rankmath and Compitable with Genesis.

    You are Awesome šŸ™‚

    Thank you very much

    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.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    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.

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

The ticket ‘Rank Math Breadcrumbs is not Showing like Genesis Default or Yoast’ is closed to new replies.