-
Posts
174 -
Joined
-
Last visited
Personal Information
- Website
-
Location
Cyberspace
Recent Profile Visitors
Spark-Plugin's Achievements
-
Spark-Plugin changed their profile photo
-
Spark-Plugin reacted to a post in a topic: How to add a custom image to the header
-
Control Gallery Column Layout - Specific Page
Spark-Plugin replied to AnnaJacobs's topic in Customize with code
@AnnaJacobs, Sorry, I realised there was a mistake on the code I provided you earlier, I have just updated it, can you try again? -
How to add a custom image to the header
Spark-Plugin replied to Jasonyun's topic in Customize with code
Hi @Jasonyun, you can follow the steps below and use the code I’m providing to achieve what you need: Navigate to: Pages > Website Tools > Custom CSS Paste the code below into the CSS editor. Hit Save. Navigate to: Pages > Website Tools > Custom CSS Select ‘Custom Files’. Select ‘Add images or fonts’. Upload your image here. Now, look for the part in the code that says (IMAGE URL HERE). Delete the "IMAGE URL HERE" text, and leave the pipe symbol (|) in place. Scroll to the top, click on Custom Files, then click on your image. Its link will automatically be inserted where you deleted the text. Hit Save and you're all set! header#header { background-image: url(IMAGE URL HERE); background-size: cover; background-position: center center; background-repeat: no-repeat; } Hope it helps!:) -
Control Gallery Column Layout - Specific Page
Spark-Plugin replied to AnnaJacobs's topic in Customize with code
@AnnaJacobs, What’s the gallery format you’re trying to achieve on the work page? -
tuanphan reacted to a post in a topic: Chat button hiding behind sections on mobile devices.
-
Spark-Plugin reacted to a post in a topic: I'm trying to include transparent PNGs in a slideshow, background is greyed. What can I do? I
-
Adding Subscribers Automatically to Mailing List (How?)
Spark-Plugin replied to davidneils's topic in Pages & Content
Hello @davidneils, it might be helpful looking into this post: -
Control Gallery Column Layout - Specific Page
Spark-Plugin replied to AnnaJacobs's topic in Customize with code
Hello @AnnaJacobs, You can try adding the code for that specific page only. Here’s the updated code—give it a go and let me know how it works for you: 1. Go to Pages. 2. Hover over the page name where you want to apply the code, and you’ll see a gear icon—click on it. 3. Go to Advanced. 5. Paste the code, click Save, and you’re all set. <style> figure.gallery-grid-item:nth-child(3n+3) { grid-column: ~"1 / 3" !important; } .gallery-grid-wrapper { grid-template-columns: repeat(2,minmax(0,1fr)) !important; } </style> -
Hi @ani168, Please give this updated code a try and let me know how it works for you: <div class="button-container"> <a href="#" class="btt"> Back to Top </a> </div> <style> .btt { color: white; font-weight: bold; text-align: center; display: inline-block; background: black; padding: 8px 24px; border-radius: 100px; width: fit-content; } .btt:hover { background-color: #FF8282; } .button-container { display: flex; justify-content: center; /* Horizontally center the button */ align-items: center; /* Vertically center the button */ } </style>
-
My videos are not embedding from Instagram
Spark-Plugin replied to kelsvaug's topic in Images & Videos
Hi @kelsvaug, I just had a look at your website and I noticed you were able to make it work, is that right? Do you still nee help? Let me know:) -
Spark-Plugin reacted to a post in a topic: Cannot save product pictures
-
Anyname reacted to a post in a topic: Cannot save product pictures
-
Spark-Plugin reacted to a post in a topic: Edit the Portfolio block header with code
-
Chat button hiding behind sections on mobile devices.
Spark-Plugin replied to acer152's topic in Code Blocks
Hello @acer152, did you try adding this " @media screen and (max-width:768px) {" when usig z-index for mobile only? For example: @media screen and (max-width:768px) { .chat { z-index: 3 !important; } } Give it a go and let me know.- 2 replies
-
- css
- javascript
-
(and 1 more)
Tagged with:
-
New Problem with Selecting Shop Items
Spark-Plugin replied to MarcieRohr's topic in Setting up your store
Hi @MarcieRohr, You can try logging out, clearing your browser’s cache, and then logging back into Squarespace. Sometimes, an unstable internet connection can also cause this type of issue. Let me know how it goes! -
Recent surge in SPAM forms and Acuity bookings
Spark-Plugin replied to JohnUKBristol's topic in Pages & Content
Hi @JohnUKBristol. I would recommend reaching out to Squarespace Support for further assistance. In the meantime, these articles might be helpful: Help Center 1 Help Center 2 -
Beyondspace reacted to a post in a topic: Is it possible for the Gallery carousel to contain both stills and video?
-
Ziggy reacted to a post in a topic: ISO a method to add a caption to a banner image
-
Hi @Vii, you might want to check out this post, hope it helps!
- 1 reply
-
- carousel
- code-injection
-
(and 3 more)
Tagged with:
-
scroll bar disappeared when adding images to a gallery
Spark-Plugin replied to bchippendale's topic in Images & Videos
Hi @bchippendale, can you share your website, please?- 1 reply
-
- accessibility
- scrolling
-
(and 2 more)
Tagged with:
-
ISO a method to add a caption to a banner image
Spark-Plugin replied to hazmat410's topic in Images & Videos
Hi @hazmat410. The best, fastest, and easiest way to do that is by using a photo editing tool to add it directly to your images. It won't take more than a minute 🙂- 2 replies
-
- caption
- marquee-template
-
(and 1 more)
Tagged with: