ellekaie
Forum Replies Created
-
The pictures are loading fine on my PC, there’s no need to refresh once. I used Chrome developer tools to check your site on iPhone 4-6S and there are also no problems in loading the images.
I just noticed that on the first load, the images are appearing once you scroll over its area. This won’t happen anymore in the next refresh because the images are already in the cache. If you know jQuery, you might want to view your code and disable that.
Thanks!
For those who might be having the same problem in the future, I just commented out
if($i == '0' and $any) { $i += $division; continue; }
from lines 1087-1091.
Thanks, got it.
Here’s what I did:
The code I posted above will work if you’ve changed the Detail Page of the field to Hide. I said that it didn’t work for me because I removed the code temporarily. When I put it back, I got my desired output.
I placed the code in the default.php of property_show.
Notes:
– Change$description_column
to your preferred name.
– Changefield_308
to the table of your desired field.
– You can edit the original file, but it’s a BETTER practice to override it. Here’s how: https://support.realtyna.com/index.php?/Default/Knowledgebase/Article/View/549/28/developers—-how-to-override-wpl-views-on-a-themeI’ve set it previously to 0 but changed it to 1 because zero isn’t showing up as a choice in the select box. If I set it at zero, the select box will start at the iteration (ex. 1000). I need to show zero because there are values below the first iteration.
No, it isn’t necessary but I think it would be a useful feature. Hope this would appear in one of your future iterations. Thank you!
I changed the field’s Detail Page to Hide and the field didn’t appear in my single listing page.
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Adding listings to home page.If you know how to add a widget area, create one for your homepage then use the WPL Carousel widget.
I should’ve googled about this before asking. There’s a similar thread about this a year ago: https://www.ads-software.com/support/topic/contact-agent-form-1?replies=8
I didn’t receive any e-mail because:
WPL use WordPress email of agent for sending notification.
I thought the e-mail would be sent to the e-mail address of the user in WPL. I changed the WP e-mail address of the account I’m using to my e-mail address in WPL. I tested again and received an e-mail.
Thanks! I didn’t read the support article completely. Quote:
if you want to include a new field into the address you should insert column name of the field in [wp_prefix]_wpl_properties table
Also thanks for adding info about the technical property ID. I would’ve asked about that too.
Encountered problems. After enabling New Contact, I was able to type on the fields. Leaving Phone and Email blank, I pressed Send. The page didn’t respond, no notifications that my message was sent. I reloaded the page and the Contact Agent fields (in any of the listings) were unclickable again.
I did the same to my test site. The only difference was that I left Phone blank. Same thing happened.
Any resolution to this?
I found the solution.
Go to Notifications and enable New Contact by clicking the check icon to its right. If it is enabled, it should be ‘X’.
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Change field typeChanging back to unresolved. The solution above caused problems in my database that I wasn’t able to add listings.
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Change field typeFor future users who might be facing the same problem:
Go to [wp_prefix]_wpl_dbst table and look up for the field you want to edit. You can change its type in the ‘type’ column.
Please post your solution so that it would help future users with the same problem as well. Thanks!
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Make Price unit $/sqmHi, I can now see how. I need to assign the type of the custom unit with:
1=length,2=area,3=volume, or 4=price.However, this unit can’t be shown as $xxx/sqm but either $/sqmxxx or xxx$/sqm.