Page 1 of 1

PHP Layer menu! won't show submenu!

Posted: Fri Jul 22, 2005 10:07 am
by angels
Hi,

I have placed the {cms_module module='phplayers'}  code in my own template. I'm using the default stylesheet but the menu wont show the submenu's

Image

Re: PHP Layer menu! won't show submenu!

Posted: Tue Aug 09, 2005 12:08 pm
by evoluzzer
Hi,

i have the same problem after an upgrade from 0.92 to 0.1 and there aren´t shown any submenus. There are some javascript errors. I will try to post it.
Are there any known workarounds or fixes?

Regards
Chris

Re: PHP Layer menu! won't show submenu!

Posted: Tue Aug 09, 2005 1:56 pm
by Ted
It's probably a bug with having attributes.  This is fixed in the svn version.  I'm trying to get 0.10.1 out ASAP, but I'm just not finding the time at the moment.

Re: PHP Layer menu! won't show submenu!

Posted: Wed Aug 10, 2005 7:36 pm
by evoluzzer
Hi,

that would be great, when this bug will be fixed. The following errors i get out of the javascript console of mozilla:

Error: setLMTO is not defined
Error: clearLMTO is not defined
Error: moveLayerX is not defined

Kind regards

Chris

Re: PHP Layer menu! won't show submenu!

Posted: Thu Aug 18, 2005 7:05 am
by kishman155
I had this problem in augen-wienwest.com and now it works.

I have this fixed with recopy the files to the server(admin,lib,...)
It seems to do with the css.
remove the

Code: Select all

td{}table{}
from the stylesheet it works in my case.
if you have tables somewhere you want to style with css take

Code: Select all

.class table{}
I have fixed it that way maybe it works like this for you to.

kishman155