Non Active Modal Image on smartlist

Posted in: Newspaper
Post count: 59

How to setting up Non Active Modal Image on smartlist? i want image on smartlist not work when clicked

Post count: 20688

Hi,

The smart lists were designed to use the modal image feature by default. One exception being Smart list style 8. Using that smart list style you can set this option for the images used in the smart list
https://www.screencast.com/t/rLGEIOkRvsl1
Then nothing will happen when they are clicked.
There is a workaround that can be used for other smart list styles, if you could provide a link to your website where the smart list is displayed I will try and give you a solution.

Thanks

Post count: 59

i just want Non Active Modal Image on smartlist 2.. please help

Post count: 20688

Hi,

Try entering the code provided below in Theme panel->Custom Css section
https://www.screencast.com/t/Ii3ADfrC43s
It should prevent any clicking action on the images used in Smart list style 2, if that is what you are using

.td_smart_list_2
.td-slide-smart-list-figure {
pointer-events: none;
}

Thanks

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