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
#3851
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Sub-Items not showing and not able to disable animation Karma: 79  
Ok mate, after that change adding the 0 try to clear the browser cache maybe that's the problem

To disable child elements you must do it in the Joomla menu module, there is a parameter named 'Show Sub-menu Items' and choose 'No'
 
Logged Logged  
  The administrator has disabled public write access.
#3852
BSS Business Software Solutions GmbH
Fresh Boarder
Posts: 9
User Offline
Re:Sub-Items not showing and not able to disable animation Karma: 0  
Ah yeah, cache reloaded, should have tought of that.

I got the sub-menus disabled on all my menus, still a screenshot attached, propably doing something wrong
 
Logged Logged  
  The administrator has disabled public write access.
#3853
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Sub-Items not showing and not able to disable animation Karma: 79  
That's the correct parameter, but for now it took no effect looking at your website.

When it's turned of the class 'parent' must no more be included in the menu items. For the moment all menu items are still marked as parent having subchilds by Joomla.

Of course i hope you cleared the Joomla cache if enabled.
 
Logged Logged  
  The administrator has disabled public write access.
#3854
BSS Business Software Solutions GmbH
Fresh Boarder
Posts: 9
User Offline
Re:Sub-Items not showing and not able to disable animation Karma: 0  
It was "off" before, did not even had to set it. I'll look into it further, hope I will find something.

Thx for helping me with that other stuff
 
Logged Logged  
  The administrator has disabled public write access.
#3855
BSS Business Software Solutions GmbH
Fresh Boarder
Posts: 9
User Offline
Re:Sub-Items not showing and not able to disable animation Karma: 0  
I've tryed some things, but I'm not really into web developement... Do you have any idea on how to get rid of this parent class?

Every Menu module has subitems disabled(I'ts alway been)

I would appreciate any help
 
Logged Logged  
  The administrator has disabled public write access.
#3856
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Sub-Items not showing and not able to disable animation Karma: 79  
It looks like a bug on some area of Joomla, the parent class must only be there when there are subchilds.

By the way if the problem is only reflected on mobile, you can get rid of that in the following way:

1. open the file yourjoomlapath/templates/responsivizer/html/mod_menu/default.php

2. Comment out the line 66, from

Code:

$class .= ' parent';
to
Code:

//$class .= ' parent';
 
Logged Logged  
  The administrator has disabled public write access.
Go to top