Questions tagged [squarespace]

Squarespace is a creative platform for building websites. It's an all-in-one hosting, software and support package featuring an easy-to-use development platform giving you full front end control over your project.

Squarespace is a web publishing platform with a focus on design and user experience. Their two primary products are Domains and Websites, but it's worth noting that their Website product has multiple pricing tiers to serve various needs.

Features:

  • Professionally designed mobile-responsive templates
  • A drag-and-drop user interface for content management.
  • A collection" engine that supports all of the basics you would expect: blogging, galleries, events, albums, products, etc.
  • Built-in supports for many popular integrations and social media accounts.
  • Built-in eCommerce platform with seamless integration to Stripe.

Each and every Squarespace website has a toggle switch to turn on access to the underlying platform. This allows you to build any design you want using their creative platform.

Features:

  • Full front end code control.
  • JSON-T templating syntax.
  • Built-in support for LESS CSS and JavaScript minification, although you don't have to use them.
809 questions
4
votes
1 answer

Uploading HTML/CSS Files in bulk to squarespace

Hi Stack Overflow community, I'm a bit of a noob here (please be gentle) and wanted to ask how to upload HTML/CSS + Packages in bulk to my site. I'm familiar with the code injection/CSS editor within Squarespace, but something doesn't seem to be…
Bones
  • 41
  • 3
4
votes
1 answer

Integrating Angular CLI with Squarespace

I am interested to know if anyone has been able to successfully use Angular CLI in a Squarespace site. I have been searching for answers to this problem but can't find a solution. I know that you can add custom scripts to a Squarespace site and/or…
tripstar
  • 161
  • 1
  • 2
  • 11
4
votes
1 answer

Style thumbnail titles on mobile with Squarespace

I'm trying to style the titles on the mobile device to match what I have displayed on a narrow desktop view. See images warface.co.uk pass:squared Desktop Chrome / Narrow view (Desired view) Mobile view Chrome / iOS Title to sit in the center of…
Rob
  • 1,493
  • 5
  • 30
  • 58
4
votes
0 answers

Access Control Allow Origin In Squarespace Image?

Cross Origin Domain Access problem in Squarespace Images. Here's the error: Image from origin 'http://static1.squarespace.com' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is…
SAvi
  • 41
  • 2
4
votes
1 answer

Redirect to URL using code in GET form

I am working on a project in Squarespace to create a very basic combination lock form where inputting different codes (invoice #'s) takes you to specific URLs. Because it is Squarespace, I don't think I have very many options for coding other than…
user3810134
  • 41
  • 1
  • 2
4
votes
2 answers

Hosting d3.js visualizations on Squarespace

I recently came across two blog posts (1, 2) that detail ways one can implement d3.js visualizations on Squarespace. I was interested in uploading an interactive network visualization to my Squarespace site, so I tried following the directions in…
duhaime
  • 25,611
  • 17
  • 169
  • 224
4
votes
8 answers

If Statement not working with And (&&) Operator

I'm having a hard time writing up what seems should be a simple if statement! I need it to say if mod does not equal a, b, or c - then do this. Here is what I was trying but have been unsuccessful: var mod = CURRENT_MODULE_ID; if (mod != "5827289"…
3
votes
1 answer

Not able to start square space development server on windows

Am setting up square space local development server on widows using below commands but getting JAVA exception I have installed npm in windows npm version is : 6.14.6 Installed square-space local development server using command npm install -g…
bilal baig
  • 31
  • 2
3
votes
1 answer

Can't setup dynamic links with custom domain linked to Squarespace

I'm having issues setting dynamic links with a custom domain. My domain is from Google Domains, and it's linked to a Squarespace site. When I try to add the A records to my domain on Google Domains ... it says the records already exist. And I can't…
batthis
  • 127
  • 1
  • 5
3
votes
1 answer

How to integrate Angular project into Squarespace custom template

Goal: I am trying to create a single custom page on my Squarespace site that has a high amount of user interaction supported. Because Angular make building single page applications pretty easy, I was hoping to be able to integrate this using…
Krejko
  • 901
  • 1
  • 9
  • 23
3
votes
1 answer

Adding Facebook Pixel event to Squarespace button click

I'm trying to add a Facebook pixel event -- "ViewContent" -- to my Squarespace site. I have one page with one button, and I want to fire the event on the button click. It feels like it should be simple, but I'm consistently getting an error in…
katie
  • 31
  • 1
3
votes
1 answer

infinite scroll on squarespace get category filter

I am using this code to infinite load a page on squarespace. My problem is the reloading doesn't capture the filtering that I have set up in my url. It cannot seem to 'see' the variables or even the url or categoryFilter in my collection. I've tried…
Jeff Lo
  • 31
  • 3
3
votes
0 answers

I am getting error when i am clicking on the buy now button (paypal). How to solve this?

Please help me to resolve this paypal's issue. I have implemented paypal gateway method in squarespace. But when i am clicking on the buy now button it shows me this message on my screen. "You've been inactive for a while, so we logged you out to…
anita
  • 31
  • 2
3
votes
2 answers

Javascript/JQuery not working until after page reload

This code is listed on the header of all of my webpages. When I click a link on my website, I'm unable to use the buttons on the page until after I refresh. How can I fix this?
Hazzyq
  • 31
  • 1
  • 2
3
votes
4 answers

Resizing Squarespace header image container doesn't resize image inside

I've noticed when I try to resize the container of a header image or video on Squarespace, it doesn't resize the video or image inside of it. For example, on https://forgwinnett.org it looks like the video is only taking up half of the landing…
Evan Lemmons
  • 807
  • 3
  • 11
  • 27
1
2
3
53 54