ab42f182 by Jeff Balicki

eee

1 parent 5365a8ac
......@@ -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
......
......@@ -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: 120px;
margin-top: 20px;
width: 220px;
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;
......
......@@ -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="320" class="location">
<td width="500" 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><% } %>';
......