Esplanade Slider – arrows instead of numbers?

Viewing 2 posts - 1 through 2 (of 2 total)
  • #7772
    STYZER
    Participant

    Hi guys,

    Love the theme! using it here: http://www.newmorningministries.net/

    I’d like to have the usual right and left arrows to move to next slider, instead of the boxed numbers 1 and 2 at the bottom of the slider.

    Can we do that? And if so, how?

    Many thanks!

    Andre

    p.s. I also noticed that every so often, your site doesn’t respond if we click to go to a different page in the forum, or simply posting an entry. It gives a blank white page.

    #7783
    maartenvdkamp
    Participant

    In functions.php you have to change it to this:

    $(‘#slider’).flexslider({
    controlNav: false,
    prevText: “←”,
    nextText: “→”,
    keyboard: false
    });

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

You must be logged in to reply to this topic.