agentevolution
Forum Replies Created
-
Forum: Plugins
In reply to: [IMPress Listings] Import listings by Brokerage instead of single agent?The only listings available for import are what you have for your featured listings in IDX. You account may have these set to Agent ID’s instead of Office ID. You can change this in the IDX Broker Dashboard under, Preferences > Featured ID’s > and change to Office ID’s.
Forum: Plugins
In reply to: [IMPress Listings] Showing request form not workingThe default form entries are sent to the email address of the author of the listing. Confirm that listing has an author assigned to it and that you have access to that email address.
Secondly, if you fill out the form using an email address that is already in your IDX account as a lead, a new lead is not created; Instead, a note is added to the lead. Looking at your IDX account, I see a note added today for a particular lead (https://middleware.idxbroker.com/mgmt/leadnotes.php?id=80), which I suspect is the one you are testing.
Forum: Plugins
In reply to: [IMPress Listings] sort the listings by priceListings are sorted by the order they are entered. To sort them you can use another plugin: https://wordpress.org/plugins/post-types-order/ to enable a drag and drop sorting method to change the order they are displayed.
Can you provide a link to your site so we can look into this further?
Forum: Plugins
In reply to: [IMPress for IDX Broker] Fatal ErrorThe issue you are reporting is with your theme’s framework based on the error message. You should reach out to your theme provider for further assistance with this.
You must have listings assigned to a taxonomy for them to be visible in the search widget.
Forum: Plugins
In reply to: [IMPress Listings] call listing fields to custom templateAll listing data is stored in the post meta table. You can see where all the field names are registered in /includes/class-listings.php
And you can see how they are retrieved in the /includes/views/single-listing.php fileForum: Plugins
In reply to: [IMPress Listings] Change size fields to m2To change this, you will need to modify the included single-listing.php template file. Copy the file from the plugin’s /includes/views/ folder into your theme or child theme folder. Once you’ve copied to your theme, edit the file and locate the text Sq Ft and change to m2 and save. By copying the template file to your theme it will not be overwritten in future plugin updates.
Forum: Plugins
In reply to: [IMPress Listings] 404 Not FoundYou need to refresh your permalinks by going to Settings -> Permalinks and clicking the save changes button. This should force WordPress to reset those and include the listing post types as well.
Forum: Plugins
In reply to: [MapPress Maps for WordPress] PHP 7 CompatibilityWe believe it is a false positive given that in testing it has worked without issue.
Forum: Plugins
In reply to: [MapPress Maps for WordPress] PHP 7 CompatibilityWe have used this in a number of php7 installations without issue but in future versions of php 7.
Forum: Plugins
In reply to: [IMPress Listings] Remove Contact FormI’m sorry for the delayed response on this. You could add some CSS to Appearance -> Customize -> Additional CSS:
#listing-contact {
display: none;
}Forum: Plugins
In reply to: [IMPress Listings] Change size fields to m2I’m sorry for the delayed response to this. Can you provide a screen shot of the issue?
Forum: Plugins
In reply to: [IMPress Listings] Listings with blank pagesYou can create a listing under Listings -> Add New. If you leave all the data fields blank it will create an empty page. You would need to hide the Details tab with some custom CSS and then could use the regular editor to create the content you want. You could even remove the Description tab with CSS if you didn’t want the tab look. You can remove both with:
.ui-tabs-nav {
display: none;
}Forum: Plugins
In reply to: [IMPress Listings] Upgraded WordPress and lost all listingsThere are no known issues with listings on the latest version of WP. I would suggest the following:
1. If you have Equity installed…
A. Be sure it’s on the latest version
B. Make sure the approved domain with IDX Broker is set under Equity -> Theme Settings in the IDX Info section
C. Go to Tools -> Clear IDX Cache and clear all object cache2. Go to IDX Impress -> Initial Settings and Refresh the Plugin Options
If you don’t see the listings at this point you may need to re-import them. Be sure to check your API key under IDX Impress -> Initial Settings is a match to what you have on your IDX Account.