Jump to content

hayleysb13

Member
  • Posts

    11
  • Joined

  • Last visited

Reputation Activity

  1. Like
    hayleysb13 got a reaction from tuanphan in 7.1 portfolio on mobile - remove overlay when clicked   
    Amazing! Thank you so much!!
  2. Like
    hayleysb13 got a reaction from Beyondspace in 7.1 testimonial auto-scroll   
    Thank you! This worked great!
  3. Like
    hayleysb13 reacted to tuanphan in Remove Hover & URL Links   
    Keep hover effect + remove link?
    Add this to Portfolio and Archives Page Header Code Injection
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('a.grid-item').removeAttr('href'); }); </script>  
  4. Like
    hayleysb13 reacted to Beyondspace in 7.1 testimonial auto-scroll   
    I think it can be achieved by using some javascript code to set interval the clicking on next button
    <script> (function docReady(fn) { // see if DOM is already available if (document.readyState === "complete" || document.readyState === "interactive") { // call on next available tick setTimeout(fn, 1); } else { document.addEventListener("DOMContentLoaded", fn); } })(() => { if ( window.location == window.parent.location ) { const reelControls = document.querySelectorAll('section[data-section-id="630305ced17aa33b3d1a4e54"] .user-items-list-carousel__arrow-button--right'); reelControls.forEach(reelControl => { (function reelTimer() { setTimeout(() => { reelControl.click(); reelTimer(); }, 2000); // change this value to change the speed })(); }) } }); </script> Hope it can help
×
×
  • 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.