badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

A More Current Breadcrumb Question

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43060
    toddw
    Participant

    I added this to my child style.css to successfully turn off the title bars on the Ambition Premium site:
    .page-title-wrap {display : none; }

    Next, I added a PromoBox widget to my “Our Team” page:
    http://framella.com/our-team/

    Then, I installed Breadcrumb NavXT, but I’m unsure how to add it to the PromoBox on “Our Team”, like you have on your demo site:
    https://www.themehorse.com/preview/ambition-pro/our-team/

    Breadcrumb NavXT’s website suggests adding this PHP to the header.php file for WordPress websites:

    <div class="breadcrumbs" typeof="BreadcrumbList" vocab="http://schema.org/">
        <?php if(function_exists('bcn_display'))
        {
            bcn_display();
        }?>
    </div>

    I haven’t done this (yet), but it seems like I should have a shortcode or some additional code that lives within the PromoBox.

    What else do I need to do?

    Thanks and regards,
    Todd

    #43079

    Hi toddw,

    That’s not the promobox. That is the page title. You remove the promobox widgets from our team sidebar. Doing it you will get only one title. If you add breadcrumb plugins then you don’t need to do anything. Its already the same as in our demo site. We have already added that code in our theme. So you don’t need to add it again.

    The only difference is we got / and you are having >. You can change it from breadcrumb settings.

    Thank you!

    #43086
    toddw
    Participant

    For anyone reading this, Theme Horse was very kind in not saying how I overcomplicated this!

    Breadcrumb NavXT works as shown on the Ambition Pro preview site without any additional configuration.

    Go to Appearance > Customize > Ambition Theme Options > Page Title Background Image and select a background image for your Title bars. They will display the background image in parallax by default.

    Thank you for such a quick response… your forum is always so helpful!

    Todd

    #43101

    You welcome Todd

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.