Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pjehan

    (@pjehan)

    Hi,

    Did you try the navigationText option?

    You can have a look at this option on the official Owl Carousel web page : http://www.owlgraphic.com/owlcarousel/

    Thread Starter HasanKemal

    (@hasankemal)

    Thank you @pjehan.

    I fixed it before your post.

    Here is the solution;

    base.buttonPrev = $("<div class=\"owl-prev\"><i class=\"fa fa-angle-left fa-5x\"/>", {
                    "class" : "owl-prev",
                    "html" : base.options.navigationText[0] || ""
                });
    
                base.buttonNext = $("<div class=\"owl-next\"><i class=\"fa fa-angle-right fa-5x\"/>", {
                    "class" : "owl-next",
                    "html" : base.options.navigationText[1] || ""
                });

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘navigationTexts’ is closed to new replies.