Jump to content

Ziggy

Circle Member
  • Posts

    7,828
  • Joined

  • Last visited

  • Days Won

    90

Community Answers

  1. Ziggy's post in Can anyone tell me what this code means? was marked as the answer   
    Looks like it's all for a timer and animated counter. You can always copy it, back it up, and then remove it to see what happens, if it's necessary code you can always replace it.
  2. Ziggy's post in How to disable site visitors to save or to screenshot my site contents? was marked as the answer   
    You can make it more difficult, but there is no way of preventing someone copying your content if you make it publically accessible, if you can see it you can copy it. Have a read of this thread which offers some methods to make it a little more difficult:
  3. Ziggy's post in add parallax to 7.1 was marked as the answer   
    It does. Look in Image Effects the editing the section background.
     
  4. Ziggy's post in White box around password page was marked as the answer   
    Where did you get the code? 
    Add this to the lock page code injection:
    <style> *:focus { outline: none !important; } </style>  
  5. Ziggy's post in QR Codes - Does Squarespace generate one for you with membership? was marked as the answer   
    Nope, but there are countless QR generators online that you can use should you wish.
  6. Ziggy's post in Delete Slideshow only on Mobile View was marked as the answer   
    Follow this to improve the design:
     
    Or add this to Custom CSS to hide the slideshow on mobile:
    @media only screen and (max-width:767px) { section[data-section-id="661565bbb54e6854c3a04ba2"] { display:none; } }  
  7. Ziggy's post in Edit the Colours of the Divider in the Site Footer for Homepage Only was marked as the answer   
    Haha, that's not right!
    Try this:
    #collection-655b50b045a13147527cba9b { section[data-section-id="6614f78973b88f33805c6976"] { :not(.has-background) .section-background { background-color: #e1dfd9 !important; } } }  
  8. Ziggy's post in How do you pin/stop a Section. was marked as the answer   
    Try this in Custom CSS:
    section[data-section-id="6616a7ba048a76656b6e95a7"] { position : -webkit-sticky !important; position : sticky !important; top : 0px !important; z-index : 99999; } Let me know if that works.
  9. Ziggy's post in Scrolling to anchor links was marked as the answer   
    Add this to Custom CSS
    html { scroll-behavior: smooth; }  
  10. Ziggy's post in Custom code on website is showing incorrectly. Header is now at the bottom and navigation was marked as the answer   
    Might be a silly question, but does this work if you put it in a code block on the page rather than in the header code injection?
  11. Ziggy's post in Formatting Paragraphs , loosing line spacing. was marked as the answer   
    Instead of using a RETURN (adding a paragraph break) try SHIFT + RETURN to add a line break.
  12. Ziggy's post in Adding grid borders to my products was marked as the answer   
    Try adding this inside the last curly bracket:
    .products.collection-content-wrapper .grid-meta-wrapper { border-top: 1px solid #000; padding: 12px 16px; }  
  13. Ziggy's post in Adding a submission content field for entering a phone number along with the email address to the Promotional Pop in Version 7.1 was marked as the answer   
    The website is Squarespace, but the popup is not, they are using Unbounce for that:
    https://unbounce.com/product/popups-and-sticky-bars/
    There isn't a way to add more fields in the Squarespace popup hence utilising this system, but there are many other 3rd party systems you could use.
  14. Ziggy's post in Hide certain links in mobile hamburger menu was marked as the answer   
    This should work:
    .header-menu-nav-item:nth-child(2) { display : none; }  
  15. Ziggy's post in Booking Widget visible in edit mode but not live website was marked as the answer   
    Have you followed all of these steps?
    https://support.corepractice.com.au/hc/en-us/articles/115005453608-How-to-embed-our-Online-Bookings-on-your-site
    Including "whitelisting" your domain? (Squarespace and custom domain?)
    https://support.corepractice.com.au/hc/en-us/articles/4412936827407
  16. Ziggy's post in Creating a dynamic Slideshow in my squarespace webpage that allows putting image blocks on the slideshow. was marked as the answer   
    This plugin does what you're asking for:
    https://www.will-myers.com/products/p/sliding-image-banner
  17. Ziggy's post in Unwanted Spacing on Slideshow Gallery was marked as the answer   
    Well this should work if the none didn't:
    .sqs-gallery-block-slideshow { background-color: rgba(0, 0, 0, 0); }
  18. Ziggy's post in 2 column grid for homepage was marked as the answer   
    Try adding this to Custom CSS:
    @media screen and (max-width: 767px) { .portfolio-grid-basic { display: grid; grid-template-columns: 1fr 1fr !important; grid-column-gap: 24px; grid-row-gap: 16px; grid-auto-rows: min-content; } }  
  19. Ziggy's post in Product detail page title spacing on mobile was marked as the answer   
    Try this in Custom CSS, adjust the value to your liking:
    @media screen and (max-width: 767px) { .tweak-products-width-full .products.collection-content-wrapper { padding-top: 6vw; } }  
  20. Ziggy's post in MOBILE COPY LINE BREAK was marked as the answer   
    Try this Custom CSS:
    h1, h2, h3, h4 { -webkit-hyphens: manual !important; -moz-hyphens: manual !important; -ms-hyphens: manual !important; hyphens: manual !important; }
  21. Ziggy's post in Text is misaligned on different sized phone screens. was marked as the answer   
    Can you share your website URL?
    From the screenshot it looks simply like you have two overlapping text blocks for the heading and body, and when the heading breaks to two lines that text then overlaps. Either put all of the text in one block, or make the heading block smaller so the block isn't overlapping the block below it.
  22. Ziggy's post in All of my CSS code has stopped working was marked as the answer   
    Line 60 has a closing bracket, but I can't see a corresponding opening bracket.
     
  23. Ziggy's post in Moving Site logo slightly to a the right while keeping the same layout was marked as the answer   
    You could try this Custom CSS:
    .header-width-inset .header-inner { max-width: 1200px; }  
  24. Ziggy's post in How to edit the size of an embedded block for mobile. was marked as the answer   
    You need to set a max width of 100% in the iframe properties.
  25. Ziggy's post in Help! Missing Closing '}' was marked as the answer   
    I've removed the unnecessary opening curly bracket for you here:
    /* hide image titles slideshow hover */ .sqs-lightbox-meta { display: none; } .fancyborder { border: 4px solid #F2CBCB; padding: 10px; } #block-62d7c0af4dc1981f91f16f5c p, #block-62d7c0af4dc1981f91f16f5c h1, #block-62d7c0af4dc1981f91f16f5c h2, #block-62d7c0af4dc1981f91f16f5c h3, #block-62d7c0af4dc1981f91f16f5c h4 { color: #ffffff !important; } @font-face { font-family: ‘Faberge’; src: url(https://static1.squarespace.com/static/5e4a73e9773e7329ddf8b009/t/65f52f996ef2c801f0b61488/1710567322084/Faberge-Regular.otf); } h1 { font-family:'Faberge'; } p, h1, h2, h3 { -webkit-hyphens: manual !important; -moz-hyphens: manual !important; -ms-hyphens: manual !important; hyphens: manual !important; }  
×
×
  • 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.