Nivo Slider customization options not working, apparently. (NOP 4.1)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
I've attempted to get the Nivo Slider to accept the initialization parameters to remove the navigation buttons at the bottom, and have tried the following on the PublicInfo.cshtml page:

<script asp-location="Footer">
    $(window).on('load', function () {
        $('#nivo-slider').nivoSlider({ controlNav: false,controlNavThumbs: false });
    });
</script>


I've set the controlNav & controlNavThumbs to false to get rid of the square navigation "dots" on the bottom, but it has no effect on the control (clearing the Nop cache and browser cache have no effect).

Does anyone know how to achieve this?
5 years ago
Why not just edit the plugin's VIEW directly?


5 years ago
Ah! I was in the wrong VIEW (got there from a search, but it took me to the plugins projects folders instead of the web plugins folder)!  Doh!
Time to get proper sleep. LOL
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.