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!

#3757 Sticky header and social share button

Posted in ‘Event Gallery Extended’
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, 10 January 2020 13:57 UTC

alkaholik
 The buttons at the top won't show because of sticky menu.
if i add .pswp{top:80px}
or should i go z-index route and add another 0 to the number?
i'm not sure this is the correct fix.
anyway, after seeing the buttons at the top, the social share button is not available even though it is selected in the backend.

How can i fix the social share buttons, and the sticky menu being above the image.

sbluege
Hi,

your header has a z-index of 9999, the lightbox only goes to 1500. This CSS snippet will put the lightbox above the header:

div.pswp {
    z-index: 10000;
}

alkaholik
Thanky you, how do i activate the share option?

sbluege
Oh, forgot my answer for that.

You need to enable sharing in two places:
1. make the event shareable (this is the default setting)
2. enable the sharing options in the component options