|
User Details |
message
|
|
Jesus E. Topete
post date:
2009-05-18 18:04:26
|
I was updating some data on my index page when I discovered that the menu was not displaying correctly. The menu doesn't display correctly and looks to disappear behind the text and the content on the page. I believe that the problem began when I validated my site.
Funny thing is that all the other pages display correctly and the way they should. I've tried going through and comparing the menu and code with a page that I know displays and have not found anything different. I tried deleting the vertical menu script and pasting the code from a page I know works. No sucess. I've tried to insert existing table from the list of menue I've created now I keep getting the following message;
Adobe DreamWeaver CS3
! There was a problem reading the menu information!
I've deleted ever bit of reference of the menu on that page. No luck.
I've created a new menu using the presets from previous menu, even though that menu gives me no problems displaying or loading, when I try to insert the newly named menu I get the same above message. Funnier still is that I can insert any other menu within this project into the page with the exception of the one that existed or the newly renamed clone.
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2009-05-20 07:46:11
|
Hello,
The submenus are not appearing at all or they appear but are partially covered by other content ?
You need to add the z-index attribute to the div that holds the menu and set it higher than the rest of the content on the page.
When you try to insert an existing menu in a page the extension copies the code from the first page the menu was created. If that code it’s no longer accessible (deleted the menu from the page or deleted/renamed that page) the extension cannot find the code and can’t insert the menu. In order to resolve this problem you need to edit a text file from the includes folder that has the name of your menu. You will see a list with all the pages that contain your menu. The component is trying to copy the menu information from the first page in that list. Just put the name of a page, that you know for sure that contains the menu, on top of that list and then save the file.
If you have problems with the covering problem, please send us an url.
Kind regards,
Andrei Rinciog
|
|
|
Jesus E. Topete
post date:
2009-05-20 11:36:20
|
|
Thanks Andrei, yes you are correct the main menu appears but when you roll over it the submenus seem to roll out but are covered by the main content on our page. I will try out your suggestions and will get back to you if I need further help.
|
|
|
Jesus E. Topete
post date:
2009-05-20 11:36:23
|
|
Thanks Andrei, yes you are correct the main menu appears but when you roll over it the submenus seem to roll out but are covered by the main content on our page. I will try out your suggestions and will get back to you if I need further help.
|
|
|
Jesus E. Topete
post date:
2009-05-20 15:45:09
|
Okay I figured I'd try the second part first because I can't insert the existing menu and try to correct the display problem on the index page. I moved one of the pages (in this case the support.html) up the list as suggested.
firstlevel.txt
support.html
products.html
representatives.html
company.html
When I try to insert the firstlevel menu on the index.html page (below is a list of the menus created within the project) I get a different error message now than before.
Menus.text
firstlevel|||V
secondlevel|||V
thirdlevel|||V
literaturelevel|||V
I now get the following error message:
***************************************************************************************
Adobe Dreamweaver CS3
While executing onClick in xtd_CM_insertmenu.htm, the following JavaScript error(s) occurred:
At line 473 of file "C:Program FilesAdobeAdobe Dreamweaver CS3ConfigurationCommandsxtd_CM_UIApi.js":
Cannot find the file C:\Program FilesApachehtdocsPULSCOSupport.html
At line 473 of file "C:Program FilesAdobeAdobe Dreamweaver CS3ConfirgurationCommandsxtd_CM_UIApi.js":
getDocumentDOM: Arguement number 1 is invalid.
***************************************
If I insert any of the other menus, say for example secondlevel, thirdlevel, or literature level on the index page, it inserts no problem.
Here is the URL to the page having the issues:
http://www.pulsco.com/
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2009-05-25 08:00:25
|
Hello,
I saw that you've been able to insert the menu on the first page, do you still have problems with the “insert existing menu” function ? I don’t know exactly why you we’re receiving that error, have you changed the structure of the menus html code from the page ? Maybe insert an extra line or something like that ?
I saw that you have a swf movie on your index page. Probably that’s the one that overlaps the menu. You need to use z-index attribute, as I told you before, and you need to add a parameter to that swf object named (wmode). You need to set to “transparent”. You can find more help on how to set that parameter here: http://kb2.adobe.com/cps/142/tn_14201.html
Regards,
Andrei Rinciog
|
|