• Resolved Anonymous User 6077519

    (@anonymized-6077519)


    Thank you for creating this plugin, I have been trying to get jScrollPane working manually and I was at the point of tearing out what little hair I have left. This plugin worked first time and it’s idiot proof! Thanks

    I would like to request 2 features for future versions.

    1. The ability to hide(or force) X or Y overflow on your container that jScrollPane has been applied to. E.g if you have content that only requires people to scroll vertically, but for some reason a horizontal scroll bar has also appeared, you can override it and stop it from appearing.

    2. Ability to add photoshopped designs for your scrollbars, gutters and caps, in jpg, gif, png etc.

    3. Some cool html 5 effects like animation or gradients.

    Thanks again!

    https://www.ads-software.com/extend/plugins/wp-jscrollpane/

Viewing 15 replies - 31 through 45 (of 166 total)
  • sweetandsound

    (@sweetandsound)

    Hey, yes I sorted it out. turns out i had all my scripts loading in my footer making the scrolepane script load too early.

    all sorted now, thanks for your help!

    Thread Starter Anonymous User 6077519

    (@anonymized-6077519)

    Hi Cornfeed, is it possible to replace scrollbar arrows with an image of an arrow pointing left or right? At the moment I’m using the split option, it just places to colour blocks on both ends of the gutter, which is not exactly helpful.

    thanks

    Thread Starter Anonymous User 6077519

    (@anonymized-6077519)

    never mind I’ve figured it out I’ve added to my css

    .jspArrowLeft{background: URL(images/jspArrowLeft.png) no-repeat !important;background-color:#423D39 !important;}
    .jspArrowRight{background: URL(images/jspArrowRight.png) no-repeat !important;background-color:#423D39 !important;}

    sweetandsound

    (@sweetandsound)

    Hey,

    I’m having a little bit of trouble with the plugin again…

    I’ve managed to get it working on area i wanted before, but have tried adding a new scrollpane in the settings and made sure it’s calling the right div, but i’m getting random problems with different browsers. On firefox it works fine, but on safari and chrome it either doesn’t allow you to scroll the whole content or just doesn’t appear!

    The page i’m working on is here – https://nouvellelondon.com/londonvc/pin-board-2/

    Any help would be greatly appreciated!

    fawkesblog2

    (@fawkesblog2)

    Works great in Safari and chrome here sweetandsound. Could be your browser cache.

    fawkesblog2

    (@fawkesblog2)

    What i would love to be able to do is effect the browsers scroll bar. See here https://jscrollpane.kelvinluck.com/fullpage_scroll.html and you will note the browser bar on the right is also styled.

    Is there any way to do that with the plugin.

    sweetandsound

    (@sweetandsound)

    Hey,

    It’s working, but half the content get’s cut off sometimes, making some of the content not visible. But it sometimes shows all the content!

    I think the plugin is reading a different div each time or something, but i just can’t seem to fix it!

    fawkesblog2

    (@fawkesblog2)

    I see what you are saying now. I had to refresh to get the rest of the content. What’s your identifier?

    sweetandsound

    (@sweetandsound)

    the identifier is #pin-board-wrapper

    it seems to be pulling two divs, but i can’t figure out how to stop it…

    fawkesblog2

    (@fawkesblog2)

    I could be wrong but it would look to me like the identifier needs to be “right-main2” which is the div associated with the overflow:auto which generates the scroll bar.

    My only other thought is you have pin-board so many places in the code maybe that is causing conflict and you just need to change the name of identifier you have chosen.

    Just my best guesses.

    sweetandsound

    (@sweetandsound)

    thanks for that fawkesblog2.

    I’ve changed the identifier to right-main2 and i’m still getting the same problem. I’m not calling the scrollpane script for anything else so it should work fine. It seems that the length of the content is not being regognised correctly. Its really strang!

    Any other thoughts would be greatly appreciated!

    fawkesblog2

    (@fawkesblog2)

    That is strange. I’m off to bed but ill put some thought to it and hopefully come up with something if you don’t.

    sweetandsound

    (@sweetandsound)

    Yeah it really is. Still having no luck with it aswell. really annoying!

    sweetandsound

    (@sweetandsound)

    so i’ve been looking at this problem for the whole day and from what i can tell th jscrollpane plugin doesn’t allow the content to load properly most of the time on safari/chrome. I’ve take away the identifier and it loads properly, but as soon as i put the identifier back it cuts the content off!

    If anyone can help me with this i would really appreciate it!

    fawkesblog2

    (@fawkesblog2)

    Just throwing this out there.

    What creates the scroll bar before adding jscrollpane? I was wondering if the scroll was part of the theme you chose and perhaps you created an identifier that is causing the conflict.

    For example in my theme i have the scroll bar generated in the comments php so was able to just use the did id as the identifier. But i tested another theme setting up a blog for a friend and it had a scroll bar for comments generated from the style.css. So i had to use .scrollpane (without the #) which was the start of the code.

    Can i ask what theme it is. I might be able to throw it up on one of my test blogs and have a poke to see if i can solve the issue.

Viewing 15 replies - 31 through 45 (of 166 total)
  • The topic ‘[Plugin: WP jScrollPane] Thank you Feature Request’ is closed to new replies.