-
Posts
18 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by emalu
-
-
On 8/9/2020 at 4:00 AM, tuanphan said:
The problem is that guide isn't helpful at all in that there are still *zero* collections available to pull from, images can only be loaded one at a time, and there's no way to fully optimize gallery images for SEO like we could/can in 7.0.
I've tried @bangank36/'s workaround but can't get it to work or don't understand what it's supposed to do. I've reached out to him, he said it's installed correctly, but it changes nothing that I can see? Waiting to hear back from him.
What on earth is SQSP thinking removing this feature. I have 2 projects with gallery heavy content to develop and this has set back production — by a lot.
So frustrating! Help? Anyone?
-
On 1/9/2022 at 11:43 PM, tuanphan said:
Squarespace provided a solution 1-2 months ago (Please check in Circle Forum to see detail)
Hi Tuan,
Do you have a direct link for this — I'm not finding it. Thanks in advance.
-
-
On 5/20/2021 at 11:37 AM, CatherineJoMorgan said:
7.0 templates make this easier than others. See https://www.phelpsrefinishing.com/ for my example. The Bedford template I used makes it easy to navigate categories within a menu item.
In 7.0 this may be the case (and even it is clunky to a degree, but for smaller stores I am fine with it) but 7.1? No. Every complaint on this page resonates soundly with my experiences and agree that Squarespace needs to address this severely lacking platform, especially WRT to eCommerce sites.
-
Bryant theme: I have a Slideshow Gallery inserted to force a full screen banner slideshow on the home/index page for desktop which works great, but not on mobile; the client would like a single static image for mobile views and nothing works.
DEV url is: https://jenniferpurdue.squarespace.com
Password: JENPAs a stop gap, I set the slideshow gallery for mobile to display: none; as such:
@media only screen and (max-width: 812px) { .sqs-gallery-block-slideshow { display: none; } }
Removing that CSS displays the full slideshow for mobile again, even after adding the following code in:
@media only screen and (max-width: 812px) { #home { background-image:url('https://static1.squarespace.com/static/5d6ed3c5377e890001aee163/t/5dcec8b5b5a1dd2c238cf24f/1573832887083/8724%2Brosewood%2Bave%2Bwest-large-003_LIGHTEST.jpg'); } } and this, with page id: @media only screen and (max-width: 812px) { #collection-5d6ed731fb91660001ed3ead { background-image:url('https://static1.squarespace.com/static/5d6ed3c5377e890001aee163/t/5dcec8b5b5a1dd2c238cf24f/1573832887083/8724%2Brosewood%2Bave%2Bwest-large-003_LIGHTEST.jpg'); } }
Screenshots: I would like to use the attached image seen in the desktop view (which is #5 in the gallery) as the static banner image for mobile view. I have the the page's media image set as this image as well.
Help, this is driving me mad and time is ticking — anyone? Many thanks in advance!
Don't show current blog post in summary block
in Customize with code
Posted
@Max_Sheridan that's terrific for 7.1 (!)
Would love a workable solution for 7.0...