Title: agentevolution's Replies - page 29 | 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 - 421 through 435 (of 910 total)

[←](https://wordpress.org/support/users/agentevolution/replies/page/28/?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)…
[28](https://wordpress.org/support/users/agentevolution/replies/page/28/?output_format=md)
29 [30](https://wordpress.org/support/users/agentevolution/replies/page/30/?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/30/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Property Search Re-orders automatically](https://wordpress.org/support/topic/property-search-re-orders-automatically/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/property-search-re-orders-automatically/#post-6419719)
 * It is ordered by how many listings are in that taxonomy, not popularity.
 * You’d need to edit the file /includes/class-listings-search-widget.php at line
   39 and change the orderby parameter to title:
 * `$terms = get_terms( $tax, array( 'orderby' => 'title', 'order' => 'DESC', 'number'
   => 100, 'hierarchical' => false ) );`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] changing labels](https://wordpress.org/support/topic/changing-labels/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/changing-labels/#post-6380396)
 * Anything in the column 2 should display without issue. A recent change to support
   schema.org markup affected items in column 1 and we are working on a fix for 
   this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] single listing default template not working](https://wordpress.org/support/topic/single-listing-default-template-not-working/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/single-listing-default-template-not-working/#post-6378641)
 * Yes, the included single listing template will carry over styles from your theme.
   However the premium single listing templates are designed to override all default
   theme styles.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Search/Archive Sort Order](https://wordpress.org/support/topic/searcharchive-sort-order/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/searcharchive-sort-order/#post-6363967)
 * The price is in a custom field on each individual listing. However to sort by
   price would require some logic to be built into the archive page that would remove
   dollar signs and commas from the price then sort. You may want to contact a developer
   to write that code for you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Single listing tab order](https://wordpress.org/support/topic/single-listing-tab-order/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/single-listing-tab-order/#post-6362320)
 * Copy the single-listing.php to your theme folder, then edit it to move the code
   for the Photos section so it is first.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Adjust Display Width of Listings](https://wordpress.org/support/topic/adjust-display-width-of-listings/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/adjust-display-width-of-listings/#post-6336323)
 * That CSS only applies to single listing pages. For archive pages use:
 *     ```
       .archive-listing .site-content {
       width: 960px;
       margin: 0 auto;
       padding: 0 20px;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Contact form](https://wordpress.org/support/topic/contact-form-135/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/contact-form-135/#post-6331271)
 * On each individual listing there is a field to enter a shortcode for a form.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Widget To Big Images / disable not used propertys](https://wordpress.org/support/topic/widget-to-big-images-disable-not-used-propertys/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/widget-to-big-images-disable-not-used-propertys/#post-6320286)
 * 1. You would need to customize it using CSS to display how you want in your theme.
 * 2. You can hide the address fields using CSS – or just enter the information 
   on the listing so it displays the address.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Content & shortcode in archive template](https://wordpress.org/support/topic/content-shortcode-in-archive-template/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/content-shortcode-in-archive-template/#post-6311289)
 * You would need to edit the archive template file itself. The archive pages are
   automatically generated on the front-end and are not directly editable.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] WP Listings plug-in, Add Media button will not work](https://wordpress.org/support/topic/wp-listings-plug-in-add-media-button-will-not-work/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years ago](https://wordpress.org/support/topic/wp-listings-plug-in-add-media-button-will-not-work/#post-6087760)
 * Deactivate all other active plugins as it is likely a plugin conflict.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Agent Profiles] WP ver 4.1.1 Twenty Fourteen-Child theme](https://wordpress.org/support/topic/wp-ver-411-twenty-fourteen-child-theme/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/wp-ver-411-twenty-fourteen-child-theme/#post-5998001)
 * As said in the plugin description, “This plugin creates a real estate agent directory
   for **Genesis child themes**.” So, yes, you must have Genesis installed and be
   using a Genesis theme.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Photo gallery bug](https://wordpress.org/support/topic/photo-gallery-bug/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/photo-gallery-bug/#post-5910946)
 * You’re not using the gallery shortcode. They are just plain images. Use the gallery
   shortcode instead.
 * Click Add Media, click Insert Gallery, select your images, and insert.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Photo gallery bug](https://wordpress.org/support/topic/photo-gallery-bug/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/photo-gallery-bug/#post-5910943)
 * **Some photo gallery plugins may not work in a tabbed container. See this post
   for more info: [https://wordpress.org/support/topic/alternative-to-jetpack-carousel-for-image-gallery?replies=1](https://wordpress.org/support/topic/alternative-to-jetpack-carousel-for-image-gallery?replies=1)**
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Change State & Zip to Prov & PCode](https://wordpress.org/support/topic/change-state-zip-to-prov-pcode/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/change-state-zip-to-prov-pcode/#post-5989515)
 * Copy the single-listing.php file from the plugin’s /includes/views/ folder to
   your theme folder, then edit the listing details section at around line 113.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Taxonomies not Showing Up in Widget Area](https://wordpress.org/support/topic/taxonomies-not-showing-up-in-widget-area/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/taxonomies-not-showing-up-in-widget-area/#post-5947290)
 * The taxonomies need to have listings associated with them for them to show up
   in the widget for selection.

Viewing 15 replies - 421 through 435 (of 910 total)

[←](https://wordpress.org/support/users/agentevolution/replies/page/28/?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)…
[28](https://wordpress.org/support/users/agentevolution/replies/page/28/?output_format=md)
29 [30](https://wordpress.org/support/users/agentevolution/replies/page/30/?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/30/?output_format=md)