Smart List Help with POP up Images

Posted in: Newspaper
Post count: 73

hello please see a post without smart list…

http://askhairstyles.com/20-faded-mohawk-for-black-men/

all images are non clickable and linked to none while uploading to wordpress media and we want this and which is correct…..However if you change any post to smart list then images become clickable and a lightbox kind of things come up with all images in gallery…we want to stop it and want same behavior as above link..

See the example what we not want that smart list do….

http://askhairstyles.com/short-hairstyles-for-little-girls/

click on any image…

https://s10.postimg.org/sgyb6el9l/Screenshot_396.png

Post count: 22421

Hello,

Smart lists were creted to use the modal image by default so there is no simple way of turning it off as it is hard-coded in. You can however use a css trick to remove the link action:
.td_smart_list_2 .td-slide-smart-list-figure{
pointer-events:none!important;
}

Add this code in the theme panel custom css box. This will work on smart list 2. If you use another smart list you need to change the number of the smartlist in the code.

Thank you!

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