tolvuland
Hi,
Kindly check my second reply here: https://www.joomlart.com/forums/d/24718-i-need-to-add-the-sold-and-rented-button/4
This Articles Category module takes alias of custom fields to show on frontend, while you're using your own language for custom field so these fields don't show there.
There are 2 ways to solve this:
1- Rename the custom fields on your site so it will use English text custom fields like: bathrooms, address, ...
2- Keep your custom fields in IS language text, then change the code that renders these custom fields on frontend. For example, in the file:
/html/mod_articles_category/owl.php
to change the field 'bathrooms', you find this code:
($customs['bathrooms'])
replace it with:
($customs['svefnherbergi'])
I made a sample on your site and this field is showing on frontend now. You can apply the same for other fields