Problem: With Views and Divi active, several images and some text on my site does not appear.
Solution: This appears to be a problem with Divi's minification and caching systems. In Divi theme options, select "Déclarer les styles localement" to prevent this conflict.
You can call that slider function again when search results updated. You can use following js event it will trigger after search results update.
jQuery( document ).on( 'js_event_wpv_parametric_search_results_updated', function( event, data ) {
/**
* data.view_unique_id (string) The View unique ID hash
* data.layout (object) The jQuery object for the View layout wrapper
*/
YOUR CUSTOM CODE GOES HERE
});