This commit is contained in:
Lieu Le
2019-09-28 14:51:01 +07:00
parent 758df32f28
commit cdc5a562aa
10 changed files with 24 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ $agent = new OpalEstate_Agent();
<?php endif; ?>
<?php if ( $agent->get_trusted() ): ?>
<span class="trusted-label hint--top" aria-label="<?php esc_attr_e( 'Trusted Member', 'opalestate-pro' ); ?>" title="<?php esc_attr_e( 'Trusted Member', 'opalestate-pro' ); ?>">
<i class="fab fa-star"></i>
<i class="fas fa-star"></i>
</span>
<?php endif; ?>
</header>

View File

@@ -25,7 +25,7 @@ $agent = new OpalEstate_Agent();
<?php if ( $agent->get_trusted() ): ?>
<span class="trusted-label hint--top" aria-label="<?php esc_attr_e( 'Trusted Member', 'opalestate-pro' ); ?>"
title="<?php esc_attr_e( 'Trusted Member', 'opalestate-pro' ); ?>">
<i class="fab fa-star"></i>
<i class="fas fa-star"></i>
</span>
<?php endif; ?>
</h4><!-- /.agent-box-title -->

View File

@@ -47,7 +47,7 @@ if ( $agent_id ) {
<?php endif; ?>
<?php if ( $agent->get_trusted() ): ?>
<span class="trusted-label hint--top" aria-label="<?php esc_html_e( 'Trusted Member', 'opalestate-pro' ); ?>" title="<?php esc_html_e( 'Trusted Member', 'opalestate-pro' ); ?>">
<i class="fab fa-star"></i>
<i class="fas fa-star"></i>
</span>
<?php endif; ?>
<?php endif; ?>

View File

@@ -28,7 +28,7 @@ $address = $agency->get_meta( 'address' ); ?>
<?php if ( $agency->get_trusted() ): ?>
<span class="trusted-label hint--top" aria-label="<?php esc_html_e( 'Trusted Member', 'opalestate-pro' ); ?>" title="<?php esc_html_e( 'Trusted Member', 'opalestate-pro' ); ?>">
<i class="fab fa-star"></i>
<i class="fas fa-star"></i>
</span>
<?php endif; ?>
</header>

View File

@@ -23,7 +23,7 @@ $agent = new OpalEstate_Agent();
<?php if ( $agent->get_trusted() ): ?>
<span class="trusted-label hint--top" aria-label="<?php esc_html_e( 'Trusted Member', 'opalestate-pro' ); ?>"
title="<?php esc_html_e( 'Trusted Member', 'opalestate-pro' ); ?>">
<i class="fab fa-star"></i>
<i class="fas fa-star"></i>
</span>
<?php endif; ?>
</div><!-- /.agent-box-image -->

View File

@@ -26,7 +26,7 @@
<?php if( $trusted ): ?>
<span class="trusted-label hint--top" aria-label="<?php esc_html_e('Trusted Member', 'opalestate-pro'); ?>" title="<?php esc_html_e('Trusted Member', 'opalestate-pro'); ?>">
<i class="fab fa-star"></i>
<i class="fas fa-star"></i>
</span>
<?php endif; ?>

View File

@@ -50,7 +50,7 @@
<?php if ( $trusted ): ?>
<span class="trusted-label hint--top" aria-label="<?php esc_html_e( 'Trusted Member', 'opalestate-pro' ); ?>"
title="<?php esc_html_e( 'Trusted Member', 'opalestate-pro' ); ?>">
<i class="fab fa-star"></i>
<i class="fas fa-star"></i>
</span>
<?php endif; ?>
@@ -64,7 +64,7 @@
<?php $phone = get_user_meta( $user_id, $prefix . 'phone', true ); ?>
<?php if ( ! empty( $phone ) ) : ?>
<div class="agent-box-phone">
<i class="fab fa-phone"></i><span><a href="tel:<?php echo sanitize_title( $phone ); ?>"><?php echo esc_attr( $phone ); ?></a></span>
<i class="fas fa-phone"></i><span><a href="tel:<?php echo sanitize_title( $phone ); ?>"><?php echo esc_attr( $phone ); ?></a></span>
</div><!-- /.agent-box-phone -->
<?php endif; ?>
</div><!-- /.agent-box-content -->

View File

@@ -65,7 +65,7 @@
<?php if ( $trusted ): ?>
<span class="trusted-label hint--top" aria-label="<?php esc_html_e( 'Trusted Member', 'opalestate-pro' ); ?>"
title="<?php esc_html_e( 'Trusted Member', 'opalestate-pro' ); ?>">
<i class="fab fa-star"></i>
<i class="fas fa-star"></i>
</span>
<?php endif; ?>