Jump to content

Product Carousel & Slideshow UI and Navigation Arrows Missing on Mobile in 7.1

Recommended Posts

Site URL: https://www.simonocarrigan.com.au/shop/never-forget

Hi,

I’m adding products to my shop, and having problem with the UI disappearing on mobile and/or when the page is viewed in a narrow browser window.

The example page to refer to is:
https://www.simonocarrigan.com.au/shop/never-forget

Viewed on desktop, the seven product images display as clickable thumbnails beneath the image.

Viewed on mobile, there are no thumbnails, and also no arrows or much of anything to indicate the images can be slid across.
If you squint, you can make out a very faint “1/7” indicator on the first image to load, but there is no cue to the user that they should slide the image with their finger. I can't work out how to change the styling of that overlay to make it more prominent.
Further, when you do slide you must be *exactly* horizontal, or your mobile browser will just scroll the whole page up or down, or even navigate forward or back on webpages.

Can I just have the thumbnails display on mobile?
Or a caption that says “1/7 - swipe” “3/7 - swipe” etc.?

I can only find one relevant article on the forums:
https://forum.squarespace.com/topic/155802-product-carousel-arrows-get-lost-on-mobile/#comment-345574
which discussed the same problem, with no solution.

Can this be logged as a feature request and/or can someone send me info on how to do a work around?

Thanks,

Simon

Link to comment

Hi SimonOCarrigan, 

Thank you very much for your feedback about the behavior of v7.1 product item pages on mobile. I've forwarded it to the appropriate team. While we can't guarantee feature implementations, customer feedback is an important part of how we continue to improve our platform, so we appreciate your input. Going forward, I'd recommend contacting our Customer Support team for any feedback you have about the platform. As mentioned in the Forum Guidelines we don't usually track feature requests in this forum. 

Link to comment
  • 3 months later...
  • 2 weeks later...

Having the same issue. The nav arrows are there, they are outside of the page. The 1/4 indicator is too thin to be seen on most background. The force and length of a standard swipe is way too long for most users to intuitively understand that they scroll.

Squarespace, please FIX asap. Mobile is more important that desktop, and all your product effort has gone there.

Link to comment
10 hours ago, buyhistoricprints said:

Having the same issue. The nav arrows are there, they are outside of the page. The 1/4 indicator is too thin to be seen on most background. The force and length of a standard swipe is way too long for most users to intuitively understand that they scroll.

Squarespace, please FIX asap. Mobile is more important that desktop, and all your product effort has gone there.

Just did for two members. If you share link to product page, I can take a look

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

To further this, the product item image options in the product items editor have no effect on what happens on mobile. No matter what you select it will always display as the broken carousel mentioned above. 

The second part of the issue is that the 'Mobile preview' does not actually have any bearing on what the site looks like on an actual mobile browser. For instance I have Lightbox selected but on mobile safari on my iPhone tapping on an image does absolutely nothing. I am having real issues with image cropping and a different display option than carousel on mobile would probably alleviate this. Thanks!

Screenshot 2020-06-28 at 13.25.44.png

Link to comment
  • 2 weeks later...
  • 2 weeks later...
  • 1 month later...
  • 4 weeks later...
On 9/25/2020 at 2:55 PM, DavidLadipo said:

Did anyone succeed in finding a workaround to this problem?

Try adding to Home > Design > Custom CSS for product carousel

/* Product slide arrows control */
@media screen and (max-width:767px) {
.ProductItem-gallery-carousel-controls {
    display: flex !important;
}
/* arrows background */
.ProductItem-gallery-carousel-controls * {
    background: white;
}
.ProductItem-gallery-carousel-controls>div {
    justify-content: center !important;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 1 month later...

@SimonOCarrigan Yes indeed, it's a real thorn because as you point out, most customers view on mobile now. I only realized recently that many of my viewers weren't getting the important detail visuals because they (my self included) would not have intuitively known to 'slide' over. Will now try @tuanphan recommendation CSS.

Please help in developing new mobile shopping customization @SQUARESPACE

 

Link to comment
8 hours ago, Hort_and_Pott said:

@SimonOCarrigan Yes indeed, it's a real thorn because as you point out, most customers view on mobile now. I only realized recently that many of my viewers weren't getting the important detail visuals because they (my self included) would not have intuitively known to 'slide' over. Will now try @tuanphan recommendation CSS.

Please help in developing new mobile shopping customization @SQUARESPACE

 

@squarespace user is not admin. You can submit a feature request here.

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 weeks later...
On 12/3/2020 at 1:15 PM, Chanceispainting said:

@tuanphan Thanks for providing the code to show the arrows on the mobile carousel! Is there any way to make the indicators white? They disappear on product photos with a dark background. 

 

Can you share link to a product? We can check easier

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

I’m also having this same issue. I added the arrows using that helpful code above, but the arrows are thin and black and don’t show up against the darker background of my photos.  Anyone have a coding solution to make these arrows thicker and white?

Link to comment
On 12/6/2020 at 6:04 PM, timbm said:

@tuanphan This code works perfectly on my site, I'm wondering if there is any way to change the colour of the arrows? My image background is white so the arrows aren't visible as they are white. 

Thanks! 

 

8 hours ago, gmoss said:

I’m also having this same issue. I added the arrows using that helpful code above, but the arrows are thin and black and don’t show up against the darker background of my photos.  Anyone have a coding solution to make these arrows thicker and white?

Can you share link to product in your question? We can check easier

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
13 hours ago, tuanphan said:

 

Can you share link to product in your question? We can check easier

I'm such a newbie, I'm not sure how to share this..... my site is not yet live. And I'm not sure I'm comfortable posting a password to the backend here on this public forum. Help?

Link to comment
20 hours ago, gmoss said:

I'm such a newbie, I'm not sure how to share this..... my site is not yet live. And I'm not sure I'm comfortable posting a password to the backend here on this public forum. Help?

How to.

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.