Title: agentevolution's Replies - page 46 | 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 - 676 through 690 (of 910 total)

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Issue with Features](https://wordpress.org/support/topic/issue-with-features/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/issue-with-features/#post-5143916)
 * They are not supposed to show up there because they are non-hierarchical, so 
   they are like tags, not like categories. Start typing in the field and the matching
   tags will appear in a dropdown.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] blurry images](https://wordpress.org/support/topic/blurry-images-9/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/blurry-images-9/#post-5153391)
 * Regenerate your thumbnails using one of these plugins:
    [https://wordpress.org/plugins/regenerate-thumbnails/](https://wordpress.org/plugins/regenerate-thumbnails/)
   [https://wordpress.org/plugins/ajax-thumbnail-rebuild/](https://wordpress.org/plugins/ajax-thumbnail-rebuild/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Sidebar appearing below listings content](https://wordpress.org/support/topic/sidebar-appearing-below-listings-content/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/sidebar-appearing-below-listings-content/#post-5152402)
 * Post a link to your site. Depending on the theme’s markup structure, you can 
   probably accomplish what you need with just CSS.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Display message if no search results returned](https://wordpress.org/support/topic/display-message-if-no-search-results-returned/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/display-message-if-no-search-results-returned/#post-5152378)
 * Yes. It’s possible. You’d need to modify the archive_listing_loop() function 
   inside archive-listing.php to include the if statement. It’s already there for
   non-Genesis themes and will display the theme’s content-none.php template if 
   it exists.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Agent Profiles] Number of Agents on Page / Layout](https://wordpress.org/support/topic/number-of-agents-on-page-layout/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/number-of-agents-on-page-layout/#post-5140692)
 * You are using the shortcode, which does not support columns. Only the archive
   page which you have here outputs in columns: [http://ibidrealestate.com/Our%20Team%20of%20Professionals/](http://ibidrealestate.com/Our%20Team%20of%20Professionals/)
 * For future requests, please post a new topic as this topic has been marked resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Issue with Details table](https://wordpress.org/support/topic/issue-with-details-table/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/issue-with-details-table/#post-5143760)
 * It uses CSS pseudo classes to color the rows. Using nth-child(even) it colors
   every even element with a different background color.
 * The Open House is deliberately hidden from the table, because it’s already displayed
   as an overlay on the image. But the code output is still counted in the even/
   odd count. You can unhide that field in the table by adding this bit of CSS to
   your theme:
 * `.wplistings-single-listing table tr.wp_listings_listing_open_house {display:
   block;}`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Issue with Details table](https://wordpress.org/support/topic/issue-with-details-table/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/issue-with-details-table/#post-5143678)
 * A URL would be infinitely more helpful than a screenshot.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Agent Profiles] Number of Agents on Page / Layout](https://wordpress.org/support/topic/number-of-agents-on-page-layout/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/number-of-agents-on-page-layout/#post-5140620)
 * Not at this time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Agent Profiles] Number of Agents on Page / Layout](https://wordpress.org/support/topic/number-of-agents-on-page-layout/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/number-of-agents-on-page-layout/#post-5140617)
 * You can create a custom template. Place your custom template in your theme’s 
   root folder and it will take precedence over the plugin’s included template.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Listing page returns 404](https://wordpress.org/support/topic/listing-page-returns-404/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/listing-page-returns-404/#post-5097551)
 * Those are not valid URL’s for the permalink structure output by the plugin. it
   would be url.com/taxonomy/term/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Listing page returns 404](https://wordpress.org/support/topic/listing-page-returns-404/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/listing-page-returns-404/#post-5097549)
 * So then you’re not getting a 404. Please post a new topic.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Listing page returns 404](https://wordpress.org/support/topic/listing-page-returns-404/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/listing-page-returns-404/#post-5097547)
 * Both archive and single listings are displaying on your site with no 404:
    [http://katythomsteam.com/listings/](http://katythomsteam.com/listings/)
   [http://katythomsteam.com/listings/9-hackett-court-poolesville-md-20837/](http://katythomsteam.com/listings/9-hackett-court-poolesville-md-20837/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Changing the order in which listings appear](https://wordpress.org/support/topic/changing-the-order-in-which-listings-appear/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-the-order-in-which-listings-appear/#post-5137943)
 * They’re ordered by published date, so just edit and change the date.
 * Or you can try a plugin like Post Types Order ([https://wordpress.org/plugins/post-types-order/](https://wordpress.org/plugins/post-types-order/))
   which claims to allow sorting via AJAX in the Admin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Square meters please](https://wordpress.org/support/topic/square-meters-please/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/square-meters-please/#post-5137413)
 * This has already been answered in the sticky thread: [http://wordpress.org/support/topic/change-labels](http://wordpress.org/support/topic/change-labels)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Add Media Button Doesnt Work](https://wordpress.org/support/topic/add-media-button-doesnt-work-7/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/add-media-button-doesnt-work-7/#post-5076626)
 * Marking as resolved.

Viewing 15 replies - 676 through 690 (of 910 total)

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