Realtyna
Forum Replies Created
-
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] “loading” on carousel sliderHi,
Thanks for your feedback.
We’re checking it and we will provide you a reply as soon as possible.Thanks for your patience.
Hi,
Thanks for your feedback.
You can add a new price field for “Price per Bedroom” using WPL->Flex.The new field will display like other fields in property details page but if you want to change its position or make it bolder like the default price field then you need to do a customization on property details layout of WPL.
If needed you can contact us for this customization.
Hi Jon,
Thanks for your feedback.
WPL does not use CPT or WP taxonomies due to some reasons.To display property details page we use Page template of your theme and you can customize that file of your theme to include custom headers / footers based on property listing type. Also you can create custom template and assign it to your WPL main page (Normally /properties/ page).
You can use following code for your customization:
if(class_exists('wpl_request') and wpl_request::getVar('wplview', NULL) == 'property_show') { $property_id = wpl_request::getVar('pid', 0); if($property_id) { // Get property_type column from wpl_properties table and do whatever needed } }Please let us know if there is anything else we can help you with.
Hi,
Thanks for your feedback.
Please open a private ticket here and let us check your website deeper. We need access to your website and in private ticket you can freely send it to us.Look forward to hear back from you soon.
Forum: Reviews
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] AvoidCraig,
Thank you for your feedback,
We will make sure that management of the support department knows about Mark’s efforts.
About the the rest, we will inform the technical department and we will ask for their answer. soon you will hear from us and we hope to meet your satisfaction.
Thanks
Forum: Reviews
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] AvoidAs you left 5 star for us before editing it to 3 star, we didn’t notice that you are complaining and recommending to avoid us. We puzzled today with your 5 star ranking and negative comment.
It seems, you are still using our software and you received support from our team in several cases.
If still anything that we can improve, please let us know and we will be happy to help and solve the issue.
Thanks
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Display ni field by phpHi,
Thanks for your feedback.
You can var_dump the
$this->wpl_properties['current']['raw']variable. It’s an array holding raw data of property. You can find the data that you want to print in this array and then you’re able to simply print it.Do not forget to override the
property_show/default.phpfile into your child theme otherwise your customization will remove after next update of WPL.Hi,
It’s possible only by customization.
You should override the layout of
listing_galleryactivity into your child theme and then apply the modification. You may need to customize JS and CSS codes.If you need help with overriding WPL layouts in child themes then please check following KB article: https://support.realtyna.com/index.php?/Default/Knowledgebase/Article/View/549/
Please let us know if there is anything else we can help you with.
Hi,
It’s possible only by customization. If you’re a developer you can register some functions to following hooks. If you’re not developer then you can hire one.
property_search_orderby
property_search_orderThe hooks are placed in /path/to/wpl/libraries/property.php
We’re able to do this customization for you too. You can open a private ticket here: https://support.realtyna.com/index.php?/Tickets/Submit/RenderForm/18Please let us know if there is anything else we can help you with.
Hi,
Please open a private ticket here. We need to investigate your website to see what’s wrong.
Hi,
Thanks for your feedback.
By default WPL shows only featured image in the listing manager menu but it seems configuration of WPL changed on your website by someone.BTW, you should set the layout of
listing_galleryactivity topmanager. To do this open WPL->Activity Manager menu and edit the activity that loads inpmanager_position3position. In the edit modal you’re able to change the layout.Please let us know if there is anything else we can help you with.
Hi,
Thanks for your feedback.
It might be wither related to wrong configuration on widgets and theme configuration or related to setting wrong main page for WPL. Main page of WPL shouldn’t set as WordPress home page too. Please check following KB article: https://support.realtyna.com/index.php?/Default/Knowledgebase/Article/View/633/Please let us know if there is anything else we can help you with.
Hi,
Thanks for your feedback.
You need to change the image size: https://support.realtyna.com/index.php?/Default/Knowledgebase/Article/View/530/Please let us know if there is anything else we can help you with.
Hi,
Thanks for your feedback.
You can “Purge” the listings to permanently remove them.Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Search form not appearingHello,
You should add search widget in one of your website sidebars. “WPL Hidden” sidebar is designed for this purposes since it doesn’t show anywhere.
After adding and configuring the search widget the way that you like, you’re able to select it in the Elementor module of WPL search. Then it will appear anywhere you like.
BTW, if you need more help on this, feel free to open a private ticket here.