• Hi there –

    This is our 2nd website, and we’re having an issue with replacing the price with an icon (or words). The solution works fine on our first install.

    Additionally, the zoom is incorrect on the map (also on link above).

    There is a pending ticket which has a login available for you.
    Thanks so much for your response.

    add_filter('rem_property_price', 'change_price_text', 20, 3);
    
    function change_price_text($return, $price, $args){
    
    	if ($price == '1') {
    		return 'Price on request';
    	} else {
    		return $return;
    	}
    	
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter webworks

    (@webworks)

    Update: I was able to successfully get the text to appear… it’s just not recognizing the inline style or the icon…(therefore I suppose the text was black)

    <span style=”font-size: 16px; color: white;”><i class=”fa fa-home”></i></span>

    If an icon isn’t doable for whatever reason, if we could get the city name to appear in smaller text, that would be ideal. Please see ticket if you’d like to login and take a look. Please be certain it’s the ticket opened July 2019, as the login has been changed since.

    • This reply was modified 5 years, 4 months ago by webworks.
Viewing 1 replies (of 1 total)
  • The topic ‘Replace price with icon’ is closed to new replies.