agentevolution
Forum Replies Created
-
Forum: Plugins
In reply to: [IMPress Listings] Recaptcha errorPlease be sure of the following:
1. The site key and secret key are different; they should both be listing on your Google account in https://www.google.com/recaptcha
2. Please be sure you have a precise match on the domain where your WP is being hosted and your Google key setup. if you’re on a temp domain for WP right now; that could be causing the error.
Forum: Plugins
In reply to: [IMPress Listings] Tab titlesProviding assistance for this level of customization is outside the scope of support. However, I can tell you that the file you need (via ftp) is in /wp-content/plugins/wp-listings/includes/views/single-listing.php.
If you search that file for Video / Virtual Tour you should be able to find the line (98) that you need to change to get the desired results.
Forum: Plugins
In reply to: [IMPress Listings] Can not create a custom templateProviding assistance with custom theme templates is outside the scope of support. However, IDX Broker does have developer partners that could help with this:
Forum: Plugins
In reply to: [IMPress Listings] Pagination?The system should paginate and provide a “Next” link for the next 9 listings. Please provide a link to your listings page and we can look into this further.
Forum: Plugins
In reply to: [IMPress Listings] Sample XML with Listings?You have a couple of options for obtaining an XML file. You could use our API to create an XML file of featured listings or you can use the IDX Broker XML file.
API: http://middleware.idxbroker.com/docs/api/overview.php
IDX Broker: In the IDX Control Panel go to Designs -> Pages and scroll to the bottom.
Forum: Plugins
In reply to: [IMPress Listings] Do not Have Search WidgetWe would be unable to access that link as it requires additional permission. You can take a screen shot and add it to this post if you like; or, you can provide a link to the page on which the widget resides.
Forum: Plugins
In reply to: [IMPress Listings] Custom DescriptionsYes. In WordPress you would go to Listings -> Listings and click edit next to the listing you’d like to update. You can change a great deal of information there.
Forum: Plugins
In reply to: [IMPress Listings] Status Keeps Changing From “Sold” to “Contingent”Please provide the website address on the IDX Broker account; along with links to the two “sold” listings and we can look into this for you.
Forum: Plugins
In reply to: [IMPress Listings] Changing shortcode.phpWhat theme are you using and what version of Equity (Equity -> Theme Settings)?
Forum: Plugins
In reply to: [IMPress Listings] All Property TypesThe above referenced code is in the file /includes/class-featured-listings-widget.php at around line 106.
Forum: Plugins
In reply to: [IMPress Listings] disable the photo tab in some listingTry the following CSS to hide that tab:
li.ui-state-default:nth-child(3){
display:none;
}Forum: Plugins
In reply to: [IMPress Listings] Show listings in a ‘list view’We don’t currently provide the ability to show the listings in a list view as you mentioned. However, I did put an enhancement request in to see if that’s something we can add. Thank you for the input.
The feature request in and it is pending review by the plugin developer team. If accepted it will be in future release to the plugin but we don’t have an ETA as to when it will be available.
You could build this functionality out using the IDX Broker API for the featured listings method to get the fullDetailsURL from the return but this is not something that the plugin currently does. I can enter a request to add this feature.
Forum: Plugins
In reply to: [IMPress Listings] Do not Have Search WidgetYou can use the built in WordPress search widget or another plugin like Search WP to make these searchable. There currently is not a search widget included with this plugin.