Jump to content

[Module] Ultimate Image Rotator - NOW updated with Gallery


Recommended Posts

Hi,
PrestaModules.com the italian site for PrestaShop,
il happy to announce the first birthday,
and will make a gift:
an Image Rotator,
for all columns, home page, footer...etc

very easy, you can upload image,
choose the order,
resize,
choose the effect,
totally in jquery like prestashop style:

here


Iregistered and got into the payment section. But the download link is not working.
Link to comment
Share on other sites

  • 3 months later...

I've the paid Ultimate Image Rotator module version 1.1 and noticed that it didn't rotate in IE7 (or IE8 with compatibility mode enabled). I'm using the jquery cycle engine. Instead of rotating the image it will show the images as static images. So if you rotate 3 images then in IE7 it did show the 3 images under each other and a script error did occure.

I found the root cause. Edit modules/blockimgrotator/blockimgrotator.tpl and remove the comma sign (,) after '#prev' like done here:

[removed]
$(document).ready(function() {
   $('.slideshow').cycle({
   {/literal}
         fx:    '{$rotEffect}', 
   delay: -{$rotTime},
   next:   '#next', 
   prev:   '#prev'
   {literal}

   });
});
[removed]




This fixed my issue and now it shows the rotation properly also in IE7.

Link to comment
Share on other sites

  • 3 months later...
×
×
  • Create New...