-
Posts
105 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by Fig_Design
-
Thanks so much @tuanphan!
-
A site I'm working on has a centred navigation that's been giving me issues. It was stacking, so I added code to make it full width. I had to try various code options because most would send the header button off the side, but got it to work. Unfortunately, the nav is now really messed up on mobile. It displays the desktop nav plus a hamburger menu. I'd like it to only show the hamburger. But I need to be able to keep the full width on desktop without shifting the button location. Here's the site: https://tangerine-hypersphere-hh79.squarespace.com/?password=bike CSS I'm using: .header-layout-branding-center-nav-center .header-title-nav-wrapper .header-nav { width: 100vw; display: block; position: absolute; bottom: -2vw; left: 50%; transform: translateX(-50%); } Thanks in advance!
-
How do I edit the order confirmation page?
Fig_Design replied to LULU3's topic in Customize with code
@tuanphan this is a really useful guide. I was wondering if there's any way to remove the "View Product" button from the order confirmation page that shows up with both a Digital Product product and subscription (the order confirmation pages have different wording, but I'm assuming that any CSS would apply to both?). Ideally, my client would have liked the order confirmation page skipped entirely, with an immediate redirect to a Thank You page that has further instructions (we've put in code for this, but there was a delay that is unwanted, so the confirmation page shows momentarily). So if you have code that could redirect immediately to a new page, that would be even better. The website is the-whole-you.com. Thank you for your help! -
That worked a charm. I can't thank you enough @creedon!
- 26 replies
-
- javascript
- jquery
-
(and 1 more)
Tagged with:
-
It worked! For some reason the first time I tried it, I couldn't make it work, but this time it did. Thank you so much for making this script and code available. Being able to edit that text is a huge help to my client for better UX. I just have another quick question...do you know if there's any way to remove this "Create Account" option in the nav Login popup? It's not ideal for people using this site to create an account unless it's during the purchase of a Digital Product.
- 26 replies
-
- javascript
- jquery
-
(and 1 more)
Tagged with:
-
Here's a link to the page: https://www.the-whole-you.com/programs. The popup that would ideally be edited is one that relates to the digital products blocks (button is labeled "Account, Pay & Register"). If it'd be possible to change the text that says"Create an account to unlock exclusive content", that would be really great!
- 26 replies
-
- javascript
- jquery
-
(and 1 more)
Tagged with:
-
Hi @creedon, I was so happy to find this post as I'm trying to change this text. I've added the code injection in your linked post, and tried to use the CSS you shared above, but can't get it to work. Would you be able to help me figure out where I'm going wrong in trying to update that Digital Products block text?
- 26 replies
-
- javascript
- jquery
-
(and 1 more)
Tagged with:
-
I don't have experience with setting up ecommerce sites, but just wanted to say that I hope you're able to find the answers you need to move forward with your shop without much more stress. It's very frustrating to not be able to easily get a hold of anyone that can provide support. I think when SQSP works well, it's fun and easy to use. When it doesn't, it can take way more time and energy than you'd expect to get it on the right track.
- 4 replies
-
- dns-records
- error
-
(and 1 more)
Tagged with:
-
So is there no simple way to do this? Other than manually tagging each contact as "no purchase", it's surprising to me that there isn't an option to filter people that haven't purchased a plan yet. How does one target non-purchasing subscribers with emails if you can't easily filter them out??
-
Is it possible to sort Contacts to filter people that have created an account on your website BUT have NOT purchased anything? I'm trying to find a way to easily determine who didn't fully complete the process of purchasing a digital product so I can follow up with a reminder email. When I try to create a filter to single out those without a purchase, there isn't an option for that. I can only filter choosing a Pricing Plan type, not those without NO pricing plan. Everything I've tried hasn't shown me just the folks with an account but no plan.
-
Thanks for your help! I couldn't get the email to work so linked to contact page instead.
-
I just linked it to a contact page instead, since the email option didn't seem to be working.
-
Unfortunately, there's not an option for that within the list button section. There's only the "Edit" box that allows you to add an email message:
-
At the bottom of this page is a list section CTA. One of the buttons in the list is meant to be a link that opens an email window. But it doesn't work for some people and they just get a blank browser window, instead of going to their email. Is there a way to set this up to always open an email so people can connect that way? OR Is there a way to add a pop-up form to a button in a list like this? Here's the page: https://www.the-whole-you.com/coaches and the button in question is at the bottom, labeled "Connect Now" in the Guide box.
-
Yes, I would love for there to be an easily integrate-able forum/discussion feature to use with SQSP. There are many options out there but hard to know what would work best. A thriving online community is something many clients are hoping to have on their websites these days.
-
Create discussions spaces or a Forum on squarespace 7.1
Fig_Design replied to seulliet's topic in Customize with code
Did you embed a forum directly into a SS site? Or did you link out to the WT site? -
Event carousel summary that doesn't click through won't scroll
Fig_Design replied to Fig_Design's topic in Blocks
Thanks so much @melody495, that solved it! -
I've added an event carousel summary block, and it's meant to show upcoming events, but NOT click through to the event listing. I added the following code, which is working fine to stop click-through, but it's not enabling carousel scrolling on desktop or mobile: div#block-927ca40df0644d9749a7 { pointer-events: none; } Any thoughts on how to enable scroll but not allow click-through? Here's the page it's on: https://www.the-whole-you.com/community
-
Oh sorry @tuanphan, the site name was since updated. The address is: the-whole-you.com/about. I've since been able to add CSS to customise the buttons in the Advisors list, but realised it was the only list with buttons, so could do it by applying global list styles.
-
Password protected sections in member site?
Fig_Design posted a topic in Site Structure & Navigation
Is it possible to have areas within a Member Site that are password protected? So a main homepage and section that all members can access upon logging in. And then separate areas that are just for certain groups of members. For example, a series of password-protected blogs or courses with one Member Site? -
I'd like to change the button style in just one list section so it shows secondary rather than primary buttons. Just the section near the bottom of the page "Our Advisors", should have simpler secondary button-style buttons (OR if the text links could open in a new window, that would also be great). Any advice on if I can use CSS or another means to change the button styling in that one list? https://the-whole-you-program.squarespace.com/?password=wholeyou