![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/walla3t.corals.io/wp-content/plugins/apper-core/assets/js/ |
//Mobile slider (function ($) { "use strict"; var MobileSliderJs = function ($scope, $) { // mobile hero slider jQuery(".mob-hero-slider").owlCarousel({ loop:true, margin:10, autoplay: true, smartSpeed: 1500, nav:false, dots: true, responsive:{ 0:{ items:1, }, 600:{ items:1, }, 1000:{ items:1, } } }); } //Elementor JS Hooks $(window).on('elementor/frontend/init', function () { elementorFrontend.hooks.addAction('frontend/element_ready/apper_mobile_slider.default', MobileSliderJs); }); })(window.jQuery); //Brand slider (function ($) { "use strict"; var BrandSliderJs = function ($scope, $) { // mobile hero slider jQuery(".acm-brand-slider").owlCarousel({ loop:true, margin:10, autoplay: true, smartSpeed: 1000, nav:false, dots: true, responsive:{ 0:{ items:1, }, 600:{ items:3, }, 1000:{ items:5, } } }); } //Elementor JS Hooks $(window).on('elementor/frontend/init', function () { elementorFrontend.hooks.addAction('frontend/element_ready/apper_brand_slider.default', BrandSliderJs); }); })(window.jQuery); //Testimonial slider (function ($) { "use strict"; var TestimonialSliderJs = function ($scope, $) { jQuery(".testimonial-slider").owlCarousel({ loop:true, margin:10, autoplay: true, smartSpeed: 1500, nav:false, dots: true, responsive:{ 0:{ items:1, }, 600:{ items:1, }, 1000:{ items:1, } } }); } //Elementor JS Hooks $(window).on('elementor/frontend/init', function () { elementorFrontend.hooks.addAction('frontend/element_ready/apper_testimonial.default', TestimonialSliderJs); }); })(window.jQuery); //Testimonial slider style 2 (function ($) { "use strict"; var TestimonialSliderJs = function ($scope, $) { jQuery(".testimonial-slider-style2").owlCarousel({ center: true, loop:true, margin:30, touchDrag:true, autoplay: true, smartSpeed: 1000, nav:true, dots: false, navText: ["<span class='slider-nav-btn icon icon-arrow-left-circle'></span>", "<span class='slider-nav-btn icon icon-arrow-right-circle'></span>"], responsiveClass: true, responsive:{ 0:{ items:1, }, 600:{ items:3, }, 1000:{ items:3, } } }); } //Elementor JS Hooks $(window).on('elementor/frontend/init', function () { elementorFrontend.hooks.addAction('frontend/element_ready/apper_testimonial_2.default', TestimonialSliderJs); }); })(window.jQuery); //Screen slider (function ($) { "use strict"; var ScreenSliderJs = function ($scope, $) { jQuery(".acm_screen-slider").owlCarousel({ loop:true, margin:10, autoplay: true, center: true, smartSpeed: 2500, nav:false, dots: true, responsive:{ 0:{ items:1, }, 600:{ items:3, }, 1000:{ items:5, } } }); } //Elementor JS Hooks $(window).on('elementor/frontend/init', function () { elementorFrontend.hooks.addAction('frontend/element_ready/apper_screen_slider.default', ScreenSliderJs); }); })(window.jQuery);