SimplyRETS
Forum Replies Created
-
Forum: Plugins
In reply to: [SimplyRETS Real Estate IDX] Does This Plugin Support TREB?Hey there, thanks for the thread – good question! Sorry about the slow reply, I realize you probably got your answer already, but wanted to leave one here in case you didn’t (and for anyone else): We do indeed support TREB, so if you’re at that MLS you’re good to go. We’re a vendor there, so just ask to “set up a RETS feed with SimplyRETS”, and you’ll be all set.
Thanks again!
– Cody
Hey @pixaque – good question! It’s currently hard-coded to 1,000 in the plugin code, so it’s no directly available to change via an admin or short-code setting. But, it is right here in the code for reference.
Do you think 100 makes more sense, generally, than 1000? Is it specifically for rentals or anything like that? I’ll definitely get some feedback put in to our team!
– Cody
Hey @okragly – thanks for the ticket, and really sorry for the slow reply here.
I believe we’ve talked about this in another thread, but the issue seems to be an issue with the “prettyPhoto” plugin coming from the theme. It is causing a syntax error in one of the SimplyRETS functions by injecting invalid quotations:
".This seems like something that should be fixed in the theme – since it works _without_ prettyPhoto. But that said, if anyone else comes across this, please do leave a comment here so we’re aware.
Thanks again!
- This reply was modified 8 years, 6 months ago by SimplyRETS. Reason: Add tags
Forum: Plugins
In reply to: [SimplyRETS Real Estate IDX] How do I remove all rentals from search results?Hey @samwilcox — that’s a good question.
The best way to exclude only rentals from your search would be specify all of the _other_ property types in the short-code, and exclude Rentals. For example:
[sr_listings type=”Residential; Condo; …”] (no “Rental”).
The same can be done on the search form, and this should answer your second question as well. You can use the [sr_search_form] short-code with filters on it directly. So, to default the search form to a particular property type, you could do:
[sr_search_form type=”Condo”]
Is that about what you’re looking for? Hope it helps!
– Cody
- This reply was modified 9 years, 1 month ago by SimplyRETS.