Jump to content

GlassworkPixie

Member
  • Posts

    8
  • Joined

  • Last visited

Everything posted by GlassworkPixie

  1. According to this thread, the issue of users' inability to like blog post comments has been continuing unresolved for over a year and a half?! Insanity, Squarespace! This issue occurs on my blog--does anyone know if it affects blogs across the board or just certain ones? Knowing this might help provide a clue to how it can be fixed...
  2. That worked perfectly! Thank you so much, I really appreciate it!
  3. I have a basic grid blog. I'd like the image thumbnails to zoom in slightly on hover while the outer size of the thumbnail remains the same. My current code grows the entire size of the image instead of keeping the outer box the same size while zooming in. I'd greatly appreciate it if anyone could help tweak my code accordingly! My blog page is https://www.glassworkpixie.com/blog/studio-journal Below is my current CSS: .blog-basic-grid .image-wrapper { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .blog-basic-grid .image-wrapper:hover { -webkit-transform: scale(1.1); /* Safari and Chrome */ -moz-transform: scale(1.1); /* Firefox */ -ms-transform: scale(1.1); /* IE 9 */ -o-transform: scale(1.1); /* Opera */ transform: scale(1.1); /* W3C */ }
  4. Is there a method to allow higher tier members access to content within lower tier member areas? It seems like the basic setup of every other member subscription service (e.g. Patreon), is to provide members access to x amount of content at tier 1, then x + y content at tier 2, then x + y + z at tier 3, etc.--is this possible within Squarespace's Member Areas? I understand a workaround could be to create duplicate content, but in my case I'm trying to provide members of multiple tiers access to the same shop, so if I were to create a duplicate of that shop I would run into the issue where 2 different customers bought the same product, and obviously it could only go to 1 of them. I'd be very appreciative if anyone could let me know whether this setup is possible within Member Spaces. Thank you!
  5. Is there a way to apply this solution to both desktop and mobile without having it impact the accordion table within my Product Details section? my url: https://www.glassworkpixie.com/shop/p/fused-glass-ice-cream-statement-earrings I'm using the below code to move the buttons to the correct placement, but now my accordion table below them is squished horizontally. .ProductItem-details .ProductItem-details-checkout { display: flex; flex-wrap: wrap; flex-direction: row; } .ProductItem-product-price, .ProductItem-details-excerpt { flex-basis:100%; } .sqs-add-to-cart-button-wrapper { margin-bottom: 0 !important; position: relative; bottom: -28px; } .product-quantity-input { flex-basis:30%; } .ProductItem-details .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button { padding-top: 1.5em; padding-bottom: 1.5em; } @media screen and (min-width:767px) { .sqs-add-to-cart-button-wrapper { flex-basis:70%; } } @media screen and (max-width:767px) { .sqs-add-to-cart-button-wrapper { flex-basis:60%; margin-left: 5vw; } } FYI I'm using the Store Page Header Code Injection referenced within this thread to move my accordion block, in case that has any impact.
  6. @creedon that worked perfectly, thank you very much for your quick and helpful response!
  7. Hi! This code is working for my site, but not exactly in the way I'd like. I would like the order to be as shown in the attached image, but currently the accordion is in the wrong place and my last block of text is displaying in the product detail section instead of in the additional info section. My site url: https://www.glassworkpixie.com/shop/p/fused-glass-ice-cream-statement-earrings I'm using the below store page header code injection: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('section.ProductItem-additional').insertAfter('.ProductItem-details-excerpt'); }); </script> <style> section.ProductItem-summary { align-items: flex-start !important; } section.ProductItem-additional { margin-top: 20px !important; margin-bottom: 20px !important; } </style> Anyone able to help me get my site to match the image as closely as possible? Thanks!
  8. Whether or not Squarespace begins supporting AVIF or WebP image formats will be a huge factor in whether I choose to renew my site on this platform later this year. Complete SEO failures like this are making competitors like WordPress look better every day...come on, Squarespace.
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.