From 69e7e33fc697d2d0f16dd1e8afa26f8876b5b708 Mon Sep 17 00:00:00 2001 From: Lieu Le Date: Sat, 28 Sep 2019 13:53:19 +0700 Subject: [PATCH 1/2] update --- assets/opalestate.css | 33 ------------------- assets/scss/opalestate/_properties-loop.scss | 34 -------------------- inc/mixes-functions.php | 2 +- 3 files changed, 1 insertion(+), 68 deletions(-) diff --git a/assets/opalestate.css b/assets/opalestate.css index c64109cf..1060503c 100755 --- a/assets/opalestate.css +++ b/assets/opalestate.css @@ -2349,39 +2349,6 @@ ul.property-meta-list { display: inline-block; font-style: unset; } -i[class*="icon-property-"] { - font-family: "Font Awesome 5 Free"; } - -.icon-property-areasize:before { - content: "\f0b2"; } - -.icon-property-bedrooms:before { - content: "\f236"; } - -.icon-property-bathrooms:before { - content: "\f2cd"; } - -.icon-property-parking:before { - content: "\f1b9"; } - -.icon-property-builtyear:before { - content: "\f073"; } - -.icon-property-plotsize:before { - content: "\f279"; } - -.icon-property-orientation:before { - content: "\f14e"; } - -.icon-property-livingrooms:before { - content: "\f26c"; } - -.icon-property-kitchens:before { - content: "\f2e7"; } - -.icon-property-amountrooms:before { - content: "\f1ad"; } - /** Grid **/ .property-grid .entry-content { padding: 0 20px 15px; } diff --git a/assets/scss/opalestate/_properties-loop.scss b/assets/scss/opalestate/_properties-loop.scss index 98cefa82..805986b6 100755 --- a/assets/scss/opalestate/_properties-loop.scss +++ b/assets/scss/opalestate/_properties-loop.scss @@ -237,40 +237,6 @@ ul.property-meta-list{ font-style: unset; } } -i[class*="icon-property-"]{ - font-family: $font-family-icon; -} - -.icon-property-areasize:before{ - content: "\f0b2"; -} -.icon-property-bedrooms:before{ - content: "\f236"; -} -.icon-property-bathrooms:before{ - content: "\f2cd"; -} -.icon-property-parking:before{ - content: "\f1b9"; -} -.icon-property-builtyear:before{ - content: "\f073"; -} -.icon-property-plotsize:before{ - content: "\f279"; -} -.icon-property-orientation:before{ - content: "\f14e"; -} -.icon-property-livingrooms:before{ - content: "\f26c"; -} -.icon-property-kitchens:before{ - content: "\f2e7"; -} -.icon-property-amountrooms:before{ - content: "\f1ad"; -} /** Grid **/ .property-grid{ diff --git a/inc/mixes-functions.php b/inc/mixes-functions.php index 9f416923..26088986 100755 --- a/inc/mixes-functions.php +++ b/inc/mixes-functions.php @@ -1196,7 +1196,7 @@ function opalestate_get_property_meta_icon( $key ) { $icon = $prefix . '-' . 'compass'; break; case 'livingrooms': - $icon = $prefix . '-' . 'tivi'; + $icon = $prefix . '-' . 'tv'; break; case 'kitchens': $icon = $prefix . '-' . 'utensils'; From 66acc2537b89c8f08ad5feccfbf326a37456040e Mon Sep 17 00:00:00 2001 From: Lieu Le Date: Sat, 28 Sep 2019 14:04:11 +0700 Subject: [PATCH 2/2] update --- templates/user/favorite-button.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/user/favorite-button.php b/templates/user/favorite-button.php index 82499ee7..d6da0cbe 100755 --- a/templates/user/favorite-button.php +++ b/templates/user/favorite-button.php @@ -1,8 +1,8 @@