lulu.lindberg
Circle Member-
Posts
110 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Everything posted by lulu.lindberg
-
Multi-lingual toggle - but not for multi-lingual
lulu.lindberg replied to lulu.lindberg's topic in Customize with code
That's what I assumed, I'll give it a try! I tried that earlier but my eyes were tired and I might have made errors elsewhere. Thank you! Will post in here if it works. @Ziggy- 7 replies
-
- css
- multilingual
-
(and 1 more)
Tagged with:
-
Is there anyway to prevent emails from adding a link to dates and times on mobile devices? See screenshot below. In the test emails, it is automatically applying a link to the date and time. I'd like to either remove that or atleast make it so it is not blue...
-
- email-campaigns
- email marketing
-
(and 2 more)
Tagged with:
-
Multi-lingual toggle - but not for multi-lingual
lulu.lindberg replied to lulu.lindberg's topic in Customize with code
@Ziggy I've been playing with this with only some success - can you only use two characters for the language set up? So for example would the following not work? Would it have to be 'wo' and 'pl' versus 'work' and 'play'? var defaultLanguage = 'work'- 7 replies
-
- css
- multilingual
-
(and 1 more)
Tagged with:
-
Multi-lingual toggle - but not for multi-lingual
lulu.lindberg replied to lulu.lindberg's topic in Customize with code
@SimonZSImon Thank you for your reply. When you say "create different sites" - do you mean I would need multiple domains? I have created a site before that had different sections based on a location selected on a cover page (all english, just different locations)- however I don't want to use a cover page in this instance. I'd like to be able to have the user land on a default home page, and then have the toggle visible at top that would swap the content when you click. I will check out that youtube video to see if that is what I'm looking for.- 7 replies
-
- css
- multilingual
-
(and 1 more)
Tagged with:
-
Multi-lingual toggle - but not for multi-lingual
lulu.lindberg posted a topic in Customize with code
I am considering a website that will have content that falls under two sections: WORK or PLAY I'm hoping to be able to have a bar at the top above the nav, that would have those words WORK / PLAY similar to how a multi language site would have a toggle to switch languages. This would switch to different sections of the site... Is this doable? Thanks in advance.- 7 replies
-
- css
- multilingual
-
(and 1 more)
Tagged with:
-
Hi there, I am selling tickets to events through Squarespace, by adding them to the store as a Service. This has worked fine previously when selling one event at a time, but when selling multiple events at the same time, I am running into an issue because the automated confirmation email custom message is specific to type of product (service) versus the individual service. Does anyone have any advice on how to work around this issue? I'd like to sell event tickets, with confirmation emails confirming the purchase of the tickets, but want to be able to customize that message with date and time for the event that has been purchased for. Thanks in advance for any thoughts.
-
@tuanphan do you know how I would adjust this for a form? On this page https://lg-option-c.squarespace.com/new-clients (password: fullreview), I find the fact that the form is not visible immediately could be confusing. Disregard! I figured it out from another comment of yours :) /*turn off scroll reveal on form*/ #block { transform: unset !important; opacity: 1 !important; transition-delay: unset !important; transition: unset !important; }
-
Remove strips of colour at top and bottom of site
lulu.lindberg replied to lulu.lindberg's topic in Fonts, colors and images
@Ziggy password: LG123 -
Remove strips of colour at top and bottom of site
lulu.lindberg replied to lulu.lindberg's topic in Fonts, colors and images
@Ziggy oops, sorry I thought it was included! https://lg-option-b.squarespace.com/ password: LG123 -
The first screenshot is how it looks currently, but I would like it to have padding more like the second screenshot Any idea how to go about doing this without affecting the content inset of the whole site? https://lg-option-b.squarespace.com/ password : LG123
-
Hi, thanks in advance for reading. I am using this code to add an upsell page when people click add to cart. If you click the site url listed, you'll see that when people buy a tote, it redirects to the tote upsell page. I want to exclude this product from the up sell add on... is there a way to do this? Thanks!
-
Resize carousel gallery on mobile. (7.0)
lulu.lindberg replied to lulu.lindberg's topic in Customize with code
I think it was this that did it, in custom CSS: /* remove carousel padding mobile */ @media screen and (max-width:767px) { div#block-e1c3c7b86e9d357920ab, div#block-yui_3_17_2_1_1612907473266_5403, div#block-yui_3_17_2_1_1613242503376_18794 { padding: 0px !important; }} I also have this in there, I'm not sure if it does anything. @media screen and (max-width:767px) { .services { .sqs-gallery-design-strip { overflow: visible; height: 200%; } }} @tuanphan -
Resize carousel gallery on mobile. (7.0)
lulu.lindberg replied to lulu.lindberg's topic in Customize with code
@tuanphan yes, all three of them there. -
Site URL: https://www.kelseynaef.com/services On mobile, the gallery carousels are tiny, i'd like to increase the height and lose the padding on mobile, so you can better see the photos. (Stuck using 7.0 until the plan expires) Thanks in advance!
-
How do I create hide/show FAQs in Squarespace (collapsed text) ?
lulu.lindberg replied to wklz's topic in Customize with code
@wklz this solution was working on my site: https://www.ashbylake.net/about/until I added the links that say "Read the full Terms of Reference for the ... " I didn't change anything else... do you know what might be the fix? Thank you in advance!