From b55d26fcb2c6b962041a94602c39accfed830810 Mon Sep 17 00:00:00 2001 From: Hoang Huu Date: Thu, 17 Oct 2019 09:26:02 +0700 Subject: [PATCH] Fix property pagination. --- .../elementor/widgets/opalestate-property-collection.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inc/vendors/elementor/widgets/opalestate-property-collection.php b/inc/vendors/elementor/widgets/opalestate-property-collection.php index 3c04e751..094955d5 100755 --- a/inc/vendors/elementor/widgets/opalestate-property-collection.php +++ b/inc/vendors/elementor/widgets/opalestate-property-collection.php @@ -316,9 +316,10 @@ class Opalestate_Property_collection_Elementor_Widget extends Opalestate_Element 'pagination_page_limit', [ 'label' => esc_html__( 'Page Limit', 'opalestate-pro' ), - 'default' => '5', + 'type' => Controls_Manager::NUMBER, + 'default' => '3', 'condition' => [ - 'pagination_type!' => '', + 'pagination' => 'show', ], ] );