cornfeed
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] won't activateMy apologies, this is a known error, fix coming soon.
Problem: Your host is running an old version of PHP. Look at your phpinfo() and you will see php <= 5.2
For now you can upgrade your php by contacting your host, or install the old version by browsing the wordpress.org website.
Again, my apologies for the inconvenience.
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature Request@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…Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature Request@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.
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature Request@neovota
Please do not take this rudely, but I have tried to help another guy like this. I do not solve website problems. This forum is for bugs/errors/feature requests. You are doing so many things wrong, I barely know where to start. I mean, the most obvious problem is you are applying it to a div inside a table row. that row probably has something to do with it. Do you know how to use firebug?Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature Requestnot for me, http://testing.legendaryartsgames.com/test-2-2/ is scrollable.
try using Ctrl+R to reload+force re-download (not use cache)Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature RequestYou are selecting an extremely nested div (#test)…
Try
Element: div
Selector: art-postcontent
Selector-type: classHit save
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature Request@neovota
My apologies, I was looking at line 801 😛The problem is that I am using a function that is only available in php>=5.3
I am assuming your host is still using 5.1 or 5.2 (it would be nice if you could verify this for me)
I will see if I can find a function that supports older versions.Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature Request@neovota please complete disable and remove the plugin. then use wordpress’s builtin installer to re-install it from scratch.
There have been significant changes made since the version you have.Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature Request1) The objects are found by using their selector. So even if a page is loaded that does not have div#post-1, jquery is still looking for it, and because it does not exist, it does not load. if the page has the defined selector, then it activates the jscrollpane plugin.
2) Include a link or an error. Line 810 reads: “if( isset($_POST[‘wpjspclient’]) ) {” i can not find anything wrong with that line.
Are you using 2.0.1? Examples at stage.alltechservices-ia.com
@fawkesblog2
Really? I wish you could find out the error. if there is a white screen, it is usually because of plugin conflicts from what I have read…
I created a fresh instance on my custom server and inmotion, both worked fine with 2.0.1 so I am not sure what is going on with these odd hosts. I tried to avoid code that would be problematic :-/Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature RequestGlad you are liking it. You, and everyone else, should update to the one from wordpress’s repo (you can use the built-in search & installer) because it has a few more changes.
I am still have a serious problem creating a good first theme, but the frame work is there :-/ so WinXP doesn’t exactly show the way I want, but I figure someone will help me fix it 😀
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature Request@fawkesblog2 i just updated the version in the wordpress repo. try installing from the included plugin search and install feature.
other than that, it might be that the host does not have a properly configured php :-/Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature RequestAll I know is that it was intended for boxes that have content that loads slowly, which pretty much means images.
The demo only shows a vertical box….
http://jscrollpane.kelvinluck.com/image.htmlForum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature RequestOk fixed up a few things, try downloading the code again.
This one handles multiples of the same theme, fixes the arrows not showing up issue that you had, and all of this is made to be minify compliant. in other words, it uses css files so if your install uses minify, it will include it properly.About the automatic resize. I just included it as an option for those that use a lot of images. i am not really sure what it does, i just saw it on the jscrollpane website and thought I should add the functionality. Kevin’s website might be of more help.
http://jscrollpane.kelvinluck.com/Also, are you testing this while logged in? at the top there is a notice:
“When testing while logged-in, the WordPress Admin Bar changes the whole-page behavior. Log-out and it will work fine.”
Try viewing the site in another browser to test the fullpage behaviorForum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature RequestOkay, I just got finished adding the WinXP theme back in, and I believe it works. I imagine there are going to be CSS errors but I will need everyone to help me fix those as I am not very good with CSS.
I can not find any more obvious type errors and have tested on a live site.
you can view them in action at http://stage.alltechservices-ia.com/
This will probably be the last changes I make for a week.
If testing goes well, I will look into how to release as a beta.
-cornfeedUPDATE: of course there is one last error when using two pre-made themes on the same page :-P, fix coming in a day.
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature RequestOK, fixed the problem. try it out now, still trying to add a few more themes.
https://github.com/cornfeed/WP-jScrollPane/zipball/Version2