Title: agentevolution's Replies - page 26 | 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 - 376 through 390 (of 910 total)

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Tabbed images problem](https://wordpress.org/support/topic/tabbed-images-problem/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/tabbed-images-problem/#post-6765753)
 * Not sure exactly what you’re describing. Please post a link to a listing on your
   site.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Individual Listing Not Showing](https://wordpress.org/support/topic/individual-listing-not-showing/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/individual-listing-not-showing/#post-6582535)
 * Your theme is not clearing the header float. Add this CSS to your theme:
 *     ```
       section.content-area, div.content-area {
       clear: both;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Sub-menu's won't display with WP Listing](https://wordpress.org/support/topic/sub-menus-wont-display-with-wp-listing/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/sub-menus-wont-display-with-wp-listing/#post-6602392)
 * Doesn’t look like a js error because the html for the submenu is not even being
   output. I’d recommend checking your theme’s header.php to see what all is being
   called. The single listing template calls get_header() which should include everything
   needed for your header, including the menu and scripts. There may be some logic
   in your theme to display something different.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] translation problem](https://wordpress.org/support/topic/translation-problem-56/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/translation-problem-56/#post-6769423)
 * What specifically is not working? We will look into improving translations in
   the next version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Tabbed images problem](https://wordpress.org/support/topic/tabbed-images-problem/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/tabbed-images-problem/#post-6765718)
 * If you use the Carousel shortcode included in the free Jetpack plugin, it has
   a lightbox, specifically for photo galleries that works flawlessly. [http://jetpack.me/support/carousel/](http://jetpack.me/support/carousel/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] presentation problem](https://wordpress.org/support/topic/presentation-problem-1/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/presentation-problem-1/#post-6737942)
 * Yes, you may need a custom page template to remove the get_sidebar function that
   shows the sidebar.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] How can I remove the awkward space about the Featured Image?](https://wordpress.org/support/topic/how-can-i-remove-the-awkward-space-about-the-featured-image/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/how-can-i-remove-the-awkward-space-about-the-featured-image/#post-6758847)
 * 1. Your theme is adding all the extra space. You’ll need custom CSS to override
   that. Something like this:
 *     ```
       .single-listing h1,
       .single-listing .page-wrap,
       .single-listing .page-wrap .content-wrapper {
       margin-top: 0;
       padding-top: 0;
       }
       ```
   
 * 2. Yes, again with custom CSS. You can find the HTML element to change using 
   Inspect Element in your browser. Something like this:
    `.wplistings-single-listing.
   listing-image-wrap span.listing-status.active {color: rgba(0,0,0,.7);}
 * 3. You can hide it with CSS:
    `.listing-lot-sqft {display: none;`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Can I follow instructions on your site to connect WP-LISTINGS to AGENT PROFILES](https://wordpress.org/support/topic/can-i-follow-instructions-on-your-site-to-connect-wp-listings-to-agent-profiles/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/can-i-follow-instructions-on-your-site-to-connect-wp-listings-to-agent-profiles/#post-6763156)
 * Yes, this is for an older version, before WP Listings was released. If you have
   WP Listings and Genesis Agent Profiles, the two will connect – AgentPress Listings
   is not needed. You just need to install the Posts 2 Posts plugin ([https://wordpress.org/plugins/posts-to-posts/](https://wordpress.org/plugins/posts-to-posts/))
   to connect the listings and the agent profiles.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Nothing Found](https://wordpress.org/support/topic/nothing-found-17/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/nothing-found-17/#post-6712579)
 * Change to pretty permalinks like /%postname%/ and not the default.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Search in archive-listing.php](https://wordpress.org/support/topic/search-in-archive-listingphp/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/search-in-archive-listingphp/#post-6709698)
 * You would want to edit the archive-listing.php file included in the plugin’s /
   views/ folder. Copy it to your theme folder so it doesn’t get overwritten in 
   an update.
 * At the top of the template, before the content is output, just call the widget
   with with [the_widget()](https://codex.wordpress.org/Function_Reference/the_widget).
   The search widget’s class name is `WP_Listings_Search_Widget`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] No Data Returned](https://wordpress.org/support/topic/no-data-returned/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/no-data-returned/#post-6703315)
 * Make sure both match including any www before the domain name.
    e.g. [http://www.yourdomain.com](http://www.yourdomain.com)
   and [http://yourdomain.com](http://yourdomain.com) are not the same
 * Also the IDX account URL should not have a trailing slash.
    e.g. This: [http://yourdomain.com](http://yourdomain.com)
   not this [http://yourdomain.com/](http://yourdomain.com/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Filter or Sort by?](https://wordpress.org/support/topic/filter-or-sort-by/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/filter-or-sort-by/#post-6690405)
 * The only way to search at this point is a filter by taxonomy terms (i.e. property-
   type). This is what the search widget uses.
 * We are working on improving the search in a future version to allow for more 
   search parameters and advanced filtering.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Missing something simple](https://wordpress.org/support/topic/missing-something-simple/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/missing-something-simple/#post-6700118)
 * 1. For the thumbnail you need to set a featured image for the listing.
 * 2. The search bar and “sitemap” is coming from your theme. You’ll need to use
   a custom template formatted for your theme to remove the get_sidebar() function.
 * The next version of the plugin will also have a custom wrapper function so it
   works with a wider variety of theme structures and may help in this case to not
   display your theme’s extra content.
 * 3. The next version of the plugin will also include a field to display a default
   text or shortcode instead of the listing inquiry.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Fatal Error](https://wordpress.org/support/topic/fatal-error-1857/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-1857/#post-6687645)
 * If you’ve deactivated the plugin properly, it should not be trying to load any
   widgets from the plugin. Delete the plugin folder via FTP.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Remove default status and property types categories](https://wordpress.org/support/topic/remove-default-status-and-property-types-categories/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/remove-default-status-and-property-types-categories/#post-6680456)
 * The code still works. Just use these filters added to your theme’s functions.
   php:
 *     ```
       add_filter( 'wp_listings_default_status_terms', 'my_remove_default_terms' );
       add_filter( 'wp_listings_default_property_type_terms', 'my_remove_default_terms' );
       function my_remove_default_terms($terms) {
       	$terms = array();
       	return $terms;
       }
       ```
   

Viewing 15 replies - 376 through 390 (of 910 total)

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