Rating: 4 stars
Works perfectly on 4.0 all I had to do was comment out some code because it was pulling the jquery file even though my slider was already doing that (slider stopped working because of that)
$plugin_location=WP_PLUGIN_URL.’/’.str_replace(basename( __FILE__),””,plugin_basename(__FILE__));
/*$jq=$plugin_location.”jquery.min.js”;*/ <— Commented this out
$jns=$plugin_location.”jquery.nicescroll.min.js”;
]]>Rating: 5 stars
I needed to add a custom scrollbar to a sidebar widget containing events list, and Nicescroll plugin is a solution that helped.
Just added #widget-name in settings window and it worked, whereas no other plugin did.
Thanks a lot, good job!
]]>Rating: 5 stars
Really Great Plugin, Worked like charms.
Thanks to plugin author and wish him all the best.
Regards
Subhash
Rating: 4 stars
Would love to have more CSS options so don’t have to dig through min.js file, but other than that seems to work pretty well in Chrome, Safari and Firefox on my Mac.
TIP: Add this to your CSS, it kills the default scrollbar on webkit browsers, so when refreshing the page it’s much smoother.
::-webkit-scrollbar {
display: none;
overflow: hidden;
}
(Using Genesis Framework with Dynamik Website Builder)
Thanks!
]]>Rating: 1 star
Has not been updated and no support.
]]>Rating: 4 stars
Could do with a few more settings (maybe some styling options and the ability to hide the horizontal scrollbar). Some examples in the admin panel would be useful too, e.g. show some examples – body, #some-id, .some-class, div.some-class
etc. – rather that try to explain what the “Scroll element” means.
Otherwise, cool plugin, I like that it’s really simple and just works.
]]>Rating: 5 stars
works like a charm ,it’s nice , smooth and elegant.
thank you for this wonderful wordpress plugin !
All the best ??
Rating: 2 stars
Hi there,
Unfortunately I has caused a conflict with my gallery plugin. I’m using Atlas theme if you want to test your plugin and debug it.
Good luck