607e9247 by Jeff Balicki

dd

1 parent f68c52c5
<div class="numbers-block" data-aos-delay="300" data-aos="fade-up" style="color:#fff;background-color:<?php block_field( 'color' ); ?>;">
<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' ); ?>;">
<h3><span class="number"><?php block_field( 'number' ); ?></span><span><?php block_field( 'header' ); ?></span></h3>
<p><?php block_field( 'paragraph' ); ?></p>
</div>
\ No newline at end of file
......
......@@ -16940,7 +16940,7 @@ ss3-force-full-width {
font-family: "Calibri";
font-size: 2.5rem;
line-height: 2.75rem;
width: 72%;
width: 79%;
display: inline-block;
}
@media (max-width: 1200px) {
......@@ -16958,10 +16958,10 @@ ss3-force-full-width {
font-family: "Calibri-bold";
font-size: 12.8125rem;
line-height: 9.375rem;
width: 26%;
width: 20%;
display: inline-block;
padding-right: 30px;
text-align: right;
text-align: left;
}
@media (max-width: 1200px) {
.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";
<a href="#wpsl-wrap" class="navbar-brand custom-logo-link find" rel="home" aria-current="page">
find a professional planner
Find a Financial Planner
</a>
<!-- end custom logo
......
......@@ -176,3 +176,13 @@ add_filter( 'wpsl_include_post_content', '__return_true' );
add_filter( 'wpsl_no_results', 'custom_no_results' );
function custom_no_results() {
$output = '<h2>LOOKING FOR A PLANNER?</h2>';
$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>';
return $output;
}
\ No newline at end of file
......
......@@ -418,7 +418,7 @@ span.number-med.last{
font-family: "Calibri";
font-size: 40px;
line-height: 44px;
width: 72%;
width: 79%;
display: inline-block;
@media (max-width: 1200px) {
width: 100%;
......@@ -433,10 +433,10 @@ span.number-med.last{
font-family: "Calibri-bold";
font-size: 205px;
line-height: 150px;
width: 26%;
width: 20%;
display: inline-block;
padding-right: 30px;
text-align: right;
text-align: left;
@media (max-width: 1200px) {
text-align: left;
width: 100%;
......
......@@ -19,8 +19,7 @@ $output .= "\t\t" . '</form>' . "\r\n";
$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 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";
......@@ -92,7 +91,7 @@ disply:none !important;
}
#wpsl-stores{
height:470px !important;
height:530px !important;
border-top: 1px #ccc solid;
width:100%;
}
......