I would like to hide the button navigation within the slider on the homepage of a site using the pinboard theme.
I have looked at all the simple option but do not see anywhere that it specifically calls out these buttons.
What do I need to do to make this happen.
In functions.php in the function pinboard_call_scripts() where you hav the callback to the function flexslider, add these parameters:
controlNav: false,
directionNav: false,
When I add that it hides the navigation dots, and the forward/back controls but leaves that play pause. Is it possible to hide that also?
Replace pausePlay: true
with pausePlay: false