Codeinwp / Nivo-Slider-jQuery

Nivo Slider - The Most Awesome jQuery Image Slider
http://docs.themeisle.com/article/485-getting-started-with-the-nivo-slider-jquery-plugin
MIT License
1.25k stars 605 forks source link

option directionNavHide missing in NivoSlider v3.2 #390

Open derBoogie opened 9 years ago

derBoogie commented 9 years ago

Hi,

the option directionNavHide is missing in v3.2 of Nivo Slider.

I added this code from v2.6 after if(settings.directionNav) {

// Hide Direction nav if(settings.directionNavHide){ $('.nivo-directionNav', slider).hide(); slider.hover(function(){ $('.nivo-directionNav', slider).show(); }, function(){ $('.nivo-directionNav', slider).hide(); }); }

arturmamedov commented 7 years ago

For me directionNav not work, it not add the html for arrows, i'm need to add some extra HTML to markup or what? Thank!

derBoogie commented 7 years ago

No, you don't need any additional html code.

arturmamedov commented 7 years ago

@derBoogie Thank you! It seems like this library it no more under maintanance, i used the bootstrap carousel at the end, this is bugged for me :(