Jump to content

TLCDesigns

Circle Member
  • Posts

    41
  • Joined

  • Last visited

Personal Information

  • Location
    London, United Kingdom

Recent Profile Visitors

322 profile views
  1. Thank you , this worked! But how do I make the gallery full bleed and larger? It needs to look like the screenshot attached (covering the whole screen). I also want to make the speed much slower.
  2. Hi, I have a gallery on my homepage, it's set to auto scroll but its currently too fast has stops between each image. I want it to continuously scroll very slowly on a loop with no stops. https://mervin-archer-demo.squarespace.com/ Password: demo Thank you!
  3. Hi, I have a gallery on my homepage, it's set to auto scroll but its currently too fast has stops between each image. I want it to continuously scroll very slowly on a loop with no stops. https://mervin-archer-demo.squarespace.com/ Password: demo Thank you!
  4. Hi, I am creating a website which will be selling photography. The client wants to have the shop categories fixed on the left hand side across the entire site. Is there any code or plugin I can use to achieve this? A similar example of what I mean is this: https://wells-demo.squarespace.com/ (only difference is that aside from just the images, visitors will also be able to purchase each item). For ref the website is: https://mervin-archer-demo.squarespace.com/ Password: demo Many thanks!
  5. Hmm that's strange, I just double checked and the file has been uploaded.
  6. Ahh - I changed it to lower case but it still didn't work. Also I need to remove the original script ? If i remove it the design effect is gone
  7. Hi there, I am using a css code to add a floating button to my website. However, I want to add a time delay on it so that it doesn't show up on my custom loading screen (see screenshot). Any ideas?? Thanks
  8. Hi, I am having the same issue, how exactly do I create a CSS file and declare it? Thank you
  9. Ok great, how do I do that? I would like to disable the following script in edit mode without using safe mode because I think that is what is causing the issue. <script> document.addEventListener("DOMContentLoaded",function() { const header = document.getElementById('header'); const firstSection = document.querySelector('.page-section:first-child'); firstSection.after(header); }); </script>
  10. Hi there, I have an issue with one of my sites: https://tlcdesign-hillarydemo.squarespace.com/?password=demo I used code injection to install a plugin but using this script breaks the site, I am unable to edit without using safe mode because it causes the "add section" button to either disappear completely or become misaligned and unclickable (see screenshot). I'm perfectly ok with using safe mode, however, I sell this site as a template and its a bit inconvenient and confusing for inexperienced clients to work with, and I feel its a bit unprofessional for me to tell them to do that so this is hurting my business. Is there any other solution to this? I would like to keep the sticky effect. Thank you Code used: <style> @media screen and (min-width: 768px) { #header { position: sticky; top: 0; display: none; z-index: 4000 !important; width: 100vw; } main .page-section:first-child + #header { display: block; } main .page-section:first-child { min-height: calc(94vh - 93px)!important; } } </style> <script> document.addEventListener("DOMContentLoaded",function() { const header = document.getElementById('header'); const firstSection = document.querySelector('.page-section:first-child'); firstSection.after(header); }); </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.