Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
565 views

Problem with JQuery swapImage();

~ On my articles page (http://www.adrtimes.squarespace.com/articles) I have each entry start with an image that changes on rollover. This is working fine. However, on my homepage ...
2
votes
3answers
193 views

jQuery customizations are not loading smoothly (instead, the original appears and then it is modified)

I am working on a site using the Squarespace CMS system, and have added some simple jQuery to remove some automatically added text that comes up when filtering content (specifically "Entries in" ...
2
votes
6answers
637 views

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: ...
1
vote
1answer
799 views

How can I edit my templates in SquareSpace?

I'm hosting my blog in SquareSpace, and I need to add a <Script> tag at the footer of every post. In the middle of this <Script> tag, I need to replace a value with the permalink for the ...
0
votes
0answers
21 views

@font-face on Squarespace not displaying in firefox

I'm building a site on Squarespace, and i'm trying to implement some fonts using the @font-face command. I can get it to work properly in Chrome and Safari, but not in Firefox. Here is my code... ...
0
votes
0answers
38 views

Squarespace file storage tree

I'm attempting to re-format a file storage page to allow for a tree-view type of browsing experience instead of a the folder->page of file links. Something like this: parent folder - child ...
0
votes
1answer
80 views

How can I “disable” an inline style that is overwriting my CSS?

I'm writing a Chrome Extension to modify the user interface of Squarespace, which "overlays" CSS on top of your website in order to display the browser-based website builder. Let's say this is my ...
0
votes
0answers
32 views

jQuery Form Validation for SquareSpace

I was so excited to get this jQuery working with my form until I moved it into my squarespace. Now its not working. Anybody can help me ? You can take a look at it here; http://jsfiddle.net/Fkf7b/2/ ...
0
votes
1answer
510 views

How to disable Facebook Comments from showing up on Blog Home Page and Category Pages?

I'm currently working with Facebook Comments on a Squarespace.com website. Squarespace gives us the ability to add HTML code blocks, so implementing the code for FB Comments is easy. The problem is ...
0
votes
5answers
86 views

Is it possible to append a unique CSS class to multiple <li> elements, or re-sort them using Jquery?

Currently working on the Squarespace.com platform and I'd like to re-sort a dynamic Blog Category index that defaults to alphabetical sorting. This is how Squarespace generates the code: <div ...
0
votes
0answers
44 views

Custom Facebook Page on www.squarespace.com

Has Anyone here tried to develop a custom facebook app on www.squarespace.com platform? http://developers.facebook.com/docs/guides/canvas/#tabs help.squarespace.com
0
votes
1answer
96 views

update current page menu item with javascript

Let me ask this a different way: based on the url I want to update an image that is used in my main menu. I am trying to do the following (my JavaScript is crap) urlPath = document.location.href; ...
0
votes
1answer
88 views

Squarespace form not loaded when my jquery runs (in IE)

The main problem is square-space builds their forms with java-script (YUI). They have are loading their code on document ready. How can I wait until their form loads? This is only a problem in IE. My ...
0
votes
0answers
54 views

Change title url to external link when using squarespace

I am trying to change the title url of a blog post to an external link when using squarespace? I believe this is possible but I don't know the proper code. Any help would be greatly appreciated.
0
votes
1answer
604 views

Facebook like page box on square space website

I'm trying to add a facebook like page box to my SquareSpace website and having some troubles. The code for the box is generated from facebook, it works fine when in development mode, it shows the ...
0
votes
2answers
180 views

Squarespace, Wordpress, or Custom static website for a friend

Hey everyone, A friend of a friend has asked me for help to setup a website. I haven’t really created a website on my own. Although I know HTML, CSS, and Javascript my background has primarily been in ...
0
votes
0answers
144 views

Creating a voting system on squarespace? [closed]

I have a music site that I have created on squarespace and I want a voting system implemented where a user can click up and it will count their vote for the playlist. The only problem though is that ...
0
votes
1answer
65 views

Tool or Package For Designing Site For a Small Non-Profit Accepting Donations

I deal primarily with custom .net WebForms and MVC based applications, but someone came to me and asked for help with creating a small website for their non-profit organization for which they will ...
0
votes
1answer
341 views

Use jQuery to match variable text?

I have a sidebar navigation that lists blog entry titles down the side of the page. I am trying to write some jquery that will check the text in the title of the current full blog entry page and match ...