This commit is contained in:
Hoang Huu 2020-03-25 14:46:54 +07:00
parent a24bcb7109
commit 453e78da8b
5 changed files with 14 additions and 11 deletions

View File

@ -139,7 +139,6 @@
$( 'span', $this )
.append( $( '<em class="nearby-counter">' + markers.length + '</em>' ) );
allMarkers[ type ] = markers;
//console.log( place );
}
}
@ -235,7 +234,6 @@
for ( var i = 0; i < properties.length; i++ ) {
// console.log( properties[i] );
var url = properties[ i ].icon;
var size = new google.maps.Size( 42, 57 );
if ( window.devicePixelRatio > 1.5 ) {
@ -1440,8 +1438,7 @@
} );
$( document ).ready( function () {
// search
// search
// show google maps
// update google maps
var updatePreviewGoogleMap = function ( url ) {

View File

@ -1,3 +1,6 @@
= 1.4.1 - 2020-03-25 =
* Fixes - Split map AJAX
= 1.4.0 - 2020-03-24 =
* Added - Search price double input
* Fixes - Pagination AJAX for agency/agent listing

View File

@ -3,7 +3,7 @@
* Plugin Name: Opal Estate Pro
* Plugin URI: https://wpdocs.gitbook.io/opal-estate/
* Description: Opal Real Estate Plugin is an ideal solution and brilliant choice for you to set up a professional estate website.
* Version: 1.4.0
* Version: 1.4.1
* Author: WPOPAL
* Author URI: http://www.wpopal.com
* Requires at least: 4.9

View File

@ -4,7 +4,7 @@ Donate link: https://wpdocs.gitbook.io/opal-estate/
Tags: estate, property, opalestate, house for rent, agency for lease, estate submission, agents estate property, property marketplace
Requires at least: 4.9
Tested up to: 5.3.2
Stable tag: 1.4
Stable tag: 1.4.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@ -156,6 +156,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.1 - 2020-03-25 =
* Fixes - Split map AJAX
= 1.4.0 - 2020-03-24 =
* Added - Search price double input
* Fixes - Pagination AJAX for agency/agent listing

View File

@ -2,9 +2,9 @@
$paged = ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1;
$rowcls = apply_filters( 'opalestate_row_container_class', 'opal-row' );
$atts = array(
'paged' => 1,
'search_form' => $settings['search_form']
);
$atts = [
'paged' => $paged,
'search_form' => $settings['search_form'],
];
?>
<?php echo opalestate_load_template_path( 'shortcodes/search-split-maps', $atts ); ?>
<?php echo opalestate_load_template_path( 'shortcodes/search-split-maps', $atts ); ?>