Hi Rob, the first link is broken, and it doesn’t look like there is a slideshow on the second link.
Hi, I have same problem on my site http://otranto.inonda.le.it only with internet explorer browser.
why?
There are some JavaScript errors in Internet Explorer which are likely causing this problem. I would try disabling your other plugins one-by-one and testing the site until the slideshow works in IE so you can figure out which plugin is causing these errors.
Hello, I solved the problem, there was a conflict with the javascript file!
One question, how do I randomize the slideshow’s transactions styles?
tnx
That’s good to hear, you can setup random transitions using metadata.
First you add more than one transition, and then enable “randomizeEffects”, like this:
[meteor_slideshow metadata="fx:'fade,scrollUp,shuffle', randomizeEffects: 1"]
tnx but I used the code in php, now I have this:
<?php if(function_exists(‘meteor_slideshow’)) { meteor_slideshow(“news”,”random: 1″); } ?>
Ah, you could add these to your existing metadata like this:
<?php if(function_exists('meteor_slideshow')) { meteor_slideshow("news","random: 1, fx:'fade,scrollUp,shuffle', randomizeEffects: 1"); } ?>
It’s all ok, it’s perfect, very very thanks!!!
if you wonna see my site the link is: http://otranto.inonda.le.it
Awesome, you’ve got some good looking slides!