Viewing 1 replies (of 1 total)
  • You can fix this problem by adding “is_search” at the line 1211 in all-in-one-slideshow.php.

    Like that :

    //ARCHIVE
      if(($aio_slideshow_settings['on_archive']) && ( is_home() || is_archive() || is_category() || is_author() || is_search() ) ) {
    
        aio_slideshow_style();
    
      }
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: All-In-One Slideshow] Breaks in TwentyTen Search’ is closed to new replies.