Jump to content

cglenn

Member
  • Posts

    8
  • Joined

  • Last visited

Everything posted by cglenn

  1. I just read the last comment in this thread and it sounds like there may be issues with your code conflicting with the universal filter plugin. I didn't think to test it, but it does appear that the newest post links are working correctly. The first 20 don't have images yet, so I hadn't caught that. If you have any ideas for a workaround, I'd welcome them!
  2. @creedon Hi there! I'm trying to build a blog page where I've hidden titles and want to display the pictures only– and have them link to external URLs. I think I've followed all of your instructions above correctly and the links were working correctly earlier today, but something has happened and now all of the links direct to the blog post page (that is blank). Each post has an external URL and the link post to source URL is toggled on. I'm using the Universal Filter plug-in on the page. Site is version 7.1. Page can be viewed here: https://www.affa-action.org/equality-tracker-legislative-scorecard. Please excuse the fact that some pictures are missing in the grid - I've been working my way through the posts and adding images. Any idea what's going wrong here?
  3. I'm using Universal Filter to make the list of blog posts filterable, and I'd like to decrease the space between the block with the accordion and the filters. What code can I add to adjust that padding? Screenshot shows the space I'm referring to. Site: https://www.affa-action.org/equality-tracker-legislative-scorecard Version 7.1
  4. Site URL: https://www.affa-action.org/equality-tracker-legislative-scorecard Version 7.1 I'm using the custom code below to try and get a blog post featured images to link to external source URLs (and not the blog post page). I found this code in the forum and added it through Code Injection > Footer. It fixed the links on some images, but not all. Any idea what's going on here? I tried turning off the link to source URL on impacted posts and turning it back on. Tried removing the URL and adding it back in, it's not fixing the issue on these specific posts. It's impacting 26 out of 46 posts on the page. Examples of posts that are working: Alexander, Bennett, Cash Examples of posts that are not working: Adams, Allen, Campsen Code I used: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(".blog-basic-grid .blog-basic-grid--container").click(function(){ window.location=$(this).find(".blog-title a").attr("href"); return false; }); </script>
  5. https://www.affa-action.org/equality-tracker-legislative-scorecard I found this code in the forum and added it through Code Injection > Footer. It seemed to fix the links on some images, but not all. Any idea what's going on here? Examples of posts that are working: Alexander, Bennett, Cash Examples of posts that are not working: Adams, Allen, Campsen <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(".blog-basic-grid .blog-basic-grid--container").click(function(){ window.location=$(this).find(".blog-title a").attr("href"); return false; }); </script>
  6. I'm adding the photo through Settings on the blog post. I see an option to "Link Post Title to Source URL" and I can add an external URL and if I display the title, it links to the external site, but this doesn't seem to apply to the picture. Am I doing something wrong?
  7. I know this may seem counterintuitive, but our organization is using a blog that displays images in a grid—no titles or anything else—and we want all of those images to link to external sites (not the blog post page). We are using the Universal Filter plug-in to sort/filter the posts and chose the blog format because 1) we will eventually have 170 different posts and 2) we plan to build on this format next year (and create individual pages for each post). Is there any sort of custom code that would allow us to add an external link to the blog image? Here's the page: https://www.affa-action.org/equality-tracker-legislative-scorecard
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.