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!

#4383 Lightbox does not worj

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.

PHP Version
7.4.30
Joomla Version
3.10.11
Test URL
https://dynamo-roosendaal.nl/nieuws/fotos-jubileum

Latest post by de Wijs on Wednesday, 19 October 2022 20:30 UTC

de Wijs

The light box does not work. Photo opens in new window. 

When you close that window, you see that the gallery seems good?

But lightbox has to work. 

I don't see errors on that page? 

sbluege

Hi, 

your template contains this code in https://dynamo-roosendaal.nl/templates/dynamoroosendaal/js/logic.js?ver=1.12

 $('a[href*="http"], .newwindow').click(function (event) {
        event.preventDefault();
        window.open($(this).attr("href"));
    });

That opens links in a new window. 

de Wijs

Wow, looks like this did it.
Deleted some lines, i hope it will not effect other things at the site.

Thank you Sven !!

 

Van: Sven Bluege <info@svenbluege.de>
Verzonden: woensdag 19 oktober 2022 09:17
Aan: Hans <hans@dewijsjes.com>
Onderwerp: Reply to your public ticket #4383 Lightbox does not worj [Event Gallery - General]