-
Content Count
860 -
Joined
-
Last visited
-
Days Won
18
Everything posted by sssupers
-
Adding multiple amounts option to checkout? (wholesale)
sssupers replied to helenahart's topic in Commerce
What a drag! -
Same appears to
-
Hi Paul, it says "Deine Bestellung" and should be "Ihre Bestellung" as we're separating people we call DU = colloquial and SIE = formally in German language.
-
Hi there, before clients get a confirmation MAIL, a confirmation PAGE is shown which needs to be rewritten to match correct German language. WHERE can I find that wording? Thanks for any hint.
-
Almost too easy to believe @CreativeNature. You're at first asked for the domain name and the tool gives you two lines of code for the Header and one for the Footer Code Injection area. After have it running, you may change the auto detect brand color to whatever and tweak the 'We're sorry but we had to' text as desired. Extra tipp: inside the settings for the banner, the disclaimer links should be set manually. 💥
-
Using metomic.io for my own and numerous client websites seems to turn out well. It's free, mulitilanguage, visually fits to Squarespace, custom brand color and more. The only thing I don't like is that both yes & no buttons are of the same kind, but metomic says they don't want to make a tool that converts (anyway) but a tool that is legit. It comes as a popup, not as a banner bar:
-
What do I do if I chose the wrong 7.1 template?
sssupers replied to NaomiDunford's topic in Site Design and Styles
Hi Naomi, the plot is that there are no different 'Templates' – 7.1 comes with 'starting points'. So the right understanding would be that 7.1 is one single template that is offered by showing different ways of styling it. These different ways are called 'templates' just for the good ol' times sake when there were templates. If you'd like to have your starting point Brower to look like Paloma you could ask a Circle member to clone & copy the style packs from one starting point to the other, which is basically possible. Or you use the mighty tools of squarewebsites.com by @michaelep -
So, who might be in charge for the implementation of this to all Squarespace websites? We need it so badly, all Squarespace sites are illegal with the old cookie consent right now, the only legal solution in the EU as of today is to switch off all cookies, which is such a bad idea when it comes to all things marketing & analytics. Dear @yoshe are you involved in this?
-
I'd stretch the pop up times of the social proofs and give a heavy delay to the newsletter popup. It's like – "Oh hey I'm Andy, let's have a coffee in my room!"
-
More info, please – is it a blog page or a summary block on a regular page within an index? Best would be a link to the relevant page. Thx!
-
Changing the color of the vertical line in quote text
sssupers replied to StevenBedStuy's question in Coding and Customization
Hi Steven, use this in CSS and style the color and width as you desire. Would be nice if you'd click on the heart on the right hand side to tell me it worked.: .sqs-block-html blockquote, .sqs-block-markdown blockquote { border-left: 5px solid #DCEAED; } -
Change the "All" text link in Jasper Index Navigation to "Home".
sssupers replied to sssupers's question in Coding and Customization
Totally awesome, @brandon – voted up, liked and rewarded with my best GIF: -
Hello, using the DONCAB Family and ( Templates: York, Artesia, Flores, Harris, JASPER, Jones, Lange, Shibori, Taylor), I need to change the word 'All', sitting on first position of the Index Navigation to something else. Link to the demo: https://jasper-demo.squarespace.com/chotto-jasper – Index Nav to be found at the very bottom. Thanks for taking a peek!
-
Hi, you'll use a script, a style sheet and a Markdown block in which you may edit the content to display in any way your html skills take you. The pattern will go alike in the screenshot attached, for further info you'll need to get in contact with the dev teams' support (which isn't known to be overinforming btw.)
-
How do I position two form fields side by side?
sssupers replied to laurencartmell's question in Coding and Customization
You saved my bacon, again! Thank you, Paul. -
Hi @kristjan, you can workaround his flaw by setting a content link there.
- 81 replies
-
- multilingual
- developer-platform
-
(and 2 more)
Tagged with:
-
I found out that the script does not work with Om/Montauk // Brine/Wright and York/Doncab because it requires the ability to set a folder link which only members of the Pacific Family offer. If you're not into Pacific and its clones, save your nerves and look elewhere.
- 81 replies
-
- multilingual
- developer-platform
-
(and 2 more)
Tagged with:
-
Just to inform anybody who falls in love with the gorgeous language selector but wants to adopt this to another template: hands off from Om/Montauk, Brine/Wright & the Doncab family ( Lange, Artesia, York…). The script requires a special ability to set a link along a folder which only Pacific and its clones do, as far as we've tested. Save your nerves if you want to use this outside Pacific – if Inspector tells you this, look elsewhere: alt text
- 81 replies
-
- multilingual
- developer-platform
-
(and 2 more)
Tagged with:
-
How to find which template is being used?
sssupers replied to rodvaldr's question in Coding and Customization
I created a Template Picker to compare all Templates, Variants and CoverPages. edit: …and it's just been overhauled & released in version 2 after 3300 downloads. http://bit.ly/sqsp-template-picker-v2 -- AUG 2016! -
Works nicely on desktop nav. Have you left mobile nav in free scrolling mode?
- 15 replies
-
- navigation
- scrolling
-
(and 1 more)
Tagged with:
-
How can I change the calendar color?
sssupers replied to dnissan's question in Coding and Customization
I did this with Aviator - maybe it helps. .yui3-squarespacecalendar .yui3-calendar-pane { padding: 12px; background: #f5f5f5 !important; } .yui3-squarespacecalendar .today{ color: #ff3333 !important; } .yui3-squarespacecalendar .compact-layout .yui3-calendar-day.has-event{ background: #e7d073 !important; } .yui3-squarespacecalendar .compact-layout .yui3-calendar-day.has-event, .yui3-squarespacecalendar { color: #222 !important; } *sss -
How to change font style in markdown editing
sssupers replied to a question in Coding and Customization
Use a Code Block or a Markdown Block. Inside the block, paste this and change the colour Hex value #f2cf4a to whatever you like. <span style="color: #f2cf4a; font-family: Babas; font-size: 2em;">INSPIRATION DAY</span> Enjoy - *sss