LaurenLeader Posted May 28, 2020 Share Posted May 28, 2020 Hi there, I could really do with some help, here's what I need to do: Is there a way to have more than 20 posts displayed on a blog on 7.1? I need infinite scrolling I also need for the thumbnails not to click through to the individual blog posts, but I still need a link on the excerpt text to link to an external website for each thumbnail Remove the Older Posts > pagination copy/link To add a border to the thumbnails. I have this working on my News blog but it doesn't work on this blog, which is basically a panel of logos that can be filtered by category. So far for the click through problem, I have been told to use this code in a code block: <style> article a { pointer-events: none; } </style> Which works but it also disables the excerpt link and the Older Posts > link... And I've been told to use this code for adding the border, which works fine on one blog but not on the other... section.blog-image-wrapper a { border: 1px solid black; display: block; } I'd really appreciate some help with this and I'm willing to pay 🙂 Lauren Link to comment
tuanphan Posted May 28, 2020 Share Posted May 28, 2020 Q1. I think default is 30? You can remove limit with this Lazy plugin Q2. Can you share link to blog page? Q3, Q4. Can you share link? 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
LaurenLeader Posted May 28, 2020 Author Share Posted May 28, 2020 It's 20 for a main blog page and 30 for a summary blog - thanks for the link, hopefully it works ok for 7.1. Q2, 3 and 4 - https://asparagus-ocelot-cchc.squarespace.com/config/pages/5ecce3922dd571390c9cdfaa Link to comment
tuanphan Posted May 28, 2020 Share Posted May 28, 2020 7 minutes ago, LaurenLeader said: It's 20 for a main blog page and 30 for a summary blog - thanks for the link, hopefully it works ok for 7.1. Q2, 3 and 4 - https://asparagus-ocelot-cchc.squarespace.com/config/pages/5ecce3922dd571390c9cdfaa You can ask plugin author, before purchasing the plugin. Q2, 3. What is access password? also, /config is url for site owner, I can't access 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
LaurenLeader Posted May 28, 2020 Author Share Posted May 28, 2020 https://asparagus-ocelot-cchc.squarespace.com/ MCIclub2020! 🙂 Link to comment
tuanphan Posted May 28, 2020 Share Posted May 28, 2020 I also need for the thumbnails not to click through to the individual blog posts, but I still need a link on the excerpt text to link to an external website for each thumbnail Add to Home > Design > Custom CSS /* disable blog image link */ section.blog-image-wrapper { pointer-events: none; } /* disable blog title link */ .blog-title a { pointer-events: none; } Remove the Older Posts > pagination copy/link .pagination-title-wrapper { display: none; } To add a border to the thumbnails. I have this working on my News blog but it doesn't work on this blog, which is basically a panel of logos that can be filtered by category. Can you share link to this page? 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
LaurenLeader Posted May 28, 2020 Author Share Posted May 28, 2020 News - https://asparagus-ocelot-cchc.squarespace.com/config/settings/contributors If I add that code will it disable the news page too? I don't want it to, only the direct lender panel Link to comment
tuanphan Posted May 28, 2020 Share Posted May 28, 2020 6 hours ago, LaurenLeader said: News - https://asparagus-ocelot-cchc.squarespace.com/config/settings/contributors If I add that code will it disable the news page too? I don't want it to, only the direct lender panel Can you share link to direct lender panel page? /config is url for site owner, we can't access it. See how to find page url. 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
LaurenLeader Posted May 29, 2020 Author Share Posted May 29, 2020 Direct lender panel - https://asparagus-ocelot-cchc.squarespace.com/config/pages You can access it by going to What We Offer on the main nav, clicking on Mortgages and then on the orange panel you can see View Our Full Panel Link to comment
tuanphan Posted May 29, 2020 Share Posted May 29, 2020 You want to create border + disable image links on this page only? Add to Home > Design > Custom CSS /* Mortgage Lender Panel */ body#collection-5ecce3922dd571390c9cdfaa { /* disable image link*/ article.blog-item>div:first-child { pointer-events: none; } /* border */ article.blog-item>div:first-child { border: 1px solid black; } } 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
LaurenLeader Posted May 29, 2020 Author Share Posted May 29, 2020 Thanks so much - that worked. However, I've had to set a new version of that page now so that I can have all the logos on 1 page using 2 summary blocks - it's not ideal.... I've emailed the these guys for the plugin you suggested: https://www.squarewebsites.org/products/lazy-summaries Once I hear back and they confirm that it will work for 7.1, and once I've implemented it, would you be able to come up with the code you supplied above for this new version? Please email me at lauren@laurenleader.studio if you require any payment for this. Thank you and have a good weekend! Link to comment
tuanphan Posted May 29, 2020 Share Posted May 29, 2020 Answer on the forum are free, if you need paid support, you can contact me via the contact form in the signature link. 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
LaurenLeader Posted June 2, 2020 Author Share Posted June 2, 2020 Ok thanks, I've just messaged you 🙂 Link to comment
entrework Posted July 2, 2020 Share Posted July 2, 2020 On 5/29/2020 at 9:40 AM, LaurenLeader said: I've emailed the these guys for the plugin you suggested: https://www.squarewebsites.org/products/lazy-summaries Did you find out if this plugin works in 7.1? Link to comment
tuanphan Posted July 5, 2020 Share Posted July 5, 2020 On 7/3/2020 at 2:51 AM, entrework said: Did you find out if this plugin works in 7.1? You can contact plugin author. 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
Archived
This topic is now archived and is closed to further replies.