Title: agentevolution's Replies - page 49 | 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 - 721 through 735 (of 910 total)

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Cannot get the carousel in JetPack to work on the listing.](https://wordpress.org/support/topic/cannot-get-the-carousel-in-jetpack-to-work-on-the-listing/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/cannot-get-the-carousel-in-jetpack-to-work-on-the-listing/#post-5099649)
 * They are added correctly (using insert gallery), but the Carousel script is not
   being loaded on that page. Be sure you have activated the Carousel feature in
   the Jetpack settings.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Removing Right Column – Spike theme](https://wordpress.org/support/topic/removing-right-column-spike-theme/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/removing-right-column-spike-theme/#post-5097837)
 * Without knowing how your theme operates and removes the sidebar on certain layouts,
   it’s hard to tell how to change it.
 * You’ll probably need to copy the archive-listing.php and single-listing.php from
   the plugin’s includes/views/ folder and move it to your theme folder. Then you
   can customize that template and remove the get_sidebar() function from those 
   templates.
 *   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, 10 months ago](https://wordpress.org/support/topic/cant-remove-status/#post-5095504)
 * With the latest version (v1.1.1) you can remove the defaults by adding a filter
   function to your theme.
 * This will remove all the default status terms. You can remove the ones that you
   want to keep, if any, from the array:
 *     ```
       add_filter( 'wp_listings_default_status_terms', 'custom_default_status_terms' );
       function custom_default_status_terms() {
       	$status_terms = array('Active' => 'active', 'Pending' => 'pending', 'For Rent' => 'for-rent', 'Sold' => 'sold', 'Featured' => 'featured', 'New' => 'new', 'Reduced' => 'reduced');
       	return $status_terms;
       }
       ```
   
 *   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, 10 months ago](https://wordpress.org/support/topic/listing-page-returns-404/#post-5097300)
 * Reset your permalinks by going to Settings > Permalinks and clicking Save to 
   reset the current permalink structure.
 *   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, 10 months ago](https://wordpress.org/support/topic/cant-remove-status/#post-5095430)
 * They are added as defaults by the plugin. If you don’t need them, you don’t need
   to use them.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Shortcode for Search Widget](https://wordpress.org/support/topic/shortcode-for-search-widget/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/shortcode-for-search-widget/#post-5093028)
 * No there isn’t. It’s for widget areas only.
 * You can try a plugin that will let you add widgets to pages: [https://wordpress.org/plugins/widgets-on-pages/](https://wordpress.org/plugins/widgets-on-pages/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Changing WP Listings Archive & Widget Display Fields](https://wordpress.org/support/topic/changing-wp-listings-archive-widget-display-fields/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/changing-wp-listings-archive-widget-display-fields/#post-4994140)
 * This is not a similar issue and this topic has been marked resolved. Please post
   a new topic.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] How Do I Create Another Page / Gallery?](https://wordpress.org/support/topic/how-do-i-create-another-page-gallery/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/how-do-i-create-another-page-gallery/#post-5077886)
 * Assign listings to the taxonomy/term you created. Edit the listing, under Property
   Types, select Rentals, and Save. Once you have listings assigned to that taxonomy/
   term, the shortcode will work to display only those.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] WP Listings Elegant Theme](https://wordpress.org/support/topic/wp-listings-elegant-theme/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/wp-listings-elegant-theme/#post-5079774)
 * You have the Genesis Tabs plugin installed that has conflicting CSS styles. Either
   deactivate the plugin (if you don’t need it) or add this bit of CSS to your theme’s
   Custom CSS panel:
 * `.listing-template .ui-tabs .ui-tabs-nav li a {background: none;}`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] How Do I Create Another Page / Gallery?](https://wordpress.org/support/topic/how-do-i-create-another-page-gallery/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/how-do-i-create-another-page-gallery/#post-5077738)
 * Shortcode usage instructions are on the [Installation](http://wordpress.org/plugins/wp-listings/installation/)
   tab of the plugin page.
 * Add a “rentals” term to the property type taxonomy and assign listings to them.
   Then you can show only those with the shortcode `[listings taxonomy="property-
   type" term="rentals"]`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Resizing listing photos to have everything appear in sync.](https://wordpress.org/support/topic/resizing-listing-photos-to-have-everything-appear-in-sync/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/resizing-listing-photos-to-have-everything-appear-in-sync/#post-5077340)
 * You don’t need to resize them to any specific size. Just upload the largest possible
   size (_within reason.._ nothing larger than 1200pixels wide is really necessary,
   and no larger than 500-600k in file size).
 * WordPress will automatically resize and crop the _thumbnails_ to fit the size
   needed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Agent Profiles] Can't view agent's listings or agent single profile page](https://wordpress.org/support/topic/cant-view-agents-listings-or-agent-single-profile-page/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/cant-view-agents-listings-or-agent-single-profile-page/#post-5077339)
 * Reset your permalinks by going to Settings > Permalinks and press Save Changes
   to reset them.
 *   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, 10 months ago](https://wordpress.org/support/topic/add-media-button-doesnt-work-7/#post-5076335)
 * Per the [Forum Welcome](http://codex.wordpress.org/Forum_Welcome#Include_as_much_information_as_possible),
   please post more information.
 * Also, as with troubleshooting any issue, deactivate all other plugins first to
   see if problem still persists.
 * Post back here when you’ve done the previous steps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Can unregistered visitors add listings?](https://wordpress.org/support/topic/can-unregistered-visitors-add-listings/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/can-unregistered-visitors-add-listings/#post-5073391)
 * Not built into the WP Listings plugin. However, a form creation plugin like Gravity
   Forms, would allow you to do this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Help adding connecting Agent profiles](https://wordpress.org/support/topic/help-adding-connecting-agent-profiles/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/help-adding-connecting-agent-profiles/#post-5071783)
 * Nope. It only integrates with that plugin. Don’t know of any similar agent profile
   plugins.

Viewing 15 replies - 721 through 735 (of 910 total)

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