cornfeed
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature Requestalso a point to note. on the PC, the scrollbar is horizontal, not vertical. is that intended? The framed content is laid out horizontally and not vertically?
Also, I just looked over your site again, and I am going to go nuts if I have to keep problem solving from the browser. is there a way you can make me a temp account? cornfeed (at) alltechservices-ia (dot) com
You can also PM me on #wordpress irc.freenode.orgForum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature RequestYeah I looked at the site and can see that you have disabled jScrollPane.
I can only look at it on my Android (not an apple fan) and I can see that there are no scrollbars at all :-/Looks like you would need a very different plugin for this purpose. The best I can do is make sure jScrollPane doesn’t load on a mobile device.
I will admit I might make a iphone/ipad/android option (which will probably utilize this iScroll you found) in V2 or V3, but I can say this is outside of an on-the-spot fix.Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature Requestcould you send me a link?
maybe it is as simple as having jquery modify the css if in a mobile browserForum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature RequestThis will be address in V2.
But for right now, here is what I have.
I will need you to test this. So don’t put it up live unless you can call someone to test it or can test it your self.
This should stop any mobile browsers from loading this JS.[Code moderated as per the Forum Rules. Please use the pastebin]
Replace the JQuery line with what ever you are using in your wpjsp.js right now.
Please let me know if it works. I have no way to test it.Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature RequestI know there is a way to detect the device with JS, but I have never played around with it.
I will see what I can doForum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature Request@larssonk22 I am currenty on vacation and away from my computer with all my tools, so I am not of much use. I will take a look after the 1st once I am back. After a very quick look on the hotel computer, it looks like it might be a problem I am addressing in v2.
All the best, happy holidays.I started version 2 right before I took off, and it will have support for incrimentals (for themes that use things like div#page-4), full page scroll bars, auto-refresh for dynamic content, and possibly a few other things.
If you think of any other ideas, drop them off in
http://ww.wp.xz.cn/support/topic/plugin-wp-jscrollpane-thank-you-feature-requestThanks for support.
I will be in touch after the new years. Have a good holiday.I am busy for the holidays and will be picking back up after the 2nd. Sorry, family calls.
I will do my best to get to it as soon as I am backI was wondering the same, that doesn’t come until version 2 ð
I see what you are talking about. I am going to be busy all day. I will get to this tomorrow and let you know what I think.
Side note, I have started v2 and am doing a complete start from scratch, although it will still be similar, but with much more functionality.
danbo, start a new thread, I am marking this as resolved.
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature Requestalso, make sure to use to toolbar on the right to mark this as “resolved” once it is.
AND, I am working on other projects alot so I am going to put a note in the next release that if anyone wants help, they will just need to find me on IRC.
So to be clear, I can currently be found on irc.freenode.net #wordpress If you PM me, I will get back to you and help you out. This was you will actually get immediate (within a day) helpthanks again fawkes for helping out
Ok, danbo, I have subscribed to this topic also now, sorry I missed you. I am very confused as to what you are trying to achieve….
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature Request@fawkesblog2 Thanks for getting to the bottom of that. I will take a look at your site and see if I can make it work in the code…
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature Request@sweetandsound
This is where your theme seems to load jquery…<!– #container –>
<script src=”//ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js”></script>
<script>!window.jQuery && document.write(unescape(‘%3Cscript src=”http://nouvellelondon.com/londonvc/wp-content/themes/andyhillman/js/libs/jquery-1.5.min.js”%3E%3C/script%3E’))</script>
<script src=”http://nouvellelondon.com/londonvc/wp-content/themes/andyhillman/js/libs/jquery.tools.min.js”></script>
<script src=”http://nouvellelondon.com/londonvc/wp-content/themes/andyhillman/js/plugins.js?1320067770″></script>
<script src=”http://nouvellelondon.com/londonvc/wp-content/themes/andyhillman/js/script.js?1320067770″></script>Which is way after mine loads and is confusing the hell out of the browser. That needs to be changed to use the proper api as described in my previous post.