shensw
Forum Replies Created
-
Forum: Plugins
In reply to: [Image horizontal reel scroll slideshow] How to use in custom pagetry to put
<?php if (function_exists (Ihrss)) Ihrss(); ?>into your template page.
as mentioned in Plugin configuration method 3 here
http://www.gopiplus.com/work/2011/05/08/wordpress-plugin-image-horizontal-reel-scroll-slideshow/#.VEqCA-cievQForum: Plugins
In reply to: [Image horizontal reel scroll slideshow] Animation on all imagesHi, razvan89,
That animation is actually a bug for chrome I think, chrome automatic compresses the div that goes off screen to 0, and stretch it out once it comes back on. That animation doesn’t show in Firefox, in case to fix that, just give those 2 div a width: 100% in the javascript you mentioned, in case you can’t find where exactly it is, it’s located in file “image-horizontal-reel-scroll-slideshow.js” at line 81 and 82, change it to:
write('<div id="test2" style="width:100%;position:absolute;left:0px;top:0px"></div>') write('<div id="test3" style="width:100%;position:absolute;left:-1000px;top:0px"></div>')However, if you wanna have animation for all images, then you have to do some js to change the size of the img. Hopefully that helps.
Forum: Fixing WordPress
In reply to: special characters corrupted when saving in WP admin panel@psperkins: I’ve already tried that, doesn’t work at all, and it’ll actually break some of the other Chinese characters as well.