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
4dac68ca
authored
2022-03-01 15:19:37 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ff
1 parent
5c6660f8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
6 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 @
4dac68c
...
...
@@ -67,6 +67,12 @@ jQuery( document ).ready(function($) {
}
});
$
(
"#wpsl-search-btn"
).
on
(
"keydown"
,
function
(
event
)
{
if
(
event
.
which
==
13
){
$
(
'#wpsl-s'
).
show
();
}
});
$
(
"#register-here"
).
on
(
"keydown"
,
function
(
event
)
{
if
(
event
.
which
==
13
){
$
(
'.wp-block-group.register'
).
toggle
();
...
...
wp-content/themes/understrap-child/style.css
View file @
4dac68c
...
...
@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.3037
4
Version: 1.1.3037
5
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 @
4dac68c
...
...
@@ -169,9 +169,7 @@ margin-top:-2px;
#wpsl-search-btn {
display:none !important;
}
td, th {
vertical-align: top;
...
...
@@ -257,8 +255,7 @@ td, th {
font-size:60px;
}
.wpsl-input:after {
content: "";
#wpsl-search-btn{
background-image: url("https://yournumbers.ca/wp-content/uploads/2022/01/search.png");
height: 50px;
width: 50px;
...
...
@@ -267,7 +264,12 @@ td, th {
background-size: contain;
float: right;
margin-top: 10px;
border: 0px solid #d2d2d2 !important;
background-color: transparent;
box-shadow: 0 1px 2px #fff;
text-indent: -9999px;
}
.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li, .wpsl-selected-item {
list-style: none;
padding: 6px 4px !important;
...
...
Please
register
or
sign in
to post a comment