Forum
Welcome, Guest
Please Login to access forum.
Re:Main Menu Won't Collapse Once Selected (1 viewing) 
Go to bottom
TOPIC: Re:Main Menu Won't Collapse Once Selected
#5031
Online Design
Fresh Boarder
Posts: 8
User Offline
Main Menu Won't Collapse Once Selected Karma: 0  
Hi,

My main menu won't collapse once selected. It stays active once a selection is made, how can I prevent this from staying on the screen once a selection is made. Thank you in advance.
www.dreamscapepaving.com
 
Logged Logged  
  The administrator has disabled public write access.
#5032
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Main Menu Won't Collapse Once Selected Karma: 79  
Hi,

it think to not understand your question. The menu is collapsed by default.

John
 
Logged Logged  
  The administrator has disabled public write access.
#5039
Online Design
Fresh Boarder
Posts: 8
User Offline
Re:Main Menu Won't Collapse Once Selected Karma: 0  
Hi John,

Thanks for your reply. I am using the top menu, when I click it, it drops down to show the menu items, this is fine, then I select an option from the dropdown menu "Portfolio" which opens triggers a submenu, then say I select paving for instance, this triggers the article which is perfect, however, now the dropdown menu is covering the article and doesn't automatically collapse once I make that selection.Try the link I provided and you will see what I mean. Thanks in advance.
 
Logged Logged  
  The administrator has disabled public write access.
#5040
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Main Menu Won't Collapse Once Selected Karma: 79  
That happens because you have a jQuery issue on that page.
Indeed you have the following module mod_j51thumbsgallery that includes hardcoding an old jQuery version 1.5 in the page causing the malfuctioning:
<script src="http://dreamscapepaving.com/modules/mod_j51thumbsgallery/js/jquery-1.5.2.min.js"

Simply remove it to fix.
 
Logged Logged  
  The administrator has disabled public write access.
#5041
Online Design
Fresh Boarder
Posts: 8
User Offline
Re:Main Menu Won't Collapse Once Selected Karma: 0  
Thanks John, I also had to code out the string that called that file from the
thumbs gallery php file. Thanks very much for your help.

All the best Mal
 
Logged Logged  
  The administrator has disabled public write access.
Go to top