ellekaie
Forum Replies Created
-
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Make Price unit $/sqmHow do you assign that unit to a field?
I’ve finally displayed the field I wanted! Here’s what I did:
I searched for the table_column of the field I want to show in [wp_prefix]_wpl_dbst table. For example, the field name I placed in Flex is “Price/sqm”. When I searched it in the wpl_dbst table, its table_column is field_3009.
I used this code to show the field:
<span itemprop=”name” content=”<?php echo $property[‘raw’][‘field_3009’]; ?>”><?php echo $property[‘raw’][‘field_3009’]; ?></span>
Reference: https://www.ads-software.com/support/topic/edit-icons-and-information-in-property-listing?replies=4
^ Sorry, I don’t think the link above can help. It’s for their other plugin, RPL. But I think you have to edit one of the PHP files of WPL to show a field on the listings page.
Edit: I found the PHP file.
wp-content/plugins/real-estate-listing-realtyna-wpl/views/frontend/property_listing/tmpl/assets/default_listings.php
Now, where to place the fields.
Still can’t find a way to show it in listings page. Let’s wait for Realtyna’s response.
Thanks for the question, btw. Few moments ago, I was also requested by my client to show a specific content on the listings page.
Regarding the addition of fields to listings page:
In Flex, click the pencil icon to the right your desired field. Choose ‘Show’ in the dropdown menu of Detail Page. It’ll now show on your details page, but not the listings page. I haven’t tried modifying what is shown on each listing on the listings page, so I’ll get back to you if I’ve found a solution.
You may add fields in Flex. There’s an “Add New Field” section at the right side of Flex page. Click on the dropdown menu to choose the appropriate data type for your field, and click the Add button.
I now know the reason why: The listing is in the trash. I’m not the one who placed it there btw. I just noticed it because of the “Restore” button.
You can also see the error if you haven’t finalized your listing.
WPL, please improve the UI so that we may see clearly what’s in the trash and what isn’t on the Listing Manager.
Thanks!
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] MapThere are several options to do that:
1) Go to the Activity Manager, and look for plisting_position1 and pshow_googlemap. Click the ‘Check’ icon to its right. This disables Google Map. There’s a downside to this, however. Google Maps won’t be shown in all your WPL implementations. If you’re just targeting specific pages, see the options below.
2) Purchase WPL Pro. It has a Page Association function which allows you to choose the pages you want certain properties to be applied – in your case, removing Google Maps.
3) If you know CSS, target the container of Google Maps and set it to “display: none.”
Got it, thanks! I was changing pshow_googlemap, that’s why it didn’t work.
Btw I asked this question because there are listing queries that I don’t have any listing to show, thus, Google Maps is showing the default location.
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] WPL Carousel not showingFour hours after, I know now what the problem is:
My listings have no images.The WPL Carousel only works properly if the listings have images.
Hope this info could help in the further improvement of the widget. Even if the listing has no image, there should be a placeholder image courtesy of WPL.
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] WPL Carousel not showingI tried showing the featured properties in a test post using the WPL shortcode. It worked. Just want to test if there really are featured properties.
I also placed other widgets in my home widget area to see if widgets could be placed there. Yes, the ones I’ve placed were shown.
Just want to say here that WPL Carousel has the problem, and I still can’t solve it.
Forum: Plugins
In reply to: [Ray Enterprise Translation] Can't see the icons, functionalities not workingUpdate: Bulk download worked, but bulk upload isn’t still functioning for me.
Forum: Plugins
In reply to: [Ray Enterprise Translation] Can't see the icons, functionalities not workingI’m ashamed to ask such a basic question.
For the language flag icons, I placed the corresponding flag at Settings > Languages. I got to migrate all my posts to English only after a notification banner showed up asking if I want to set my posts/pages to the default languages.
As for the bulk functionality, they don’t seem to be working. However, I don’t encounter problems when I individually upload each post/page.
Hope this could help somehow a fellow noobie like me.