Update
This commit is contained in:
parent
a24bcb7109
commit
453e78da8b
@ -139,7 +139,6 @@
|
|||||||
$( 'span', $this )
|
$( 'span', $this )
|
||||||
.append( $( '<em class="nearby-counter">' + markers.length + '</em>' ) );
|
.append( $( '<em class="nearby-counter">' + markers.length + '</em>' ) );
|
||||||
allMarkers[ type ] = markers;
|
allMarkers[ type ] = markers;
|
||||||
//console.log( place );
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -235,7 +234,6 @@
|
|||||||
|
|
||||||
for ( var i = 0; i < properties.length; i++ ) {
|
for ( var i = 0; i < properties.length; i++ ) {
|
||||||
|
|
||||||
// console.log( properties[i] );
|
|
||||||
var url = properties[ i ].icon;
|
var url = properties[ i ].icon;
|
||||||
var size = new google.maps.Size( 42, 57 );
|
var size = new google.maps.Size( 42, 57 );
|
||||||
if ( window.devicePixelRatio > 1.5 ) {
|
if ( window.devicePixelRatio > 1.5 ) {
|
||||||
@ -1440,8 +1438,7 @@
|
|||||||
} );
|
} );
|
||||||
|
|
||||||
$( document ).ready( function () {
|
$( document ).ready( function () {
|
||||||
|
// search
|
||||||
// search
|
|
||||||
// show google maps
|
// show google maps
|
||||||
// update google maps
|
// update google maps
|
||||||
var updatePreviewGoogleMap = function ( url ) {
|
var updatePreviewGoogleMap = function ( url ) {
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
= 1.4.1 - 2020-03-25 =
|
||||||
|
* Fixes - Split map AJAX
|
||||||
|
|
||||||
= 1.4.0 - 2020-03-24 =
|
= 1.4.0 - 2020-03-24 =
|
||||||
* Added - Search price double input
|
* Added - Search price double input
|
||||||
* Fixes - Pagination AJAX for agency/agent listing
|
* Fixes - Pagination AJAX for agency/agent listing
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* Plugin Name: Opal Estate Pro
|
* Plugin Name: Opal Estate Pro
|
||||||
* Plugin URI: https://wpdocs.gitbook.io/opal-estate/
|
* 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.
|
* 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: WPOPAL
|
||||||
* Author URI: http://www.wpopal.com
|
* Author URI: http://www.wpopal.com
|
||||||
* Requires at least: 4.9
|
* Requires at least: 4.9
|
||||||
|
@ -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
|
Tags: estate, property, opalestate, house for rent, agency for lease, estate submission, agents estate property, property marketplace
|
||||||
Requires at least: 4.9
|
Requires at least: 4.9
|
||||||
Tested up to: 5.3.2
|
Tested up to: 5.3.2
|
||||||
Stable tag: 1.4
|
Stable tag: 1.4.1
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
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")
|
* System tickets support 24/7 available : [free support](https://wpopal.ticksy.com/ "Visit the Plugin support Page")
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
= 1.4.1 - 2020-03-25 =
|
||||||
|
* Fixes - Split map AJAX
|
||||||
|
|
||||||
= 1.4.0 - 2020-03-24 =
|
= 1.4.0 - 2020-03-24 =
|
||||||
* Added - Search price double input
|
* Added - Search price double input
|
||||||
* Fixes - Pagination AJAX for agency/agent listing
|
* Fixes - Pagination AJAX for agency/agent listing
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
$paged = ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1;
|
$paged = ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1;
|
||||||
$rowcls = apply_filters( 'opalestate_row_container_class', 'opal-row' );
|
$rowcls = apply_filters( 'opalestate_row_container_class', 'opal-row' );
|
||||||
|
|
||||||
$atts = array(
|
$atts = [
|
||||||
'paged' => 1,
|
'paged' => $paged,
|
||||||
'search_form' => $settings['search_form']
|
'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 ); ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user