Gallery mobile

Posted in: Newspaper
Post count: 45

Hello!!

I know the mobile theme plugin does not use lightbox feature.
But still the image is clickable. Is there a way to prevent the image from being clickable in the mobile theme plugin?

Thanks!

Post count: 22421

Hello,

If you want to prevent the image from being clickable at all, you will have to use a bit of css to make it that way. Please provide more details to what image you are referring to and I will provide the proper code for it.

Thank you!

Post count: 45

Hello,

Okay then, 🙂
I wish only the galleries (Tagdiv slide gallery) were not clickable.

Thanks!!

Post count: 20688

Hi,

An example of the image or images on your website would be very helpful, for a more accurate answer. Please provide a link to your website and details about the location of this image, if you still want to make this modification.

Thanks

Post count: 45

Hi!!

Like here, in those galleries:
https://naturam.com.br/ubatuba/praia-da-sununga/

Thanks!

Post count: 20688

Hi,

Please try the code provided below, it should make the images inside the gallery not clickable. If you have the mobile theme activated enter the code in Theme panel->Mobile theme Custom Css section. If you do not have this plugin active, you need to enter it in Theme panel->Custom code->Advanced Css in the Phones section.
Please let me know if this is working for you.

.td-slide-galery-figure {
pointer-events: none;
}

Thanks

Post count: 45

Hi Simon!

I have the mobile plugin activated

I enter the code at -> Newspaper/mobile/style.css.

That doesn’t work.

Thanks!

Post count: 20688

Hi,

I have tried the code and it is working properly with the mobile theme activated
https://www.screencast.com/t/8G74wSuF
At the moment it seems you do not have the mobile theme activated from what I can see.

Thanks

Post count: 45

Hi!

I was doing something wrong,

That worked.

Thanks 🙂

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