Home Forums WoodMart support forum I want to make counter for the slide system the theme offers itself

I want to make counter for the slide system the theme offers itself

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #239115

    precise
    Participant

    I want to make counter for the slide system the theme offers itself.

    I want to do the counter example in the link below. Is there an option where I can do this? What file can I do this js customization if the option is not available?

    https://codepen.io/jovanivezic/pen/zNKgbe

    #239311

    Hello,

    Unfortunately, it is not possible. All the JS is contained in woodmart/js/functions.js

    Best Regards

    #239321

    precise
    Participant

    I want to get an image like the one I transmitted on mobile devices. I would be very happy if you could help me with this subject.

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

    Hello,

    Do you mean the slider on mobile?

    The pages count is not possible to edit. It would require redesigning the whole slider that is not covered by our support. You would better to search for the slider plugins that have the options you need.

    Best Regards

    #239529

    precise
    Participant

    i get it so how can i make the owl dots visible on the mobile slider?

    #239583

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (max-width: 768px){
    body .woodmart-slider .owl-dots {
        display: inline-block;
    }
    }

    Best Regards

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