Home › Forums › WoodMart support forum › Owl dots on product images
Owl dots on product images
- This topic has 10 replies, 2 voices, and was last updated 2 years ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
January 3, 2023 at 11:19 am #432765
steen.r.nielsenParticipantLooking to replace thumbnails with dots on mobile product images. There is an old article about it however it is outdated.
January 3, 2023 at 11:26 am #432770
steen.r.nielsenParticipantPlease see attached image for reference
Attachments:
You must be logged in to view attached files.January 3, 2023 at 3:05 pm #432821
Aizaz Imtiaz AwanKeymasterHello,
Sorry to say but right now there is no option in Theme Settings available for that. It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.
Related to Thumbnails under the Theme, there are Thumbnail position options available right now which works globally for all viewports and you can access that by going to the Dashboard > Theme Settings > Single Product > Images > Thumbnails > there you can find the this Thumbnail position: https://snipboard.io/dGv7oD.jpg
Other than these, it requires Customization at the moment.
Best Regards
January 3, 2023 at 4:59 pm #432848
steen.r.nielsenParticipantis this theme using the woocommerce Flexslider for product images or is it custom?
January 4, 2023 at 10:23 am #432980
Aizaz Imtiaz AwanKeymasterHello,
As you know the Single Product page comes from WooCommerce by default, so it is the default WooCommerce Product Gallery which is appearing for the Product images.
You can check from the Demo Product page too: https://woodmart.xtemos.com/shop/accessories/smart-watches-wood-edition/
Hope this helps !
Best Regards
April 14, 2023 at 3:36 pm #459687
steen.r.nielsenParticipantI tried using this code but it is not working. Can you please help?
add_filter( 'woocommerce_single_product_carousel_options', 'sf_update_woo_flexslider_options' ); /** * Filer WooCommerce Flexslider options - Add Dot Pagination Instead of Thumbnails */ function sf_update_woo_flexslider_options( $options ) { $options['controlNav'] = true; return $options; }
.flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center; } .flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; } .flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0, 0, 0, 0.5); cursor: pointer; text-indent: -9999px; -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; } .flex-control-paging li a:hover { background: #333; background: rgba(0, 0, 0, 0.7); } .flex-control-paging li a.flex-active { background: #000; background: rgba(0, 0, 0, 0.9); cursor: default; }
April 15, 2023 at 9:56 am #459803
Aizaz Imtiaz AwanKeymasterHello,
Sorry to say but this is related to Customization change and according to the Envato Policy, it is out of our Theme Support policy scope. Hope you can understand our limitations in this regard !
Best Regards
April 16, 2023 at 6:48 am #459939
steen.r.nielsenParticipantI believe it is a theme setting that is preventing this can you please ask the developer?
April 18, 2023 at 12:46 pm #460385
Aizaz Imtiaz AwanKeymasterHello,
It seems that we have missed out the option in the Theme Settings already available for the Pagination Dots under the Product Image instead of Thumbnail Images. We apologize for that inconvenience from our end.
Please once navigate to the Dashboard > Theme Settings > Single Product > Images > Thumbnails > in that you can find the option Pagination in main gallery > you can enable that toggle option and it will preview something like this on the Product page: https://woodmart.xtemos.com/theme-settings-tooltips/pagination-main-gallery.mp4
See the following Image for reference: https://snipboard.io/orYbAJ.jpg
So, instead of trying any Custom Code, please use the above told option on your Site in this regard.
Hope this helps !
Best Regards
April 18, 2023 at 6:20 pm #460497
steen.r.nielsenParticipantThat’s great thanks. Please mark as complete.
April 19, 2023 at 9:34 am #460589
Aizaz Imtiaz AwanKeymasterMost Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘Owl dots on product images’ is closed to new replies.
- You must be logged in to create new topics. Login / Register