1a3607c7 by Jeff Balicki

stuff

1 parent 46a14bb2
......@@ -16895,7 +16895,8 @@ ss3-force-full-width {
.numbers-block h3 span, .numbers-block .h3 span {
display: inline-block;
width: 67%;
line-height: 2.5rem;
line-height: 2rem;
font-size: 2rem;
}
@media (max-width: 800px) {
.numbers-block h3 span, .numbers-block .h3 span {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -373,7 +373,8 @@ span.number-med.last{
span{
display: inline-block;
width: 67%;
line-height: 40px;
line-height: 32px;
font-size: 32px;
@media (max-width: 800px) {
line-height: 1.5rem;
}
......
......@@ -13,11 +13,12 @@ $info_window_template .= "\t\t\t" . '<span>' . wpsl_address_format_placeholders(
$info_window_template .= "\t\t" . '</p>' . "\r\n";
$info_window_template .= "\t\t" . '<% if ( phone ) { %>' . "\r\n";
$info_window_template .= "\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'phone_label', __( 'Phone', 'wpsl' ) ) ) . '</strong>: <a href="tel:<%= formatPhoneNumber( phone ) %>"><%= formatPhoneNumber( phone ) %></a></span>' . "\r\n";
$info_window_template .= "\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'phone_label', __( 'Phone', 'wpsl' ) ) ) . '</strong>: <%= formatPhoneNumber( phone ) %></span>' . "\r\n";
$info_window_template .= "\t\t" . '<% } %>' . "\r\n";
$info_window_template .= "\t\t" . '<% if ( email ) { %>' . "\r\n";
$info_window_template .= "\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'email_label', __( 'Email', 'wpsl' ) ) ) . '</strong>: <a herf="mailto:<%= formatEmail( email ) %>"><%= formatEmail( email ) %></span>' . "\r\n";
$info_window_template .= "\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'email_label', __( 'Email', 'wpsl' ) ) ) . '</strong>:<%= formatEmail( email ) %></span>' . "\r\n";
$info_window_template .= "\t\t" . '<% } %>' . "\r\n";
$info_window_template .= "\t\t" . '<% if ( email ) { %><a href="#" class="start_a_contact" data-id="<%= id %>" id="<%= id %>">BOOK A CONVERSATION</a><% } %>';
$info_window_template .= '<br><br>';
......
......@@ -20,7 +20,7 @@ $output .= "\t\t\t" . '</div>' . "\r\n";
$output .= "\t\t" . '<div id="wpsl-s">' . "\r\n";
$output .= "\t" . '<div id="wpsl-result-list">' . "\r\n";
$output .= "\t\t\t" . '<strong>SEARCH RESULTS</strong>' . "\r\n";
$output .= "\t\t\t" . '<br/>Select the financial planner most convenient to you:<br/><br/>' . "\r\n";
$output .= "\t\t\t" . '<br/>Select the Financial Planner closest to you:<br/><br/>' . "\r\n";
$output .= "\t\t" . '<div id="wpsl-stores" '. $autoload_class .'>' . "\r\n";
$output .= "\t\t\t" . '<ul></ul>' . "\r\n";
......
......@@ -10,7 +10,7 @@ $listing_template .= '<tr><th></th><tr>
<td width="320" class="location">
<div class="address">
<span class="location_name" ><%= first_name %> <%= last_name %></span> </br>
<span class="location_name" ><%= first_name %> <%= last_name %></span>,<%= wpsl-designation % </br>
<span>' . wpsl_store_header_template('listing') . '</span>
</br>
<span class="slp_result_address slp_result_street"><%= address %></span>
......@@ -21,6 +21,6 @@ $listing_template .= '<tr><th></th><tr>
$listing_template .= "\t\t\t" . ' ';
$listing_template .= '<% if ( email ) { %><a href="#" class="start_a_contact" data-id="<%= id %>" id="<%= id %>">CONTACT</a><% } %>';
$listing_template .= '<% if ( email ) { %><a href="#" class="start_a_contact" data-id="<%= id %>" id="<%= id %>">BOOK A CONVERSATION</a><% } %>';
$listing_template .= '</td> </tr> </table> </li>' . "\r\n";
......