Jump to content

journeyrdu

Member
  • Posts

    2
  • Joined

  • Last visited

Community Answers

  1. journeyrdu's post in Making summary block entry title open lightbox instead of going to gallery page was marked as the answer   
    Rolled up my sleeves and learned JQuery. For future reference, my solution was to remove the custom styling from page header code injection and add the following:
    <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script> var $jq = jQuery.noConflict(true); $jq( document ).ready(function() { $jq( ".summary-title-link" ).removeAttr("href"); $jq( ".summary-title-link" ).css('cursor', 'pointer'); $jq( ".sqs-video-overlay" ).css('cursor', 'pointer'); $jq( ".summary-title-link" ).click(function() { $jq(this).parent().parent().parent().find( ".summary-thumbnail-container" ).trigger("click"); }); }); </script>  
×
×
  • 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.