agentevolution
Forum Replies Created
-
Forum: Plugins
In reply to: [IMPress Listings] No Tabs?You could try contacting the theme author and inquire as to why there is a conflict with the jQuery UI tabs script packaged with WordPress.
Forum: Plugins
In reply to: [IMPress Listings] No Tabs?Your issue is actually due to a javascript conflict. Deactivate all other active plugins, then reactivate one-by-one to determine which one is causing the conflict.
Forum: Plugins
In reply to: [IMPress Listings] No Tabs?Can you provide a link to your site? Also be sure you do not have a single-listing.php template already in your theme as this would be overriding the included template.
Forum: Plugins
In reply to: [IMPress Listings] Can’t Select Featured ImagesCan you add a featured image to a standard WordPress post? If not, then it’s not an issue with the plugin.
Forum: Plugins
In reply to: [IMPress Agents] Missing Archive SettingsThe Archive Settings page is only available if you are using the Equity or Genesis theme frameworks.
Forum: Plugins
In reply to: [IMPress for IDX Broker] Cannot import listings and agentsWith WordPress 4.6 you will need to use the latest version of the IDX Broker plugin
Forum: Plugins
In reply to: [IMPress Listings] IM Press Listings breaking site with WP 4.6The plugin is compatible with WP 4.6, so this is likely an issue unrelated to the plugin. Please post the actual error message you are receiving and a link to your site if possible.
Forum: Plugins
In reply to: [IMPress Listings] Fatal Error when activating pluginThis is occurring because the PHP version on your 1and1 site is not at least PHP 5.3. You will need to upgrade your version of PHP with your hosting provider to resolve the issue.
Forum: Plugins
In reply to: [IMPress Agents] BlogYou will need to add some css to remove this.
time.entry-time { display: none; }Forum: Plugins
In reply to: [IMPress Agents] Make Agents sortableThat is strange. We’re not getting the same behavior here. It’s showing the drag and drop ability as expected. Can you try using an alternate browser?
Forum: Plugins
In reply to: [IMPress Listings] Update Property Detail pageThe brilliant thing about this plugin is you can customize the templates however you choose. Just copy the single-listing.php from the plugin’s /includes/views/ folder into your theme and that will be used instead of the included template and will not be overwritten in plugin updates.
Forum: Plugins
In reply to: [IMPress Listings] how to change the word "Listing" on the Listings pageCopy the archive-listing.php into your theme folder and customize the section that outputs the page title:
if ( !isset($object->label) ) { $title = '<h1 class="archive-title">' . $object->name . '</h1>'; } else { $title = '<h1 class="archive-title">' . get_bloginfo('name') . ' Listings</h1>'; }Hint: It’s based on the post type name. So either hard code it or fork the plugin and change the post type name.
Forum: Plugins
In reply to: [IMPress Agents] Make Agents sortableI’m not sure where you’re seeing the grey x out circle. This is what you should be seeing in the Connected Employees box. https://cl.ly/2u1w401w0y1C When hovering, you get a drag and drop icon to move it.
Forum: Plugins
In reply to: [IMPress Agents] Make Agents sortableIt’s using the Posts 2 Posts plugin. When you connected them, in the Connected Employees widget on the listing edit screen, if you hover over an Agent it will give you the option to drag and drop the order of those Agents. That order is then displayed on the front end.
Forum: Plugins
In reply to: [IMPress Agents] Make Agents sortableAfter our developers tested this further, it actually does work as expected and you can drag and drop the order of connected Agents on a listing and they will display on the listing in that order.