1a3607c7 by Jeff Balicki

stuff

1 parent 46a14bb2
...@@ -16895,7 +16895,8 @@ ss3-force-full-width { ...@@ -16895,7 +16895,8 @@ ss3-force-full-width {
16895 .numbers-block h3 span, .numbers-block .h3 span { 16895 .numbers-block h3 span, .numbers-block .h3 span {
16896 display: inline-block; 16896 display: inline-block;
16897 width: 67%; 16897 width: 67%;
16898 line-height: 2.5rem; 16898 line-height: 2rem;
16899 font-size: 2rem;
16899 } 16900 }
16900 @media (max-width: 800px) { 16901 @media (max-width: 800px) {
16901 .numbers-block h3 span, .numbers-block .h3 span { 16902 .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{ ...@@ -373,7 +373,8 @@ span.number-med.last{
373 span{ 373 span{
374 display: inline-block; 374 display: inline-block;
375 width: 67%; 375 width: 67%;
376 line-height: 40px; 376 line-height: 32px;
377 font-size: 32px;
377 @media (max-width: 800px) { 378 @media (max-width: 800px) {
378 line-height: 1.5rem; 379 line-height: 1.5rem;
379 } 380 }
......
...@@ -13,11 +13,12 @@ $info_window_template .= "\t\t\t" . '<span>' . wpsl_address_format_placeholders( ...@@ -13,11 +13,12 @@ $info_window_template .= "\t\t\t" . '<span>' . wpsl_address_format_placeholders(
13 $info_window_template .= "\t\t" . '</p>' . "\r\n"; 13 $info_window_template .= "\t\t" . '</p>' . "\r\n";
14 14
15 $info_window_template .= "\t\t" . '<% if ( phone ) { %>' . "\r\n"; 15 $info_window_template .= "\t\t" . '<% if ( phone ) { %>' . "\r\n";
16 $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"; 16 $info_window_template .= "\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'phone_label', __( 'Phone', 'wpsl' ) ) ) . '</strong>: <%= formatPhoneNumber( phone ) %></span>' . "\r\n";
17 $info_window_template .= "\t\t" . '<% } %>' . "\r\n"; 17 $info_window_template .= "\t\t" . '<% } %>' . "\r\n";
18 $info_window_template .= "\t\t" . '<% if ( email ) { %>' . "\r\n"; 18 $info_window_template .= "\t\t" . '<% if ( email ) { %>' . "\r\n";
19 $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"; 19 $info_window_template .= "\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'email_label', __( 'Email', 'wpsl' ) ) ) . '</strong>:<%= formatEmail( email ) %></span>' . "\r\n";
20 $info_window_template .= "\t\t" . '<% } %>' . "\r\n"; 20 $info_window_template .= "\t\t" . '<% } %>' . "\r\n";
21 $info_window_template .= "\t\t" . '<% if ( email ) { %><a href="#" class="start_a_contact" data-id="<%= id %>" id="<%= id %>">BOOK A CONVERSATION</a><% } %>';
21 $info_window_template .= '<br><br>'; 22 $info_window_template .= '<br><br>';
22 23
23 24
......
...@@ -20,7 +20,7 @@ $output .= "\t\t\t" . '</div>' . "\r\n"; ...@@ -20,7 +20,7 @@ $output .= "\t\t\t" . '</div>' . "\r\n";
20 $output .= "\t\t" . '<div id="wpsl-s">' . "\r\n"; 20 $output .= "\t\t" . '<div id="wpsl-s">' . "\r\n";
21 $output .= "\t" . '<div id="wpsl-result-list">' . "\r\n"; 21 $output .= "\t" . '<div id="wpsl-result-list">' . "\r\n";
22 $output .= "\t\t\t" . '<strong>SEARCH RESULTS</strong>' . "\r\n"; 22 $output .= "\t\t\t" . '<strong>SEARCH RESULTS</strong>' . "\r\n";
23 $output .= "\t\t\t" . '<br/>Select the financial planner most convenient to you:<br/><br/>' . "\r\n"; 23 $output .= "\t\t\t" . '<br/>Select the Financial Planner closest to you:<br/><br/>' . "\r\n";
24 24
25 $output .= "\t\t" . '<div id="wpsl-stores" '. $autoload_class .'>' . "\r\n"; 25 $output .= "\t\t" . '<div id="wpsl-stores" '. $autoload_class .'>' . "\r\n";
26 $output .= "\t\t\t" . '<ul></ul>' . "\r\n"; 26 $output .= "\t\t\t" . '<ul></ul>' . "\r\n";
......
...@@ -10,7 +10,7 @@ $listing_template .= '<tr><th></th><tr> ...@@ -10,7 +10,7 @@ $listing_template .= '<tr><th></th><tr>
10 10
11 <td width="320" class="location"> 11 <td width="320" class="location">
12 <div class="address"> 12 <div class="address">
13 <span class="location_name" ><%= first_name %> <%= last_name %></span> </br> 13 <span class="location_name" ><%= first_name %> <%= last_name %></span>,<%= wpsl-designation % </br>
14 <span>' . wpsl_store_header_template('listing') . '</span> 14 <span>' . wpsl_store_header_template('listing') . '</span>
15 </br> 15 </br>
16 <span class="slp_result_address slp_result_street"><%= address %></span> 16 <span class="slp_result_address slp_result_street"><%= address %></span>
...@@ -21,6 +21,6 @@ $listing_template .= '<tr><th></th><tr> ...@@ -21,6 +21,6 @@ $listing_template .= '<tr><th></th><tr>
21 21
22 $listing_template .= "\t\t\t" . ' '; 22 $listing_template .= "\t\t\t" . ' ';
23 23
24 $listing_template .= '<% if ( email ) { %><a href="#" class="start_a_contact" data-id="<%= id %>" id="<%= id %>">CONTACT</a><% } %>'; 24 $listing_template .= '<% if ( email ) { %><a href="#" class="start_a_contact" data-id="<%= id %>" id="<%= id %>">BOOK A CONVERSATION</a><% } %>';
25 25
26 $listing_template .= '</td> </tr> </table> </li>' . "\r\n"; 26 $listing_template .= '</td> </tr> </table> </li>' . "\r\n";
......