Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Pop-up image window has menu bar OVER it.

  • Andy Wilson
  • Andy Wilson's Avatar Topic Author
  • Offline
  • Senior Member
More
17 years 3 weeks ago #9405 by Andy Wilson
Pop-up image window has menu bar OVER it. was created by Andy Wilson
Hi,

Under a www.joomlashack.com Elements template at gbc.org.uk/content/view/1583/99/
the Pop-up image window, when opened up at the top of the page, has green menu bar OVER it, rather than hidden under it.

Joomlashack tech support say:

The menu showing above it has to do with what is called a 'z-index'.

Basically what it does is tell the browser how to layer things - the higher the z-index, the higher up the item will be in the 'layers'.

As I don't know the Gallery code, you may wish to seek the help of the creator for that one. It would most likely be in the CSS for the Gallery.


Also, the Close icon is missing (with a red X showing)

Thanks,

Andy Wilson

Please Log in or Create an account to join the conversation.

  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
  • Offline
  • Platinum Member
More
17 years 3 weeks ago #9406 by JoomlaWorks Support Team
Replied by JoomlaWorks Support Team on topic Re: Pop-up image window has menu bar OVER it.
Hi there!

Check out this and this post!

I believe you will find the answer you search!  :)

Thank you!

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
12 years 11 months ago #9407 by Paul Lott
Replied by Paul Lott on topic Re: Pop-up image window has menu bar OVER it.
I have the same problem

www.thejungle.uk.net/birthday/party-rooms.html

but your links just go to your home page.  Can you advise the correct link please

Please Log in or Create an account to join the conversation.

More
12 years 11 months ago #9408 by Katia
Just go to /templates/js_relevant/css/nav.css file
at line 9 and change this:


#navmenu {
    float: none;
    height: 40px;
    margin: 0;
    padding: 5px 0 0 8px;
    position: relative;
    z-index: 1000;
}
to this:

#navmenu {
    float: none;
    height: 40px;
    margin: 0;
    padding: 5px 0 0 8px;
    position: relative;
    z-index: 9999;
}

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum