agentevolution
Forum Replies Created
-
Forum: Plugins
In reply to: [IMPress Listings] Archive Settings > Archive Intro TextThe setting is applied to the listings page: http://domain.com/listings/
However, since each individual listing is it’s own WP page; that setting would not also be applied to those pages. The search works since it’s based on the /listings page.
Forum: Plugins
In reply to: [IMPress Listings] Recipient of listing inquiryBy default; the emails are sent to the admin in wp-admin.
Forum: Plugins
In reply to: [IMPress Listings] Search Results Header PictureI’m not seeing a background other than what is on the core site. Please let us know if you still see the issue and if possible provide a screenshot with further details.
What version of PHP are you running? While WordPress recommends running PHP 7, we recommend running at least PHP 5.6. You may contact your web host to have them upgrade your version of PHP. That should eliminate this error message.
Forum: Plugins
In reply to: [IMPress Listings] Beautiful Theme for IMPress ListingsI’m probably a bit bias on this; however, I would look at the themes available on http://www.agentevolution.com as they are built to integrate with IDX Broker. Regarding videos; check out either learn.agentevolution.com or learn.idxbroker.com for some excellent resources.
Forum: Plugins
In reply to: [IMPress Listings] Impress listing is displaying vertically for me tooProviding assistance with custom CSS is outside the scope of support. However, I can tell you that the CSS you mentioned is a direct path to that specific element; which may not exist on your install. You might try being a little less specific. For example, if I wanted to change the width of the contact form on your page; I could use the following:
#listing-contact {
width: 20%;
}Forum: Plugins
In reply to: [IMPress Listings] Short Code Question – multiple statuses?We don’t currently provide a way to list multiple terms via the short code.
The search widget searches the listing addresses and statuses. What site are you experiencing this issue on.
- This reply was modified 9 years, 5 months ago by agentevolution.
Forum: Plugins
In reply to: [IMPress Listings] The IMPress Listing widget is displaying verticallyYou can try adding this css to your custom css
div#listings-search-2 > form > select { width: 25%; }Forum: Plugins
In reply to: [IMPress for IDX Broker] Code error on siteLog into your cpanel with Hostgator and use the file manager to delete the plugin. Then add the plugin again from within the Plugins -> Add new section or download from here again. This should resolve the issue for you.
Forum: Plugins
In reply to: [IMPress Listings] Multiple Statuses In ShortcodeFor that you would need to use different shortcodes to handle that.
Forum: Plugins
In reply to: [IMPress Listings] Search Results Background PictureRemove the following from your URL string to resolve the issue:
s=&
Forum: Plugins
In reply to: [IMPress Listings] Multiple Statuses In Shortcode[listings] will show all of the listings and if you want to limit this to show a certain amount or control how many columns are shown you can expand on that shortcode.
limit
= limit the number of posts to show, defaults to all
columns
= display output in columns, accepts values 2-6, default is 1 column[listings limit="12" columns="3"]for example.- This reply was modified 9 years, 5 months ago by agentevolution.
Forum: Plugins
In reply to: [IMPress Listings] Not showing all idx listingsIf the listing is displayed within your IDX Broker account under Listings -> Active (https://middleware.idxbroker.com/mgmt/listingsactive.php) then a quick refresh of the IDX Plugin and clearing caches should make those listings available to be imported. The plugin does not import supplemental or sold/pending listings.
Some of the widgets do return “No Properties Found”; such as the Impress Featured Show Case Widget. Can you provide more detail as to which widget is returning empty?