Fix search box. Tag v1.5.3
This commit is contained in:
@@ -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',
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user