Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Plugins & Atahualpa (http://forum.bytesforall.com/forumdisplay.php?f=16)
-   -   [SOLVED] Menu gets behing Dynamic Content Gallery (http://forum.bytesforall.com/showthread.php?t=11008)

GreenCoast Nov 6, 2010 09:03 AM

[SOLVED] Menu gets behing Dynamic Content Gallery
 
HI,

just tried to find an answer for this to no avail. I have Ata 3.51 and the newest Dynamic Content Gallery Plugin installed. Both works fine with one exception.

The gallery is only shown on the homepage. I use jQuery to do so. My problem is that the atahualpa menu hides behind the gallery. In the FAQ it says:

Quote:

In your theme's stylesheet (or the menu stylesheet if it is a separate file) find the styles for the equivalent of #navmenu li li and add the following code:

position: relative;
z-index: 10;
How exactly do I have to do this with the ata theme? I tried it directly in css.php. It did not work plus I would have to change it every time I update the theme. So what do I have to do here?

Thanks a lot

juggledad Nov 6, 2010 04:01 PM

you could try using 'menu1' (pages) and 'menu2' (categories) in place 'navmenu' and add the css to CSS Inserts

GreenCoast Nov 8, 2010 08:51 AM

Thanks.

I wrote this code in the include css:

Code:

div#menu1 li li {
        position: relative;
        z-index: 10;
}
div#menu2 li li {
        position: relative;
        z-index: 10;
}

It does not work, though. What else can I try? Or is there something wrong with this?

juggledad Nov 8, 2010 08:53 AM

what is the url?

GreenCoast Nov 8, 2010 09:19 AM

www.greencoastsolarsystems.com

See the PV Products menu item

Thanks

GreenCoast Nov 8, 2010 10:28 AM

They just updated the plugin. Now it works perfectly. Thanks for your effort


All times are GMT -6. The time now is 10:54 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.