Is slideshow supposed to work on search result image pages?

On my site, the slideshow links works everywhere except on search result image pages (search result album pages are fine).

When clicking the slideshow link on a search result image page, it goes to the slideshow.php but doesn't load any images. When clicking the "stop" control button, it takes me back to a search results page showing 0 (zero) search results.

Is the slideshow function not supposed to work on the search result image pages? Or do I have something messed up in my config? Again, the slideshow link works fine on normal image pages, just not on search result image pages.

Thanks!

Comments

  • You are getting an error:<b>Fatal error</b>: Maximum execution time of 30 seconds exceeded in <b>/home/bryan/public_html/gallery/zp-core/functions-basic.php</b> on line <b>202</b>

    This appears to be in the loop that is putting out the slideshow images. However, there appears to be no HTML output from this loop (which seems impossible reading the code.)

    Have you tried a differend slideshow viewer?
  • Figured it out. I had made a change to the slideshow plugin to rearrange the output on slideshow.php. I wanted to have the image title and number below the image, and couldn't figure out how to do it with css.

    After restoring the original slideshow plugin file, everything worked.

    I guess that's why I shouldn't be messing with the core files. :-)

    Thanks!
Sign In or Register to comment.