Hi, I am using Flexslider gallery which is together with the theme. I would like to add arrows - next and prev function. What to add? I can't see this in jquery.flexslider.js. http://projects.qbf.ie/broe/property-view/66-cherrywood-grove-clondalkin-dublin-22/
I wasn't able to test this for you but after reading the docs here: http://www.woothemes.com/flexslider/ you need to change the directionNav: false to true. $(window).load(function(){ $('.flexslider').flexslider({ //animation: "slide", controlNav: "thumbnails", directionNav: true, slideshow: false, start: function(slider){ $('body').removeClass('loading'); } }); }); Code (markup):