First of all, great light-weight module that did something that I was needing to do for a while! However, on my site I wanted the slide show on the front page, which also contains a tabbed block (see tabbed block module) using jstools tabs. There is no problem with the slideshow, it works perfectly but my tabs are broken. (This may be an issue for tabs or tabbed block)
It works great in FF2 and Safari, and I get no script errors when they are on the same page, but for some reason the tabs do not show up in IE7.... I get some bullets where the tabs used to be and all of my tabbed blocks appearing beneath these links. As a result the links do nothing. When moved the block away from the front page and used the Slideshow Creator module instead (which is a little bulky and has bad slide transitions for this application) it fixes it.
I have tried the following:
1. Commenting out the include_once function and using drupal_add_js() instead.
2. Adding
Comments
Comment #1
jcjohnson commentedI couldn't ever get this to work with the fading slideshow module and tabs together. So I had to resort to the dreaded iframe. I created a fading slideshow on a stand alone page using the script provided at http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm. I used PHP to read the image directory the output the php image array in javascript. I then created a custom block and added my iframe code (of course using no scrolling or borders). And it works great!
Check it out at http://www.searcy.com
Comment #2
NeuZeitgeist commentedCould you explane more in detailes, please, how did you manage to solve this problem? What php code did you use and where did you put it.
I have the same problem in IE.
Thank you.
Comment #3
jcjohnson commentedI wrote a php script that read a directory and output the images in the directory to a javascript array on the same page as the script from dynamic drive. I named it Slidshow.php and I used the same variable name for the array that dynamic drive used in their fading script. The problem with this is that it really is just a standalone solution framed in a drupal site, a terrible hack, but it works. Here is the php just add the "Ultimate Fade-In" script below it.