Trinfluential
-
Posts
11 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by Trinfluential
-
-
-
35 minutes ago, tuanphan said:
You mean a button float on right of site (We are online) >> Click it >> A form slide from right to left?
No, that's their customer service chat. The section that is labeled "Booking" with the pick up and return dates is what I'm referencing. This isn't a full page, when you click "Book Now" this is what drops down. I linked their website below so you can see what I mean
-
Hello! Am I able to add a drop-down section or page to a website? I want people to be able to click a button and fill out a form/questionnaire (similar to the photo I attached) but I do not want it to take up the entire screen. I'd like for them to be able to X it out if needed.
The "Booking" section is what pops up after pressing Book Now but this is a drop-down.
-
25 minutes ago, JeffHO said:
Us, too. Physical items. Can't add anything to cart! 😵
Mine is working now, maybe it was just an issue on their end.
-
-
Thank you.
-
Hello. I'd like a code that will show the "write a review" option under my products. I understand that squarespace does the 2 week review email thing but I sell digital products, not physical. There's no shipping or delivery time to wait for so customers having to wait the 2 weeks are lowering the chances of them leaving the review. Is there any way to get around this? I've tried the extension Judge.me but it wasn't showing up on my site.
-
That worked! Thank you so much
-
Hello, I'd like a code to make my product page have 3 columns for desktop view and 2 columns for mobile view.
I'm currently using the code below right now. It shows the 3 columns for desktop view in editor, but once I save it there's only 2 columns for both desktop view and mobile view.
@media screen and {max-width: 767px}
.products.collection-content-wrapper .list-grid {
display: grid;
grid-template-columns: repeat(2,minmax(0,1fr));
grid-column-gap: 30px;
grid-row-gap: 0px;
padding: 0;
}
Autofill Form for Address and Names
in Customize with code
Posted
Hello, so is there a way to make the form suggest an address/autofill when people start typing it?