squarespace

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 current post. So, in my home page, where I'm showing 5 posts, I need this <Script> to show up 5 times, each time with the permalink of the correspond...

If Statement not working with And (&&) Operator

Hi all! 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" && mod != "5195103" && mod != "5181422") { doSomething(); } When I type this ...

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

Hi all -- 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" text). This worked smoothly without any problem until I added Google Translate script into the footer. Now the removal of the "Entri...

Use jQuery to match variable text?

Hello! 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 it with the corresponding title in the sidebar navigation so that I can apply a class to style for an active state link ... but I'm...

Problem with JQuery swapImage();

Hello!~ 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 (http://www.adrtimes.squarespace.com), I am loading in the 2 most recent articles that are not categorized as video, and the 2 most recent articles that ...

Having trouble plugging jQuery FullCalendar into Squarespace page

When I test the fullcalendar widget locally, it works fine. However, when I try to integrate it with Squarespace, it doesn't show up. Here is what is in my head tag: <link rel='stylesheet' type='text/css' href='storage/scripts/fullcalendar.css' /> <script type='text/javascript' src='storage/scripts/jquery.js'></script> <script type='t...

Multiple Blogs Feeding into Homepage

I have created a website (www.accidentalwords.com) using squarespace as the host. I would like to have my website recognize the category that I have assigned to the blog post and repost it on another blog. For example, on my site there is a like to "food". If I were to create a post on the food page and gave it a category of "Ingredient...

Problem with IE in customized javascript slideshow (nivo) on rollover

Hello everyone!~ I am using the fabulous Nivo Slideshow (http://nivo.dev7studios.com/) without problems throughout a website I am currently working on. However, for the slideshow on the homepage, I modified it to swap the image on rollover (in this case the swapped image is a black and white version of the same image). On rollover I also...