Okay
  Public Ticket #975882
Owl Carousel arrows
Closed

Comments

  •  2
    Piotr Gołaszewski started the conversation

    Hi,

    Is there any possibility to turning on arrows in Carousel module with Owl option. I would like to make a horizontal scroll content and i used 1 column carousel for it. Everything i need to make it usable are the right left arrows. Now i can only scroll it by draging content or by clicking bullet on the bottom of the page.

    Regards,

    Piotr


    PS. The theme which i use is Salient

  •  8,996
    Tahir replied

    Hey Piotr,

     Yes they are hidden via css . 

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .owl-theme .owl-nav [class*='owl-'] {
        display: inline-block !important;
    }
    

    Thanks


    ThemeNectar Support Team 

  •  2
    Piotr Gołaszewski replied

    Thank You for Your reply.

    I use You css code and it works in this way that i see "prev" and "next" button. It's one step in a good direction :). But:

    1) Is this possible to change signs to arrows ?
    2) Is this possible to place button navigation on the left and right side of Owl Carousel ?
    3) Is it possible to change signs from "next" and "prev" to my own ?
    4) Can I style it to my own ?

    Thanks !

  •  8,996
    Tahir replied

    I dont see this possible at the moment without custom work.  This might help write up Custom CSS: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug .

    Thanks


    ThemeNectar Support Team 

  •  2
    Piotr Gołaszewski replied

    Ok, thank You. I'll try to do it by my own. 

    Piotr

  •  2
    Piotr Gołaszewski replied

    Ok, so last question.

    Maybe You'll have an idea how to get this effect.
    I have 3 hotpoints images which i want to scroll horizontally. I want each to be on whole screen. Is it any diffrent option to make this without Carousel ? Option with arrows on both sides ?

  •  8,996
    Tahir replied

    You can try creating a Image Gallery as it has Different Styles also .

    Thanks 


    ThemeNectar Support Team