Pixellove Main Menu sub- and sub-sub-categories shoe behind the Flash

GK User
Mon Aug 15, 2011 5:25 pm
Pixellove Template:

at the Top, the Main Menu sub- and sub-sub-categories show behind the big Flash, i.e. Image Show Pro interferes with and hides the falling down sub-levels and they can not be seen.

Experiment with:

www.travelmediasys.com

Please, advise,

Thank you,
Ross
User avatar
Junior Boarder

GK User
Mon Aug 15, 2011 6:02 pm
Open megamenu.css and change the z-index attribute to a higher number until flash get's beneath it.
User avatar
Expert Boarder

GK User
Wed Sep 21, 2011 7:58 pm
Open megamenu.css and change the z-index attribute to a higher number until flash get's beneath it.


megamenu.css or mega.css or menu.css?

Please show me the right name with full path to xxx.css
and the line number were z-index attribute has to be modified.
I've got the same problem like rosskirilov ...

Thank you!
User avatar
Fresh Boarder

GK User
Tue Feb 07, 2012 8:33 pm
maconsocial wrote:Open megamenu.css and change the z-index attribute to a higher number until flash get's beneath it.


Thank you, Maconsocial!

ross
User avatar
Junior Boarder

GK User
Tue Feb 07, 2012 8:36 pm
macjaguar wrote:
Open megamenu.css and change the z-index attribute to a higher number until flash get's beneath it.


megamenu.css or mega.css or menu.css?

Please show me the right name with full path to xxx.css
and the line number were z-index attribute has to be modified.
I've got the same problem like rosskirilov ...

Thank you!


Hi MacJaguar,

where and what is this z-index? (I'm not a developer...:(

thx, ross
User avatar
Junior Boarder

GK User
Tue Mar 06, 2012 6:07 pm
Hi Ross!

I found the solution for the "Main Menu" at an other topic in the forum.

Find File: "/templates/gk_pixellove/css/template.css"
Find Line: 58 which is below


Code: Select all
#gkNav { position: absolute; z-index: 1; height: 56px; background: transparent url('../images/dark/top_bg.jpg') repeat-x 0 0; width: 100%; box-shadow:0 0 9px #000; -moz-box-shadow:0 0 9px #000; -webkit-box-shadow:0 0 9px #000;  }


Change z-index: 1; to higher value something like z-index: 1000;

Save and upload your changed file.
Or Alternatively use below css in template settings > Advanced > Custom CSS


Code: Select all
#gkNav { z-index: 1000; }
User avatar
Fresh Boarder

GK User
Thu Mar 08, 2012 7:08 am
Thank you very much, macjag,

I will check it,

best regards,
Ross
User avatar
Junior Boarder

GK User
Thu Mar 08, 2012 11:27 am
Hi Ross

Your example site does not work right now...
User avatar
Fresh Boarder

GK User
Thu Mar 08, 2012 1:06 pm
From your files list I see that something have to goes wrong during installation or you simply don't install Joomla. Please look at our wiki for step by step tutorial how to use quickstart package.
User avatar
Platinum Boarder

GK User
Sun Mar 11, 2012 9:20 pm
rosskirilov wrote:Thank you very much, macjag,

I will check it,

best regards,
Ross


Yes,

it's ok, thank you anyway MacJag, very kind,

best regards,
ross
User avatar
Junior Boarder

GK User
Sun Mar 11, 2012 9:20 pm
bkrztuk wrote:From your files list I see that something have to goes wrong during installation or you simply don't install Joomla. Please look at our wiki for step by step tutorial how to use quickstart package.


Yes,

it's ok, thank you anyway Bartolomej,

best regards,
ross
User avatar
Junior Boarder


cron