Having problems with DHTML Menu? There is usually somebody here who knows the answer.
sdadmin
Beginner
Posts: 2 Joined: Mon Feb 26, 2007 9:35 pm
Post
by sdadmin » Mon Feb 26, 2007 9:40 pm
Hi. Trying to add the menu to my web store. When used in the header of cart pages, the cart's AJAX tooltip feature is activated contrary to my settings. Early Impact suggests some conflict with the menus JS. Anyone have a solution? I love the menu and am eager to be using it throughout.
To see a sample:
NEW MENU
http://www.standoutdesigns.com/store/pc ... Category=3
and
OLD MENU
http://www.standoutdesigns.com/store/pc ... Category=3
Thanks,
AA
Andy
Milonic
Posts: 3308 Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:
Post
by Andy » Thu Mar 01, 2007 11:20 am
It's a conflict with the showtip() function - looks like we are using quite a few matching keywords.
If you have a decent text editor you can remove showtip(); from inside mmenudom.js and this will fix the problem
HTH,
Andy
sdadmin
Beginner
Posts: 2 Joined: Mon Feb 26, 2007 9:35 pm
Post
by sdadmin » Thu Mar 01, 2007 2:53 pm
Actually, required 2 steps (or at least here is what I did):
1. Renamed ShowTip() in MILONIC_SRC.JS
2. Renamed ShowTip() in MMENUDOM.JS
(use same new name in both).
Best,
AA