Hi @mithrand
Is it possible for you to share the link to your live site so we can take a look?
If that’s not possible, please share with us the configuration of “What effect would you like to use?” under Gallery > Other Options > Lightbox Effects.
If it’s set to “None”; you can change your Lightbox Effect to another one and test.
But if you want to completely disable the link to the thumbnails you need to apply a simple CSS customization:
Go to Appearance > Customize > Additional CSS
Copy and paste this code, then click on “Publish”.
.ngg-gallery-thumbnail a {
pointer-events: none;
cursor: default;
}
Please, keep us posted.
– Gaby, Customer Support.
Thread Starter
Jesús
(@mithrand)
Hi @gabyimagely
I send you a screenshot of my configuration. I have tried to add the additional CSS and it remains the same. Open the images when I click inside the gallery.
Link: https://goo.gl/ZjQsk5
Thanks 🙂
Hi @mithrand
Would you be so kind as to share the link to your site?
– Gaby, Customer Support.
Thread Starter
Jesús
(@mithrand)
Link: http://abando.jbravo.es/restauracion-y-coloreado/
If you click on the images, they open (in the same window) and you can not go back, except by pressing the browser button.
Can I prevent them from opening when I click on them?
Thanks 🙂
Hi @mithrand
Let’s try another CSS code.
Go to Appearance > Customize > Additional CSS
Copy and paste this code, then click on “Publish”.
.ngg-slideshow .ngg-gallery-slideshow-image a {
pointer-events: none;
cursor: default;
}
Please, let us know how it goes.
– Gaby, Customer Support.
Thread Starter
Jesús
(@mithrand)
Perfect! Works correctly.
Thank you very much for your help 🙂