I found this answer for the Pricing on the map. I replaced it with “Details” and it works great: https://ww.wp.xz.cn/support/topic/replace-price-with-price-available-on-request/
Now I just need SQ removal, spot color and tag link fix π
Thanks so much for your response in advance –
Hi,
to remove SQ, go to settings -> Listings -> Custom Listing Features and provide following
just,a,hack
Spots are actually icons, you can change them by providing attributes in shortcode.
Please see this
https://webcodingplace.com/real-estate-manager-version-10-3-5/
For Tags page, go to Settings -> Template Settings -> Archive Page Template and set it to From Plugin
Regards
I can’t thank you enough! A couple more things you probably also have quick answers to:
1) For the functions file addition (to replace the price with text) is there anyway I can make it a white house icon? A statement in place of price looks great on the maps, but resulted in gray text here:
https://francispm.com/2018/property-search/
If that’s not possible or too involved, I just need to turn the text white on the property search page.
2) I’ve almost got the map colored, but there is a teal colored spinner I’d like to make blue, as well as the teal colored background bar that holds the text. Am I missing that place in the settings?
https://francispm.com/2018/map-search-apartments-in-texas/
3) On the search page, when you hover over the thumbnail, it’s a TEAL tint. What’s the best way to turn that to tinted black?
https://francispm.com/2018/property-search/
~~~~~~~~~~~~~~~~~~
This is RE Question #1 – Icon code there maybe?
add_filter('rem_property_price', 'change_price_text', 20, 3);
function change_price_text($return, $price, $args){
if ($price == '1') {
return 'ICON CODE HERE?';
} else {
return $return;
}
}
Thanks in advance for your response!
Hi, I noticed you were able to change price color to white.
For your points 2 and 3, please paste following code in custom css box
.rem-box-maps .img-container .title, .rem-box-maps .price, #maps .loading-container .spinner {
background-color: #4A9ACE !important;
}
.rem-box-maps .img-container .title:after, .rem-box-maps .img-container .title:before {
background-color: #4A9ACE !important;
}
.hover-effect .cover {
background-color: rgba(12, 12, 12, 0.3) !important;
}
If you want to display icon, you can replace ICON CODE HERE? to
<i class="fa fa-home"></i>
Regards
Update: Please disregard #1 – The company name works and I added some inline CSS to turn it white on the search page.
A challenge remains for #2 and #3. Although I located the maps.css file and the teal color I hope to replace, I must not be using the proper css. Maybe take a look when you get a chance – thanks!
Already replied for fix above π
Ah!
I came close except I was using \F015 for the home icon, and the css I left out additional specifics. I placed it on the actual page instead of settings.
You are on the ball π
I wasn’t expecting response until Monday. I wish I’d have found this before I found your competition. This is an amazing plugin and the client is very happy to be able to use our standard theme. Very flexible and professional.
Thanks again –