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
3
votes
0 answers

aaSquarespace Marquee template: how to force mobile menu instead of desktop nav

I was able to force the desktop view to use the mobile "burger" menu for Squarespace templates like Hayden with this simple bit of CSS, but it doesn't work for Marquee. #header #mainNavWrapper { position: relative; z-index: 1000; width:…
Chris
  • 167
  • 3
  • 18
3
votes
3 answers

How can I bind events to the Squarespace AjaxLoader?

I'm working on a Squarespace site at the moment, trying to figure out how I can bind a function to their AjaxLoader without much success. Here is a demo site that uses this loader In my console I can see all the XHR requests being triggered when…
jfox
  • 848
  • 1
  • 8
  • 23
3
votes
3 answers

Squarespace to WordPress

I was wondering if anyone can share some ideas on how to successfully migrate a large website from Squarespace to WordPress? Steps I've already taken. I've downloaded the XML file from Squarespace I've installed the WordPress Importer Plugin I've…
David
  • 41
  • 2
3
votes
2 answers

Adding Facebook Commenting System to Squarespace Website - All Comments ending up on every webpage

I am trying to add the Facebook commenting system to a Squarespace website through code injection. The problem is, Facebook wants a URL address in its code and I only know how to apply a static url (the end result is every comment on the website is…
Chris Newman
  • 63
  • 1
  • 11
3
votes
0 answers

installed node-squarespace-server, sqs command not found

using https://github.com/kitajchuk/node-squarespace-server to develop a clients site locally, but I can't run the sqs command, it just tells me that the command is not found. I have node installed, can't find any other posts about this. Anyone have…
Ranson Namba
  • 335
  • 1
  • 2
  • 15
3
votes
1 answer

Make Image Full Width of Browser on SquareSpace

I'm building myself a website on SquareSpace and having a bit of trouble with the layout. I've built a few sites before so understand the concept of CSS, and how it's applied to divs etc... So, I want the page to have full width images (edge to edge…
Woodstock
  • 22,184
  • 15
  • 80
  • 118
3
votes
0 answers

FB.ui callback function gets called before sharing happens on facebook.issue is related with IE and squarespace?

i have implemented facebook share button functionality into my website and it is working fine with chrome and firefox.I have build my website into squarespace.The problem is related to internet explorer when i am trying to share, a modal box appears…
3
votes
4 answers

How to choose which font is used when filling out a submit form?

Site: oldfashionedgoods.com I'm using SquareSpace to build a splash page for my site, and while I've been able to figure everything out, this last thing plaques me. I'm trying to have it so when you type your email in to the submit field, it uses…
3
votes
0 answers

Masonry install on Squarespace platform

I've been trying to install the masonry.js script on my Squarespace site to make their image galleries look better. I've installed the script and followed the instructions on the masonry site to the best of my ability. However it's clearly not…
2
votes
1 answer

How to add line break in CSS changing text animation?

I am building website using squarespace and adding custom CSS to replicate the design with text changing animation that would change the text every 3 seconds. The text content is broken into two lines and scaled to fit the text box. I have code…
mbl2014
  • 23
  • 5
2
votes
0 answers

Pass url parameters to iframe with Calendly

I'm trying to prefill the questions Calendly asks (first & last name, email and a1). The Calendly calendar is in an iframe and is accessed after clicking a button on my website. The parameters for first & last name, email and a1 are in the url of my…
iw756
  • 21
  • 1
2
votes
1 answer

Formassembly remove padding

I need to fix the alignment of an embedded iframe form assembly form into my Squarespace site. The form assembly style has too much top and left padding and margin so the form is unable to embed inline with site style: Misaligned iframe Preferred…
2
votes
1 answer

Squarespace - Display text file instead of downloading it

Need your help or advice I am struggling to figure out how to display a txt file on Squarespace without downloading it. If you navigate to www.arcadecloud.com/ads.txt, the browser will ask you to download the file instead of displaying it. But I…
2
votes
2 answers

Change font after a symbol, html / css only

I'm currently developing a site on Squarespace and I need to change the font after a certain symbol in the phrase. I don't have Full Access to the script. So, I can only edit from the code injection page on Squarespace. Can someone please…
2
votes
1 answer

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 to connect to the SeatGeek API in the context of a…
elderlyman
  • 500
  • 8
  • 24
1 2
3
53 54