From 440e7fc6048f5027303903343b091b2582216129 Mon Sep 17 00:00:00 2001 From: Chung Pham Date: Mon, 15 Mar 2021 17:32:08 +0700 Subject: [PATCH] update --- assets/js/libs/slick.js | 3011 +++++++++++++++++ changelog.txt | 3 + .../class-opalestate-submission.php | 10 + .../widgets/opalestate-agency-collection.php | 2 +- .../widgets/opalestate-agent-collection.php | 2 +- .../widgets/opalestate-category-list.php | 2 +- .../widgets/opalestate-city-list.php | 2 +- .../opalestate-property-collection.php | 2 +- languages/opalestate-pro.pot | 2 +- opal-estate-pro.php | 6 +- readme.txt | 2 +- 11 files changed, 3034 insertions(+), 10 deletions(-) create mode 100755 assets/js/libs/slick.js diff --git a/assets/js/libs/slick.js b/assets/js/libs/slick.js new file mode 100755 index 00000000..34306c84 --- /dev/null +++ b/assets/js/libs/slick.js @@ -0,0 +1,3011 @@ +/* + _ _ _ _ + ___| (_) ___| | __ (_)___ +/ __| | |/ __| |/ / | / __| +\__ \ | | (__| < _ | \__ \ +|___/_|_|\___|_|\_(_)/ |___/ + |__/ + + Version: 1.8.1 + Author: Ken Wheeler + Website: http://kenwheeler.github.io + Docs: http://kenwheeler.github.io/slick + Repo: http://github.com/kenwheeler/slick + Issues: http://github.com/kenwheeler/slick/issues + + */ +/* global window, document, define, jQuery, setInterval, clearInterval */ +;(function(factory) { + 'use strict'; + if (typeof define === 'function' && define.amd) { + define(['jquery'], factory); + } else if (typeof exports !== 'undefined') { + module.exports = factory(require('jquery')); + } else { + factory(jQuery); + } + +}(function($) { + 'use strict'; + var Slick = window.Slick || {}; + + Slick = (function() { + + var instanceUid = 0; + + function Slick(element, settings) { + + var _ = this, dataSettings; + + _.defaults = { + accessibility: true, + adaptiveHeight: false, + appendArrows: $(element), + appendDots: $(element), + arrows: true, + asNavFor: null, + prevArrow: '', + nextArrow: '', + autoplay: false, + autoplaySpeed: 3000, + centerMode: false, + centerPadding: '50px', + cssEase: 'ease', + customPaging: function(slider, i) { + return $('