D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
realadss
/
thathagroup.com
/
wp-content
/
themes
/
prooty
/
assets
/
js
/
elementor
/
Filename :
testimonial.js
back
Copy
(function($){ "use strict"; $(window).on('elementor/frontend/init', function () { elementorFrontend.hooks.addAction('frontend/element_ready/prooty_elementor_testimonial.default', function(){ $(".ova-testimonial .slide-testimonials").each(function(){ var owlsl = $(this) ; var owlsl_ops = owlsl.data('options') ? owlsl.data('options') : {}; var responsive_value = { 0:{ items:1, dots: true, }, 767:{ items:1 }, 1024:{ items:2 }, 1170:{ items:owlsl_ops.items } }; owlsl.owlCarousel({ autoWidth: owlsl_ops.autoWidth, margin: owlsl_ops.margin, items: owlsl_ops.items, loop: owlsl_ops.loop, autoplay: owlsl_ops.autoplay, autoplayTimeout: owlsl_ops.autoplayTimeout, center: owlsl_ops.center, nav: false, dots: owlsl_ops.dots, thumbs: owlsl_ops.thumbs, autoplayHoverPause: owlsl_ops.autoplayHoverPause, slideBy: owlsl_ops.slideBy, smartSpeed: owlsl_ops.smartSpeed, rtl: owlsl_ops.rtl, navText:[ '<i class="fa fa-angle-left"></i>', '<i class="fa fa-angle-right"></i>' ], responsive: responsive_value, }); /* Fixed WCAG */ owlsl.find(".owl-nav button.owl-prev").attr("title", "Previous"); owlsl.find(".owl-nav button.owl-next").attr("title", "Next"); owlsl.find(".owl-dots button").attr("title", "Dots"); }); }); }); })(jQuery);