-
Content Count
178 -
Joined
-
Last visited
Personal Information
- Website
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
How to move image title to top of stack images?
Marta replied to Marta's question in Coding and Customization
Wonderful, thank you so much! -
Marta reacted to an answer to a question: How to move image title to top of stack images?
-
How to move image title to top of stack images?
Marta replied to Marta's question in Coding and Customization
@tuanphan Just wondering though, how come the same formula didn't work on another page I tried? I entered this code: div#page-5f624f74ecc17e6fbcdbfaa2 .span-12>.row:nth-child(3) figure { display: flex; flex-direction: column-reverse; } for this page http://www.primaveraleathers.com/journals and it didn't do the same thing. Is it possible to make these stack images do the same thing on every page they're used? thanks again -
How to move image title to top of stack images?
Marta replied to Marta's question in Coding and Customization
Excellent, thank you so much! -
Marta reacted to an answer to a question: How to move image title to top of stack images?
-
How to move image title to top of stack images?
Marta replied to Marta's question in Coding and Customization
Yes @tuanphan. The 2 images (I chose "stacked" design) where it says "made to order" and "one of a kind". I would like those headings with the text below where it says "enter text here" to appear on top of the images. thanks -
Site URL: http://www.primaveraleathers.com/bags I'm wondering if there's a way to make the image title appear at the top instead of the bottom in the stacked image? Please help, thank you!
-
Is it possible to make a tagline link to a page?
Marta posted a question in Coding and Customization
Site URL: https://primaveraleathers.squarespace.com/ Is it possible to have a tagline link up to the homepage whenever someone slicks on it? thanks! -
How can I disable product image cropping?
Marta replied to Marta's question in Coding and Customization
Just the general shop page, where all your products are displayed (the link). -
Hi all, I'm currently setting up a shop with digital image files and I have a variety of sizes including horizontal, square & vertical. I really don't like the way it looks when it crops the product images in the shop. Is there a way to disable the cropping altogether so that it shows all images as they are? Even if they don't align the same way afterwards, I don't mind, I still prefer to show the true size of the image before they click on it. Does that make sense? Link is https://www.martaraptis.com/art Thanks!
-
Hoping someone can help me out here. I've already searched all over Google to make my summary block auto-play but it's only working on one block for some reason. I have 2 carousels that I need to auto-play on loop on this page: https://www.hubinc.ca/home but the second one under "featured members" is not rotating. I'm sure I just need to tweak this code I have, but I'm not sure how. Can someone please help? Thanks so much! This is the code I'm currently using: <script> Y.on('domready', function () { var galleries = Y.Squarespace.GalleryManager.getGallerie
-
How can I make my summary block auto play images?
Marta posted a question in Coding and Customization
Hello, I'm looking to make all summary blocks auto play next set of images on this site: https://www.hubinc.ca/home Any way to do this? Thanks!