Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /var/www/html/dokan/frontend/bigbag/js/ drwxr-xr-x | |
| Viewing file: Select action/file-type: "use strict";
// FOR BANNER IMAGE SLIDER
function banner_slider(){
$('.banner-slider').slick({
dots: true,
infinite: true,
autoplay: true,
arrows: true,
speed: 1000,
prevArrow: '<i class="fas fa-long-arrow-alt-right dandik"></i>',
nextArrow: '<i class="fas fa-long-arrow-alt-left bamdik"></i>',
slidesToShow: 1,
slidesToScroll: 1,
responsive: [
{
breakpoint: 1199,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
}
},
{
breakpoint: 991,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
}
},
{
breakpoint: 767,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
}
},
{
breakpoint: 576,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
arrows: false,
}
}
]
});
}
// FOR OFFER IMAGE SLIDER
function offer_sliders(){
$('.offer-slider').slick({
dots: false,
infinite: true,
autoplay: false,
arrows: true,
speed: 1000,
prevArrow: '<i class="fas fa-long-arrow-alt-right dandik"></i>',
nextArrow: '<i class="fas fa-long-arrow-alt-left bamdik"></i>',
slidesToShow: 3,
slidesToScroll: 1,
responsive: [
{
breakpoint: 1199,
settings: {
slidesToShow: 3,
slidesToScroll: 1,
}
},
{
breakpoint: 991,
settings: {
slidesToShow: 2,
slidesToScroll: 1,
}
},
{
breakpoint: 767,
settings: {
slidesToShow: 2,
slidesToScroll: 1,
}
},
{
breakpoint: 576,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
arrows: false,
}
}
]
});
}
function product_slider() {
// FOR PRODUCT CARD SLIDER
$('.product-slider').slick({
dots: false,
infinite: true,
autoplay: false,
arrows: true,
speed: 1000,
prevArrow: '<i class="fas fa-long-arrow-alt-right dandik"></i>',
nextArrow: '<i class="fas fa-long-arrow-alt-left bamdik"></i>',
slidesToShow: 4,
slidesToScroll: 4,
responsive: [
{
breakpoint: 1199,
settings: {
slidesToShow: 4,
slidesToScroll: 4,
}
},
{
breakpoint: 991,
settings: {
slidesToShow: 3,
slidesToScroll: 3,
}
},
{
breakpoint: 767,
settings: {
slidesToShow: 2,
slidesToScroll: 2,
}
},
{
breakpoint: 576,
settings: {
slidesToShow: 2,
slidesToScroll: 2,
arrows: false,
}
}
]
});
}
// FOR SINGLE PRODUCT SLIDER
$('.single-product-slider').slick({
slidesToShow: 1,
slidesToScroll: 1,
arrows: true,
fade: true,
asNavFor: '.single-thumb-slider',
prevArrow: '<i class="fas fa-long-arrow-alt-right dandik"></i>',
nextArrow: '<i class="fas fa-long-arrow-alt-left bamdik"></i>',
responsive: [
{
breakpoint: 576,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
arrows: false,
}
}
]
});
$('.single-thumb-slider').slick({
slidesToShow: 4,
slidesToScroll: 1,
asNavFor: '.single-product-slider',
dots: false,
arrows: false,
centerMode: true,
focusOnSelect: true,
responsive: [
{
breakpoint: 991,
settings: {
slidesToShow: 2,
slidesToScroll: 1,
arrows: false,
}
},
{
breakpoint: 767,
settings: {
slidesToShow: 3,
slidesToScroll: 1,
arrows: false,
}
},
{
breakpoint: 576,
settings: {
slidesToShow: 3,
slidesToScroll: 1,
arrows: false,
}
},
{
breakpoint: 400,
settings: {
slidesToShow: 2,
slidesToScroll: 1,
arrows: false,
}
}
]
});
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0054 ]-- |