- Posts: 109
COMMUNITY FORUM
breadcrumbs issue with k2 item display
- Franz Heine
-
Topic Author
- Offline
- Premium Member
i display a k2 item with a menu.
In this k2 item i use the k2_content module to display items from a k2 category (this category has no menu!).
My breadcrumb module is displaying the menu and the k2_category:
See here:
kauf-auf-rechnung24.com/shops/autoreifen/reifencom.html
And it looks like:
Home | Shops | Auto & Motorrad | Auto | reifen.com - Markenreifen & Kompletträder
Is it possible that the Category (in my case "Auto") is not displayed in the breadcrumbs, without creating a extra menu?
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
This option toggles the display of the category.
If you need to disable the category in the meantime, open the file /components/com_k2/views/item/view.html.php and locate the line:
$pathway->addItem($item->category->name, $item->category->link);
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Franz Heine
-
Topic Author
- Offline
- Premium Member
- Posts: 109
works fine!
What ive realized is, that "Shops" is a menu item with k2_latest. The menu url is /shops.html.
In the breadcrumbs i get shops/latest.html
Could i solve this, to avoid duplicate content?
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Franz Heine
-
Topic Author
- Offline
- Premium Member
- Posts: 109
kauf-auf-rechnung24.com/shops/autoreifen/reifencom.html
In the breadcrumbs i see:
Home | Shops | Auto & Motorrad | reifen.com - Markenreifen & Kompletträder
"Shops" is a k2 latest menu with following url:
kauf-auf-rechnung24.com/shops.html
But in the item view the breadcrumbs are creating following url:
kauf-auf-rechnung24.com/shops/latest.html
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
You could also try Joomla's breadcrumbs module if it's any different for your menu setup.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Franz Heine
-
Topic Author
- Offline
- Premium Member
- Posts: 109
Could it be a issue after the k2 update to v2.10.0?
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Franz Heine
-
Topic Author
- Offline
- Premium Member
- Posts: 109
Maybe i should create a redirect with htaccess.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
I would also check for any duplicate menu items across different menus in Joomla. Just in case...
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Franz Heine
-
Topic Author
- Offline
- Premium Member
- Posts: 109
Please Log in or Create an account to join the conversation.
- Franz Heine
-
Topic Author
- Offline
- Premium Member
- Posts: 109
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.