- Posts: 109
COMMUNITY FORUM
breadcrumbs issue with k2 item display
- Franz Heine
- Topic Author
- Offline
- Premium Member
Less
More
5 years 3 days ago - 5 years 3 days ago #173727
by Franz Heine
breadcrumbs issue with k2 item display was created by Franz Heine
Hi,
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?
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?
Last edit: 5 years 3 days ago by Franz Heine.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
5 years 3 days ago #173730
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic breadcrumbs issue with k2 item display
I was actually meaning to address that in K2 v2.10.1 by adding an option in the new SEO section of K2's Settings.
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:Then just comment it out.
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
Less
More
- Posts: 109
5 years 2 days ago #173732
by Franz Heine
Replied by Franz Heine on topic breadcrumbs issue with k2 item display
Thx Fotis,
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?
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
Less
More
- Posts: 6218
5 years 1 day ago #173735
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic breadcrumbs issue with k2 item display
Give me a couple of URLs that conflict.
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
Less
More
- Posts: 109
5 years 1 day ago - 5 years 1 day ago #173739
by Franz Heine
Replied by Franz Heine on topic breadcrumbs issue with k2 item display
for ex:
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
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
Last edit: 5 years 1 day ago by JoomlaWorks.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
5 years 1 day ago #173742
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic breadcrumbs issue with k2 item display
My guess is that it probably has to do with menu quirks in Joomla.
You could also try Joomla's breadcrumbs module if it's any different for your menu setup.
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
Less
More
- Posts: 109
5 years 1 day ago #173747
by Franz Heine
Replied by Franz Heine on topic breadcrumbs issue with k2 item display
im using the joomla breadcrumb module.
Could it be a issue after the k2 update to v2.10.0?
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
Less
More
- Posts: 6218
5 years 1 day ago #173750
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic breadcrumbs issue with k2 item display
Figured... Try using the K2 Tools module and select the breadcrumbs option. That should work better.
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
Less
More
- Posts: 109
5 years 11 hours ago #173760
by Franz Heine
Replied by Franz Heine on topic breadcrumbs issue with k2 item display
ive tried it with the k2_tools breadcrumbs. Same result!
Maybe i should create a redirect with htaccess.
Maybe i should create a redirect with htaccess.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
5 years 11 hours ago #173764
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic breadcrumbs issue with k2 item display
Then as I said, it's a Joomla menu system quirk.
I would also check for any duplicate menu items across different menus in Joomla. Just in case...
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.