![]() |
Sold Sign Overlay on Images
I think I have asked this before, but never received an answer.
Is there a way to have a "SOLD" sign over properties which are no longer for sale? I am using an extra field to track availability as either "Available" or "Sold." For those that are sold, I would like to have the CSS process a text banner and layer it over the image. Where is the code that processes the building of the page view of properties in a particular category? Has someone already invented this wheel? Thanks. |
Sold Sign Overlay
For the benefit of the next pilgrim to pass this way, I will answer my own question with insights gleaned from support.
Change _summary.php, located in your website path->components->com_hotproperty->views->properties->tmpl This is pretty much MVC architecture. Code:
<?php $hotproperty =& MosetsApplication::getInstance('hotproperty'); Code:
.sold{/** text **/ It will NOT flow through to the modules, such as the latest display. |
All times are GMT +8. The time now is 08:13 PM. |
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2022, Jelsoft Enterprises Ltd.