Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
FP_Canada
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
68f92357
authored
2022-01-26 15:37:55 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ee
1 parent
55b048e6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
9 deletions
wp-content/themes/understrap-child/js/custom-javascript.js
wp-content/themes/understrap-child/style.css
wp-content/themes/understrap-child/wpsl-templates/store-listings-map-left.php
wp-content/themes/understrap-child/js/custom-javascript.js
View file @
68f9235
...
...
@@ -37,13 +37,14 @@ jQuery( document ).ready(function($) {
},
500
);
});
$
(
document
).
on
(
"submit"
,
"#wpsl-form"
,
function
()
{
console
.
log
(
'ssssss'
);
$
(
'#wpsl-result-list'
).
show
();
$
(
'#wpsl-gmap'
).
show
();
});
$
(
"#wpsl-search-input"
).
on
(
"keydown"
,
function
(
event
)
{
if
(
event
.
which
==
13
){
$
(
'#wpsl-s'
).
show
();
}
});
$
(
"#register-here"
).
on
(
"keydown"
,
function
(
event
)
{
if
(
event
.
which
==
13
){
...
...
wp-content/themes/understrap-child/style.css
View file @
68f9235
...
...
@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.301
2
Version: 1.1.301
3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
...
...
wp-content/themes/understrap-child/wpsl-templates/store-listings-map-left.php
View file @
68f9235
...
...
@@ -17,7 +17,7 @@ $output .= "\t\t\t\t" . '</div>' . "\r\n";
$output
.=
"
\t\t\t\t
"
.
'</div>'
.
"
\r\n
"
;
$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 most convenient to you:<br/><br/>'
.
"
\r\n
"
;
...
...
@@ -30,6 +30,7 @@ $output .= "\t" . '</div>' . "\r\n";
$output
.=
"
\t
"
.
'<div id="wpsl-gmap" class="wpsl-gmap-canvas full"></div>'
.
"
\r\n
"
;
$output
.=
'</div>'
.
"
\r\n
"
;
$output
.=
"
\t
"
.
'</div>'
.
"
\r\n
"
;
$output
.=
'<style>
#wpsl-category{
margin-top: 30px;
...
...
@@ -63,6 +64,9 @@ $output .= '<style>
.broker_radio{
disply:none !important;
}
#wpsl-s{
display:none;
}
#wpsl-gmap,
#wpsl-result-list{
width:48.5%;
...
...
@@ -70,7 +74,7 @@ $output .= '<style>
display: inline-block;
float:left;
font-size:18px;
}
...
...
Please
register
or
sign in
to post a comment