• 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!

    http://wordpress.org/extend/plugins/wp-jscrollpane/

Viewing 15 replies - 136 through 150 (of 166 total)
  • @cornfeed πŸ™‚ i understand. Yea i know what firebug is. sorry and thank for the help πŸ™‚

    Mhimel, go into the backend of your site in file manager.

    Then go into wp-content/plugins and delete the wp-jscrollpane plugin from there.

    Then go to http://wordpress.org/extend/plugins/wp-jscrollpane/download/ and try an earlier version.

    Plugin Author cornfeed

    (@cornfeed)

    @mhimel
    Sorry to hear it, if you go through the previous posts, you will see that we have just encountered this problem.
    Line 810 is using a method, use(), that is only supported in php 5.3+ which is the newest version. You can browse the wordpress repo and upload it manually as has been suggested, or update your php.

    I am having a busy day, it being valentines and all that, so the soonest I will have a fix that is 5.0+ compatible will be Thursday (2/14/12)

    Sorry for the inconvenience.

    Hope you have a great day with your special one cornfeed.

    I do have a question. The box that says “element”. I have that blank. Just wondering what that is for and what i would put in there.

    Plugin Author cornfeed

    (@cornfeed)

    @fawkesblog2
    Thanks. The element field just allows finer grain control. lets say you have the class “testing” and maybe an
    li and a div both have that class. this way you can tell it to only look for the div and not the list item.
    In short, it’s worthless, except in rare cases, and I didn’t want to have to add it in later.
    I also was thinking that since the average user knows CSS, it would help them wrap their heads around the way things are identified….i hope…

    Plugin Author cornfeed

    (@cornfeed)

    Ok, I have changed things to a new function and it doesn’t seem to be 5.3 dependent. Could someone confirm this that was having troubles before?

    the plugin is working on php 5.2

    She is working like a charm on my friends site hosted on blu host now.

    http://www.ruthtrevaskis.com/blog/

    Hi guys, thanks for your help. I did manage to figure out how to access the older versions last week, and now I have upgraded to the newest version and it seems to be working fine. However, with all the new options I must be doing something wrong because I can’t get it to activate. I think it would be really helpful if in the installation instructions or the FAQ, you just offered a little bit about each option in the settings and what it does – that would make it easier.

    I figured out my problem – selector needed to not have the ‘#’ in front of it – but notes on all the fields would still be useful, I think.

    Plugin Author cornfeed

    (@cornfeed)

    I agree, I am just glad it is working. At the same time I update the code with a working version of WinXP theme, I will add tooltips and jquery field validation, etc. But since I am not exactly getting paid for this…it is a free time sort of thing.

    Glad to hear things are working

    Just a quick question. Is there a way that i could set the scroll button to be the same size.

    Because i am using it to put my blog comments into a scroll box it changes size based on the numer of comments. One post has nearly 200 comments so the scroll button is almost not visible.

    I figure i would just need to change the code somewhere but not sure where i would do that.

    Thanks again Cornfeed. Your hard work is not unappreciated.

    Plugin Author cornfeed

    (@cornfeed)

    I thought I might run into this and was planning to add it in April.
    For now, you can edit your wpjsp.js

    copy the code and go to http://jsbeautifier.org/
    that will make it more readable.

    then locate the relevant section for the pane you are trying to edit and add: (there cannot be a trailing comma in the array)
    ‘verticalDragMinHeight’: 20,
    ‘verticalDragMaxHeight’: 20,
    ‘horizontalDragMinWidth’: 20,
    ‘horizontalDragMaxWidth’: 20

    I took the liberty of doing this for you…(paste is up for a week)
    http://dpaste.org/vK5CA/

    make sure it is correct, and set the value that you need. sizes are in pixels. then replace the old contents of wpjsp.js with what you just copied.

    Perfect, thank you. That just tightens up the look.

    One thing i am noticing is that the full page scroll is hard to move on mobile devices.

    I did also check this page http://jscrollpane.kelvinluck.com/fullpage_scroll.html to see if it was consistent with the full page scroll but it works fine there.

    For quick access my site again is http://chrisfawkes.net/blog/the-blog/

    Sorry if i’m being a pest now but if you knew of anything that may be related to that i could fix i would as always be extremely grateful.

Viewing 15 replies - 136 through 150 (of 166 total)

The topic ‘[Plugin: WP jScrollPane] Thank you Feature Request’ is closed to new replies.