SaniceMarlow Posted September 13, 2023 Share Posted September 13, 2023 Does anyone else have this problem? I have a summary block on a Blog Page displaying blog posts, and on clicking the featured image, the image is lightboxed rather than going to the blog post URL. However when you open link in new tab, then it goes to the article. Oddly enough, I have a similar summary block on the Home Page (at the bottom) where the image links to the relevant article perfectly fine. Any ideas on what is going wrong? Ideally I'd like the featured images to link straight to the article and be able to remove the "Read More" links. Thanks! Link to comment
tuanphan Posted September 14, 2023 Share Posted September 14, 2023 In short, you want Remove Read More Disable Lightbox when clicking item Click item (image) >> Open article Is that right? 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!) Link to comment
SaniceMarlow Posted September 14, 2023 Author Share Posted September 14, 2023 Yes that's correct! It automatically is set up this way with the summary block of blog items on the bottom of the home page, but on the blog page, it just lightboxes the image and doesn't take you to the article when you click (unless you select open in new tab). Strange! Link to comment
tuanphan Posted September 15, 2023 Share Posted September 15, 2023 I think it should be an option somewhere, or some code in Code Injection conflict with Summary, If you can't find it, you can add this to Website > Website Tools > Custom CSS to move read more link override whole box, to make it clickable to articles /* Blog page summary */ body#collection-63e995cccb0aea2e46376368 { a.summary-read-more-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999; color: transparent !important; opacity: 0; } .summary-metadata-container.summary-metadata-container--below-content { display: none !important; }} 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!) 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