Fix search box. Tag v1.5.3

This commit is contained in:
Hoang Huu
2020-06-05 09:21:25 +07:00
parent 13bc6c7ea1
commit 47262e47ec
6 changed files with 28 additions and 5 deletions

View File

@@ -118,6 +118,18 @@ class Opalestate_Searchbox_Elementor_Widget extends Opalestate_Elementor_Widget_
]
);
$this->add_control(
'display_category',
[
'label' => esc_html__( 'Display Category select', 'opalestate-pro' ),
'type' => Controls_Manager::SWITCHER,
'default' => 'yes',
'condition' => [
'style' => 'search-form-v',
],
]
);
$this->add_control(
'display_country',
[