Title: agentevolution's Replies - page 42 | 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 - 616 through 630 (of 910 total)

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] How to change the send-to email address for the Listing Inquiry form](https://wordpress.org/support/topic/how-to-change-the-send-to-email-address-for-the-listing-inquiry-form/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/how-to-change-the-send-to-email-address-for-the-listing-inquiry-form/#post-5294090)
 * It uses the author’s email. Edit the author’s profile to change the email.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Plugin is broken since updating to WP 4.0](https://wordpress.org/support/topic/plugin-is-broken-since-updating-to-wp-40/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/plugin-is-broken-since-updating-to-wp-40/#post-5288299)
 * The plugin has been tested and works with WP 4.0.
 * Activate the Twenty Fourteen theme to eliminate a theme conflict.
 * Deactivate ALL other plugins to eliminate a plugin conflict.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] WP Listings](https://wordpress.org/support/topic/wp-listings/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/wp-listings/#post-5228009)
 * The process is the same for that theme.
 * Be sure you have deactivate the AP Listings plugin. You may need to log out and
   log back in to your WP site and clear any caches you have.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Listings not Displaying](https://wordpress.org/support/topic/listings-not-displaying-1/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/listings-not-displaying-1/#post-5255055)
 * Reset your Permalinks. Go to Settings > Permalinks and click Save.
 * Or try deactivating all other plugins.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Can I customize to have multiple archive-listing.php ?](https://wordpress.org/support/topic/can-i-customize-to-have-multiple-archive-listingphp/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/can-i-customize-to-have-multiple-archive-listingphp/#post-5236940)
 * Excellent. We’ll look into making this easier in the future. The way it works
   now is anything that is a listing taxonomy will use the archive-listing.php file.
   It could be done better but would require a lot more logic in that template_include
   filter.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Can I customize to have multiple archive-listing.php ?](https://wordpress.org/support/topic/can-i-customize-to-have-multiple-archive-listingphp/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/can-i-customize-to-have-multiple-archive-listingphp/#post-5236938)
 * Try using the [after_setup_theme](http://codex.wordpress.org/Plugin_API/Action_Reference/after_setup_theme)
   hook instead of plugins_loaded.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Can I customize to have multiple archive-listing.php ?](https://wordpress.org/support/topic/can-i-customize-to-have-multiple-archive-listingphp/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/can-i-customize-to-have-multiple-archive-listingphp/#post-5236933)
 * OK. Yes that’s true. You’ll need to put that code into it’s own function and 
   hook it into the [plugins_loaded](http://codex.wordpress.org/Plugin_API/Action_Reference/plugins_loaded)
   action hook:
 *     ```
       add_action( 'plugins_loaded', 'wp_listings_override' );
       function wp_listings_override() {
       // Add previously posted filters code here
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Why won't an Envira gallery display in Photos tab?](https://wordpress.org/support/topic/why-wont-an-envira-gallery-display-in-photos-tab/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/why-wont-an-envira-gallery-display-in-photos-tab/#post-5242862)
 * The Envira plugin may use javascript to display the photos, in which case, because
   the Photos tab is not visible on page load the gallery won’t work correctly. 
   This is a common issue for any content when it’s displayed in a tab because the
   tab content is hidden on page load. You could customize the template so that 
   Photos tab is the first displayed tab and not hidden on page load.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] WP Listings hooked into Default WP Posts](https://wordpress.org/support/topic/wp-listings-hooked-into-default-wp-posts/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/wp-listings-hooked-into-default-wp-posts/#post-5246566)
 * No, they are different post types. The default WP behavior is only for posts 
   to be shown on the posts page. If you want to show other post types, you’ll need
   to use a custom query that includes the post types you want along with the default
   posts.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[IMPress Listings] Awesome plugin](https://wordpress.org/support/topic/awesome-plugin-831/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/awesome-plugin-831/#post-7880719)
 * Thanks for the feedback and rating! Yes, we’re looking into a way to make the
   currencies and measurements easily editable in a future version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Agent Profiles] Shortcode?](https://wordpress.org/support/topic/shortcode-96/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/shortcode-96/#post-4206002)
 * Yes, but you should post a new topic as this is unrelated to the original post.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Can I customize to have multiple archive-listing.php ?](https://wordpress.org/support/topic/can-i-customize-to-have-multiple-archive-listingphp/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/can-i-customize-to-have-multiple-archive-listingphp/#post-5236918)
 * Yes, there is. In the plugin /includes/functions.php there is a template_redirect
   filter.
 * It’s not recommended to edit the plugin files, so instead you should remove that
   filter in your theme’s functions.php file and add a new filter… like so:
 *     ```
       // Remove WP Listings filter
       remove_filter( 'template_include', 'wp_listings_template_include' );
   
       // Add custom filter that removes the redirect for taxonomy pages
       add_filter( 'template_include', 'custom_wp_listings_template_include' );
       function custom_wp_listings_template_include( $template ) {
   
       	$post_type = 'listing';
   
       	if ( is_post_type_archive( $post_type ) ) {
       		if ( file_exists(get_stylesheet_directory() . '/archive-' . $post_type . '.php') ) {
       			$template = get_stylesheet_directory() . '/archive-' . $post_type . '.php';
       			return $template;
       		} else {
       			return dirname( __FILE__ ) . '/views/archive-' . $post_type . '.php';
       		}
       	}
   
       	if ( is_single() && $post_type == get_post_type() ) {
   
       		global $post;
   
       		$custom_template = get_post_meta( $post->ID, '_wp_post_template', true );
   
       		/** Prevent directory traversal */
       		$custom_template = str_replace( '..', '', $custom_template );
   
       		if( ! $custom_template )
       			if( file_exists(get_stylesheet_directory() . '/single-' . $post_type . '.php') )
       				return $template;
       			else
       				return dirname( __FILE__ ) . '/views/single-' . $post_type . '.php';
       		else
       			if( file_exists( get_stylesheet_directory() . "/{$custom_template}" ) )
       				$template = get_stylesheet_directory() . "/{$custom_template}";
       			elseif( file_exists( get_template_directory() . "/{$custom_template}" ) )
       				$template = get_template_directory() . "/{$custom_template}";
   
       	}
   
       	return $template;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Set contact form for all listings?](https://wordpress.org/support/topic/set-contact-form-for-all-listings/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/set-contact-form-for-all-listings/#post-5239386)
 * No. If it’s added to your theme folder, it’s custom and specific to your theme
   anyway. No way to pre-select it, as it will be used automatically if it exists
   in the theme folder.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Set contact form for all listings?](https://wordpress.org/support/topic/set-contact-form-for-all-listings/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/set-contact-form-for-all-listings/#post-5239313)
 * Yes, by moving the single-listing.php to your theme’s folder, and replacing the
   default contact form code with a `gravity_form` php call ([http://www.gravityhelp.com/documentation/page/Embedding_A_Form#Usage_Examples](http://www.gravityhelp.com/documentation/page/Embedding_A_Form#Usage_Examples)).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Posibility to add text search box to widget](https://wordpress.org/support/topic/posibility-to-add-text-search-box-to-widget/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/posibility-to-add-text-search-box-to-widget/#post-5237310)
 * Sure, it’s technically possible, but you’d need to create a custom search widget,
   instead of the one included in the plugin. And then use a custom query for that
   meta_value.

Viewing 15 replies - 616 through 630 (of 910 total)

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