jcistaff Posted August 24, 2021 Posted August 24, 2021 Site URL: https://www.studiojci.com/projects1 Hi Everyone, I'm having this weird issue on my website where: in the gallery, the clickthrough URL wont activate when clicked near the center of the image, however when the image is clicked near the edges of the frame, the clickthrough URL will activate. See below for an example Hoping someone might have a solution on how to be able to fix this issue so that the clickthrough url will activate once the entire image is clicked.. URL: https://www.studiojci.com/projects1 Thanks so much,
tuanphan Posted August 27, 2021 Posted August 27, 2021 Just answered your message. If it works, you can share code for other members. Thank you. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
jcistaff Posted September 1, 2021 Author Posted September 1, 2021 Thanks Tuan, Yep it worked! To solve this problem add the code below to Design -> Custom CSS /* Enable middle click in gallery */ .image-slide-title { pointer-events: none; } .slide * { cursor: pointer; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.