Viewing 2 replies - 1 through 2 (of 2 total)
  • matchalabs

    (@matchalabs)

    Hi,

    Try pasting this directly into your homepage template, doesn’t matter too much where 🙂

    <script type='text/javascript'>
    $(document).ready(function() {
        jQuery("#previousButton').click(function (e) {
             e.preventDefault();
             jQuery(".nivo-directionNav .nivo-prevNav").click();
        });
        jQuery("#nextButton').click(function (e) {
             e.preventDefault();
             jQuery(".nivo-directionNav .nivo-nextNav").click();
        });
    });
    </script>

    Regards
    Tom

    matchalabs

    (@matchalabs)

    No response, setting to resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nivo Slider — custom navigation buttons?’ is closed to new replies.