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
2
votes
2 answers

Drop down menu hides behind content of page

I'm working on making a Squarespace page with custom CSS to be mobile responsive. In a mobile screen, my page has a drop down menu with the different links for the page. My problem is that in certain pages (such as Music or Watch) when you click on…
feners
  • 645
  • 5
  • 19
  • 48
2
votes
1 answer

Creating squarespace hidden form

On squarespace, is it possible to create a hidden form (or a form out of the view), then use javascript to populate the fields, then call the submit function in the same code? I am looking for a solution that uses code block to generate the payload…
Chief680
  • 21
  • 1
2
votes
1 answer

Squarespace JQuery: side nav active class on specific height

I'm having a problem with the side nav on my site (desktop view): https://www.teamwinstudios.com I want the active class on the side nav to inherit the active class as soon as (or closer to) the relevant page comes into view as the user is scrolling…
MjBVala
  • 137
  • 3
  • 9
2
votes
0 answers

I'm trying to hover an element and underline another in CSS - SquareSpace

I'm making a squarespace website and I'm trying to trigger and underline from one element by hovering over another with CSS. I have targeted and found the two elements but it's not working. I've tried everything and found both selectors but it still…
AboPA
  • 21
  • 1
2
votes
1 answer

How to align headers and unordered lists in 2 column div with css

I am building a website in Squarespace and I am using a code block to add in a custom styled text block. It contains a h2, h3 and an unordered list. I have got the h2 centred in the div, though I am trying to get the h3 and the unordered list to be…
2
votes
1 answer

History.go("partial URL")

I want my button to go back to the last URL with /furniture/ in it. In the w3schools documentation is says: The parameter can either be a number which goes to the URL within the specific position (-1 goes back one page, 1 goes forward one page), or…
2
votes
3 answers

How to align second line in a bullet-ed un-ordered list

I have a bullet-ed un-ordered list of ingredients on my recipe site. I have some padding around the list so that it is displayed in the center of the page. However, when I go to view the page on an iphone or a tablet (a device with a narrower…
2
votes
1 answer

Parallax Jitter on Squarespace Site

I know this isn't a typical StackOverflow coding problem, but I wanted to get some insight on how to fix the jitter, whitespaces above and below my image, and flickering in my parallax sections while scrolling on a Squarespace site I'm creating for…
darmeg
  • 69
  • 7
2
votes
1 answer

Getting NotAllowedError: play() failed because the user didn't interact with the document first even though user is keypressing

First, this code was working for 6 months before it started erroring so I'm trying to figure out what has gone wrong despite the code staying the same. I'm getting the error: Uncaught (in promise) NotAllowedError: play() failed because the user …
2
votes
1 answer

Can I build my homepage in squarespace and have custom code for rest of website on same domain

I build a website using PHP, HTML, Javascript, etc. However, I'd like to easily be able to edit the website and make it very appealing. I'd therefore love to build it with squarespace or wix. Is there a way of having the homepage of the domain be…
2
votes
1 answer

Squarespace Local Development doesnt seem to want to work

I am following the developers.squarespace.com documentation and I am trying to use a local dev environment to make my static website into a squarespace template. As far as getting the server started, everything is working fine until I get to the…
Syd
  • 21
  • 3
2
votes
2 answers

Adding a static page to squarespace (developer)

I currently have a Squarespace site which is a bit old but still functional. It's going to be a while before I do the new site for it, however, I want to add a new page to the Squarespace site that is a static HTML page that functions as a mini…
Bodungus
  • 175
  • 14
2
votes
1 answer

Hosting entire Squarespace website locally and calling files

I am looking to host an entire Squarespace website locally, including all associated files. I have been diligently wgeting all the associated files and replacing the path with local paths. However I hit a snag in the following file: //- this loads…
xiaolingxiao
  • 4,793
  • 5
  • 41
  • 88
2
votes
1 answer

Can I store database information in Squarespace

I am thinking of moving from Wordpress to Squarespace but have written a custom plugin for wordpress that regularly updates a news feed. I have looked through the Squarespace documentation and it seems rather restrictive. Is there any way to store…
ThatGuy
  • 1,225
  • 10
  • 28