Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #1211844

    I cannot get enfold breadcrumbs to work.
    Even tried Yoast with no success. The said to contact you.
    How do I get breadcrumbs to work?
    Tks

    #1211968

    Hi daves1997,

    Go to Enfold > Header > Header Layout (tab) > Header Title and Breadcrumbs set to Display title and breadcrumbs or Display only breadcrumbs
    Hope this helps.

    Best regards,
    Nikko

    #1212163

    I have done the easy fixes

    #1212208

    Hi daves1997,

    I see, I’m glad to hear that.
    Please let us know if you still need further assistance.

    Best regards,
    Nikko

    #1212270

    hah? I said I tried all the easy fixes. What now?

    #1212403

    Hi daves1997,

    I apologize for misunderstanding.
    Can you give us temporary admin access? so we can try to check further.
    The credentials you gave doesn’t include the password.

    Best regards,
    Nikko

    #1212405

    Is this what you need?

    #1212764

    Hi daves1997,

    You need to use breadcrumbs as a shortcode since you’re building pages with the Advanced Layout Builder.

    Please have a look at the following thread:

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1212775

    If I understand you right.
    I have to add short code to all 1500 pages on my site?

    #1212816

    Hi daves1997,

    I have checked your site and it seems that breadcrumbs is already there but it’s hidden because of this code in your Quick CSS:

    .title_container { display: none; }

    Please remove it and replaced it with this CSS code:

    #top .alternate_color .breadcrumb span {
        color: white;
    }
    
    #top span.trail-before {
        display: none;
    }

    Best regards,
    Nikko

    #1212943

    Tks
    I removed the one line of css
    Added your css
    Only added a blue bar below main menu and added word home. Went to several pages and no bread crumbs

    2020-05-14_0725

    #1213118

    Hi daves1997,

    I have modified your code in Quick CSS, based on what I mentioned above and it does work well.
    I have added this CSS code as well since the social icons floating on the left side overlaps with the breadcrumbs:

    #top .a2a_kit.a2a_vertical_style {
        top: 200px !important;
    }

    Let us know if you still need further assistance.

    Best regards,
    Nikko

    #1213284

    Tks
    However when you click on the breadcrumbs to go to a previous page, link doesn’t work.
    also how do I change color from blue
    Dave

    #1213324

    I figured all out, but the breadcrumb links not working

    #1213325

    Also cannot go back to all previous pages using breadcrumbs. Breadcrumbs only show home and current page.

    #1214151

    Hi daves1997,

    I apologize for the delayed response and I’m glad that you figured it out.
    Enfold uses a location-based type of breadcrumb so it does show only navigation items based on website hierarchy.
    As for the links not working, are you referring on the last item? if yes then the last item isn’t clickable because you are already on the page.

    Best regards,
    Nikko

    #1214344

    Only home has a link
    Home
    / Estero Condos -Estero Homes – $300,000 to $400,000 range- MLS Se…

    #1214854

    Hi daves1997,

    That’s the function of all location-based breadcrumbs.
    It’s using this pattern Home > Parent Page > Current Page and Current Page doesn’t have a link because you are already on that page.

    Best regards,
    Nikko

    #1214994

    Here is an example of correct breadcrumbs. Shows several pages in breadcrumbs.

    | 13 Comments | Tags Blog SEO, Shop SEO, Site Structure, User eXperience (UX), WordPress

    All clickable.

    #1214995
    #1216008

    Hi daves1997,

    I see, if you look at the yoast breadcrumbs links it rerfers to:

    Home » SEO blog » WordPress » What are breadcrumbs? Why are they important for SEO?

    But what you want is actually called tags or maybe categories.
    You cannot assign them on pages but this can be applied on posts or products (using woocommerce), but it will only appear only on these post types if you don’t use Advanced Layout Builder, because once you used Advanced Layout Builder, the only things it shows are the one set in the builder.

    Best regards,
    Nikko

    #1216323

    Breadcrumbs: Breadcrumb trails on a page indicate the page’s position in the site hierarchy. A user can navigate all the way up in the site hierarchy, one level at a time, by starting from the last breadcrumb in the breadcrumb trail.

    from google developers page

    #1216638

    Hi daves1997,

    I understand, though the standard in WordPress breadcrumb shows the last breadcrumb as the current page and doesn’t have the link, you can even see it in https://yoast.com/breadcrumbs-seo/
    If we use google’s standards, and we’ll look at https://developers.google.com/search/docs/guides/get-started which the Guide (last breadcrumb) does link to itself, it’s still possible to do that as well. Do you want to link the last breadcrumb to itself?

    Best regards,
    Nikko

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘Breadcrumbs’ is closed to new replies.