Tagged: breadcrumbs, portfolio categories
-
AuthorPosts
-
January 11, 2016 at 8:19 am #562968
Hello there – Please refer to private content for link.
ISSUE: When viewing a dynamically created parent “Portfolio Category” page the breadcrumbs top right make it appear is if this parent category is a child category under a completely wrong/different parent category? Refer to screen shot for best visual explanation :)
I see there’s a way to stop breadcrumbs altogether for Portfolio categories here – https://kriesi.at/support/topic/portfolio-breadcrumbs-are-displaying-incorrectly/
Would prefer to keep breadcrumbs showing as I will be adding child categories to all portfolio parent categories. Is there a fix? If not, can I just check the code you recommended in the old support ticket listed is still OK with the latest version of Enfold – it’s an old post :)
Cheers – Catie
- This topic was modified 8 years, 11 months ago by loudcow.
January 11, 2016 at 12:52 pm #563067Hey loudcow!
Your issue sounds more similar to this ticket
https://kriesi.at/support/topic/enfold-breadcrumbs-for-portfolio-pages-not-right/
Please let us know if it helps.
Best regards,
VinayJanuary 11, 2016 at 1:49 pm #563104Hello there – no – I have checked and home page page attribute is set to “no parent”. So a different issue :)
January 11, 2016 at 11:02 pm #563541Hey there! After doing more checks it appears all “portfolio’ tags and categories do not show the correct breadcrumbs and appear as if they are under a parent category that is completely unrelated. This is despite them being either parent tags or categories themselves or if they are nesting as child tags/categories under the correct tag/category in the back end.
Refer to private content – view the breadcrumbs – you’ll see the tag and category pages have incorrect breadcrumbs.
January 13, 2016 at 12:01 pm #564565Hi!
what if you activate a default WordPress theme instead? do you get a similar result?
Regards,
AndyJanuary 14, 2016 at 5:37 am #565213Hey there – I tried but impossible to tell as the “portfolio items” disappear completely as it’s a custom post type. Categories and Tags for standard blog posts is fine – just not the “portfolio items” categories and tags,
If it is not a quick fix how can I stop the breadcrumbs from showing completely on these dynamically created pages? Possibly not good for SEO or for the user experience/navigation
Thank you :)
- This reply was modified 8 years, 11 months ago by loudcow.
January 14, 2016 at 9:48 am #565275Hello there – an update on this. As we are going live tomorrow I’ve trailled the code here – added to functions.php
add_action(‘after_setup_theme’,’avia_remove_portfolio_breadcrumb’);
function avia_remove_portfolio_breadcrumb(){
remove_filter(‘avia_breadcrumbs_trail’,’avia_modify_breadcrumb’);
}It seems to work – which is fabulous – but you might want to think about adding this to the next theme update maybe :)
Thanks so much
January 16, 2016 at 4:41 am #566422Hi!
Great! Glad you found the filter. This is not going to be included on the next update because the portfolio breadcrumb is intended to work with sessions. Adding the function above will disable the “avia_modify_breadcrumb” function, responsible for the said session breadcrumb.
Regards,
Ismael -
AuthorPosts
- The topic ‘Breadcrumbs not reflecting correct parent portfolio category’ is closed to new replies.