×
Support Offline :
Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time:
Our Time:
Forum
JUX Member Forum - Restricted to Members Only
JUX Templates
JUX Real Estate
Google Maps bug (?)
Google Maps bug (?)
Less
More
Posts: 54
Thank you received: 3
9 years 4 weeks ago - 9 years 4 weeks ago #8864
by Ciro
You wrote: "About custom field I check and added a field type texbox. It show on search form but you must choose option Extra Fields in module search is Yes."
This is the same thing that I did. The field is show on search form, but with a bad aspect.
With Firefox it doesn't work: I cannot write anything inside it.
With Opera and Chrome, yes, but it is too big in height (look on my previous screenshot).
If I use textarea, as type, I have the correct layout (and it works also in firefox), but this kind of field is not showed in frontend propertie's submit
PS Maybe that I use a wrong CSS class? I left "inputbox"
Last edit: 9 years 4 weeks ago by
Ciro .
Please Log in or Create an account to join the conversation.
Less
More
Posts: 898
Karma: 29
Thank you received: 115
9 years 3 weeks ago #8918
by GDragon
Hi Indiana71,
Thanks for your feedback!
Sorry for late response because we have problem with electric and our company can't work yesterday. I'm still don't find the solution now but I'll notice it and fix in next update asap!
Best regards,
--GD--
Please Log in or Create an account to join the conversation.
Less
More
Posts: 54
Thank you received: 3
9 years 3 weeks ago - 9 years 3 weeks ago #8948
by Ciro
I've found another bug:
when you open a description of a realties, you can see other realties in bottom of the page.
All of them avaible are marked as solded and viceversa.
To correct this you must modify line 37
/templates/jux_citilights/html/com_jux_real_estate/realty/default_agent_properties.php
from:
if ($this->agentItem->sale == 1):
to
if ($this->agentItem->sale == 0):
In frontend: images with JPG (capital letter) extension are not allowed
Last edit: 9 years 3 weeks ago by
Ciro .
Please Log in or Create an account to join the conversation.
Less
More
Posts: 898
Karma: 29
Thank you received: 115
9 years 3 weeks ago #8956
by GDragon
Hi,
Thanks for your reply!
I noticed it and will update it in next versions.
Best regards,
--GD--
Please Log in or Create an account to join the conversation.
Less
More
Posts: 54
Thank you received: 3
9 years 3 weeks ago #8977
by Ciro
In tablet version, the company logo doesn't shows.
May you find a quick solution for me?
Thanks
Please Log in or Create an account to join the conversation.
Less
More
Posts: 898
Karma: 29
Thank you received: 115
9 years 2 weeks ago #9006
by GDragon
Hi,
I checked our site on tablet and logo display fine. Can you give me your site url?
Best regards,
--GD--
Please Log in or Create an account to join the conversation.
Less
More
Posts: 54
Thank you received: 3
Less
More
Posts: 898
Karma: 29
Thank you received: 115
9 years 2 weeks ago #9032
by GDragon
Hi Indiana71,
I checked your site on ipad and iphone. The logo display fine. Can you re check it or send me screenshot about your problem?
Best regards,
--GD--
Please Log in or Create an account to join the conversation.
Less
More
Posts: 54
Thank you received: 3
9 years 2 weeks ago - 9 years 2 weeks ago #9033
by Ciro
i see it fine in my Android device, but not in my Apple iPad Air with IOS 9.1. I've tryed also ion other Apple iPad (mini), with same result. I don't know how to debug it on iPad.
Last edit: 9 years 2 weeks ago by
Ciro .
Please Log in or Create an account to join the conversation.
Less
More
Posts: 54
Thank you received: 3
9 years 2 weeks ago - 9 years 2 weeks ago #9057
by Ciro
Meanwhile I found another bug:
into realty, section "other solutions", I found that the status is ever the same of the realty open.
For example, if I open a "selling" realty, on top of the image "other solutions" I see "Apartment - sell", also if it is in the "rent" category.
templates/jux_citilights/html/com_jux_real_estate/realty/default_agent_properties.php
line 20
<div class="real_slider realty-item clearfix imagein">
<figure class="tag status">
<div class="type">
<?php echo JUX_Real_EstateHTML::getTypeTitle($this->agentItem->type_id); ?> - <?php echo JUX_Real_EstateHTML::getCategoryTitle($this->item->cat_id) ?>
</div>
you must correct in
<?php echo JUX_Real_EstateHTML::getTypeTitle($this->agentItem->type_id); ?> - <?php echo JUX_Real_EstateHTML::getCategoryTitle($this->agentItem->cat_id) ?>
getCategoryTitle($this->item->cat_id)
will be:
getCategoryTitle($this->agentItem->cat_id)
Last edit: 9 years 2 weeks ago by
Ciro . Reason: solution
Please Log in or Create an account to join the conversation.
Forum
JUX Member Forum - Restricted to Members Only
JUX Templates
JUX Real Estate
Google Maps bug (?)
Time to create page: 1.317 seconds