Comments 2Chip started the conversationSeptember 12, 2016 at 11:58pmI added the following css to disable the zoom function, however it is not working. I want to disable the ability to click on the image to open a larger one. thank you..thumb-item .intense-zoom { cursor: default !important; pointer-events: none !important;} li.intense-zoom .image-show { cursor: default!important; pointer-events: none!important;} 2,006Support repliedSeptember 15, 2016 at 10:05pmOpen js/scripts.js and remove this if( $('.intense-zoom').length > 0 ){ var elements = document.querySelectorAll( '.intense-zoom' ); Intense( elements ); } Thank you. Clapat Support Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio 2Chip repliedSeptember 15, 2016 at 10:50pmthat didn't work :( 2,006Support repliedSeptember 19, 2016 at 6:37pmHi,Please give us an example where you want to disable the zoom. ThanksThank you. Clapat Support Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio Sign in to reply ...
I added the following css to disable the zoom function, however it is not working. I want to disable the ability to click on the image to open a larger one. thank you.
.thumb-item .intense-zoom {
cursor: default !important;
pointer-events: none !important;
}
li.intense-zoom .image-show {
cursor: default!important;
pointer-events: none!important;
}
Open js/scripts.js and remove this
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
that didn't work :(
Hi,
Please give us an example where you want to disable the zoom. Thanks
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio