agentevolution
Forum Replies Created
-
Forum: Plugins
In reply to: [IMPress Listings] Problem with url being 404Can you refresh your permalink settings by going to Settings > Permalinks and clicking Save?
Forum: Plugins
In reply to: [IMPress Listings] Can’t click listingCan you try to refresh your permallinks by going to Settings > Permalinks and clicking Save.
Forum: Plugins
In reply to: [IMPress Listings] Featured listing widgetYes, you can create your own taxonomy under Listings –> Register Taxonomy.
Then when you create a listing atleast using Classic Editor the new taxonomy will be on the right hand side which you can then specify a specific value for and save changes.From there you can use the Impress shortcodes to display properties based on that specific taxonomy and term in which you specified.
Shortcode docs: https://learn.agentevolution.com/lesson/impress-listings-shortcodes/Forum: Plugins
In reply to: [IMPress Listings] Custom Property Fieldshttps://developers.idxbroker.com/lesson/advanced-fields-with-impress-listings/
The above lesson should help.
You can always change the property field labels using JS as well.
Forum: Plugins
In reply to: [IMPress Listings] import csv file?John, There is not an option via the UI to do this and looking at the DB structure after adding a listing manually it wouldn’t be easy to import them using WP Post.
Some listing data is stored in wp_posts table and the rest of the advanced fields are in postmeta table.
Advanced field for each listing is stored within _advanced_fields and some of the other data is stored in a unique meta field.
Forum: Plugins
In reply to: [IMPress Listings] Problems with Plugin and Genesis FrameworkDo you have a copy of the genesis framework that you could email to developers@idxbroker.com so we can use for testing?
Forum: Plugins
In reply to: [IMPress Listings] SIdebarIf you edit each listing and go down near the bottom you will see a section titled Layout Settings and in there you can specify whether each listing is full width or has a sidebar on the left or right hand side.
There are other ways as well but that would probably be easiest for you since I only see one listing currently: https://oneworld-realty.com/listings/
Forum: Plugins
In reply to: [IMPress Listings] Add Search like in Demohttps://support.idxbroker.com/support/s/article/Shortcodes-IMPress-IDX-Broker
Example Shortcode: [idx-omnibar styles=”1″ extra=”1″ min_price=”1″ ]
Forum: Plugins
In reply to: [IMPress for IDX Broker] API connection error on the siteDebbie,
What is the domain name for your IDX Broker account?
Forum: Reviews
In reply to: [IMPress Listings] This is a very nice free plug-in for real estate listings!Hi,
It emails whoever the author of the listing is.
What is the email address of that author?Can you send me a link to the listing you are referring to?
I did just test myself and it did work….what version of Impress Listings are you using and PHP just in case?
Forum: Plugins
In reply to: [IMPress Listings] Import Limits or Maximum Number of ListingsNo, Impress Listings will only import listings when your client is the primary listing agent.
Forum: Reviews
In reply to: [IMPress Listings] Need improvement in front-end designThis is a free plug-in for a reason, however you can always create your own layouts for the front end if you would like.
The plug-in is also open source so you are more then welcome to pay a developer to build all of the features that you want: https://github.com/agentevolution/wp-listings .
Forum: Plugins
In reply to: [IMPress Listings] Order@media (min-width: 1024px)
.listing, .listing-wrap {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 80% !important;
float: right;
margin: 0px;
}Change the CSS to float left and it does resolve it.
Forum: Plugins
In reply to: [IMPress Listings] email, sorting, $$1. This is based on the email for the author of the listing and can be changed by editing the user account.
2. Do you have an example of where this is occurring?
3. You can use a third party plug-in such as: https://wordpress.org/plugins/post-types-order/
Forum: Plugins
In reply to: [IMPress Listings] How to change the listing inquiry email address?It should be based on the email for the author of the listing.