From 22afb180e4f0b0b0b844985d27d80ecb10858747 Mon Sep 17 00:00:00 2001 From: Hoang Huu Date: Thu, 14 May 2020 14:30:49 +0700 Subject: [PATCH] U --- .DS_Store | Bin 12292 -> 12292 bytes changelog.txt | 3 +++ opal-estate-pro.php | 6 +++--- readme.txt | 6 ++++-- templates/parts/modules/carousel.php | 5 +++-- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.DS_Store b/.DS_Store index 40bd118b7fb1522183409499b26bace93008f594..400c98674aee65c563f6f98746d69d92a7734f5f 100755 GIT binary patch delta 326 zcmZokXi3=cQJ7uS!_!NQ$7k|E0ny34BGZ_8L_{ZlU{R}Qe!&rvmzbM+gO?q!KL3BPXiBDX^6zCMB^X)i*ySGc7YU1)^R~RE2{h8YJ#qlnNvv z!aVAtnw$cO93jP-RS<)Dba?bQ1&TRCvNQ9bS`B%OIRsKNI74$1lTvda#+mV0a0qyF zhL@!l6=&w>K?JRNY&irObvPrE^K)}k^Gb>#!VaQN90Dge;y{-BBo>$W7o_GPoaM&B z5ebrUOi4*i;ZSyPnOq=YFL;>Y48s+MTMSPa-ZOk)_{{KSGqYF}ldy!Ol(dtxJdXf_ XATT&Mp~_dXZe!fZxNEbV+Rn!e;e!O?q!KL3BPXH2DX^6zCMB^X)i*ySGc7YU1)^R~LWP4P8YJ#qlnNvv!aV8{lS`Ep z>m>|%j5!2SI74$1lTvdaI?Q-1I0U>o!^={OiZk=`AcEFBwj6?tI-C*7`MJ5Nc_qaV zVFw8(4uKOKaUk=35{pax3sUnCHoI|fM1o`-Q&Lh>IFubi7{EZ;K?BN|+#sPZc$nb~ z!*zzc49^+fGkjtA&hTS1vse_9u(YI<1dlV1E2kjP^8ySY?UM^6R Display list of property estate in grid with pagination - [opalestate_search_properties] => Show Map + Search Box and Properties - [opalestate_search_agents] => Dislay Search box and agents collection - - [opalestate_agent_carousel] => Display List of Agent in carousel style - [opalestate_agency_carousel] => Display List of Agency in carousel style @@ -156,6 +155,9 @@ This section describes how to install the plugin and get it working. * System tickets support 24/7 available : [free support](https://wpopal.ticksy.com/ "Visit the Plugin support Page") == Changelog == += 1.4.9.1 - 2020-05-14 = +* Fixes - Responsive slider. + = 1.4.9 - 2020-05-12 = * Fixes - User Dashboard. diff --git a/templates/parts/modules/carousel.php b/templates/parts/modules/carousel.php index 22200b63..7e159590 100755 --- a/templates/parts/modules/carousel.php +++ b/templates/parts/modules/carousel.php @@ -2,10 +2,11 @@ $_id = 'posts-block-' . rand( 1, 9 ); $item = apply_filters( 'opalesate_carousel_property_column', 3, isset( $args ) ? $args : [] ); $data = [ - 'slidesPerView' => $item, + 'slidesPerView' => 3, 'spaceBetween' => 30, - 'slidesPerGroup' => $item, + // 'slidesPerGroup' => 1, 'loop' => false, + 'breakpoints' => [ 1024 => [ "slidesPerView" => 1 ], 768 => [ "slidesPerView" => 1 ] ], ]; $template_style = isset( $args['style'] ) && $args['style'] ? sanitize_text_field( $args['style'] ) : 'content-property-grid';