607e9247 by Jeff Balicki

dd

1 parent f68c52c5
1 <div class="numbers-block" data-aos-delay="300" data-aos="fade-up" style="color:#fff;background-color:<?php block_field( 'color' ); ?>;"> 1 <div class="numbers-block" data-aos-delay="300" data-aos-once="true" data-aos="fade-up" style="color:#fff;background-color:<?php block_field( 'color' ); ?>;">
2 <h3><span class="number"><?php block_field( 'number' ); ?></span><span><?php block_field( 'header' ); ?></span></h3> 2 <h3><span class="number"><?php block_field( 'number' ); ?></span><span><?php block_field( 'header' ); ?></span></h3>
3 <p><?php block_field( 'paragraph' ); ?></p> 3 <p><?php block_field( 'paragraph' ); ?></p>
4 </div> 4 </div>
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -16940,7 +16940,7 @@ ss3-force-full-width { ...@@ -16940,7 +16940,7 @@ ss3-force-full-width {
16940 font-family: "Calibri"; 16940 font-family: "Calibri";
16941 font-size: 2.5rem; 16941 font-size: 2.5rem;
16942 line-height: 2.75rem; 16942 line-height: 2.75rem;
16943 width: 72%; 16943 width: 79%;
16944 display: inline-block; 16944 display: inline-block;
16945 } 16945 }
16946 @media (max-width: 1200px) { 16946 @media (max-width: 1200px) {
...@@ -16958,10 +16958,10 @@ ss3-force-full-width { ...@@ -16958,10 +16958,10 @@ ss3-force-full-width {
16958 font-family: "Calibri-bold"; 16958 font-family: "Calibri-bold";
16959 font-size: 12.8125rem; 16959 font-size: 12.8125rem;
16960 line-height: 9.375rem; 16960 line-height: 9.375rem;
16961 width: 26%; 16961 width: 20%;
16962 display: inline-block; 16962 display: inline-block;
16963 padding-right: 30px; 16963 padding-right: 30px;
16964 text-align: right; 16964 text-align: left;
16965 } 16965 }
16966 @media (max-width: 1200px) { 16966 @media (max-width: 1200px) {
16967 .find-number { 16967 .find-number {
......
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.
...@@ -23,7 +23,7 @@ $container = "cont"; ...@@ -23,7 +23,7 @@ $container = "cont";
23 23
24 24
25 <a href="#wpsl-wrap" class="navbar-brand custom-logo-link find" rel="home" aria-current="page"> 25 <a href="#wpsl-wrap" class="navbar-brand custom-logo-link find" rel="home" aria-current="page">
26 find a professional planner 26 Find a Financial Planner
27 </a> 27 </a>
28 28
29 <!-- end custom logo 29 <!-- end custom logo
......
...@@ -176,3 +176,13 @@ add_filter( 'wpsl_include_post_content', '__return_true' ); ...@@ -176,3 +176,13 @@ add_filter( 'wpsl_include_post_content', '__return_true' );
176 176
177 177
178 178
179 add_filter( 'wpsl_no_results', 'custom_no_results' );
180
181 function custom_no_results() {
182
183 $output = '<h2>LOOKING FOR A PLANNER?</h2>';
184 $output .= '<p>You live outside the geography served by this campaign.<br><br>Please visit (FP CANADA WEB SITE / FIND A PLANNER) to find help closer to home.</p>';
185
186
187 return $output;
188 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -418,7 +418,7 @@ span.number-med.last{ ...@@ -418,7 +418,7 @@ span.number-med.last{
418 font-family: "Calibri"; 418 font-family: "Calibri";
419 font-size: 40px; 419 font-size: 40px;
420 line-height: 44px; 420 line-height: 44px;
421 width: 72%; 421 width: 79%;
422 display: inline-block; 422 display: inline-block;
423 @media (max-width: 1200px) { 423 @media (max-width: 1200px) {
424 width: 100%; 424 width: 100%;
...@@ -433,10 +433,10 @@ span.number-med.last{ ...@@ -433,10 +433,10 @@ span.number-med.last{
433 font-family: "Calibri-bold"; 433 font-family: "Calibri-bold";
434 font-size: 205px; 434 font-size: 205px;
435 line-height: 150px; 435 line-height: 150px;
436 width: 26%; 436 width: 20%;
437 display: inline-block; 437 display: inline-block;
438 padding-right: 30px; 438 padding-right: 30px;
439 text-align: right; 439 text-align: left;
440 @media (max-width: 1200px) { 440 @media (max-width: 1200px) {
441 text-align: left; 441 text-align: left;
442 width: 100%; 442 width: 100%;
......
...@@ -19,8 +19,7 @@ $output .= "\t\t" . '</form>' . "\r\n"; ...@@ -19,8 +19,7 @@ $output .= "\t\t" . '</form>' . "\r\n";
19 $output .= "\t\t\t" . '</div>' . "\r\n"; 19 $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
23 $output .= "\t\t\t" . '<br/>Select the Financial Planner closest to you:<br/><br/>' . "\r\n";
24 23
25 $output .= "\t\t" . '<div id="wpsl-stores" '. $autoload_class .'>' . "\r\n"; 24 $output .= "\t\t" . '<div id="wpsl-stores" '. $autoload_class .'>' . "\r\n";
26 $output .= "\t\t\t" . '<ul></ul>' . "\r\n"; 25 $output .= "\t\t\t" . '<ul></ul>' . "\r\n";
...@@ -92,7 +91,7 @@ disply:none !important; ...@@ -92,7 +91,7 @@ disply:none !important;
92 } 91 }
93 #wpsl-stores{ 92 #wpsl-stores{
94 93
95 height:470px !important; 94 height:530px !important;
96 border-top: 1px #ccc solid; 95 border-top: 1px #ccc solid;
97 width:100%; 96 width:100%;
98 } 97 }
......