From f7b1996b759b2fbe2aa93c883a9c0653ae137b8b Mon Sep 17 00:00:00 2001 From: Hoang Huu Date: Sat, 28 Sep 2019 14:21:28 +0700 Subject: [PATCH] Update font --- templates/content-agent-grid.php | 19 +++++++++++------- templates/content-agent-list.php | 20 ++++++++++++------- templates/content-property-featured-v1.php | 2 +- templates/content-property-grid-v2.php | 2 +- templates/content-property-grid-v3.php | 2 +- templates/content-property-grid.php | 2 +- templates/content-property-list.php | 2 +- templates/content-single-agency.php | 2 +- templates/content-single-agent.php | 2 +- templates/content-single-property-print.php | 2 +- templates/content-single-property-v2.php | 2 +- templates/content-single-property-v3.php | 2 +- templates/content-single-property-v4.php | 2 +- templates/content-single-property-v5.php | 2 +- templates/content-single-property.php | 2 +- templates/content-user-grid.php | 14 ++++++------- templates/single-agency/author-box.php | 14 ++++++------- templates/single-agent/author-box.php | 18 ++++++++++------- .../preview/gallery-slider.php | 2 +- .../single-property/preview/mark-picture.php | 2 +- templates/single-property/sharebox.php | 12 +++++------ .../user/author-member-box.php | 18 ++++++++--------- .../user/author-user-box-list.php | 16 +++++++-------- .../single-property/user/author-user-box.php | 14 ++++++------- .../user/social-login/facebook-button.php | 2 +- 25 files changed, 96 insertions(+), 81 deletions(-) diff --git a/templates/content-agent-grid.php b/templates/content-agent-grid.php index 94f688eb..734e7f1f 100755 --- a/templates/content-agent-grid.php +++ b/templates/content-agent-grid.php @@ -15,7 +15,7 @@ $agent = new OpalEstate_Agent(); get_trusted() ): ?> - + @@ -85,27 +85,32 @@ $agent = new OpalEstate_Agent();
- + - + - + - + - + - +
diff --git a/templates/content-agent-list.php b/templates/content-agent-list.php index d7b05b59..f6671a1e 100755 --- a/templates/content-agent-list.php +++ b/templates/content-agent-list.php @@ -25,7 +25,7 @@ $agent = new OpalEstate_Agent(); get_trusted() ): ?> - + @@ -43,27 +43,33 @@ $agent = new OpalEstate_Agent();
- + - + - + - + - + - +
diff --git a/templates/content-property-featured-v1.php b/templates/content-property-featured-v1.php index 3636a41e..e093cb04 100755 --- a/templates/content-property-featured-v1.php +++ b/templates/content-property-featured-v1.php @@ -20,7 +20,7 @@ $property = opalesetate_property( get_the_ID() );
latitude && $property->longitude ) : ?> - + diff --git a/templates/content-property-grid-v2.php b/templates/content-property-grid-v2.php index 70315a56..b39a2f39 100755 --- a/templates/content-property-grid-v2.php +++ b/templates/content-property-grid-v2.php @@ -15,7 +15,7 @@ $property = opalesetate_property( get_the_ID() );
latitude && $property->longitude ) : ?> - + diff --git a/templates/content-property-grid-v3.php b/templates/content-property-grid-v3.php index 483fe795..a8eefb86 100755 --- a/templates/content-property-grid-v3.php +++ b/templates/content-property-grid-v3.php @@ -29,7 +29,7 @@ $property = opalesetate_property( get_the_ID() );
latitude && $property->longitude ) : ?> - + diff --git a/templates/content-property-grid.php b/templates/content-property-grid.php index 9c4d99e7..1b08b69b 100755 --- a/templates/content-property-grid.php +++ b/templates/content-property-grid.php @@ -17,7 +17,7 @@ $property = opalesetate_property( get_the_ID() );
latitude && $property->longitude ) : ?> - + diff --git a/templates/content-property-list.php b/templates/content-property-list.php index 2ea2502c..6e35b70b 100755 --- a/templates/content-property-list.php +++ b/templates/content-property-list.php @@ -39,7 +39,7 @@ global $property, $post;
latitude && $property->longitude ) : ?> - + diff --git a/templates/content-single-agency.php b/templates/content-single-agency.php index cb64508c..1a129ddc 100755 --- a/templates/content-single-agency.php +++ b/templates/content-single-agency.php @@ -68,7 +68,7 @@ $id = time();

- . + .

- . + . latitude && $property->longitude ) : ?> - + diff --git a/templates/content-single-property-v2.php b/templates/content-single-property-v2.php index 7aeff6da..5a924489 100755 --- a/templates/content-single-property-v2.php +++ b/templates/content-single-property-v2.php @@ -27,7 +27,7 @@ $header = apply_filters( 'opalestate_single_show_heading', true );

latitude && $property->longitude ) : ?> - + diff --git a/templates/content-single-property-v3.php b/templates/content-single-property-v3.php index 362c57fd..fd543e36 100755 --- a/templates/content-single-property-v3.php +++ b/templates/content-single-property-v3.php @@ -51,7 +51,7 @@ $header = apply_filters( 'opalestate_single_show_heading', true );
latitude && $property->longitude ) : ?> - + diff --git a/templates/content-single-property-v4.php b/templates/content-single-property-v4.php index 1e42955f..18fff383 100755 --- a/templates/content-single-property-v4.php +++ b/templates/content-single-property-v4.php @@ -24,7 +24,7 @@ $header = apply_filters( 'opalestate_single_show_heading', true );
latitude && $property->longitude ) : ?> - + diff --git a/templates/content-single-property-v5.php b/templates/content-single-property-v5.php index da758115..60ac1a5d 100755 --- a/templates/content-single-property-v5.php +++ b/templates/content-single-property-v5.php @@ -64,7 +64,7 @@ $header = apply_filters( 'opalestate_single_show_heading', true );
latitude && $property->longitude ) : ?> - + diff --git a/templates/content-single-property.php b/templates/content-single-property.php index 3916c401..efbe5f5c 100755 --- a/templates/content-single-property.php +++ b/templates/content-single-property.php @@ -22,7 +22,7 @@ $header = apply_filters( 'opalestate_single_show_heading', true );
latitude && $property->longitude ) : ?> - + diff --git a/templates/content-user-grid.php b/templates/content-user-grid.php index fa8bc26f..fdd658ed 100755 --- a/templates/content-user-grid.php +++ b/templates/content-user-grid.php @@ -47,7 +47,7 @@ if ( $agent_id ) { get_trusted() ): ?> - + @@ -119,27 +119,27 @@ if ( $agent_id ) {
- + - + - + - + - + - +
diff --git a/templates/single-agency/author-box.php b/templates/single-agency/author-box.php index 0175093a..398cd67f 100755 --- a/templates/single-agency/author-box.php +++ b/templates/single-agency/author-box.php @@ -28,7 +28,7 @@ $address = $agency->get_meta( 'address' ); ?> get_trusted() ): ?> - + @@ -134,24 +134,24 @@ $address = $agency->get_meta( 'address' ); ?>
- + - + - + - + - + - +
diff --git a/templates/single-agent/author-box.php b/templates/single-agent/author-box.php index e0787999..faeb81e8 100755 --- a/templates/single-agent/author-box.php +++ b/templates/single-agent/author-box.php @@ -23,7 +23,7 @@ $agent = new OpalEstate_Agent(); get_trusted() ): ?> - +
@@ -89,27 +89,31 @@ $agent = new OpalEstate_Agent();
- + - + - + - + - + - +
diff --git a/templates/single-property/preview/gallery-slider.php b/templates/single-property/preview/gallery-slider.php index b9e6804c..03cb3882 100755 --- a/templates/single-property/preview/gallery-slider.php +++ b/templates/single-property/preview/gallery-slider.php @@ -61,7 +61,7 @@ latitude && $property->longitude ) : ?> - + diff --git a/templates/single-property/preview/mark-picture.php b/templates/single-property/preview/mark-picture.php index 917af35a..b4c867d9 100755 --- a/templates/single-property/preview/mark-picture.php +++ b/templates/single-property/preview/mark-picture.php @@ -17,7 +17,7 @@
latitude && $property->longitude ) : ?> - + get_address() ); ?> diff --git a/templates/single-property/sharebox.php b/templates/single-property/sharebox.php index 45eeae05..3839042a 100755 --- a/templates/single-property/sharebox.php +++ b/templates/single-property/sharebox.php @@ -26,28 +26,28 @@ $args = array( 'position' => 'top', 'animation' => 'true' ); - + - + @@ -55,7 +55,7 @@ $args = array( 'position' => 'top', 'animation' => 'true' ); - + @@ -63,7 +63,7 @@ $args = array( 'position' => 'top', 'animation' => 'true' ); - + diff --git a/templates/single-property/user/author-member-box.php b/templates/single-property/user/author-member-box.php index c3ba9073..737dbd2e 100755 --- a/templates/single-property/user/author-member-box.php +++ b/templates/single-property/user/author-member-box.php @@ -26,7 +26,7 @@ - + @@ -48,7 +48,7 @@
- + @@ -80,7 +80,7 @@
- + @@ -96,24 +96,24 @@ ?>
- + - + - + - + - + - +
diff --git a/templates/single-property/user/author-user-box-list.php b/templates/single-property/user/author-user-box-list.php index 719cc9be..fa0ad476 100755 --- a/templates/single-property/user/author-user-box-list.php +++ b/templates/single-property/user/author-user-box-list.php @@ -50,7 +50,7 @@ - + @@ -64,7 +64,7 @@
- +
@@ -83,24 +83,24 @@
- + - + - + - + - + - +
diff --git a/templates/single-property/user/author-user-box.php b/templates/single-property/user/author-user-box.php index c2e9759d..f41870f9 100755 --- a/templates/single-property/user/author-user-box.php +++ b/templates/single-property/user/author-user-box.php @@ -65,7 +65,7 @@ - + @@ -124,24 +124,24 @@
- + - + - + - + - + - +
diff --git a/templates/user/social-login/facebook-button.php b/templates/user/social-login/facebook-button.php index da4ceae6..1b4d4b22 100755 --- a/templates/user/social-login/facebook-button.php +++ b/templates/user/social-login/facebook-button.php @@ -17,5 +17,5 @@ if ( ! $facebook_app_id || ! $facebook_secret ) { ?>