cornfeed
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-jScrollPane] what audio player plugin can work with this plugin?audio player? i never could anticipate all the places this plugin would get used, so if you give me a bit more info i will see what i can do.
Forum: Plugins
In reply to: [WP-jScrollPane] Changing the height of the vertical dragSomeday soon. I am pretty busy working on a few other projects, but I made a promise to myself that I would re-write the plugin when I hit 5K downloads. Looks like that is coming soon ??
Forum: Plugins
In reply to: [WP-jScrollPane] Responsive themes@larssonk22 I am not sure what you mean, if you explain more i will try to evaluate it on the next re-write
Forum: Plugins
In reply to: [WP-jScrollPane] Full Page conflict with wp 3.5.1Fawkes, you are the man!
I am pretty swamped with a new job, but in a few months I will see if I can re-write this plugin again.
I will be in touch when I have more time.
Thanks for all the help you have given everyone!
sorry i did not see this sooner, but for the most part I have stopped offering support for this plugin. most issues (and it seems like yours) can be solved with css…
maybe in a few months i will do one last update and put a disclaimer…again, sorry. I like your site by the way.
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP-jScrollPane] Can't get the plugin to workMy apologies for not seeing this sooner. I hope you got everything figured out just fine.
I intend to add the feature in the next version.
For now, jScrollPane is initialized with the script in wpjsp.jsForum: Fixing WordPress
In reply to: [WP-jScrollPane] Broken WP-jScrollPane in wordpress 3.3.2?i have not had any reports of it have have not had any issues myself. can you give a good example?
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature Request@fawkesblog2 I know what you mean, but I am in the middle of moving across country, taking on a new job, and really stretching my budget. I just don’t have the time to go over the code again until around christmas or later.
@trowa116 you set it to look for div#post, but your html is div#post-1.
if you want it to work on all posts, then you need to check the “incremental” box. otherwise update the box that reads “post” to “post-1”
otherwise i see no problems.Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature Request@daniel_word_press
Yes you can change the file’s css directly.
It looks to me like you just need to fix some spacing css and make it so the arrows are always white, not just on mouseover…@trowa116
please include a link to your site. that is not enough informationForum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature Request@daniel_word_press
https://stage.alltechservices-ia.com/?page_id=2
Let me know if you still can’t figure it out after looking at this page and I would glad to help you out.UPDATE: From what I can tell, you just need to take out the “#” in the Selector section. I tried to make it too simple ??
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature Request@mcanous I have not messed around with multi-site setups and would need to work with you directly to solve this issue. contact me at cornfeed (at) alltechservices-ia (dot) com
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP-jScrollPane] Can't get the plugin to work@csbecker I just looked at your site for a minute…
if i was you, I would use:
element = “div”
selector = “scroll-pane-arrows”
selector type = “class”and the rest you should be able to figure out. good luck, and let me know how it goes.
-cornfeed
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP-jScrollPane] Can't get the plugin to work@csbecker in CSS, the “element” refers to the type of markup tag you are using, and the “selector” is the custom name you have attached to that element. you have repeated “scroll-pane-arrow” in both boxes…
It should look more like https://stage.alltechservices-ia.com/wp-content/uploads/2012/03/settings.gif
I know the guide I made was very quick, I don’t really have much time, I am on vacation after all, but it should give you a basic idea of what is going on.
-cornfeed