Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

option directionNavHide missing in NivoSlider v3.2 #390

Open
derBoogie opened this issue Sep 11, 2015 · 3 comments
Open

option directionNavHide missing in NivoSlider v3.2 #390

derBoogie opened this issue Sep 11, 2015 · 3 comments

Comments

@derBoogie
Copy link

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
Copy link

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
Copy link
Author

derBoogie commented Jun 13, 2017

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

@arturmamedov
Copy link

@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 :(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants