1) LukEGroup: Members Posts: 4Joined: 14 Mar 2007Location: PolandIP: 88.199.--.--
Posted:
Hi.
Is there any chance for FSMenu to work with mootools? Well i use lightbox with FSMenu and it works fine. I found possibly better (faster nad crashless) alternative for lightbox - slimbox and it requires mootols: http://www.digitalia.be/software/slimbox but it won't work together with FSMenu. FSMenu doesn't show subinds at all.
Will be greatfull for answer.
-- Luke
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 202.137.--.--
Posted:
Put the FSMenu script last in the page and see if that helps? And under what browser is this?
- Angus.
3) GuestGroup: Guests IP: 62.203.--.--
Posted:
Hi
the following link shows a way to solve the problem with mootols and FSMenu in typolight. That may help you too, but I'm not sure, I haven't tried it out.
4) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 202.137.--.--
Posted:
Ah, so it's an addEvent conflict! That looks like a good fix. I should really move my addEvent() into its own namespace or similar as it's a common function name.
Thanks - Angus.
5) musicoryGroup: Members Posts: 3Joined: 17 Mar 2008Location: Orange County, CAIP: 68.5.--.--
Posted:
Ok, so I just ran into this problem, but trying to translate it from these typolight instructions is a challenge. Can you help me out?
6) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 202.137.--.--
Posted:
Easiest fix is to open fsmenu_commented.js in a text editor, and do a search/replace on "addEvent" replacing with "fsmAddEvent" or another unique name. Replace the addEvent calls in the menu setup <script> too wit hyour new name, and you should be good to go!
- Angus.
7) Dave MillerGroup: Guests IP: 217.34.--.--
Posted:
Except that will also change 'addEventListener' into 'fsmAddEventListener', so that should then be changed back right?
Thanks for writing FSMenu, it's great!
8) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 203.173.--.--
Posted:
True -- should've actually tried it myself ;). You are quite correct. Good spotting!