• pezomatic

    (@pezomatic)


    I like your plugin but I am having a couple of issues with it and also some feature requests.

    1.) I see the browser’s scrollbar appear and disappear before your scrollbar loads. This issue would prevent me from using this on any of my sites. 🙁

    2.) Could you please add a place in your GUI to control the Z index? My theme’s main menu is above your scrollbar (which in some situations may actually be desirable) but it would be great if I could easily control this setting myself.

    3.) Please consider adding an option for saving multiple presets and recalling them as desired. The ability to import and export presets would also be a handy feature.

    4.) It would also be nice if I could define my own default setting with a reset button if I screw something up.

    https://wordpress.org/plugins/wp-color-scrollbar/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author babyskill

    (@babyskill)

    Hello pezomatic,

    Thank you for your feedback, we will consider in the next version. Let me know what your browser did you use?

    hi babyskill, i have the same problem. the default browser scroll loads and then disappears. it happens in every browser i’ve tested in macosx. in the latest versions of chrome, safari and firefox.

    having the ability to control the z-index would be very welcome also.

    thanks and keep up the great work.

    Another vote for this feature !

    Great plugin, but depending on the site the page might ‘jump’ slightly due to the transition from the native scrollbar to this custom one.

    Thread Starter pezomatic

    (@pezomatic)

    Sorry for the delayed response, I missed your earlier reply. I am using FireFox 28.

    in the meantime i’ve found a solution for this. just add this to your custom css theme options in your wp admin:

    <style>
    html {
    overflow-y:hidden;
    margin-right:0 !important;
    }
    </style>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘It would be great if the browser's native scrollbar did not load before yours’ is closed to new replies.