Hi!
Your WordPress plugin works perfectly, but I’m working on optimizing my site’s performance and I noticed that you don’t enqueue the script. Since it weighs a good 50 kb, I’d like to be able to move it to the footer as I do with other JS.
Thanks!
]]>It popped up this error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
how can I change the color of the scroll bar to my custom color?
I cant find the css and the scroll bar have no id or class. the color is declared inline and I don’t know how to change it.
]]>Hi.
I am not sure what is goin on, but I can only see the scroll bar when i’m in admin mode. When i’m out of it, i get a scrollbar that comes with my site. I need help to understand why.
]]>Hi,
Thanks for this nice little plugin! It works everywhere on my site except on the frontpage where the new scroll bar (which scrolls all the way down the page) just sits on top of the old scroll bar (which can barely move up or down).
Best,
]]>This plugin words great but makes my other plugins break!
I think it must be including it’s own version of jquery, or overriding/removing $.. which is conflicting with my other plugins.
Is there a way to remove its jquery and or remove $ and still have it work ? if so, where ?
Please help and thank you!
]]>hello,
plug in works and now i would like to style the scroll bar.
i tried this:
jQuery(document).ready(function($) {
$("#someDiv").niceScroll({cursorwidth: '2px', cursorcolor:'#FFF'});
}
but can’t get niceScroll to change.
what am i missing??
]]>Hi,
First of all, a big congrats to your WP-Nicescroll plugin!
My question is: can I use your plugin on a theme that will be sold on Themeforest, if I link back to your website on the theme description page and theme documentation?
Thanks
]]>hello there , when I try to use this kind of table in order to insert images into the posts/pages .
<table><tbody><tr><td><img src=”../mg_7207.jpg” alt=””></td><td><img src=”../mg_7208.jpg” alt=””></td><td><img src=”../mg_7197.jpg” alt=””></td><td><img src=”../mg_7198.jpg” alt=””></td></tr></tbody></table>
but WP-Nicescroll doesen’t work.This is a kind of conflict or something ?
Thanks,
hi.
I just tried to install NiceScroll to my wp page, but without luck. Here is my html code :
<div id=”boxscroll”>
<div id=”news_page_scroll”>
<div class=”news”>
</div>
<div class=”news”>
</div>
<div class=”news”>
</div>
<div class=”news”>
</div>
<div class=”news”>
</div>
<div class=”news”>
</div>
</div>
</div>
I changed settings of plugin to use this div ID but it just wont work.
]]>Any idea why it breaks the behavior of automatic posts loading?
It works fine, but when activated automatic posts loading stops working…. any quick fix?
Thanks…
]]>Thanks for the great plugin, it is really useful for me. I wanted to remove the hover so the scroll bar shows all the time. Where should I look in the two minified js files to do this?
]]>This plugin uses jQuery’s $ selector and doesn’t work with WP’s included jQuery..
So you need to duplicate jQuery load..
Hello!
Thank you for your great plugin, but I have a problem.
I need to present the height with % in div, but in that case the plugin does not work.
Help, please.
Thanks in advance.
– goes a bit jerky
wait for another release
]]>Hello!
I think you’re plugin does a great job.
The only problem I have is that Easy Fancybox (another JQuery based plugin) stops working when I activate WP-Nicescroll.
https://www.ads-software.com/support/plugin/easy-fancybox
Im not to knowledgeable about code etc,
Can you recommend how I can approach fixing this?
this is my page but WP-Nicescroll is not active at the moment:
Thanks for your time.
regards
Jean
Hi,
So I see no info for how to implement this into wordpress.
So, after I install the plugin, what do I need to do to get it to show up and replace the current scroll bars on my site?
Here’s what I us in my css to give me scroll bars:
#scrollbarsection {
width: 430px;
height: 320px;
overflow:scroll;
}
Then I just give use the div ID #scrollbarsection. What do I need to do to have it use WP-nicescroll?
Thanks
]]>I’ve this personal wordpress site: https://www.RagaBhakti.com where I’m trying to replace the ugly vertical and horizontal scroll bars with nicescroll. I went to https://www.ads-software.com/extend/plugins/wp-nicescroll/installation/ and installed and activated the nicescroll plugin.
Since I’m new to WordPress, I don’t know what the next steps are in order to see the scroll bars change to nicescroll. If there is some Jquery stuff that needs to be added to the actual pages, it would be helpful to know in detail how to go about doing this.
Any help is greatly appreciated.
I’m including snippet of my style shit and header.php
============header.php===================
<script type=”text/javascript”>
$(document).ready(
function() {
$(“body”).niceScroll();
$(“primary_content_wrap”).niceScroll(“#c-content”, {cursorcolor:”#0F0″});
}
);
</script>
=================================================
============style.css===============
/* Content
—————————————- */
.primary_content_wrap {
position: relative;
z-index: 1;
margin: 0;
}
.primary_content_wrap #indent {
padding: 0;
}
.primary_content_wrap .col-1 {
float: left;
width: 454px;
padding: 0;
overflow: hidden;
}
.primary_content_wrap .col-2 {
float: left;
width: 268px;
height: 630px;
border: 0px #000 solid;
margin: 20px 0 0 408px;
}
#top {margin: 0; padding: 0; height: 25px;}
#top img {float: right;}
#c-content {background: url(‘images/home-c-bg-repeat.png’) repeat-y top center; border: 0px #0F0 solid; overflow: auto;
padding: 0; margin: 0; min-height: 620px; max-height: 620px}
.primary_content_wrap .col-2 #widget_text {
margin: 0;
padding: 0 10px 20px 10px;
color: #3a424a;
font-size: 11pt;
line-height: 14pt;
font-family: ‘Museo’, Georgia;
width: 230px;
}
.primary_content_wrap ul {
margin: 0;
padding: 0 0 18px 0;
}
.primary_content_wrap ul li {
padding: 0 0 0 24px;
line-height: 25px;
font-size: 13px;
color: #fff;
}
.primary_content_wrap ul li a {
text-decoration: none;
color: #fff;
font-weight: 300;
text-transform: uppercase;
font-family: ‘Museo’;
letter-spacing: 1px;
}
.primary_content_wrap ul li a:hover {
text-decoration: underline;
}
#content {
float: left;
width: 674px;
padding: 0 31px 0 0;
}
#content-sub {
float: left;
width: 600px;
padding: 0 31px 0 0;
}
==========================================================