Skip to main content

All Questions

0 votes
1 answer
111 views

Announcement Bar as header SquareSpace

I want to use Square space's announcement bar as the header for my site. I have seen others doing this and using the div "sqs-announcement-bar" but have not been able to use code injection ...
Annie James Walsh's user avatar
0 votes
1 answer
1k views

how to add Javascript code in specific page in SquareSpace website

I tried to add the custom javascript code in code injection, It worked and I can see the code on all pages. But I need this form only homepage This is my code <div class="_form_8"></div&...
ExpertWeblancer's user avatar
2 votes
1 answer
2k views

Is it possible to display data from SeatGeek API call on my Squarespace site?

Is it possible to connect to the SeatGeek API to display local event data on a Squarespace site? The Squarespace API docs all seem directed towards commerce-related goals. I am familiar with how ...
elderlyman's user avatar
0 votes
1 answer
400 views

Squarespace Tag ID's

Am trying to use Code Injections on Squarespace (asked there too, but no answer.) I need the value of a topdown list. However, each time I load the page, the ID changes. in this page load it is "...
neurascenic's user avatar
0 votes
1 answer
1k views

How to add JavaScript code injection on squarespace to change href attribute?

I am trying to change the link on my squarespace website by inserting a code injection. I am adding the following code: <script> var element = document.getElementsByClassName('eventitem-...
Ben's user avatar
  • 31
1 vote
4 answers
2k views

HTML/CSS/JavaScript how to add hyperlink to content?

I am currently making a squarespace website for an art gallery and I have a page that displays the current exhibitions. I added a code injection to change the message that is displayed when there is ...
Ben's user avatar
  • 31
0 votes
3 answers
1k views

Squarespace code injecting

I injected <script> tags into my squarespace template making the <main> display:none. Now I cannot edit that section through squarespace because it is gone. Recommendations how to get it ...
Masha 's user avatar
1 vote
0 answers
579 views

Redirect Url to outside link after anchor tag is clicked - possible?

Here is the usual script tag that allows you to redirect to Google after 5 seconds. <script> setTimeout(function(){ window.location.href='www.google.com' },5000) &...
XavierTheGreat's user avatar
0 votes
1 answer
4k views

Javascript in Squarespace isn't working?

I have a custom form that uses javascript that I'd like to add to my site. What the form does, is in stead of having a text label it has an image label which will change when a user hovers over the ...
rachel's user avatar
  • 63
1 vote
0 answers
2k views

Squarespace Header Injection Code

I am using Squarespace for my portfolio. I recently was helped with animating my logo in SVG code. Now I have this code and I have no way of replacing my logo in the header with it. As you can see in ...
Christiana Del Vecchio's user avatar
0 votes
1 answer
957 views

jQuery injection with squarespace 6

I'm helping a friend customize their squarespace 6 site, but jquery doesn't seem to be working correctly. We have a box that when clicked, it will open a lightbox asking for email sign up. They would ...
user2656861's user avatar