TLCDesigns
Circle Member-
Posts
41 -
Joined
-
Last visited
Personal Information
-
Location
London, United Kingdom
Recent Profile Visitors
TLCDesigns's Achievements
-
melaniejaane reacted to a post in a topic: Removing 'Last Name' Field on Forms
-
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:
-
TLCDesigns reacted to a post in a topic: Is there a higher CSS character limit for 7.1?
-
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 -
TLCDesigns reacted to a post in a topic: How to prevent code injection from breaking site?
-
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: