Hi, We have a portfolio grid on our homepage which is set to show all 3 of our portfolio categories. This is fine. But if we click on any of the portfolio items and go to the portfolio page the breadcrumb shows the wrong parent category. It always shows the alphabetically first category. i.e
Categories are:
Apartments
Houses
Land
All have 2 entries in portfolio. No matter which we choose from the portfolio grid the breadcrumb parent always shows Apartments.
I’m sure we are doing something wrong, but can’t figure it out. Any ideas?
Many Thanks
Hey mrlreynolds,
check out this here: http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/
Best regards,
Andy
Hi, Thanks, but im not sure thats the same thing?
Surely if we click on a portfolio grid item that is in category ‘B’ and when we get sent to the individual portfolio page the breadcrumb shows the parent category as ‘A’ then this is a theme bug that needs fixing?
Thanks. Leigh
Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Andy
Hi Andy, Thanks. Details are in the private section. Thanks.
Hi,
I tried to check the link you’ve provided, but I get “Page not found!”. Can you check please?
Best regards,
Andy
Hi Andy, please try link below. Thanks.
Hi,
please try this code inside your functions.php:
add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
function avia_remove_portfolio_breadcrumb(){
remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
}
Best regards,
Andy