If I put in a min price of 5000 and a max price of 35000 it shows no results even though we know that there are properties in that price range.
I did a search request for 5000 – 55000 and it seemed to work but when I checked the properties that are less than 20000 do not show on the list and I am not sure if others are missing as well.
Interestingly if I put a min price of 30000 and a max price of 75000 or 10000 to 50000 it seems to work but once again after the above results I am unsure if it is capturing all the data correctly (https://www.yourwhiteknight.com/properties/?wpp_search%5Bpagination%5D=on&wpp_search%5Bper_page%5D=10&wpp_search%5Bstrict_search%5D=false&wpp_search%5Bproperty_type%5D=modular&wpp_search%5Bprice%5D%5Bmin%5D=30000&wpp_search%5Bprice%5D%5Bmax%5D=75000&wpp_search%5Byear%5D=-1&wpp_search%5Bbedrooms%5D=-1&wpp_search%5Bbathrooms%5D=-1&wpp_search%5Bsquare_footage%5D=-1&wpp_search%5Bpark%5D=&wpp_search%5Bpark_type%5D=-1&wpp_search%5Bwidth%5D=-1&wpp_search%5Bcity_name%5D=-1#/requested_page=1&sort_order=DESC&sort_by=price&i=1&unique_hash=16885). Why does it not
Also, if I search by price and click “Sort by: Price” at the top of the list it does not reorder the properties by price when I have used the price Max filter.
]]>I have created a primary list with query (Status =A,C,CS,P),(PropertyType=LND,MUL,RES)
and Unique ID attribute as the primary key in the MLS ‘Matrix_Unique_ID’.
ie get everything in the database that is available and residential
I have then exported the import file and re-imported it (duplicating the query and mapping).
I have then changed the imported query to
(MatrixModifiedDT=[yesterday]+),(PropertyType=LND,MUL,RES)
so we have 2 lists, 1 that purges every week, and 1 that runs daily to get inflight changes.
So from my understanding, the Unique ID attribute should be then deduping against the full existing database. we have ~4000 records that have been created in the primary list, and then 300 or so which should be updating on a daily basis with the secondary.
Our issue is that each import list appears to be deduping against its own list rather than the broader database.
Second question.
Assuming we can resolve the above
As we combine multiple MLS databases, we run the risk of having duplicate MLS ids over multiple MLS sources for the different regions. The MLS Number and the keys are unique to each MLS provider, but there is a risk of duplicates in the eyes of the rules above.
We have the MLS ID / Unique key which is the id for each MLS source, I am hoping we can dedup on a concat of MLSID-MLSNumber, thus isolating each MLS source ie TOR-123546798.
I have just installed WP Supermap but cannot get it to pull properties into my default properties page. I have checked all the documentation and have configured the settings as advised but I cannot seem to make the plugin work.
Google API settings are present, Searchable & Location Matters are checked, Address is set to Automatic Geolocation.
This is the shortcode I am using on my default properties page:
[supermap center_on=’51.381386, -2.359696′ zoom=11 bedrooms=all bathrooms=all per_page=10]
I have deactivated plugins to test and still the plugin is not working.
Please can you help as this is a showstopper for using the whole WP Property suite for me?
Best regards.
]]>Is it possible to add a checkbox in the search widget that says include or exclude properties that are sold, but still remain in the search results?
I go to properties > settings > developer
and I can add a field for this that displays as a check box.
But I’m not sure what to do next to hide/show sold properties.
I have a field in my custom fields that lists properties as: sold, under offer, on the market.
So I can apply mapping to those, but not sure on the next step?
Any help would be great.
Thanks
]]>I have an issue on my property page displaying the list of properties for sale/rent.
When visiting https://www.rookmatthewssayer.co.uk/properties/#propertycontent it shows all 12 properties correctly.
But when using the search widget, it only shows 10 properties: https://www.rookmatthewssayer.co.uk/properties/?wpp_search%5Bsort_order%5D=DESC&wpp_search%5Bsort_by%5D=price&wpp_search%5Bpagination%5D=on&wpp_search%5Bper_page%5D=10&wpp_search%5Bstrict_search%5D=false&wpp_search%5Bproperty_type%5D=residential_sales%2Cresidential_lettings%2Ccommercial&wpp_search%5Barea%5D=&wpp_search%5Bprice%5D%5Bmin%5D=&wpp_search%5Bprice%5D%5Bmax%5D=&wpp_search%5Bbranch%5D=-1&wpp_search%5Bbedrooms%5D=-1&wpp_search%5Bdepartment%5D=-1#propertycontent
What is causing this? I’ve looked all in the code but can’t see a hard value for 10 properties when using the search widget? On my property page the short code is [property_overview pagination=on sorter=off per_page=12]
Any ideas why it’s only showing 10 properties when using the search widget?
]]>I have WP Property set up with my custom property attributes. One of attributes is location, which has two options – City A and City B. Now I would like to make a conditional check on the single property view. If the property is in City A the page would show some extra content and if it is in City B there would be some other extra content.
I know how to do regular conditional WP functions, but I can’t figure out how to include the location attribute in the function. Could you help me with this?
Here is an rough example what I mean,
if ( is_single ( 'property' ) && has_my_custom_attribute()) { my_custom_content } else return;
So how do I check if a property has specific attribute?
Thanks,
kantti
So I can put “Enter properties or postcode” in the search box, then when a user clicks in that box the text disappears & the user can type as normal?
Currently I can’t see where to add this in the plugin page.
Thanks
https://www.ads-software.com/plugins/wp-property/
]]>The problem I’m experiencing on my local dev site is that I can not edit properties. I can view properties, but when I go to edit them I see the following warning message that covers all attribute and meta field areas on the edit property page:
( ! ) Warning: Invalid argument supplied for foreach() in C:\Users\Media-Center\Documents\Websites\www.aptsci.dev\wp-content\plugins\wp-property\vendor\plugins\wp-meta-box\inc\fields\select.php on line 113
Call Stack
# Time Memory Function Location
1 0.0060 237384 {main}( ) ..\post.php:0
2 2.7812 63265600 include( ‘C:\Users\Media-Center\Documents\Websites\www.aptsci.dev\wp-admin\edit-form-advanced.php’ ) ..\post.php:213
3 3.4282 64657264 do_meta_boxes( ) ..\edit-form-advanced.php:638
4 3.4292 64658664 call_user_func:{C:\Users\Media-Center\Documents\Websites\www.aptsci.dev\wp-admin\includes\template.php:1074} ( ) ..\template.php:1074
5 3.4292 64658848 RW_Meta_Box->show( ) ..\template.php:1074
6 3.4612 64711264 call_user_func:{C:\Users\Media-Center\Documents\Websites\www.aptsci.dev\wp-content\plugins\wp-property\vendor\plugins\wp-meta-box\inc\meta-box.php:233} ( ) ..\meta-box.php:233
7 3.4612 64711280 RWMB_Field::show( ) ..\meta-box.php:233
8 3.4612 64711968 call_user_func:{C:\Users\Media-Center\Documents\Websites\www.aptsci.dev\wp-content\plugins\wp-property\vendor\plugins\wp-meta-box\inc\field.php:111} ( ) ..\field.php:111
9 3.4612 64711984 RWMB_Select_Field::html( ) ..\field.php:111
10 3.4612 64712264 RWMB_Select_Field::options_html( ) ..\select.php:37
https://www.ads-software.com/plugins/wp-property/
Screenshot:
]]>I uploaded properties and found that searching does not work properly. I click on search button and it would show 190 properties but not page 1 of 19 etc. if i click on sort by price etc it then takes me to error page.
By trying to fix and searching forums etc i have shut down nearly all plugins and disabled widgets. now i pretty much just have wp property active and the search widget.
Playing with various things and limiting my options to just price i now have a slider and page 1 of 19 but still breaks every time i click to narrow search or go to next page.
what may be my problem is on my real estate page which is set as default the shortcode is currently [property_overview per_page=10]
its probably a basic mistake. thanks for any suggestions for me to try.
my website is https://crystaloasisproperty.com/
]]>The plugin – wp-property does not load the maps on the search function. I have no idea why, can anyone help?
]]>