Hi,
It is much better now.
However with the Auto Play, Repeat Logo, Stop On Hover, all ON, there is a large gap between the Last and the First images, there is not continuity.
https://listera.ro/
Also I have a particular setting in the Header on Result Page and all the other pages.
On the Home Page Header I do not have any extra code.
Please click on the Search Icon in the Header, there is a conflict with Show/ Hide code. The slider does not work properly.
https://listera.ro/rezultate-cautare/?directory_type=electronice-electrocasnice/
This is the code in the Elementor HTML Widget;
<script>
document.addEventListener('DOMContentLoaded', function() {
jQuery(function($){
$('.cauta').each(function(i){
$(this).click(function(){ $('.clickonslider').eq(i).toggle();
$('.cauta');
}); });
}); });
</script>
<script>
document.addEventListener('DOMContentLoaded', function() {
jQuery(function($){
$('.cauta2').each(function(i){
$(this).click(function(){ $('.clickonslider').eq(i).toggle();
$('.cauta2');
}); });
}); });
</script>
<style>
.cauta{
cursor: pointer;
}
.clickonslider{
display: block;
}
.cauta2{
cursor: pointer;
}
</style>
Version 1.2.2 had no conflict with the above code.
Until you will fix all issues I will still keep the version 1.2.2.
Thank you
Cristi