-
AuthorPosts
-
November 16, 2016 at 6:38 am #712767
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
LandAll 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
November 18, 2016 at 2:29 pm #714022Hey mrlreynolds,
check out this here: http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/
Best regards,
AndyDecember 6, 2016 at 4:02 am #720798Hi, 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
December 6, 2016 at 3:02 pm #721031Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
AndyDecember 8, 2016 at 1:06 pm #721915Hi Andy, Thanks. Details are in the private section. Thanks.
December 9, 2016 at 3:22 pm #722449Hi,
I tried to check the link you’ve provided, but I get “Page not found!”. Can you check please?
Best regards,
AndyDecember 10, 2016 at 3:53 am #722644Hi Andy, please try link below. Thanks.
December 12, 2016 at 3:21 pm #723166Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.
