sophiamd57
Member-
Posts
13 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
sophiamd57's Achievements
-
creedon reacted to a post in a topic: Make "sale" product descriptor become a flag on product thumbnail image?
-
Hi there! I would like to change my "sale" descriptor for products on my shop page to become a flag or something similar that is OVER the thumbnail image. I have attached an image of how it looks currently, and an image of how the sale sign looks in a summary block (which is what I would like to have in my general shop page). Thank you so much!
-
New content not showing when visitors view website
sophiamd57 replied to boles's topic in Pages & Content
Hi there! I have been making some changes in my site editor (that ARE saved IN the editor) however they are not being published. I have checked my site on Chrome and Microsoft Edge, and on desktop, mobile, tablet, and in incognito mode. Still the site remains the same. Any help would be greatly appreciated! (I also have found another problem at the same time: my site width (as chosen in site styles) is different on 4 of my 8 published pages. I wonder if these problems are connected? Probably not, but thought I'd mention it.) Thanks -
New content not showing when visitors view website
sophiamd57 replied to boles's topic in Pages & Content
THIS ISSUE HAS BEEN RESOLVED, I think Squarespace was just being weird!! Hi there! I recently noticed some problems with my website. One of the problems is that my site width (as chosen in site styles) is different on 4 of my 8 published pages. I've attached a few screenshots (one circles header elements that really show how different it looks), but you can also view it on my site. Any help on this would be appreciated! (As an aside, I also have not been able to update my website. I make changes that stick when editing and in the site mock-up, but do NOT stick when I just view my site. I wonder if these problems are connected?) Thanks- 17 replies
-
- page
- page-specific
-
(and 1 more)
Tagged with:
-
Hi there! I have a Squarespace site with more than one "shop" page (one "main" public shop and one exclusive shop that is password-protected). I am thinking about making ANOTHER password-protected shop intended for wholesale orders. I know that Squarespace has the option to have a minimum order amount, but by implementing this, it affects ALL of my online shops. Is there any way to implement a minimum order quantity that only affects ONE shop page? Any help, ideas, or solutions would be greatly appreciated!
-
Hi there! I recently used some custom code on my gallery page (https://crytime.art/) to make it so the description for each image comes up when you're in lightbox mode. This has worked successfully, however, I'd like to change the positioning of the description on mobile (desktop positioning looks fine). Here's how it looks (I'd like to raise it up). And here is the custom code I currently have in Advanced > Page Header Code Injection: /* lightbox captions */ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> jQuery(document).ready(function($){ $('.gallery-lightbox-list .gallery-lightbox-item').each(function(){ var text = $(this).find('img').attr("alt"); console.log(text); $(this).append('<div class="lightbox-caption">' + text + '</div>'); }) }) </script> <style> .lightbox-caption { color: #4760A4; font-weight: bold; margin: 15px 0; text-align: center; display: none; position: absolute; bottom: -45px; z-index: 9999; } .gallery-lightbox-wrapper:hover { cursor: pointer; } .gallery-lightbox-item[data-in='false'] .lightbox-caption { display: none!important; } .gallery-lightbox-item[data-active='true']:hover .lightbox-caption{ display: inline-block; } .gallery-lightbox-wrapper:hover .gallery-lightbox-item[data-active='true'] .lightbox-caption{ display: inline-block; } .gallery-lightbox .lightbox-caption { display: block !important; } </style> /* one column on mobile */ <style> @media screen and (max-width:767px) { .gallery-masonry-wrapper.gallery-masonry-list--ready { height: auto !important; } figure.gallery-masonry-item { position: relative !important; width: 100% !important; transform: unset !important; margin-bottom: 10px !important; } .gallery-masonry-item-wrapper { height: auto !important; } .gallery-masonry .gallery-masonry-item[data-loaded] img { width: 100% !important; } .gallery-masonry { } } </style> I've tried to futz around and solve it myself, but I can't seem to get it. Any help would be greatly appreciated!
-
paul2009 reacted to a post in a topic: How to change font, color, size of "Sold Out" text on product page?
-
sophiamd57 reacted to a post in a topic: How to change font, color, size of "Sold Out" text on product page?
-
Site URL: https://crytime.art/shop Hi there! I would like to customize the "Sold Out" text on my product page screen of my site. The text itself is fine, but I would like to change the font and size, and maybe the color. I've looked all over my site for customization on this but haven't found any. I may be missing something, but would appreciate some help on this! My online shop is up and available for viewing if you need to see it. (Here's the specific page I screenshotted and attached to this post.) Thanks so much.
-
Site URL: https://crytime.art/ Hi there! This is just a small thing, but I am interested in adjusting the distance between one of my graphics and my shop navigation. This is just a mobile problem. Attached is what my site looks like on mobile, and an example of what I would like the spacing to look like. If this is a simple fix, I would appreciate the help! Thanks, Sophia