formats on firefox

tomnic / 2013-03-27 15:49:08   

Hello,

I have recently installed an auto slideshow and Indexpand menus to my website. They both work perfectly on Chrome and Internet Explorer, but neither work on Firefox. Can anyone help me sort this out?

tnicholson.co.uk

Thanks

Vaska A / 2013-03-27 16:27:16   

Did Slideshow work properly before you customized the format?

Vaska A / 2013-03-27 16:39:14   

Did some looking into this. First of all, browsers will react differently to things. While some may work another will not. This is an odd situation and I don't know if it's a Firefox bug or what...

But, his code could be simplified and perhaps it will help. Change it to this...

  1. // auto play code added by eldopa
  2. if (auto_play == true) {
  3. ap_interval = ap_interval * 1000;
  4. window.setInterval(next, ap_interval);
  5. }

Will it work? It should, but maybe not.

Be sure to shift + browser refresh after you make this change.

It's a bit hard for us when people are offering changes like these because they are not part of the default system. We can try to help...

Hope this works.

tomnic / 2013-03-27 21:09:44   

That's perfect Vaska, cheers for the help!

This thread has been closed, thank you.