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();
}