disable click on photo in the mobile theme

Posted in: Newspaper
Post count: 5

I use the mobile theme and a copy protection plugin, but when you view the site in mobile, and click on the photo featured opens the original photo and copy protection no longer works, how can I do to disable the click on the photo featured?

Post count: 20688

Hi,

If you were to use a code like the one below, the featured image (when using the mobile theme plugin) will not be clickable anymore

.td-post-content .td-post-featured-image {
pointer-events: none;
}

This code musty be entered in Theme panel->Mobile theme->Custom CSS code section. If this is not what you wanted, please provide some more details of possible.

Thanks

Post count: 5

Perfect, is ok. thanks

Post count: 5
Post count: 20688

Please let us know if you need something else, regarding that gallery. I am not sure if you do or not. We will try to provide you with a solution for that as well.

Post count: 5

if possible you would send me the code to disable the click also on the gallery
Thanks

Post count: 20688

No problem, this is the code for that

.td-post-content .gallery {
pointer-events: none;
}

Once entered in the same location mentioned above, it will prevent any clicking on the gallery images.

Post count: 5

Thanks

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