• Version 3.8.4 and 3.9.4
    Problem: wrong breadcrumb navigation from page to portfolio

    I setup portfolios with jetpack on my site running evolve 3.8.4 (and test 3.9.4 local with same result). I create a page with shortcode to display a portfolio:
    http://www.aero-flott.de/flugreviere/
    using this shortcode inside the page [portfolio include_type=Drachenwiese]

    You see the right breadcrumb on top: Home / Flugreviere
    Click on any of the portfolio items below, for example Tempelhofer Feld:
    http://www.aero-flott.de/portfolio/tempelhofer-feld/
    You see the breadcrumb change to: Home / Drachenfeste / Tempelhofer Feld

    Thats wrong. Drachenfeste is a blog category and point to
    http://www.aero-flott.de/category/drachenfeste/

    The breadcrumb should point to
    Home / Drachenwiese / Tempelhofer Feld (Drachenwiese is the portfolio category)
    or
    Home / Flugreviere / Tempelhofer Feld (Flugreviere is the page were I come from)

    Regards
    Andreas

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @andreasl,

    will try to fix it in the next release 😉

    Thread Starter AndreasL

    (@andreasl)

    Works better in 3.9.5 but not perfect. If I click from a page ( Startseite
    > Flugreviere) a linked portfolio (example Tempelhofer Feld) the breadcrumb changed to Startseite > Tempelhofer Feld. I expect Startseite > Flugreviere > Tempelhofer Feld

    At this point its unclaer I understand how breadcrumbs works. I guess it should be Startseite > Flugreviere > Tempelhofer Feld like a browser history so I can see where I come from inside WordPress.

    If breadcrums works like a hierarchy menue which show me where I am inside WordPress it can maybe correct. I’m not sure.

    Regards
    Andreas

    The plugin uses specific taxonomy slug, probably ‘jetpack-portfolio-type’ after my research so I would recommend to create a child theme and set this slug in the evolve_breadcrumbs() function. Many plugins using different taxonomy slugs, so it’s almost impossible for me to add it to breadcrumbs to check every taxonomy and use in the breadcrumbs, not in the same way default WP functions use.

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

The topic ‘Breadcrumb problem’ is closed to new replies.