fix bug javascript
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
import 'jquery';
|
||||
import 'bootstrap';
|
||||
import 'bootstrap-dropdown-hover';
|
||||
import { WOW } from 'wow.js';
|
||||
import { echo } from 'echo-js';
|
||||
import 'jquery.rateit';
|
||||
//import { WOW } from 'wow.js';
|
||||
//import { echo } from 'echo-js';
|
||||
//import 'jquery.rateit';
|
||||
import 'jquery.easing';
|
||||
import '../../../public/assets/js/owl.carousel.min.js';
|
||||
|
||||
|
||||
jQuery(document).ready(function() {
|
||||
jQuery(document).ready(function () {
|
||||
"use strict";
|
||||
|
||||
/*===================================================================================*/
|
||||
/* OWL CAROUSEL
|
||||
/*===================================================================================*/
|
||||
jQuery(function () {
|
||||
/*===================================================================================*/
|
||||
/* OWL CAROUSEL
|
||||
/*===================================================================================*/
|
||||
jQuery(function () {
|
||||
var dragging = true;
|
||||
var owlElementID = "#owl-main";
|
||||
|
||||
@@ -104,7 +104,7 @@ jQuery(function () {
|
||||
transitionStyle: "fade",
|
||||
navigationText: ["<i class='icon fa fa-angle-left'></i>", "<i class='icon fa fa-angle-right'></i>"],
|
||||
|
||||
afterInit: function() {
|
||||
afterInit: function () {
|
||||
fadeIn();
|
||||
fadeInDown();
|
||||
fadeInUp();
|
||||
@@ -112,7 +112,7 @@ jQuery(function () {
|
||||
fadeInRight();
|
||||
},
|
||||
|
||||
afterMove: function() {
|
||||
afterMove: function () {
|
||||
fadeIn();
|
||||
fadeInDown();
|
||||
fadeInUp();
|
||||
@@ -120,7 +120,7 @@ jQuery(function () {
|
||||
fadeInRight();
|
||||
},
|
||||
|
||||
afterUpdate: function() {
|
||||
afterUpdate: function () {
|
||||
fadeIn();
|
||||
fadeInDown();
|
||||
fadeInUp();
|
||||
@@ -128,11 +128,11 @@ jQuery(function () {
|
||||
fadeInRight();
|
||||
},
|
||||
|
||||
startDragging: function() {
|
||||
startDragging: function () {
|
||||
dragging = true;
|
||||
},
|
||||
|
||||
afterAction: function() {
|
||||
afterAction: function () {
|
||||
fadeInReset();
|
||||
fadeInDownReset();
|
||||
fadeInUpReset();
|
||||
@@ -143,130 +143,130 @@ jQuery(function () {
|
||||
|
||||
});
|
||||
|
||||
if (jQuery(owlElementID).hasClass("owl-one-item")) {
|
||||
if (jQuery(owlElementID).hasClass("owl-one-item")) {
|
||||
jQuery(owlElementID + ".owl-one-item").data('owlCarousel').destroy();
|
||||
}
|
||||
}
|
||||
|
||||
jQuery(owlElementID + ".owl-one-item").owlCarousel({
|
||||
jQuery(owlElementID + ".owl-one-item").owlCarousel({
|
||||
singleItem: true,
|
||||
navigation: false,
|
||||
pagination: false
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
jQuery('.home-owl-carousel').each(function(){
|
||||
jQuery('.home-owl-carousel').each(function () {
|
||||
|
||||
var owl = $(this);
|
||||
var itemPerLine = owl.data('item');
|
||||
if(!itemPerLine){
|
||||
if (!itemPerLine) {
|
||||
itemPerLine = 5;
|
||||
}
|
||||
owl.owlCarousel({
|
||||
items : itemPerLine,
|
||||
itemsDesktop : [1199,3],
|
||||
itemsTablet:[991,2],
|
||||
navigation : true,
|
||||
pagination : false,
|
||||
items: itemPerLine,
|
||||
itemsDesktop: [1199, 3],
|
||||
itemsTablet: [991, 2],
|
||||
navigation: true,
|
||||
pagination: false,
|
||||
|
||||
navigationText: ["", ""]
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
jQuery('.homepage-owl-carousel').each(function(){
|
||||
jQuery('.homepage-owl-carousel').each(function () {
|
||||
|
||||
var owl = $(this);
|
||||
var itemPerLine = owl.data('item');
|
||||
if(!itemPerLine){
|
||||
if (!itemPerLine) {
|
||||
itemPerLine = 4;
|
||||
}
|
||||
owl.owlCarousel({
|
||||
items : itemPerLine,
|
||||
itemsTablet:[991,2],
|
||||
itemsDesktop : [1199,3],
|
||||
navigation : true,
|
||||
pagination : false,
|
||||
items: itemPerLine,
|
||||
itemsTablet: [991, 2],
|
||||
itemsDesktop: [1199, 3],
|
||||
navigation: true,
|
||||
pagination: false,
|
||||
|
||||
navigationText: ["", ""]
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
jQuery(".blog-slider").owlCarousel({
|
||||
items : 3,
|
||||
itemsDesktopSmall :[979,2],
|
||||
itemsDesktop : [1199,3],
|
||||
navigation : true,
|
||||
slideSpeed : 300,
|
||||
jQuery(".blog-slider").owlCarousel({
|
||||
items: 3,
|
||||
itemsDesktopSmall: [979, 2],
|
||||
itemsDesktop: [1199, 3],
|
||||
navigation: true,
|
||||
slideSpeed: 300,
|
||||
pagination: false,
|
||||
navigationText: ["", ""]
|
||||
});
|
||||
});
|
||||
|
||||
jQuery(".best-seller").owlCarousel({
|
||||
items : 3,
|
||||
navigation : true,
|
||||
itemsDesktopSmall :[979,2],
|
||||
itemsDesktop : [1199,2],
|
||||
slideSpeed : 300,
|
||||
jQuery(".best-seller").owlCarousel({
|
||||
items: 3,
|
||||
navigation: true,
|
||||
itemsDesktopSmall: [979, 2],
|
||||
itemsDesktop: [1199, 2],
|
||||
slideSpeed: 300,
|
||||
pagination: false,
|
||||
paginationSpeed : 400,
|
||||
paginationSpeed: 400,
|
||||
navigationText: ["", ""]
|
||||
});
|
||||
});
|
||||
|
||||
jQuery(".sidebar-carousel").owlCarousel({
|
||||
items : 1,
|
||||
itemsTablet:[978,1],
|
||||
itemsDesktopSmall :[979,2],
|
||||
itemsDesktop : [1199,1],
|
||||
navigation : true,
|
||||
slideSpeed : 300,
|
||||
jQuery(".sidebar-carousel").owlCarousel({
|
||||
items: 1,
|
||||
itemsTablet: [978, 1],
|
||||
itemsDesktopSmall: [979, 2],
|
||||
itemsDesktop: [1199, 1],
|
||||
navigation: true,
|
||||
slideSpeed: 300,
|
||||
pagination: false,
|
||||
paginationSpeed : 400,
|
||||
paginationSpeed: 400,
|
||||
navigationText: ["", ""]
|
||||
});
|
||||
});
|
||||
|
||||
jQuery(".brand-slider").owlCarousel({
|
||||
items :6,
|
||||
navigation : true,
|
||||
slideSpeed : 300,
|
||||
jQuery(".brand-slider").owlCarousel({
|
||||
items: 6,
|
||||
navigation: true,
|
||||
slideSpeed: 300,
|
||||
pagination: false,
|
||||
paginationSpeed : 400,
|
||||
paginationSpeed: 400,
|
||||
navigationText: ["", ""]
|
||||
});
|
||||
jQuery("#advertisement").owlCarousel({
|
||||
items : 1,
|
||||
itemsTablet:[978,1],
|
||||
itemsDesktopSmall :[979,1],
|
||||
itemsDesktop : [1199,1],
|
||||
navigation : true,
|
||||
slideSpeed : 300,
|
||||
});
|
||||
jQuery("#advertisement").owlCarousel({
|
||||
items: 1,
|
||||
itemsTablet: [978, 1],
|
||||
itemsDesktopSmall: [979, 1],
|
||||
itemsDesktop: [1199, 1],
|
||||
navigation: true,
|
||||
slideSpeed: 300,
|
||||
pagination: true,
|
||||
paginationSpeed : 400,
|
||||
paginationSpeed: 400,
|
||||
navigationText: ["", ""]
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
$(window).on('load', function(){
|
||||
$(window).on('load', function () {
|
||||
|
||||
/*===================================================================================*/
|
||||
/* LAZY LOAD IMAGES USING ECHO
|
||||
/*===================================================================================*/
|
||||
|
||||
echo.init({
|
||||
offset: 100,
|
||||
throttle: 250,
|
||||
unload: false
|
||||
});
|
||||
//echo.init({
|
||||
// offset: 100,
|
||||
// throttle: 250,
|
||||
// unload: false
|
||||
//});
|
||||
|
||||
|
||||
/*===================================================================================*/
|
||||
/* RATING
|
||||
/*===================================================================================*/
|
||||
jQuery('.rating').rateit({max: 5, step: 1, value : 4, resetable : false , readonly : true});
|
||||
//jQuery('.rating').rateit({ max: 5, step: 1, value: 4, resetable: false, readonly: true });
|
||||
|
||||
|
||||
|
||||
@@ -274,7 +274,7 @@ $(window).on('load', function(){
|
||||
/* WOW
|
||||
/*===================================================================================*/
|
||||
|
||||
WOW.init();
|
||||
//WOW.init();
|
||||
|
||||
|
||||
/*===================================================================================*/
|
||||
@@ -282,15 +282,15 @@ $(window).on('load', function(){
|
||||
/*===================================================================================*/
|
||||
jQuery("[data-toggle='tooltip']").tooltip();
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
/*===================================================================================*/
|
||||
/* PRICE SLIDER
|
||||
/*===================================================================================*/
|
||||
jQuery(function () {
|
||||
/*===================================================================================*/
|
||||
/* PRICE SLIDER
|
||||
/*===================================================================================*/
|
||||
jQuery(function () {
|
||||
|
||||
// Price Slider
|
||||
if (jQuery('.price-slider').length > 0) {
|
||||
// Price Slider
|
||||
if (jQuery('.price-slider').length > 0) {
|
||||
jQuery('.price-slider').slider({
|
||||
min: 100,
|
||||
max: 700,
|
||||
@@ -300,21 +300,21 @@ if (jQuery('.price-slider').length > 0) {
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
/*===================================================================================*/
|
||||
/* SINGLE PRODUCT GALLERY
|
||||
/*===================================================================================*/
|
||||
jQuery(function(){
|
||||
/*===================================================================================*/
|
||||
/* SINGLE PRODUCT GALLERY
|
||||
/*===================================================================================*/
|
||||
jQuery(function () {
|
||||
jQuery('#owl-single-product').owlCarousel({
|
||||
items:1,
|
||||
itemsTablet:[768,3],
|
||||
itemsDesktop : [1199,1],
|
||||
itemsTablet : [992,1],
|
||||
itemsDesktopSmall : [768,3]
|
||||
items: 1,
|
||||
itemsTablet: [768, 3],
|
||||
itemsDesktop: [1199, 1],
|
||||
itemsTablet: [992, 1],
|
||||
itemsDesktopSmall: [768, 3]
|
||||
|
||||
});
|
||||
|
||||
@@ -322,17 +322,17 @@ jQuery(function(){
|
||||
items: 4,
|
||||
pagination: true,
|
||||
rewindNav: true,
|
||||
itemsTablet : [992,4],
|
||||
itemsDesktopSmall :[768,4],
|
||||
itemsDesktop : [992,1]
|
||||
itemsTablet: [992, 4],
|
||||
itemsDesktopSmall: [768, 4],
|
||||
itemsDesktop: [992, 1]
|
||||
});
|
||||
|
||||
jQuery('#owl-single-product2-thumbnails').owlCarousel({
|
||||
items: 6,
|
||||
pagination: true,
|
||||
rewindNav: true,
|
||||
itemsTablet : [768, 4],
|
||||
itemsDesktop : [1199,3]
|
||||
itemsTablet: [768, 4],
|
||||
itemsDesktop: [1199, 3]
|
||||
});
|
||||
|
||||
jQuery('.single-product-slider').owlCarousel({
|
||||
@@ -343,7 +343,7 @@ jQuery(function(){
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
@import 'custom';
|
||||
@import 'frontend/rateit.scss';
|
||||
|
||||
@import '../../public/assets/css/bootstrap.min.css';
|
||||
|
||||
@import 'frontend/main.scss';
|
||||
@import 'frontend/blue.scss';
|
||||
@import 'frontend/rateit.scss';
|
||||
|
||||
|
||||
|
||||
@import '../../node_modules/animate.css/animate.css';
|
||||
|
||||
Reference in New Issue
Block a user