walevitt Posted September 19 Share Posted September 19 Is there a way to make the images in this summary block hyperlinked to an external URL? I've added a click through URL to the image in the gallery on the back end, but they don't seem clickable in the gallery itself. It's these images on our homepage that I'm hoping to make clickable to a URL: Link to comment
tuanphan Posted September 21 Share Posted September 21 You can enable List items buttons > Add url to buttons > Then use this code to Website > Website Tools > Custom CSS. The code will hide button + turn button link to image link body.homepage { li.list-item { position: relative; } .list-item-content__button-container { position: static; } a.list-item-content__button.sqs-block-button-element { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; color: transparent !important; background-color: transparent !important; border: none !important; } .list-item-content__button-container { position: static !important; transform: unset !important; } a.list-item-content__button.sqs-block-button-element:before { visibility: hidden; } .user-items-list-carousel__slide { pointer-events: initial !important; user-select: unset !important; } .user-items-list-carousel__gutter { cursor: pointer; }} Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
walevitt Posted September 21 Author Share Posted September 21 @tuanphan thank you, but I'm not sure where to do this step: "List items buttons > Add url to buttons" Can you show me where you mean? I don't see the option to do that for the summary block that I have in mind. Link to comment
Solution tuanphan Posted September 23 Solution Share Posted September 23 On 9/21/2023 at 10:35 PM, walevitt said: @tuanphan thank you, but I'm not sure where to do this step: "List items buttons > Add url to buttons" Can you show me where you mean? I don't see the option to do that for the summary block that I have in mind. Ah sorry, misread your question, I thought you use List Section. I see you added link, but the link doesn't work, because you have this code in Code Injection, it disabled link. You can check it again Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment