Thank you Caridad.
The Meta is the following :
[wpv-layout-start]
[wpv-posts-found]
<!– wpv-loop-start –>
<wpv-loop>
<div class="services-pano" style="background: url([wpv-post-featured-image size="full" raw="false"]) top center; width: 100%; height: 100%;">
<div class="container"><div><h2>[wpv-post-title]</h2>[wpv-post-body view_template="None"]</div></div>
</div>
</wpv-loop>
<!– wpv-loop-end –>
[/wpv-posts-found]
[wpv-no-posts-found][wpml-string context="wpv-views"]<strong>No posts found</strong>[/wpml-string][/wpv-no-posts-found]
[wpv-layout-end]
The view is loaded directly from a template file in PHP using the following method : <?php echo render_view(array('id' => '1214')); ?>
When the page is loaded, I see in the page source that all the javascript is in every slides. When there is a change of slides, it all get erased. I have checked it out with my programmer and it looks like it may be the function calling the transition on the slides.