Hiding Next, Previous, Play/Pause

Viewing 5 posts - 1 through 5 (of 5 total)
  • #13076
    alex.cramer
    Participant

    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.

    #13108
    Daniel Tara
    Keymaster

    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,
    #13116
    alex.cramer
    Participant

    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?

    #13118
    Daniel Tara
    Keymaster

    Replace pausePlay: true with pausePlay: false

    #13119
    alex.cramer
    Participant

    Perfect! Thank You!

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

You must be logged in to reply to this topic.