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
ab42f182
authored
2022-02-08 19:12:23 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
eee
1 parent
5365a8ac
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
8 deletions
wp-content/themes/understrap-child/inc/wpsl.php
wp-content/themes/understrap-child/wpsl-templates/store-listings-map-left.php
wp-content/themes/understrap-child/wpsl-templates/store-listings.php
wp-content/themes/understrap-child/inc/wpsl.php
View file @
ab42f18
...
...
@@ -185,4 +185,7 @@ function send_planner_notice()
wp_send_json_success
(
$result
);
die
;
}
\ No newline at end of file
}
add_filter
(
'wpsl_include_post_content'
,
'__return_true'
);
\ No newline at end of file
...
...
wp-content/themes/understrap-child/wpsl-templates/store-listings-map-left.php
View file @
ab42f18
...
...
@@ -138,14 +138,23 @@ margin-top:-2px;
text-decoration: underline;
}
.start_a_contact{
color:#fff !important;
background-color:#012169;
color:
#fff !important;
background-color:
#012169;
padding: 5px 25px 5px 25px;
display: block !important;
width:
1
20px;
margin-top: 20px;
width:
2
20px;
margin-top: 20px;
margin-bottom: 30px;
text-align: center;
}
.wpsl-info-window .start_a_contact{
width: unset;
}
.description p{
padding-top: 10px;
padding-bottom: 0px;
font-size:14px !important;
}
.address{
margin-top: 10px;
...
...
wp-content/themes/understrap-child/wpsl-templates/store-listings.php
View file @
ab42f18
...
...
@@ -8,9 +8,9 @@ $listing_template .= "\t\t" . '<table class="wpsl-store-location">' . "\r\n";
$listing_template
.=
'<tr><th></th><tr>
<tr class="results_row_top">
<td width="
32
0" class="location">
<td width="
50
0" class="location">
<div class="address">
<span class="location_name" ><%= first_name %> <%= last_name %></span>,
<%= wpsl-designation %
</br>
<span class="location_name" ><%= first_name %> <%= last_name %></span>,
<%= designation %>
</br>
<span>'
.
wpsl_store_header_template
(
'listing'
)
.
'</span>
</br>
<span class="slp_result_address slp_result_street"><%= address %></span>
...
...
@@ -19,7 +19,7 @@ $listing_template .= '<tr><th></th><tr>
</div>'
.
wpsl_more_info_template
()
.
''
;
$listing_template
.=
"
\t\t\t
"
.
'
'
;
$listing_template
.=
"
\t\t\t
"
.
'
<div class="description"><%= description %></div>
'
;
$listing_template
.=
'<% if ( email ) { %><a href="#" class="start_a_contact" data-id="<%= id %>" id="<%= id %>">BOOK A CONVERSATION</a><% } %>'
;
...
...
Please
register
or
sign in
to post a comment