Jump to content

jennyso

Circle Member
  • Posts

    14
  • Joined

  • Last visited

Reputation Activity

  1. Like
    jennyso got a reaction from Beyondspace in Products in Store Aren't Clickable   
    It worked! Thank you so much, BaNgan!!
  2. Like
    jennyso reacted to Beyondspace in Products in Store Aren't Clickable   
    Try adding to Home > Design > Custom Css
    .grid-item { pointer-events: auto; } Let me know how it works on your site
  3. Like
    jennyso got a reaction from Beyondspace in Turn off click through link portfolio page   
    It worked! Thank you so, so much! 
  4. Like
    jennyso reacted to Beyondspace in Turn off click through link portfolio page   
    You can try adding to Home > Design > Custom Css
    section[data-section-id="61dfe40a30b6d72ed3025980"] .portfolio-hover-item { pointer-events: none; } This code will disable the hover effect of the portfolio.
    Another way you can implement is set in Home > Settings > Advanced > Code Injection, choose the footer
    <script> (function(){ window.addEventListener('DOMContentLoaded', () => { const disableBtns = document.querySelectorAll('section[data-section-id="61dfe40a30b6d72ed3025980"] .portfolio-hover-item'); if(disableBtns.length) { disableBtns.forEach(btn => { btn.addEventListener('click', (e) => { e.preventDefault(); }) }) } }); })() </script> Let me know how it works
    Support me by pressing 👍 if this useful for you
  5. Like
    jennyso got a reaction from Beyondspace in Disabling Links on Portfolio Page   
    Site URL: https://www.alongsideworkshops.org/about
    Hi,
    I am trying to disable the links on a portfolio page so that they don't click through to other pages. The words that I don't want to be active links are "Community," "Creativity," and "Curiosity." I saw a post here from 2020 and tried both codes--one was supposed to go into the header and the other was for the CSS Styles section. Neither seemed to work for me, but I may have been doing something wrong. I'm really grateful for any help! 
  6. Like
    jennyso reacted to paul2009 in Avoiding Not Secure Page When Connecting Domain   
    It won't make any difference to the downtime, it just depends on who you prefer to host the domain. However, if you plan to transfer it to Squarespace you'll want to do it at least 7-10 days before the planned migration because the transfer process will also take some time.   
     
  7. Like
    jennyso reacted to paul2009 in Avoiding Not Secure Page When Connecting Domain   
    There are a number of things you can do 3-4+ days in advance to reduce the period of 'downtime' during a site or domain migration but there isn't a way to display a friendly "we're moving" type page to avoid SSL errors during the swap.
×
×
  • 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.