New Landing How can we help? Themeforest Theme Support Dante Gallery slider arrows

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #231808
    costin
    Member
    Post count: 199

    Hi,

    I’ve tried to put this question before but can’t find the topic – just in case will be doubled.

    On this page I have some galleries. Would it be possible to show the arrows on standard mode (without having to hover) when autoplay is disabled? How can I do that please?

    Thank you!

    #231831
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .flex-direction-nav a, .wooslider-direction-nav a, .carousel-wrap a.carousel-next, .carousel-wrap a.carousel-prev {
      opacity: 1;
    }

    – Kyle

    #231841
    costin
    Member
    Post count: 199

    Perfect, thank you!

    #231844
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    #250500
    costin
    Member
    Post count: 199
    This reply has been marked as private.
    #250617
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    We didn’t want the arrows to cover the images so it uses swipe to slide functionality

    – Kyle

    #250619
    costin
    Member
    Post count: 199

    Thank you for the answer. I was asking about this as most visitors won’t realize that it’s a slider.
    And, as I’ve blocked the sliding…Would be possible to easy add them for mobile too?

    #251051
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media screen and (max-width: 767px) {
    .carousel-wrap a.prev, .carousel-wrap a.next, .flex-direction-nav {
        display: block !important;
        opacity: 1;
    }
    }

    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register