Modules to categories without associated with menu

Joomla template for easily build sports magazine website with advanced content display features and clean, unique design.
GK User
Mon Feb 25, 2013 11:00 pm
I have some categories that are not associated with a button in the menu of the site.
How can I display the modules normally and in these categories?

This article is with all module like I want
http://www.aek1924.gr/beta/podosfairo/p ... E%BC%CE%B1

and this without
http://www.aek1924.gr/beta/component/k2 ... F%83%CE%B7

Please help!
User avatar
Gold Boarder

Konrad M
Tue Feb 26, 2013 12:16 pm
Hi,
you will have to add this categories to the menu as menu items. If you don't want to display them in menu i advise add one menu item and publish it. Then please add class to this menu item for example ' nodisplay'. And then please add to the override.css
Code: Select all
.nodsisplay {
display:none !important;
}

and then publish categories as items under this menu item. You won't see them in menu.
User avatar

GK User
Tue Feb 26, 2013 2:03 pm
Thnxx very helpful
User avatar
Gold Boarder


cron