Add dots under product image in product page

Add dots under product image in product page

basically
Tourist
22 0 0

Screenshot_20231026_082149_Chrome.jpg

 This is my website on mobile ☝️

 I don't want to show the next image on the right side also add dots under the image to indicate there's more images and make image height larger like the reference website shown below.

 

Screenshot_20231026_082133_Chrome.jpg

 This is how i want it to be ☝️

Replies 22 (22)

Dan-From-Ryviu
Shopify Partner
9144 1828 1863

Hi @basically 

Could you try go to your Online store > Themes > Customize > Products > Default product > Product  information > Mobile layout > select Show thumbnails option then I can provide the code Screenshot 2023-10-26 at 11.01.15.png

 

- Helpful? Like and Accept solution! ‌Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

basically
Tourist
22 0 0

Done.

Dan-From-Ryviu
Shopify Partner
9144 1828 1863

Hi, are you using custom swatches variation? 

- Helpful? Like and Accept solution! ‌Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

basically
Tourist
22 0 0

It's Dawn theme, so yes I had to.

Dan-From-Ryviu
Shopify Partner
9144 1828 1863

Customized swatches variation does not allow select images from non-selected variation so I cannot provide the code for the dots. 

- Helpful? Like and Accept solution! ‌Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

basically
Tourist
22 0 0

What's the alternate? I need to show color swatches too

Dan-From-Ryviu
Shopify Partner
9144 1828 1863

If that app has option to show all images maybe I can help you

- Helpful? Like and Accept solution! ‌Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

basically
Tourist
22 0 0

It's not an App it's actually a metafield color variant and changed the images Alt text similar to the variant which allowed it to show only selected images as per selected variant.

I can remove the Alt text from all the images if you want, does that help... thus shows all the images regardless which variant is selected.

Dan-From-Ryviu
Shopify Partner
9144 1828 1863

Yes, please try to do that. 

- Helpful? Like and Accept solution! ‌Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

basically
Tourist
22 0 0

All products are shown now. Please check 

Dan-From-Ryviu
Shopify Partner
9144 1828 1863

Let me check

 

- Helpful? Like and Accept solution! ‌Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Dan-From-Ryviu
Shopify Partner
9144 1828 1863

Please add this code at the bottom of your base.css file 

@media screen and (max-width: 749px) {
.slider-button { display: none !important; }
.thumbnail-list__item.slider__slide {
justify-content: center;
}
.thumbnail-list__item.slider__slide .thumbnail { 
background: #ddd !important; 
border-radius: 50% !important;
}
.thumbnail-list__item.slider__slide .thumbnail img { opacity: 0 !important; }
.thumbnail-list__item.slider__slide .thumbnail[aria-current] {
background: #000 !important;
border: unset !important;
}
}

- Helpful? Like and Accept solution! ‌Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

basically
Tourist
22 0 0

Screenshot_20231026_124532_Chrome.jpg

 Kinda worked! Now where can i adjust the dot circle size?

Dan-From-Ryviu
Shopify Partner
9144 1828 1863

Sorry, missing that code. Please update to this one

@media screen and (max-width: 749px) {
.slider-button { display: none !important; }
.thumbnail-list__item.slider__slide {
justify-content: center;
}
.thumbnail-list__item.slider__slide .thumbnail { 
background: #ddd !important; 
border-radius: 50% !important;
width: 16px !important;
height: 16px !important;
}
.thumbnail-list__item.slider__slide .thumbnail img { opacity: 0 !important; }
.thumbnail-list__item.slider__slide .thumbnail[aria-current] {
background: #000 !important;
border: unset !important;
}
}

 

- Helpful? Like and Accept solution! ‌Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

basically
Tourist
22 0 0

Screenshot_20231026_125437_Chrome.jpg

 Padding between dots seems too much, other all are fine

Dan-From-Ryviu
Shopify Partner
9144 1828 1863

Please update code to this 

@media screen and (max-width: 749px) {
.slider-button { display: none !important; }
.thumbnail-slider .thumbnail-list.slider {
justify-content: center;
width: 16px !important;
height: 16px !important;
}
.product__media-list .product__media-item { width: 100% !important; }
.thumbnail-list__item.slider__slide .thumbnail { 
background: #ddd !important; 
border-radius: 50% !important;
}
.thumbnail-list__item.slider__slide .thumbnail img { opacity: 0 !important; }
.thumbnail-list__item.slider__slide .thumbnail[aria-current] {
background: #000 !important;
border: unset !important;
}
}

- Helpful? Like and Accept solution! ‌Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

basically
Tourist
22 0 0

Screenshot_20231026_131606_Chrome.jpg

 It didn't became dotted but it turns out to be awesome!!😍

Now the issues are the black indicator only shows up after 4 slides, and for all the slides in between 1st and last product slide the white border comes.

Please check the reference website below which exactly we want.

Screenshot_20231026_131920_Chrome.jpg

Dan-From-Ryviu
Shopify Partner
9144 1828 1863

I cannot see that border on my side

- Helpful? Like and Accept solution! ‌Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

basically
Tourist
22 0 0

Hm...the black dot only appears from 4th product slider onwards

Dan-From-Ryviu
Shopify Partner
9144 1828 1863

It has more than 3 thumbnail line sliders, and an active one is not on screen

- Helpful? Like and Accept solution! ‌Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

basically
Tourist
22 0 0

Please check the url and confirm https://thebasically.in/products/the-everyday-tshirt-supima%c2%ae

The thumbnail line stays blank till 4th slider and suddenly the black line appears from 5th product slider.

Ambiancehome
New Member
6 0 0

IMG_0248.png

I have the line slider with your code. But its way to big. Can u help me please! Thank you 👊🏼

 

Mobile version: www.tedenmartin.nl/products/tranquil-moments-eettafel