Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#1957 Pop-ups behind menu

Posted in ‘Event Gallery - General’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by sbluege on Friday, 12 February 2016 16:12 UTC

tofari
 Hi
I am testing out your component on this site
http://www.vauxs.com/index.php/malerier2/event/event

When I am clicking on the pictures the pop-up comes up behind the menu.

I have contacted template supplier RocketTheme regarding the problem and I have solved the problem related to other components with the following css code
#colorbox {
z-index: 100001;
}

But this fix did not fix my problem with your component. Could you assist me in fixing the problem?

Best regards
Arild

sbluege
The fix is simply like this:

#colorbox,
#eventgallery_colorbox {
  z-index: 100001;
}

tofari
Fantastic.

Thank you very much for super quick assistance :-)

Best regards
Arild

sbluege
That's the plan ;-)