Hi there, I have two problems with breadcrumbs:
1) In portfolio entries the category will not show. It looks like:
Home / My Page Title
… it should look like:
Home / My Category / My Page Title
2) Second problem is the double “home”. It looks like:
Home / Home / My Page Title
Can you help with this problems?
Hi frankeee!
Make sure your using the latest version of Enfold, 3.3.2, and deactivate all plugins while testing.
Send us a link to the page so we can take a look. You can set your reply as private if you wish.
Cheers!
Elliott
Hi Elliott, yes I´m using the latest enfold theme. And no deactivating plugins will not help (for the english language version I cannot deactivate wpml). I will give you access to the WP Backend. See private content.
Hey!
could you provide us precise link where we can see the issue? couldn’t find it on your website and we need to inspect the elements.
Cheers!
Andy
Hey Andy, here is a link to a Screenshot:
http://www.fotos-hochladen.net/view/screenshotscfbtnxs8i2.jpg
…there you can see the breadcrumb path and in red how it should look like.
Hey!
Please add this in the functions.php file:
add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
function avia_remove_portfolio_breadcrumb(){
remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
}
Regards,
Ismael
… yes Ismael – this is working!
Thank you!