http://yourcatsinlife.com/
for ex
when you log in this article
https://yourcatsinlife.com/20-cute-cats-and-dogs-losing-the-battle-with-furniture/
click in the picture of the article
when you click the pircture zoom in
Hello adam21s,
Try to enable the following setting from here -> https://www.screencast.com/t/QbVpNKHCPzi4 Clear all the caches and check the results.
Thanks.
Hello,
I think you are referring to the lighbox effect. Unfortunately you are using a smart list and smart lists get this effect automatically except for smart list 8 . The lighbox can be removed from standard posts from the image settings: https://www.screencast.com/t/LLSGsLvm4V
Make sure you also disable the general option as the modal image also has a general setting which will apply the lighbox to all images at once: https://www.screencast.com/t/bTmtlfkIGeY
Thanks.
Thank you!
Hi,
Like Bogdan mentioned in the smart lists there is no option to remove that effect. You could try something else. If you enter the code provided below in the custom css section, the images inside the smart list will not be clickable anymore.
That effect will not be present when the images are clicked, when using the current smart list style.
.td_smart_list_6
.td-slide-smart-list-figure {
pointer-events: none;
}
Thanks
Hi,
That code will only work on the smart list that you mentioned. If you would like to disable the lightbox for the featured image inside the post, that can be done in the theme panel like this
– https://www.screencast.com/t/AHFyrKed
Then nothing will happen when you click on the featured image in the post.
Thanks