To answer your question faster, you can search our knowledgebase articles before submitting a ticket.
Knowledgebase

How can I add appliances with icons instead of just text in the property details page?

Posted by on 22 May 2012 04:26 AM

This article is useful for those having good knowledge of php, html and css

To do this you need to customize WPL internal views. For more information, please check these KB articles first:

https://support.realtyna.com/index.php?/Knowledgebase/Article/View/549/0/developers---how-to-override-wpl-views-on-a-theme

To add icons for appliances, you should look for this PHP code: elseif($value['type'] == 'feature'), in the template code of "propertyshow" view. Under that, you can find codes to show appliances and features of the property. You can add blocks to show your icons for which ever appliance you like.

 

 


Comments (0)