Menu Items behind Image_Show_GK4

Modern and unique personal portfolio Joomla template ideal for work presentation - support forum.
GK User
Wed Sep 26, 2012 7:43 pm
Hey ...

I'm building a new Website for a friend ...
We have added some Menu Items plus Subitems and the Image_Show_GK4 Modul in the header position.
My problem is that the subitems appear behind the "Image_Show_GK4" Image. Once the slider returns to picture 1 the Menu comes back infront. On Slide 2 it returns to the back.

Is there anything I can do to avoid this? Heared something about the override.css File maybe?

If you want to the problem ...http://pasqual-pictures.de/2012/

Can you help me? :blush: :oops:
User avatar
Fresh Boarder

GK User
Wed Sep 26, 2012 10:21 pm
Hi

Please go to template parameters > advanced settings and enable the use of css override.

Them open ../css/override.css file and try adding this lines:

Code: Select all
.gkIsWrapper-gk_cherrydesign div.gkIsImage {z-index: 0!important; }
.gkIsWrapper-gk_cherrydesign img.gkIsSlide {border: none!important; }
.gkIsWrapper-gk_cherrydesign .gkIsPagination li {border: none!important}


Cheers
User avatar
Platinum Boarder

GK User
Thu Sep 27, 2012 6:29 am
Hi , I have the same problem, but, also with your help on override.css, nothing has changed. You can see the problem here
top.png
User avatar
Junior Boarder

GK User
Thu Sep 27, 2012 10:49 am
Battaglia wrote:Hi , I have the same problem, but, also with your help on override.css, nothing has changed.


Same problem but different solution required ;)
Please show me your website.
If you want send me pm or paulo[at]gavick[dot]com
User avatar
Platinum Boarder

GK User
Thu Sep 27, 2012 1:59 pm
the site is not yet online. I'm working in localhost
User avatar
Junior Boarder

GK User
Thu Sep 27, 2012 4:02 pm
Suppose that you are using Image Show Module.
So tell me what style are you using.
User avatar
Platinum Boarder

GK User
Thu Sep 27, 2012 9:36 pm
Awesome ... it's working thank you very much.
Just one other question ... I also have the problem on some other sites. All of them have the same Module (Air Pretty Photo) I think for these classes I have to use some other override.css Codes? :oops:
Example: http://pasqual-pictures.de/2012/index.p ... ents/music
User avatar
Fresh Boarder

GK User
Sun Sep 30, 2012 8:21 pm
pasqual-pictures wrote:Awesome ... it's working thank you very much.
Just one other question ... I also have the problem on some other sites. All of them have the same Module (Air Pretty Photo) I think for these classes I have to use some other override.css Codes? :oops:
Example: http://pasqual-pictures.de/2012/index.p ... ents/music



Please try adding this line on ../css/override.css file:

Code: Select all
.box .apretty-outer {z-index: 0}
User avatar
Platinum Boarder

GK User
Tue Oct 02, 2012 9:37 am
works ...

THX a lot :) :)
User avatar
Fresh Boarder


cron