We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. D.wM
  2. General Discussion
  3. Wednesday, 19 February 2014
  4.  Subscribe via email
On this --> test page <-- the submenu items (menu item 'test') are in the closed position until rollover, and I would like them to be always open. This is a menu module, and the column headers are live links, as well as the submenus. The module parameters have Show Sub-menu Items set to 'Yes'

is there a class for keeping submenus open at all times?
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi D.wM,

I do not now why you want to show the submenu.
You can use Megamenu Configuration to add an extra class to the submenu.
Then you can add custom.css and add style rule
http://t3-framework.org/documentation/bs3-customization#custom-css

.showalways {
display: block !important;
}

.t3-megamenu .mega.open > .mega-dropdown-menu, .t3-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
z-index: 2000;
}

Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.