Jump to content

Blog post image link to external URL works on some, but not on all blog posts

Recommended Posts

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>

Link to comment
  • Replies 1
  • Views 378
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi,

Because you are using Universal Filter Link. With Page has Filter Plugin, you need to add code to Filter Plugin code.

Follow this thread, but replace #2 with code below

 

$(".blog-basic-grid .blog-basic-grid--container").click(function(){
        window.location=$(this).find(".blog-title a").attr("href"); 
        return false;
    });

REMEMBER TO SAVE A COPY OF ALL CODE SOMEWHERE, before doing anything, just for backup

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

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • 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.