uatpe
This commit is contained in:
parent
2ccc8611b6
commit
83a120c1e2
@ -52,9 +52,9 @@ class OpalEstate_Shortcodes {
|
|||||||
'search_properties' => [ 'code' => 'search_properties', 'label' => esc_html__( 'Search Properties', 'opalestate-pro' ) ],
|
'search_properties' => [ 'code' => 'search_properties', 'label' => esc_html__( 'Search Properties', 'opalestate-pro' ) ],
|
||||||
'search_split_maps' => [ 'code' => 'search_split_maps', 'label' => esc_html__( 'Search Split Maps', 'opalestate-pro' ) ],
|
'search_split_maps' => [ 'code' => 'search_split_maps', 'label' => esc_html__( 'Search Split Maps', 'opalestate-pro' ) ],
|
||||||
|
|
||||||
'search_map_properties' => [ 'code' => 'search_map_properties', 'label' => esc_html__( 'Search Map Properties', 'opalestate-pro' ) ],
|
'search_map_properties' => [ 'code' => 'search_map_properties', 'label' => esc_html__( 'Show Map + Search Box and Properties', 'opalestate-pro' ) ],
|
||||||
'ajax_map_search' => [ 'code' => 'ajax_map_search', 'label' => esc_html__( 'Ajax Search Map Properties', 'opalestate-pro' ) ],
|
'ajax_map_search' => [ 'code' => 'ajax_map_search', 'label' => esc_html__( 'Ajax Search Map Properties And Horizontal Search', 'opalestate-pro' ) ],
|
||||||
'ajax_map_quick_search' => [ 'code' => 'ajax_map_quick_search', 'label' => esc_html__( 'Ajax Search Map Properties', 'opalestate-pro' ) ],
|
|
||||||
'register_form' => [ 'code' => 'register_form', 'label' => esc_html__( 'Register User Form', 'opalestate-pro' ) ],
|
'register_form' => [ 'code' => 'register_form', 'label' => esc_html__( 'Register User Form', 'opalestate-pro' ) ],
|
||||||
'login_form' => [ 'code' => 'login_form', 'label' => esc_html__( 'Login Form', 'opalestate-pro' ) ],
|
'login_form' => [ 'code' => 'login_form', 'label' => esc_html__( 'Login Form', 'opalestate-pro' ) ],
|
||||||
];
|
];
|
||||||
@ -191,12 +191,6 @@ class OpalEstate_Shortcodes {
|
|||||||
return opalestate_load_template_path( 'shortcodes/ajax-map-search', [ 'loop' => '' ] );
|
return opalestate_load_template_path( 'shortcodes/ajax-map-search', [ 'loop' => '' ] );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Render search property page with vertical form and map
|
|
||||||
*/
|
|
||||||
public function ajax_map_quick_search() {
|
|
||||||
return opalestate_load_template_path( 'shortcodes/ajax-map-quick-search', [ 'loop' => '' ] );
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Register form show up
|
* Register form show up
|
||||||
|
@ -89,11 +89,10 @@ The plugin will not make you disappointed with ease of use, friendly & flexible
|
|||||||
-=-=-=-=-=-=-=-=-=- Shortcodes -=-=-=-=-=-=-=-=-=-
|
-=-=-=-=-=-=-=-=-=- Shortcodes -=-=-=-=-=-=-=-=-=-
|
||||||
|
|
||||||
- [opalestate_search_properties] => Show Search Properties horizontal form
|
- [opalestate_search_properties] => Show Search Properties horizontal form
|
||||||
- [opalestate_search_properties_v] => Show Search Properties vertical form
|
- [opalestate_search_properties_result] => Show Collection Results Working with
|
||||||
- [opalestate_search_properties_result] => Show Search Results
|
- [opalestate_search_map_properties] => Show Map + Search Box and Properties
|
||||||
- [opalestate_search_map_properties] => Show Search Map Properties
|
- [opalestate_search_split_maps] => Ajax Search Split Map With Collection
|
||||||
- [opalestate_ajax_map_search] => Ajax Search Map Properties
|
- [opalestate_ajax_map_search] => Ajax Search Map Properties And Horizontal Search
|
||||||
- [opalestate_ajax_map_quick_search] => Ajax Search Map Properties
|
|
||||||
- [opalestate_register_form] => Register User Form
|
- [opalestate_register_form] => Register User Form
|
||||||
- [opalestate_login_form] => Login Form
|
- [opalestate_login_form] => Login Form
|
||||||
- [opalestate_properties] => Display list of property estate in grid with pagination
|
- [opalestate_properties] => Display list of property estate in grid with pagination
|
||||||
|
Loading…
Reference in New Issue
Block a user