I have added a new menuname item to my menu and added it to my show menu on my index page. I have uploaded the menu_data.js to the server. My menu will not display and I can't figure out what is wrong.
The url is http://fbclongwood.org/Revised%20Church ... index.html
The addition to the menu_data.js file is this:
with(milonic=new menuname("Virtual Tour")){
style=menuStyle;
aI("text=Lobby;url="+baseLocation+"pages/lobby.htm;");
aI("text=Library;url="+baseLocation+"pages/library.htm;");
aI("text=Sanctuary;url="+baseLocation+"pages/sanctuary.htm;");
aI("text=Multi-Purpose Room;");url="+baseLocation+"pages/multi-purpose_room.htm;");
aI("text=Nursery;url="+baseLocation+"pages/nursery.htm;");
}
new menuname item added to menu
-
- Super Advanced
- Posts: 43
- Joined: Tue Jul 06, 2004 6:19 pm
- Location: Sanford, [Sunny]Florida
new menuname item added to menu
Victor Lewis
You're running two different versions of the menu code files, which are pretty far down-level. All three files must be the same version. Get upgraded at http://milonic.com/. We can only support the current version.
Also, you'll need to license the menu, even though you probably qualify for a free license.
Also, you'll need to license the menu, even though you probably qualify for a free license.
John
-
- Super Advanced
- Posts: 43
- Joined: Tue Jul 06, 2004 6:19 pm
- Location: Sanford, [Sunny]Florida
new menuname item added to menu
Thanks John. I just updated April 20, 2005 version 5.722. Didn't know I had two different versions. I'll correct that.
BTW I implemented my new menuname item one file at a time and found the culprit. I had copied and pasted and somehow I copied an extra
; in one of the files which prevented my menu from displaying.
It now works.
Thanks for your assistance as usual. You guys are great.
BTW I implemented my new menuname item one file at a time and found the culprit. I had copied and pasted and somehow I copied an extra

It now works.
Thanks for your assistance as usual. You guys are great.

Victor Lewis