×
Support Online :
Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time:
Our Time:
Forum
Community Forum - Public Access
Templates Discussion
Jux Real Estate - Hide address not working
Jux Real Estate - Hide address not working
Less
More
Posts: 28
Thank you received: 0
9 years 9 months ago - 9 years 9 months ago #2969
by Javier
Hello, the option to hide address does not work. I have the Real Estate template on my site. But I have a problem with the function hide direction. It does not work. I tried this option enabled and disabling it, but I get nothing. Always shows the direction of the properties.
costapremium.es/component/jux_real_estat...?catID=52&Itemid=101
Thank You
Javier
Last edit: 9 years 9 months ago by
Javier .
The topic has been locked.
Less
More
Posts: 149
Karma: 3
Thank you received: 17
9 years 9 months ago #2982
by Tinh Nguyen
Hello!
Thank for your contacting with us!
Please provide me your link site and admin account (You can send message for me to ensure your site is private). I will check it soon.
Regards,
T
The following user(s) said Thank You:
Javier
The topic has been locked.
Less
More
Posts: 28
Thank you received: 0
9 years 9 months ago #2985
by Javier
The topic has been locked.
Less
More
Posts: 2165
Karma: 37
Thank you received: 201
9 years 9 months ago - 9 years 9 months ago #3015
by Huyen Tran
Dear tcin!
I fixed the error for you.
I deleted the following code php in file: realty.php
{site}/templates/jux_realestate/html/com_jux_real_estate/realty.php
<?php echo JText::_('COM_JUX_REAL_ESTATE_DETAILREALTY_ADDRESS'); ?> : <?php echo $item->street_num . ' ' . $item->address; ?>
Then I replaced it by the following code:
<?php if($item->hide_address == '0'){
echo JText::_('COM_JUX_REAL_ESTATE_DETAILREALTY_ADDRESS :');
echo $item->street_num . ' ' . $item->address; }
else{ echo JText::_('COM_JUX_REAL_ESTATE_DETAILREALTY_ADDRESS :');}
?>
Please check it again and feedback to us
Best Regards,
Huyen Tran
Best Regards,
Huyen Tran
The following user(s) said Thank You:
Javier
The topic has been locked.
Less
More
Posts: 28
Thank you received: 0
9 years 9 months ago #3021
by Javier
Hi, thanks for the solution. Works fine.
Javier
The topic has been locked.
Less
More
Posts: 2165
Karma: 37
Thank you received: 201
9 years 9 months ago #3075
by Huyen Tran
Dear tcin!
Thank you so much for feedback of you.
You can go back if have other question.
Best Regards,
Huyen Tran
Best Regards,
Huyen Tran
The following user(s) said Thank You:
Javier
The topic has been locked.
Forum
Community Forum - Public Access
Templates Discussion
Jux Real Estate - Hide address not working
Time to create page: 0.099 seconds