tag div slide gallery: how to disable opening slide

Posted in: Newspaper
Post count: 162

Hey Calin,

Thanks for your reply.. understood! Meanwhile, could you please please help me in the implementing the ‘pointer-events : none important’ — because I’d rather not have the images open in the Lightbox.That css trick isn’t helping at all. Tried via Live CSS as well as the Theme Panel.

Post count: 35449

Hi,
Please try this custom css for pointer-event:
.td-doubleSlider-1 .td-slide-item .td-slide-galery-figure img{
pointer-events:none!important;
}

This code should be working.
Let me know the results!

Post count: 162

Hi Calin,

Unfortunately this CSS isn’t working – this is exactly what I mentioned while re-starting this thread on March 30, but Anamaria took the lead trying to point me to the Gutenberg block toggle. So frankly, since March 30th, am just trying to get your attention to this CSS not working (via Theme Panel / Live CSS). I’d really appreciate if you can take a look.

Post count: 35449

Hi,
I tested the above code with this gallery – https://i.imgur.com/2pPxJx7.jpg and for this one, it’s working.
If you want to apply it on this one – https://i.imgur.com/X5llWsw.png then use this css:
.td-doubleSlider-1 .td-slide-item .td-slide-galery-figure a{
pointer-events:none!important;
}

I hope this will resolve the problem with bit galleries.

Post count: 162

Hey Calin,

Thank you – that worked perfectly. 🙂

Viewing 5 posts - 26 through 30 (of 30 total)
The forum ‘Newspaper’ is closed to new topics and replies.