|
User Details |
message
|
|
Matthew Costello
post date:
2009-04-16 22:47:05
|
|
Help: Creative Menu DW Drop Down Menu does not appear in page on the serverrnrnHere's the page:rnrnhttp://www.costello-media.com/index_a.htmlrnrnrnI have checked everything that I can think of. rnrnThe links are absolute. rnThe includes files is uploadedrnThe skins are in the includes file (the extension pit them there)rnthe javascript links are therernThere are no "-" characters in the menu name.rnrnI don't know what else to look for.rnrnPlease advise.rnrnThanks.rnrn(I sent this in as an email to support as well. I'm hoping I'll get some type of prompt reply from either theat way or here in the forum)
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2009-04-17 06:19:40
|
Hello,
I’ve found the problem. There was a javascript incompatibility with one of your functions, the one that get’s the current year. You gave one of the variables a label that we are using in one of the javascript files, that’s why the renderMenu function doesn’t work. I’ve renamed your two variables from that function to "myDate" and "myYear" and everything works ok now.
Best regards,
Andrei Rinciog
|
|
|
Matthew Costello
post date:
2009-04-17 14:20:54
|
|
I have also changed the code, but why would a totally separate javascript interfere?
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2009-04-21 12:14:39
|
Hello,
The javascript variables that are not defined inside functions are maintaned for all the scripts in a page. That's why problems can appear very easily.
Has the problem disappeared after you made the change ?
Regards,
Andrei Rinciog
|
|