• Resolved Jesús

    (@mithrand)


    Hi
    I create a basic presentation gallery. However, when clicking on the images, they open larger without the possibility of going back. Is there any way to remove the option to open the image in large?

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • gabyimagely

    (@gabyimagely)

    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: https://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 ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘New window image’ is closed to new replies.