GRSM
Circle Member-
Content Count
196 -
Joined
-
Last visited
-
Days Won
5
GRSM last won the day on November 1 2015
GRSM had the most liked content!
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
JPierre reacted to an answer to a question: Can code override the 30-items-limit for blog posts in the new Summary Block?
-
Createxconform reacted to an answer to a question: How to make my entire Cover Page a clickable link?
-
oktargai reacted to an answer to a question: CSS affecting mobile version
-
giuffd01 reacted to an answer to a question: CSS affecting mobile version
-
Tremont template - change Index font to custom CSS font
GRSM replied to ddl_ellsie's question in Coding and Customization
Can you share the url of you page? -
Adjust Banner height in Impact (Brine Template)
GRSM replied to OwenSquarespacer's question in Coding and Customization
What's the url of your site with the banner? -
Adding 'next' and 'previous' arrows to a product image slideshow
GRSM replied to pdancewear's question in Coding and Customization
Can you share the link to your page? -
GRSM joined the community
-
Stacie1570047729 reacted to a question: How do I change the background and text color for my footer in Five?
-
How to add a strip of color in the background? Montauk
GRSM replied to nataliasavannah's question in Coding and Customization
I'd use an index page with 3 subpages -apply a background only for the second page where you place your content - simple fast and reliable for the background all you have to do is paste this into CSS: #name-of-subpage { background-color: #91D3D9; } Example of how it works here - http://bit.ly/1QWrkZo -
Change Lightbox Background Color
GRSM replied to 360degreesla's question in Coding and Customization
Not sure if you have same tags in your template but you may try: .yui3-lightbox2 .sqs-lightbox-slideshow { background-color: rgba(255,255,255,0.7); } It should give you a little bit transparent white lightbox- 9 replies
-
- background
- lightbox
-
(and 1 more)
Tagged with:
-
Bedford: Page-Content area, CSS width control. How do I adjust this?
GRSM replied to brittanpittman's question in Coding and Customization
Check my answer @mhorwitz - should work perfectly well -
Bedford: Page-Content area, CSS width control. How do I adjust this?
GRSM replied to brittanpittman's question in Coding and Customization
Ok just tested and you have to do something else - you page in index has a unique name #something - so to alter only a page with for this video add a video as a regular block and paste this into CSS: #you-page-title .page-content { max-width: 2000px; margin: 0 auto; padding:0px; } And done. Example here http://bit.ly/1RLeWgj -
Alex: Can I implement a search field in navigation bar?
GRSM replied to oribasan's question in Coding and Customization
No really but what you can do is add a search icon to you nav that points directly to your search page - take a look here http://www.sqsp.guru/news/squarespace-updates-the-search-block -
Can I create an affiliate program for my products?
GRSM replied to MadisonPears's question in Coding and Customization
We use ReferralCandy for referal sales - works like a charm - let me know if you need more details -
How to make my entire Cover Page a clickable link?
GRSM replied to sssupers's question in Coding and Customization
It should work just fine (tested) on your regular domain - it doesn't work on xxx.squarespace.com -
How to make my entire Cover Page a clickable link?
GRSM replied to sssupers's question in Coding and Customization
Go to your cover page setting by clicking on a cog and paste this into Code Injection field <body onclick="window.location.href='newpage.html';" style="cursor:pointer; width:100%; height:100%;"></body> Of course use your own link. -
How do I track AdWords conversions (form submission)?
GRSM replied to sean88's topic in SEO and Marketing
Why would you use any special code when GA does all the job for you, I assume you have Google Analytics already in place so all you have to do is paste this into your POST-SUBMIT HTML (your webform Advanced settings) <meta http-equiv="refresh" content="0; url=/thank-you/"> Then GA will track all the submissions. Let me know if you need any more help. -
Add another button to a product page?
GRSM replied to acfphoto's question in Coding and Customization
If you want the Checout button to be displayed next to the “Add to Cart” and not after the wrapper (which pushes the checkout button to the next line), change part of the code to: $("<a class='checkoutbutton' href='/commerce/show-cart'>CHECKOUT</a>").insertAfter(".sqs-add-to-cart-button"); Then just add some padding to the CSS and you will get something like this:- 22 replies
-
- button
- product-page
-
(and 2 more)
Tagged with: