Title: agentevolution's Replies - page 6 | WordPress.org

---

# agentevolution

  [  ](https://wordpress.org/support/users/agentevolution/)

 *   [Profile](https://wordpress.org/support/users/agentevolution/)
 *   [Topics Started](https://wordpress.org/support/users/agentevolution/topics/)
 *   [Replies Created](https://wordpress.org/support/users/agentevolution/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/agentevolution/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/agentevolution/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/agentevolution/engagements/)
 *   [Favorites](https://wordpress.org/support/users/agentevolution/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 76 through 90 (of 910 total)

[←](https://wordpress.org/support/users/agentevolution/replies/page/5/?output_format=md)
[1](https://wordpress.org/support/users/agentevolution/replies/?output_format=md)
[2](https://wordpress.org/support/users/agentevolution/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/agentevolution/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/agentevolution/replies/page/5/?output_format=md)
6 [7](https://wordpress.org/support/users/agentevolution/replies/page/7/?output_format=md)…
[59](https://wordpress.org/support/users/agentevolution/replies/page/59/?output_format=md)
[60](https://wordpress.org/support/users/agentevolution/replies/page/60/?output_format=md)
[61](https://wordpress.org/support/users/agentevolution/replies/page/61/?output_format=md)
[→](https://wordpress.org/support/users/agentevolution/replies/page/7/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Display Multiple Property Types for one property in Archive Listing](https://wordpress.org/support/topic/display-multiple-property-types-for-one-property-in-archive-listing/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/display-multiple-property-types-for-one-property-in-archive-listing/#post-9337106)
 * The shortcode does not use a template – It is a shortcode.
 * You would need to modify the /includes/shortcodes.php file – which will be overwritten
   in a plugin update.
 * The wiser choice would be to make your own custom shortcode by copying that code
   from the /includes/shortcodes.php file and copying to your theme’s functions.
   php or a custom plugin, then changing the shortcode name and any other custom
   code. Bear in mind, this level of customization is not supported.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Display Multiple Property Types for one property in Archive Listing](https://wordpress.org/support/topic/display-multiple-property-types-for-one-property-in-archive-listing/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/display-multiple-property-types-for-one-property-in-archive-listing/#post-9336657)
 * Your version of the archive-listing.php is a custom template. Verify your theme
   is actually using that template.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] putting a white background in the listings](https://wordpress.org/support/topic/putting-a-white-background-in-the-listings/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/putting-a-white-background-in-the-listings/#post-9333598)
 * Closing for duplicate: [https://wordpress.org/support/topic/putting-a-white-background-in-the-listings-2/](https://wordpress.org/support/topic/putting-a-white-background-in-the-listings-2/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] putting a white background in the listings](https://wordpress.org/support/topic/putting-a-white-background-in-the-listings-2/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/putting-a-white-background-in-the-listings-2/#post-9333595)
 * Copy the contents of /includes/scss/wp-listings-single.scss to your theme’s style.
   css and modify to your needs.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Currency Symbol space](https://wordpress.org/support/topic/currency-symbol-space/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/currency-symbol-space/#post-9333586)
 * This is because your theme is trying to apply styling to the empty HTML element.
   You can use CSS to hide the element.
 * `.listing span.currency-symbol {display: none;}`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Customization](https://wordpress.org/support/topic/customization-75/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/customization-75/#post-9333579)
 * Yes, copy the contents of /includes/scss/wp-listings-single.scss to your theme’s
   style.css and modify to your needs.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Display Multiple Property Types for one property in Archive Listing](https://wordpress.org/support/topic/display-multiple-property-types-for-one-property-in-archive-listing/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/display-multiple-property-types-for-one-property-in-archive-listing/#post-9333414)
 * This has been tested and still works in the latest version of the plugin. Verify
   you theme is actually using your custom template.
 * This plugin will help you do that: [https://wordpress.org/plugins/show-current-template/](https://wordpress.org/plugins/show-current-template/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Share listings across multiple sites](https://wordpress.org/support/topic/share-listings-across-multiple-sites/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/share-listings-across-multiple-sites/#post-9333360)
 * This is not specific to IMPress Listings and is not supported.
 * Some options from the WordPress community include:
    [https://wordpress.org/plugins/multisite-post-duplicator/](https://wordpress.org/plugins/multisite-post-duplicator/)–
   for duplicating posts on sites within a multisite network Native XML export/import
   function – [https://codex.wordpress.org/Importing_Content#WordPress](https://codex.wordpress.org/Importing_Content#WordPress)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Map coordinates are not being imported](https://wordpress.org/support/topic/map-coordinates-are-not-being-imported/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/map-coordinates-are-not-being-imported/#post-9333060)
 * 1. The importer will not import listings coordinates, since they are not available
   in the clients/featured API return. However, if using the Equity framework, an
   exclusive API is used that does allow for this.
 * 2. There are a few possible reasons for this: no featured image available, featured
   image in invalid format, process timed out, etc. More information on the IDX 
   account/MLS used and the listing IDs with this issue to determine the exact cause.
 * 3. Same as above, there are several possible reasons for this and more information
   on the IDX account/MLS being used and the listing IDs with the issue would be
   needed to troubleshoot further.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Issue activating the plugin](https://wordpress.org/support/topic/issue-activating-the-plugin/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/issue-activating-the-plugin/#post-9329419)
 * If that’s the case, then some things don’t add up.
 * So we can troubleshoot this further, please install this diagnostic plugin: [https://wordpress.org/plugins/system-snapshot-report/](https://wordpress.org/plugins/system-snapshot-report/)
 * Once installed, go to Tools > Snapshot, then copy and paste your results here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Issue activating the plugin](https://wordpress.org/support/topic/issue-activating-the-plugin/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/issue-activating-the-plugin/#post-9327726)
 * Your version of PHP does not support namespaces which causes this type of error.
   Contact your web host and have them update to at least PHP 5.4, with PHP 7 recommended.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Agents] Agents Icon Size](https://wordpress.org/support/topic/agents-icon-size/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/agents-icon-size/#post-9277739)
 * Apologies, if we’re talking about the archive page, the file to edit is /includes/
   views/archive-employee.php and the line is 44. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Agents] Agents Icon Size](https://wordpress.org/support/topic/agents-icon-size/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/agents-icon-size/#post-9277527)
 * The plugin generates a more rectangular featured image size, since most headshots
   are not square.
 * To change that, you’ll need to edit the plugin file /includes/views/single-employee.
   php
 * Change line 23 from this:
    `$thumb_url = wp_get_attachment_image_src($thumb_id,'
   employee-full', true);`
 * To this:
    `$thumb_url = wp_get_attachment_image_src($thumb_id, 'thumbnail', true);`
 * To make sure your edits do not get overridden in a plugin update copy the single-
   employee.php file to your theme folder.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Agents] Option to sort](https://wordpress.org/support/topic/option-to-sort/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/option-to-sort/#post-9228596)
 * Have a look at this plugin to order posts – [https://wordpress.org/plugins/post-types-order/](https://wordpress.org/plugins/post-types-order/)
   
   It’s drag and drop, but you’re pretty much limited in options as far as that 
   goes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Clone or Duplicate Listings](https://wordpress.org/support/topic/clone-or-duplicate-listings/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/clone-or-duplicate-listings/#post-9171724)
 * There is a wonderful plugin that will let you do exactly that: [https://wordpress.org/plugins/duplicate-post/](https://wordpress.org/plugins/duplicate-post/)

Viewing 15 replies - 76 through 90 (of 910 total)

[←](https://wordpress.org/support/users/agentevolution/replies/page/5/?output_format=md)
[1](https://wordpress.org/support/users/agentevolution/replies/?output_format=md)
[2](https://wordpress.org/support/users/agentevolution/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/agentevolution/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/agentevolution/replies/page/5/?output_format=md)
6 [7](https://wordpress.org/support/users/agentevolution/replies/page/7/?output_format=md)…
[59](https://wordpress.org/support/users/agentevolution/replies/page/59/?output_format=md)
[60](https://wordpress.org/support/users/agentevolution/replies/page/60/?output_format=md)
[61](https://wordpress.org/support/users/agentevolution/replies/page/61/?output_format=md)
[→](https://wordpress.org/support/users/agentevolution/replies/page/7/?output_format=md)