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.
In functions.php you have to change it to this:
$(‘#slider’).flexslider({
controlNav: false,
prevText: “←”,
nextText: “→”,
keyboard: false
});