Shopify themes, liquid, logos, and UX
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.
This is how i want it to be ☝️
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
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Done.
Hi, are you using custom swatches variation?
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
It's Dawn theme, so yes I had to.
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 a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
What's the alternate? I need to show color swatches too
If that app has option to show all images maybe I can help you
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
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.
Yes, please try to do that.
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
All products are shown now. Please check
Let me check
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
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 a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Kinda worked! Now where can i adjust the dot circle size?
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 a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Padding between dots seems too much, other all are fine
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 a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
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.
I cannot see that border on my side
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Hm...the black dot only appears from 4th product slider onwards
It has more than 3 thumbnail line sliders, and an active one is not on screen
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
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.
User | RANK |
---|---|
187 | |
170 | |
81 | |
57 | |
45 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023