J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Sub-Items not showing and not able to disable animation (1 viewing) 
Go to bottom
TOPIC: Sub-Items not showing and not able to disable animation
#3845
BSS Business Software Solutions GmbH
Fresh Boarder
Posts: 9
User Offline
Sub-Items not showing and not able to disable animation Karma: 0  
Hey,

I have set animation of the menu to off but it still animates.
The other thing is that my sub items are not showing on click, it just does nothing and on a second click it opens the parent.

Site: www.timberplus.com

Thx for help
 
Logged Logged  
  The administrator has disabled public write access.
#3846
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Sub-Items not showing and not able to disable animation Karma: 79  
HI

The 'Animate menu' option applies only to sub menu items not to the top menu and module menu

To have all childs showing when clicking on the parent item you must have a valid Joomla menu tree structure with all sub childs enabled (attached screenshot)

At the moment it looks like you have activated the sub items for the website menu but no subchilds are published.
 
Logged Logged  
  The administrator has disabled public write access.
#3847
BSS Business Software Solutions GmbH
Fresh Boarder
Posts: 9
User Offline
Re:Sub-Items not showing and not able to disable animation Karma: 0  
Ok,

is there a way to disable animations for top menu too? Because its lagging.

I have a valid Joomla structure(if you watch the website in non-mobile versio you will see) but still no menus showing :<

PS. How do i disable the drop down at all if i want to?
 
Logged Logged  
  The administrator has disabled public write access.
#3848
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Sub-Items not showing and not able to disable animation Karma: 79  
Ok,

no the menu structure is not valid (see screenshot attached)

there are only top items menu but not sub-childs. It looks that you use separate side menus to show subchilds.

Not sure what you mean with lagging, but the menu animation is done using javascript in the utility.js file, it must be removed from there in any case
 
Logged Logged  
  The administrator has disabled public write access.
#3849
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Sub-Items not showing and not able to disable animation Karma: 79  
To remove the menu/module animation you can open the file

yourjoomlapth/templates/responsivizer/js/utility.js

and at line 122 change from:

Code:

$(this).nextAll().slideToggle();
to
Code:

$(this).nextAll().slideToggle(0);
 
Logged Logged  
  The administrator has disabled public write access.
#3850
BSS Business Software Solutions GmbH
Fresh Boarder
Posts: 9
User Offline
Re:Sub-Items not showing and not able to disable animation Karma: 0  
Ay, thanks mate!

Beside that how to disable the subchild function? So the menu entrys open on short click and not double click?

Thx for help

EDIT: Tryed adding the 0 but still animation on mah menu :<
 
Logged Logged  
  The administrator has disabled public write access.
Go to top