- Posts: 46
COMMUNITY FORUM
[Solved] Menu Module Disappears
- razen
-
Topic Author
- Offline
- Senior Member
minecraft-heads.com/heads/alphabet
It's the menu starting with Alphabet, Animals etc on the left side (obviously).
Right now, it should be shown on all pages but startside, faq and impressum. But as soon as you leave the category-view and go to a tag-view it's gone.
Somehow I think it has to do with the baseentry and the first used menu in the setting, but that's just a guess.
If I set it to one it works, if I set it to two it doesnt work anymore.
Here's the setting:
i.imgur.com/JYlEOyZ.png
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
A solution would be to either map these tags into menu items (if you only have a handful of them) or create a new empty K2 category menu item (leave the category selection empty), call it eg: content and have all orphan tags render through that menu item. This way you can control which modules are published on that menu item.
Please Log in or Create an account to join the conversation.
- razen
-
Topic Author
- Offline
- Senior Member
- Posts: 46
I tried to modify the menu so the tags are on the second level and the first level is just one unused bracket but the module from the category-menu still dont show up.
That means I got you wrong somehow - and that's not surprising since I didnt compleatly get your solution proposal. Can you go a bit more into detail?
Especially the "have all orphan tags render through that" sounds interesting if it is a solution so I dont have to create a menu-item for every tag.
Please Log in or Create an account to join the conversation.
- razen
-
Topic Author
- Offline
- Senior Member
- Posts: 46
I added a new menupoint on the second level in the last position of the menu.
Then I added all tags under this new menupoint on the third level.
Then I hide the single menupoint from the module via CSS:
.dropdown-vertical li.item-last {
display:none !important;
}
You think this solution is ok or could there be a problem with that?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Please Log in or Create an account to join the conversation.
- razen
-
Topic Author
- Offline
- Senior Member
- Posts: 46
So problem solved :)
Only question left: Is there a generic solution for the tags-menu-entries or do I have to create a menupoint for every tag manually?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
A solution would be to either map these tags into menu items (if you only have a handful of them) or create a new empty K2 category menu item (leave the category selection empty), call it eg: content and have all orphan tags render through that menu item. This way you can control which modules are published on that menu item.
Check the 'or' solution, an empty K2 categories menu item will work as well.
Please Log in or Create an account to join the conversation.
- razen
-
Topic Author
- Offline
- Senior Member
- Posts: 46
1. Create a empty k2category-menuitem - done
2. Have all orphan tags render through that menu item.
Erm!? I got a category-item, what does this have to do with the tags, and now to "let them render" through it. I just dont get what you mean netiehr what I have to do here...
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
This means that you can publish modules for these views specifically.
Please Log in or Create an account to join the conversation.