Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

exclamation-circle Google Maps bug (?)

More
8 years 5 months ago - 8 years 5 months ago #8864 by Ciro
Replied by Ciro on topic Google Maps bug (?)
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"
Attachments:
Last edit: 8 years 5 months ago by Ciro.

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago #8918 by GDragon
Replied by GDragon on topic Google Maps bug (?)
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.

More
8 years 5 months ago - 8 years 5 months ago #8948 by Ciro
Replied by Ciro on topic Google Maps bug (?)
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: 8 years 5 months ago by Ciro.

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago #8956 by GDragon
Replied by GDragon on topic Google Maps bug (?)
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.

More
8 years 5 months ago #8977 by Ciro
Replied by Ciro on topic Google Maps bug (?)
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.

More
8 years 5 months ago #9006 by GDragon
Replied by GDragon on topic Google Maps bug (?)
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.

More
8 years 5 months ago #9013 by Ciro

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago #9032 by GDragon
Replied by GDragon on topic Google Maps bug (?)
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.

More
8 years 5 months ago - 8 years 5 months ago #9033 by Ciro
Replied by Ciro on topic Google Maps bug (?)
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.
Attachments:
Last edit: 8 years 5 months ago by Ciro.

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago - 8 years 5 months ago #9057 by Ciro
Replied by Ciro on topic Google Maps bug (?)
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)

Attachments:
Last edit: 8 years 5 months ago by Ciro. Reason: solution

Please Log in or Create an account to join the conversation.

Moderators: Jackie
Time to create page: 0.081 seconds
Powered by Kunena Forum