|
User Details |
message
|
|
Tren Long
post date:
2010-02-15 08:55:39
|
|
The Menu does not show up on one of my pages. on most of the rest of them it does but this one will not show up. I have tried deleting and reinserting the menu with no luck.rnThanks,rnTrenrnrnhttp://www.new.cascaderaft.com/contact.asp
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2010-02-16 04:48:03
|
Hello Tren,
Let's start by deleting the code at lines 49 and 50. You include the menu files again there but the path is wrong. Delete them because you already load the js files a couple of rows above.
Regards,
Andrei
|
|
|
Tren Long
post date:
2010-02-17 08:44:12
|
Hi,
On my computer in dreamweaver lines 49 and 50 are lines for the form. Can you paste in what lines to delete and I will find them and delete them because I dont think the lines are the same for you and I.
Thanks,
Tren
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2010-02-17 09:01:50
|
Hi again,
These are the lines: <script type="text/javascript" src="undefinedincludes/Creative_Menus/menuDisplay.js"></script>
<script type="text/javascript" src="undefinedincludes/Creative_Menus/swfobject.js"></script>
You can also seem them if you view the source in a browser. I don't think that all browsers add line numbers in source view though.
Regards,
Andrei
|
|
|
Tren Long
post date:
2010-02-17 09:08:06
|
Perfect,
Thanks for the continuing AWESOME TECH SUPPORT!!!
|
|
|
Tren Long
post date:
2010-02-20 07:30:37
|
Hi Andrei,
So I have another page doing the same thing, I searched out for that same line of code but could not find it in the code
the page is
http://www.new.cascaderaft.com/giftcards.asp
I am inserting the menu in a cell, then doing a new paragraph <p> and then inserting another javascript, is that what is messing up the menu? It seems to work fine on some pages and not on others.
Thanks
Tren
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2010-02-22 04:07:08
|
Hi Tren,
It's better to leave the script outside of the table structure because some IE versions don't see javascript inside of tables. However, it's quite strange that the menu is not working in Firefox or Chrome.
Try to move the script at the end of the page and if it's still not working please send me a copy of the page at support at extendstudio.com
Regards,
Andrei
|
|
|
Tren Long
post date:
2010-02-22 07:05:01
|
I just emailed to the support (at) extend studio email address two pages that both have teh same problem,
I tried to delete the menu, then insert it again, I also triead to move it with no problems.
Thanks,
Tren
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2010-02-22 07:55:42
|
Hello Tren,
Well, actually it's the same problem in these pages as it was on the first one. I missed it the first time I've looked at them.
Do a search on all the pages where the menu is not working for these lines:
<script type="text/javascript" src="undefinedincludes/Creative_Menus/menuDisplay.js"></script>
<script type="text/javascript" src="undefinedincludes/Creative_Menus/swfobject.js"></script>
When you find them, delete them.
Regards,
Andrei Rinciog
|
|