Home Forums WoodMart support forum Owl dots on product images

Owl dots on product images

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #432765

    steen.r.nielsen
    Participant

    Looking to replace thumbnails with dots on mobile product images. There is an old article about it however it is outdated.

    https://xtemos.com/forums/topic/product-images-on-mobile/

    #432770

    steen.r.nielsen
    Participant

    Please see attached image for reference

    Attachments:
    You must be logged in to view attached files.
    #432821

    Hello,

    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

    #432848

    steen.r.nielsen
    Participant

    is this theme using the woocommerce Flexslider for product images or is it custom?

    #432980

    Hello,

    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

    #459687

    steen.r.nielsen
    Participant

    I 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;
    }
    #459803

    Hello,

    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

    #459939

    steen.r.nielsen
    Participant

    I believe it is a theme setting that is preventing this can you please ask the developer?

    https://xtemos.com/forums/topic/product-images-on-mobile/

    #460385

    Hello,

    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

    #460497

    steen.r.nielsen
    Participant

    That’s great thanks. Please mark as complete.

    #460589

    Most 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.

Viewing 11 posts - 1 through 11 (of 11 total)

The topic ‘Owl dots on product images’ is closed to new replies.