essupport
Forum Replies Created
-
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Show description with [es_my_listing] shortcode?In this case try to do that in the function get_list(), in a loop use $list->prop_id instead of get_the_id() .
If this won’t work, try to do all the actions in es_prop_single.php file
Thanks!Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Show description with [es_my_listing] shortcode?Hi!
Please, clarify in what function have you tried this?
As the “es_listing_functions.php” file has many functions for different listings.
Thanks!Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Show description with [es_my_listing] shortcode?Hi!
We tried to perform the sequence of actions you have described and were successful in adding the functionality you need.
Please, try to check the server error log – may be there are some messages of mistakes.
Or try also to output var_dump($prop_rent)Thank you!
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Map on listing not workingHi!
API key was added to the free version at www.ads-software.com
Thank you!Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Map on listing not workingHi!
This problem appears because of the lack of API key for Google maps. In three days we will add it and update the plugin.
If this question is urgent for you, please, contact our support team.
Thanks!Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Estatik map not working on pro version.Hi Amir!
We received your ticket and sent you an answer.
Please, check the spam folder, the letter should be there.
In another case, please connect our support team directly from you email: [email protected]
Thanks!Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Cities in select option in search box errorHi!
In the file front_templates/css/es_front_style.css add styles height: 150px; overflow: auto; to an element #es_search .es_search_select ul (you can put any height instead of 150px).The result will be like following:
https://prntscr.com/bkd9kq
Thanks!Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Cities in select option in search box errorHi Jasicom!
To make a scroll you should edit the styles here: front_templates/css/es_front_style.css
You can do that yourself or contact our support team.
Thanks!Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Cities in select option in search box errorHi Jasicom!
What theme do you use?
Thanks!Hi Robye!
You can change the receiver email in wordpress settings.
Please take a look at the screenshot.
https://prntscr.com/biqsdp
If you have any other difficulties you can also contact our support team.
Thanks!Hi Amir!
Thank you for great feedback!
There are no shortcodes for subcategories.
If you want to add these subcategories as immutable you can add them to the code, but also you will need to change the database structure.
In a case you want to have the functionality in admin area for adding new subcategories, than the Data manager block should be modified also via code changing.
To get more information you can contact our support team.
Thanks.Forum: Plugins
In reply to: [Estatik Real Estate Plugin] News handlingHi Robye!
Can you give us, please, your site URL for we could check that.
Thanks!Hi Robye!
Please, contact us here
We will do our best to solve your issues within support coverage.
Thanks!
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] works your plugin with the theme enfold?Hi tom84!
Our plugin is compatible nearly to all WordPress themes, and in a case some issue appears we are always ready to fix it within support coverage.
To test it you can use our free version, taken from www.ads-software.com.
Thanks!
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Show description with [es_my_listing] shortcode?Hi strandcreative,
You are right, to add the period next to the price you should make changes to the file you mentioned – es_my_listing.php, get_list() function
Thanks