-
AuthorPosts
-
January 16, 2015 at 6:50 pm #380998
Hi,
if I open a portfolio item from the main menu, the breadcrumb often (but not always!) looks wrong.STEP 1: Glass -> Energy -> Emission monitoring -> http://www.bdfindustries.it/products/emission-monitoring/ (wrong breadcrumb)
If i open the item passing from a Portfolio grid, it looks Ok..
STEP 2: Glass -> Energy (than click on thumb Emission Monitoring) -> http://www.bdfindustries.it/products/emission-monitoring/ (breadcrumb OK)STEP 3: If you repeat the step 1, now the breadcrumb is ok….
You can try this passing all the products in the menu..
Do you know why and how I can fix it?Thank you!
January 18, 2015 at 3:07 am #381358Hey studiobrand_it!
please clear browser cache and deactivate all plugins to see if one is causing the issue.
Best regards,
AndyJanuary 19, 2015 at 12:12 am #381543This reply has been marked as private.January 22, 2015 at 12:06 am #383432Hi!
Where is the portfolio grid that your viewing it from? In your menu I click on Glass > Automation and this takes me to a page with a portfolio grid but I do not see the “Emission Monitoring” post.
If you view a portfolio post by clicking on it from a portfolio grid on a certain page then that page should display in the breadcrumbs.
Regards,
ElliottJanuary 22, 2015 at 1:55 am #383458On the menu we’ve these products items:
(Level 1) GLASS -> (Level 2) Melting, Forming, Automation, Energy -> (Level 3) the portfolio items of each category on Level 2
(Level 1) AUTOMATION -> (Level 2) Products, Solutions -> (Level 3) the portfolio items of each category on Level 2
(Level 1) ENERGY -> (Level 2) Inverter, Renewable Energy -> (Level 3) the portfolio items of each category on Level 2– if you click directly on Level 3 items, the breadcrumbs is often wrong
– if you click on Level 2 items and then on portfolio items on the grid, the breadcrumbs is always correct
try randomly items of each categoryJanuary 23, 2015 at 12:05 pm #384296Hey!
The breadcrumb is based on page hierarchy not on menu hierarchy. There is no relation between the breadcrumbs and how you order the menu items. There is also a script which renders the page where you are, previously. If you want to disable it and show the actual category of the portfolio items, add this on functions.php:
add_action('after_setup_theme','avia_remove_portfolio_breadcrumb'); function avia_remove_portfolio_breadcrumb(){ remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb'); }
Cheers!
IsmaelJanuary 23, 2015 at 7:01 pm #384553Now it seems ok!
thank you! -
AuthorPosts
- The topic ‘Wrong breadcrumbs from the menu’ is closed to new replies.