joomla3.0 - T3 framework - Site structure with Mega Menu -
i have t3 framework on site (build unreliable freelancer) , 1 of requested features mega menu included in framework. have use v. 1.2.1 because when upgrade, have problems layout, javascript etc. let's stay old version.
my problem is, realized site has no structure, links in root , that's because mega menu uses modules show separate menus in them. can fix site structure moving separate "sub" menus main menu , create nice menu tree, can modify modules show portion of menu, when this, mega menu , dropdown menu in same dropdown (2 rows, first unwanted dropdown - classic menu, second row full of menu modules should visible).
can please guide me, how remove dropdown menu? classic menu has option show 1 level of menu, can't find similar mega menu :(
i've looked better megamenu configuration in database , fixed menu removing unnecessary rows on top of submenus :)
i know it's easy edit megamenu in backend, 1.2.1 i'm getting error paths t3-assets etc. - well, fixed in 1.4.3 of course, when upgrade 1.4.3, menu flickering (i don't want slide/fade effects, stay open while moving between menu items).
i had this:
{\"item-103\":{\"sub\":{\"rows\":[[{\"item\":342,\"width\":12}],[{\"position\":108,\"width\":4},{\"position\":107,\"width\":4},{\"position\":109,\"width\":4}]]}
and removed unnecessary row make this:
{\"item-103\":{\"sub\":{\"rows\":[[{\"position\":108,\"width\":4},{\"position\":107,\"width\":4},{\"position\":109,\"width\":4}]]}
but anyways, support
Comments
Post a Comment