TLCDesigns
Circle Member-
Posts
41 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by TLCDesigns
-
How to make gallery continuously scroll slowly with no stops
TLCDesigns replied to TLCDesigns's topic in Customize with code
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.- 4 replies
-
- images
- gallery-block
-
(and 1 more)
Tagged with:
-
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 replies
-
- images
- gallery-block
-
(and 1 more)
Tagged with:
-
How to create a fixed shop side bar across entire site in 7.1
TLCDesigns replied to TLCDesigns's topic in Customize with code
It will not be a burger, it will stay fixed on the left- 3 replies
-
- sidebar
- navigation
-
(and 1 more)
Tagged with:
-
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!
- 3 replies
-
- sidebar
- navigation
-
(and 1 more)
Tagged with:
-
How to prevent code injection from breaking site?
TLCDesigns replied to TLCDesigns's topic in Customize with code
@tuanphan- 13 replies
-
- javascript
- code-injection
-
(and 1 more)
Tagged with:
-
How to delay timing of floating button?
TLCDesigns replied to TLCDesigns's topic in Customize with code
That worked!! Thank you -
How to prevent code injection from breaking site?
TLCDesigns replied to TLCDesigns's topic in Customize with code
- 13 replies
-
- javascript
- code-injection
-
(and 1 more)
Tagged with:
-
How to prevent code injection from breaking site?
TLCDesigns replied to TLCDesigns's topic in Customize with code
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- 13 replies
-
- javascript
- code-injection
-
(and 1 more)
Tagged with:
-
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
-
How to prevent code injection from breaking site?
TLCDesigns replied to TLCDesigns's topic in Customize with code
- 13 replies
-
- javascript
- code-injection
-
(and 1 more)
Tagged with:
-
How to prevent code injection from breaking site?
TLCDesigns replied to TLCDesigns's topic in Customize with code
I tried this solution but it didnt work unfortunately- 13 replies
-
- javascript
- code-injection
-
(and 1 more)
Tagged with:
-
Is there a higher CSS character limit for 7.1?
TLCDesigns replied to morristheskinny's topic in Fonts, colors and images
Hi, I am having the same issue, how exactly do I create a CSS file and declare it? Thank you -
How to prevent code injection from breaking site?
TLCDesigns replied to TLCDesigns's topic in Customize with code
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>- 13 replies
-
- javascript
- code-injection
-
(and 1 more)
Tagged with:
-
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>
- 13 replies
-
- javascript
- code-injection
-
(and 1 more)
Tagged with:
-
Divider lines are disappearing on mobile with added code
TLCDesigns replied to TLCDesigns's topic in Customize with code
Unfortunately not. It works correctly now on safari mobile but the issue is still there on chrome and firefox -
How do you delete test orders?
-
Hi, I having a problem with my site. I am using the following code to make gallery items stack on mobile view. However, the code is removing the section divider line in the section above on live mobile view. I am not sure how to fix this. Ive attached screenshots for reference. My website is: https://azalea-goldfish-ywf9.squarespace.com/shop/ Code used: @media screen and (max-width:640px) { div#block-5df172c2e22fbcc2f1f0 .slide { width: 100% !important; margin-bottom: 40px; } } Thank you
-
Button opacity transition on hover with new fluid engine
TLCDesigns replied to chrisshaddock's topic in Customize with code
Thank you! it worked -
Button opacity transition on hover with new fluid engine
TLCDesigns replied to chrisshaddock's topic in Customize with code
This works but i want to apply to only one button. How can I do that? Tried adding block ID but that didnt work -
Removing 'Last Name' Field on Forms
TLCDesigns replied to freedomfung852's topic in Customize with code
Hello, I found this article on the topic for newsletter blocks. I have not tested if it works though: https://www.squarestylist.com/blog/newsletter-block-last-name For form blocks, all you have to do is use the text field instead of the name field. This is what I did on my own website as well.- 4 replies
-
- form
- form-block
-
(and 2 more)
Tagged with:
-
Same issue here too! Hope we see solutions in the near future
-
Thank you!!
-
I am looking for the same code. I want to change the colours of the divider lines. Thanks! https://tlcdesign-amourdemo.squarespace.com/cart password: demo