johnmorse
Forum Replies Created
-
Forum: Plugins
In reply to: [PHPEnkoder] Problem after Update from 1.11 to 1.12Looks like this is fixed with 1.12.1.
Seems like they changed it to:
$bs = unpack("N",$c); $ord = $bs[1];Forum: Plugins
In reply to: [PHPEnkoder] Problem after Update from 1.11 to 1.12I had the same error, this fixed it for me.
Thanks fcalloni!
Forum: Everything else WordPress
In reply to: Focus not working for multilanguageResolved.
Forum: Everything else WordPress
In reply to: Focus not working for multilanguageSo this has been bothering me for about a week. Of course within 20 minutes of finally posting for help, I figure out the problem.
The last reference to
.jslide:focuswas not working with IE & Mozilla.Replacing that with
.jslide:hoverseems to clear up the problem (and still works in Chrome).Thanks,
~john
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] Fatal ErrorI was using 3.7.
I’ve just tried to use a slider. Something is not working. All the images just appear stacked, the text won’t overlay. There is no pagination.
Thanks for the quick support, but this plugin does not seem to work for my purposes.
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] Fatal ErrorOK,
I updated to 3.7.1. It seems to work now. Thanks. Odd how 3.7 breaks it.
John
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] Fatal ErrorHi,
Thanks for the response.
I’ve tried that change (#2) and I get the following error now when I’m updating it.“Fatal error: Can’t use function return value in write context in /home/thorasy/public_html/dev/wp-content/plugins/easy-wp-parallax-slider/easy-parallax-slider.php on line 229”
It seems to not like the wp_enqueue_media() command. I can comment it out, and the plugin ‘works’ but I can’t upload media to sliders.
John