solariz
Forum Replies Created
-
Forum: Plugins
In reply to: Deletion of Plugins without giving the Author time to fixYes this is no problem.
For the Future I will first offer a download on my page too and then try to find a solution for this licensing crap. I mean Creative Commons isn`t allowed… what a bad joke.Regarding 1.28 Problems:
This is odd, if possible please specify links to those sites were it`s not running. A “its not working” is unfortunately not enough to figure out what the problem is. I tested 1.28 on 5 diffenrent WP live installations with 20+ most fav WP addons enabled and not able to see any missbehaviour.
Firefox, chrome and even MSIE works like a charm.If you can`t keep a cpopy of the missbehaving site online please open up the browser source view while it is not running (CTRL U) and paste me the whole HTML on pastebin.com or similar.
thanks
This is odd, if possible please specify links to those sites were it`s not running. A “its not working” is unfortunately not enough to figure out what the problem is. I tested 1.28 on 5 diffenrent WP live installations with 20+ most fav WP addons enabled and not able to see any missbehaviour.
Firefox, chrome and even MSIE works like a charm.If you can`t keep a cpopy of the missbehaving site online please open up the browser source view while it is not running (CTRL U) and paste me the whole HTML on pastebin.com or similar.
thanks
Hey,
I uploaded a modified file wich should correct the gallery issue with the missing arrows. Would be awesome if somebody with the problem could check the testversion from:
Just download and replace the file into:
\wp-content\plugins\highslide-4-wordpress-reloaded\thanks
Thanks Damjanf. If its work in 1.25 I know the problem, I will upload a test version this evening.
Thanks for the feedback, would be great if those who have the “arrows missing” could try a older version e.g. 1.25 if it was working or not.
Older Versions:
http://ww.wp.xz.cn/extend/plugins/highslide-4-wordpress-reloaded/download/Fixed Version 1.27 is ready for Download, again thanks for all reports!
If it work`s for you please vote WORKS on the Pluginpage, thanks.
ww.wp.xz.cn/extend/plugins/highslide-4-wordpress-reloaded/If you still have problems please let me know as much information as possible.
@damjang: Thank you for the hint !
I release a pdate imedialtely. I
m sorry for the trouble but on my WP Blogs it didnt show this behavior.1.27 Update will be up today.
Strange, on all 5 of my blogs it`s working 🙁
Can you do me a favour and try to Disable the JSMin In the options dialogue and check if the problem still appears ?
Hmm t his is odd. But you can fix this easy:
Open the file:
content/plugins/highslide-4-wordpress-reloaded/functions.hs4wp.phpwith a Text Editor and search for:
if(strtolower($value) == “off”) $value = false;Should be in Line 672, and replace it with this:
if(@strtolower($value) == “off”) $value = false;This should do the trick.
thanks for report.
Thanks wish you best success on the trade show!
I uploaded v 1.24 to ww.wp.xz.cn should be there in some minutes
Ok got the problem, my fault. I relied on a Function wich only works in PHP 5.3x
I will change this.
What PHP Version you are using ?
If possible please try to replace the functions.hs4wp.php with the new one included in the ZIP File:
.