Title: agentevolution's Replies - page 39 | 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 - 571 through 585 (of 910 total)

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Agent not showing](https://wordpress.org/support/topic/agent-not-showing/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/agent-not-showing/#post-5414694)
 * It’s only available in Genesis. It requires the Genesis Agent Profiles plugin
   and the Posts 2 Posts plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Font Size](https://wordpress.org/support/topic/font-size-79/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/font-size-79/#post-5409733)
 * Using custom CSS (adjust as needed):
 *     ```
       .content-sidebar .wplistings-single-listing .listing-meta li {font-size: 14px;}
       .content-sidebar .wplistings-single-listing .listing-meta li.listing-price {font-size: 16px;}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Wp listing template](https://wordpress.org/support/topic/wp-listing-template/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/wp-listing-template/#post-5395215)
 * The included templates are compatible with a majority of WP themes, but are not
   guaranteed to work with every theme out of the box. You may need to customize
   the included single-listing.php template to work best with your theme. To customize
   just copy the file from the plugin into your theme folder and make the necessary
   changes.
 * There is no premium plugin version available.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Listing Banner Miss Aligned](https://wordpress.org/support/topic/listing-banner-miss-aligned/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/listing-banner-miss-aligned/#post-5400702)
 * There is no lightbox in the plugin. You must rely on a third party plugin, such
   as the Carousel feature in the [Jetpack](http://jetpack.me/) plugin.
 * Looks like you’ve added some custom CSS for the alignment on that listing. Just
   adjust your top and left number to position it where you want.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] pagination on listings page](https://wordpress.org/support/topic/pagination-on-listings-page/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/pagination-on-listings-page/#post-5399906)
 * The default display uses archive templates to display all listings. The archive
   page would be [http://www.yourdomain.com/listings/](http://www.yourdomain.com/listings/)(
   or whatever slug you have defined in the plugin settings.)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] can't remove status](https://wordpress.org/support/topic/cant-remove-status/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-remove-status/#post-5095763)
 * There is already a filter for property types. You can see it in the file class-/
   includes/taxonomies.php. It’s basically:
 *     ```
       add_filter( 'wp_listings_default_property_type_terms', 'custom_default_property_type_terms' );
       function custom_default_property_type_terms() {
       	$property_type_terms = array();
       	return $property_type_terms;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] pagination on listings page](https://wordpress.org/support/topic/pagination-on-listings-page/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/pagination-on-listings-page/#post-5399889)
 * There is a limit parameter on the shortcode. If you want pagination, use the 
   archive templates, not the shortcode.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Agent Profiles] Profiles do not display properly on mobile device](https://wordpress.org/support/topic/profiles-do-not-display-properly-on-mobile-device/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/profiles-do-not-display-properly-on-mobile-device/#post-5049818)
 * I see. Just add !important after those declarations:
 *     ```
       @media (max-width: 480px) {
       .archive-aeprofiles .agent-wrap {
       	float: none !important;
       	width: 100% !important;
       }
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] I can't delete or rename your status entries.](https://wordpress.org/support/topic/i-cant-delete-or-rename-your-status-entries/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/i-cant-delete-or-rename-your-status-entries/#post-5391303)
 * If you don’t need them, you can just not use them. Otherwise, you’ll need to 
   use a filter in your theme. See previous forum post on this: [https://wordpress.org/support/topic/cant-remove-status?replies=7](https://wordpress.org/support/topic/cant-remove-status?replies=7)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Agent Profiles] Profiles do not display properly on mobile device](https://wordpress.org/support/topic/profiles-do-not-display-properly-on-mobile-device/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/profiles-do-not-display-properly-on-mobile-device/#post-5049816)
 * Anywhere in the CSS should work fine. Looking at your site, I don’t see that 
   code anywhere in the CSS.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Agent Profiles] Taxonomies and Meta keys](https://wordpress.org/support/topic/taxonomies-and-meta-keys/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/taxonomies-and-meta-keys/#post-5384205)
 * 1. You can use query strings to display posts in multiple terms with a search.
   Example:
    [http://www.yourdomain.com/?s=&post_type=aeprofiles&location=new-york&profession=agent](http://www.yourdomain.com/?s=&post_type=aeprofiles&location=new-york&profession=agent)
 * 2. You can look at the file /includes/class-aeprofiles.php to get the meta keys
   for all the custom meta fields. They all start with `_agent_` and are pretty 
   clear based on the field name. Example: `_agent_title` and `_agent_email` etc..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Show the Project Type description in the page](https://wordpress.org/support/topic/show-the-project-type-description-in-the-page/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/show-the-project-type-description-in-the-page/#post-5374580)
 * So then add it in the editor??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Listings Search Order in Drop Down](https://wordpress.org/support/topic/listings-search-order-in-drop-down/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/listings-search-order-in-drop-down/#post-5367854)
 * The taxonomy terms in the search widget are displayed based on the count – the
   number of listings in that term.
 * To change it to alphabetical, you’ll need to edit the widget in the plugin. In
   the file `class-listings-search-widget.php` edit line 39 and change the `orderby`
   parameter to `title`.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Show all posts](https://wordpress.org/support/topic/show-all-posts-5/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/show-all-posts-5/#post-5362550)
 * That setting only controls the archive page. If you’re viewing a taxonomy page
   you’ll need to add custom code from this previous thread:
    [https://wordpress.org/support/topic/archive-page-to-not-follow-blog-pages-show-at-most-setting?replies=7](https://wordpress.org/support/topic/archive-page-to-not-follow-blog-pages-show-at-most-setting?replies=7)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Disappear featured listings and search from the widget](https://wordpress.org/support/topic/disappear-featured-listings-and-search-from-the-widget/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/disappear-featured-listings-and-search-from-the-widget/#post-5362549)
 * 1. Update your version of WordPress. The current version is 4.0
    2. Verify that
   your theme supports a sidebar. You may need to customize the included templates
   to add a custom widget area.

Viewing 15 replies - 571 through 585 (of 910 total)

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