is_video == 1 ) continue; if ( trim( $item->img_url ) == '' ) continue; $img_title = ''; if ( trim( $item->img_title ) != '' ) { if ( trim( $item->img_link ) != '' ) { if ( stristr( $item->img_link, 'http' ) === FALSE && stristr( $item->img_link, 'https' ) === FALSE ) $item->img_link = 'http://' . $item->img_link; $img_title = ''; } else { $img_title = '
'.trim( stripslashes( $item->img_title ) ).'
'; } } $img_description = ''; if ( trim( $item->img_description ) != '' ) { $img_description = '
' . A3_Responsive_Slider_Functions::limit_words( stripslashes( $item->img_description ), $caption_lenght, '...' ) . '
'; } ?>