Thank you for feedback.
1. "is it possible to remove agents and companies and setup without using them"
Don't remove agent in a properties.
Companies is possible, you can do this: Go to {root}\administrator\components\com_jux_real_estate\models\forms\realty.xml
At line
<field name="company_id" type="JUXCompany" class="inputbox" size="1" label="COM_JUX_REAL_ESTATE_COMPANY" description="" required="true" useauth="true" />
change
<field name="company_id" type="JUXCompany" class="inputbox" size="1" label="COM_JUX_REAL_ESTATE_COMPANY" description="" required="false" useauth="true" />
2. "remove contact agents below the property"
Go to {root}\templates\jux_realestate\html\com_jux_real_estate\realty.php
Find to line:
<?php $this->load('message_send'); ?>
change
<?php //$this->load('message_send'); ?>
Thank you for your quick reply. However, when I set the Agent to required and company to no, the listing will not be visible in the list although it is accounted in the side bar.
I tried the other way round: company required true, agent false and it works. Can I leave it like this or will it cause problems ?