Results 1 to 10 of 10

Thread: java script problems with allwebmenuspro
      
   

  1. #1
    kmelonas is offline Private First Class
    Join Date
    Jan 2006
    Posts
    7

    Default java script problems with allwebmenuspro

    I am having a problem adding a java menu with all web menus pro.. has anyone use this program to design a menu and get it to work within BV? please explain the process

  2. #2
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: java script problems with allwebmenuspro

    Perhaps if you post a page with it on there and we can see the code.. we can tell you where you are going wrong?

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  3. #3
    kmelonas is offline Private First Class
    Join Date
    Jan 2006
    Posts
    7

    Default Re: java script problems with allwebmenuspro

    the test site is www.test.citywideleases.com

  4. #4
    Alien Dude's Avatar
    Alien Dude is offline Lieutenant Colonel
    Join Date
    Apr 2008
    Location
    The Dark Side
    Posts
    562

    Default Re: java script problems with allwebmenuspro

    When building the meue and saving it is built into a folder name of your choice.
    that folder and contents should be upload to your server in a place where you want. then in the script you have to put the route to the .js file which is inside the folder you uploaded.

    Code:
    <!-- DO NOT MOVE! The following AllWebMenus linking code section must always be placed right AFTER the BODY tag--> <!-- ******** BEGIN ALLWEBMENUS CODE FOR menu ******** --> <script type="text/javascript">var MenuLinkedBy="AllWebMenus [4]",awmMenuName="menu",awmBN="656L";awmAltUrl="";</script><script charset="UTF-8" src="../menu.js" type="text/javascript"></script><script type="text/javascript">awmBuildMenu();</script> <!-- ******** END ALLWEBMENUS CODE FOR menu ******** -->
    the high lighted in red should read the route to the js file yours does not.
    now if you you just uploaded the folder staight on you the public_html then this should read src="menu/menu.js" or if you have may different menus and keep them all together in folder it might be src="menufolder/menu/menu.js" once you have done this corectly it will work.
    the script above should be place in the page html under the begining of body tag. when done right should look something like THIS best viewed at 1024

  5. #5
    kmelonas is offline Private First Class
    Join Date
    Jan 2006
    Posts
    7

    Default Re: java script problems with allwebmenuspro

    I have done this and I am getting an arrow on the page.. any clues??

  6. #6
    Alien Dude's Avatar
    Alien Dude is offline Lieutenant Colonel
    Join Date
    Apr 2008
    Location
    The Dark Side
    Posts
    562

    Default Re: java script problems with allwebmenuspro

    I beleave this is still wrong src="awmdata/menu.js" when you save the menu it usaually makes a folder the same name as the js file in this case menu, then in this folder you will have a folder named awmdata (which has all the images in 7files in). and a file named menu.js . so you upload the menu folder including it contents then the code would be src="menu/menu.js" that way the menu.js file know were everything is.

  7. #7
    kmelonas is offline Private First Class
    Join Date
    Jan 2006
    Posts
    7

    Default Re: java script problems with allwebmenuspro

    still having problems... any ideas will be helpfull. i am getting abrowser error" *****t menu.js notinited"

  8. #8
    Alien Dude's Avatar
    Alien Dude is offline Lieutenant Colonel
    Join Date
    Apr 2008
    Location
    The Dark Side
    Posts
    562

    Default Re: java script problems with allwebmenuspro

    ok when you made the menu you must off saved it as a AllWebMenus(.awm)

    if you send that file to me plus a copy off your page then i'll have a look see.
    Just go Here and send it off.

  9. #9
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: java script problems with allwebmenuspro

    You also have to upload the folder. BV wont auto load the files needed for the menu like it does pictures. You have to ftp that folder up with blue ftp or use cpanel file manager to upload it there.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  10. #10
    likno_support is offline Private
    Join Date
    Dec 2008
    Posts
    1

    Default Re: java script problems with allwebmenuspro

    Hello,

    The suggestions of the other users are correct. I also tried to view your page but i found that you have not uploaded the menu's script file in your server (or at least in the correct folder).

    In order to resolve any problems and issues you might have with AllWebMenus Pro or any other program of Likno Software you can send an email to Likno's customer support service at support [at] likno [dot] com.

    Regards,
    The Likno Team

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49