I try to impliment the jScrollPane in to a wordpressblogg, so I can make the content be contained in a nice scroll-area that fits my design, the key thing is that I want to style the scrollbar also. I've tried following the instruction given her with the change that I try to use the Jquery library implimented (I call directly to Jquery included it wordpress without including it in an additional excessive file)
http://www.wpexplorer.com/add-custom-scrollbars-wordpress.html
- I also saw that you should put it in a no noconflict-wrappers, like they say here:
pressography.com/syndicated/daily-tip-adding-custom-js-to-wordpress-remember-jquery-noconflict-wrappers/
- also followed what the original programmer say here "Then you can use any query selector to select the elements you would like to apply jScrollPane and then initialise it". I chose a div (which I added myself) to be the targeted div, who wrapps around all the entrys of the blog. I've already styled it with overflow:scroll in the orginal themese css file. Do you think that could interfer?
kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html
What am I doing wrong?
(thx on beforehand)