mprDesigns
Member-
Posts
14 -
Joined
-
Last visited
mprDesigns's Achievements
-
it stopped working?!?! why? I had to change it back to relative instead of center. Not sure if another code or setting Iv'e changed since this was added is causing a conflict???
-
- 6 replies
-
- wells-template
- css
-
(and 1 more)
Tagged with:
-
mprDesigns reacted to a post in a topic: Wells 7.0 - Shop and Product pages - "sale" and "sold out" tag customizations
-
mprDesigns reacted to a post in a topic: Wells 7.0 - Shop and Product pages - "sale" and "sold out" tag customizations
-
mprDesigns reacted to a post in a topic: Wells 7.0 - Shop and Product pages - "sale" and "sold out" tag customizations
-
Still UNSOLVED unfortunately - it was working and now it is not?! I'm so confused. @tuanphan - any ideas?
- 6 replies
-
- wells-template
- css
-
(and 1 more)
Tagged with:
-
Mobile view - disabled on some pages but not others?
mprDesigns replied to mprDesigns's topic in Customize with code
This is how I disabled the mobile version in its entirety. But is it possible to pick and choose the look of each page so some look like the mobile and some look like the desktop version? or do I need to look into coding each mobile page to my needs? -
Site URL: https://www.millicentharvey.art/ https://www.millicentharvey.art/new-products PW - Photo2022 Hello! The "Sale" tags on the shop pages are not on brand - how can I adjust them to match the purple buttons I have on the rest of the website? I tried the code presented here with no success: https://insidethesquare.co/squarespace-tutorials/sales-stickers https://drive.google.com/file/d/1GKVRh8OsV7_XsrwESRWJua1Mv9a-qQEH/view I also found this: https://www.heathertovey.com/blog/change-default-text-labels/ which worked great but doesn't effect the colors or shape - only the words.
-
tuanphan reacted to a post in a topic: Wells Template 7.0 - Gallery descriptions reposition to right, how to stop this?
-
.collection-type-gallery.hide-meta .meta { position: center; margin-right: 0 !important; margin-left: auto; width: auto; bottom: 23px; max-width: 1000px; } this worked for me. right doesn't show and bottom stays centered. left is as is.
-
So far I was able to find an old post about this and the codes ALMOST worked, the right display is gone but the description kept moving around when underneath the image. I changed one word and it finally worked the way I wanted it to.. . Source: Edited code I'm using now: .collection-type-gallery.hide-meta .meta { position: center; margin-right: 0 !important; margin-left: auto; width: auto; bottom: 23px; max-width: 1000px; }
- 6 replies
-
- wells-template
- css
-
(and 1 more)
Tagged with:
-
Site URL: https://www.millicentharvey.art/ Hello! I'm working on the mobile look of my clients Wells 7.0 site - I like how the mobile version works on some of the pages (eg the Shop and Product pages - they display the products best in mobile but too small in desktop) but I would really prefer the desktop view on the landing page and the About the Artist stuff. Is there a way to use the mobile layout but only on certain pages?
-
Site URL: https://www.millicentharvey.art/ password is Photo2022 - hibiscus-grouper-dy5p.squarespace.com my client loves the gallery display on the Wells template. Except when you make the browser smaller, at a certain point, the image description goes from the left sidebar over to the right in an overlay box. She does NOT want her art images blocked out in the corners. How do I remove this right aligned repositioning? I've seen other Wells based websites where the words move from left to under the image during the resizing but they don't move to the right. That would be ideal as once an edition sells out we'd want to remove the click-through link - then the description comes back into play and I need to be able to clearly mention "this limited edition has sold out" or whatever, but not on the right 🙂 Also - is it possible to have to descriptions show under the gallery thumbnail in desktop view as well? When I view the website in mobile I can see the photographs description under each images, but they are stacked in mobile not on a grid like in desktop - I'd like to see the titles of the images in desktop/grid view also if that's possible.
- 6 replies
-
- wells-template
- css
-
(and 1 more)
Tagged with:
-
header and footer buttons - drop shadow?
mprDesigns replied to mprDesigns's topic in Customize with code
Thanks so much!! -
Site URL: https://www.aimeecuthrell.com/aboutaimeecuthrell hello! I've added code to make the buttons on my site - https://www.aimeecuthrell.com/aboutaimeecuthrell - have a drop shadow. Problem is, the header Contact button and the footer Sign Up button did not follow along. Do I need a specific code for these sections??