Title: agentevolution's Replies - page 32 | 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 - 466 through 480 (of 910 total)

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Feature Image Size Adjustment](https://wordpress.org/support/topic/feature-image-size-adjustment/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/feature-image-size-adjustment/#post-5832757)
 * There are two image size functions:
 *     ```
       add_image_size( 'listings-full', 1060, 9999, false );
       add_image_size( 'listings', 560, 380, true );
       ```
   
 * In your theme, you’ll need to use the `remove_image_size` function ([http://codex.wordpress.org/Function_Reference/remove_image_size](http://codex.wordpress.org/Function_Reference/remove_image_size))
   to remove those sizes.
    Then after that, use `add_image_size` again with your
   own custom sizes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Invalid post type message appear](https://wordpress.org/support/topic/invalid-post-type-message-appear/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/invalid-post-type-message-appear/#post-5818218)
 * [@job431](https://wordpress.org/support/users/job431/) – First try deactivating
   all other plugins. Then try switching to the default 2014 or 2015 theme.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Search widget not working with Enfold theme](https://wordpress.org/support/topic/search-widget-not-working-with-enfold-theme/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/search-widget-not-working-with-enfold-theme/#post-5818768)
 * I would contact the theme developer. We don’t have a copy of that theme to test
   with, but it appears the theme may be modifying/filtering the default WP search
   queries.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Broken shortcode output after 1.2 update](https://wordpress.org/support/topic/broken-shortcode-output-after-12-update/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/broken-shortcode-output-after-12-update/#post-5802123)
 * Fixed as of v1.2.1. Props to Dan!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Featured Listings price overlays over caption](https://wordpress.org/support/topic/featured-listings-price-overlays-over-caption/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/featured-listings-price-overlays-over-caption/#post-5809730)
 * You have a whole block of AgentPress Listings CSS in your theme’s style.css. 
   This in particular is affecting the positioning of the price:
 *     ```
       .listing-price {
       	background-color: #fff;
       	border-bottom: 1px solid #e5e5e5;
       	display: inline-block;
       	font-family: 'Lato', sans-serif;
       	font-size: 24px;
       	margin: -30px auto 12px;
       	padding: 12px 32px;
       }
       ```
   
 * I recommend removing all the AgentPress CSS as it could conflict with more than
   just that. You also should _**really**_ remove those credentials at the top of
   the stylesheet.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Search Using Custom Taxonomy "Price Range"](https://wordpress.org/support/topic/search-using-custom-taxonomy-price-range/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/search-using-custom-taxonomy-price-range/#post-5780558)
 * Create a custom taxonomy called Price Ranges and create terms in that taxonomy
   with price ranges (i.e. 100k-200k, 200k-300k, etc) and then assign each listing
   to a price range. You’ll then be able to add it to the search widget.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Text above photos](https://wordpress.org/support/topic/text-above-photos/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/text-above-photos/#post-5807106)
 * You’ll likely need some custom CSS to be compatible with your theme.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Chance status color](https://wordpress.org/support/topic/chance-status-color/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/chance-status-color/#post-5805390)
 * You’ll need custom CSS for the new term. Look at the existing CSS and add your
   own in your theme’s CSS.
 *     ```
       /* =Listing overlays
       ------------------------------------------------------------ */
   
       .widget .listing-wrap span.listing-status {
       	color: #fff;
       	background: #53c331;
       	background: rgba(83, 195, 49, 0.80);
       	font-weight: 700;
       	text-align: center;
       	text-transform: uppercase;
       	box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2);
       }
   
       .widget .listing-wrap span.listing-status.active {
       	background: #53c331;
       	background: rgba(83, 195, 49, 0.80);
       }
       .widget .listing-wrap span.listing-status.sold {
       	background: #be1d2c;
       	background: rgba(190, 29, 44, 0.80);
       }
       .widget .listing-wrap span.listing-status.pending {
       	background: #db8323;
       	background: rgba(219, 131, 35, 0.80);
       }
       .widget .listing-wrap span.listing-status.new,
       .widget .listing-wrap span.listing-status.reduced,
       .widget .listing-wrap span.listing-status.for-rent {
       	background: #24a4ea;
       	background: rgba(36, 164, 234, 0.80);
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Enormous pixelated images on single listings](https://wordpress.org/support/topic/enormous-pixelated-images-on-single-listings/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/enormous-pixelated-images-on-single-listings/#post-5774684)
 * It’s likely a theme issue. The image will simply fill the container it’s in. 
   If that container doesn’t have a defined width, it would display full screen.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] listing.php conflict](https://wordpress.org/support/topic/listingphp-conflict/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/listingphp-conflict/#post-5774644)
 * Changing the permalink doesn’t change the post type name. You’ll need to fork
   the plugin to register a different post type name, not just change the permalink.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Agent Profiles] Social Media Icons Not Showing](https://wordpress.org/support/topic/social-media-icons-not-showing-2/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/social-media-icons-not-showing-2/#post-5691085)
 * This occurs in Firefox and Internet Explorer due to cross domain asset loading
   restrictions. You can read more about why and a workaround here: [http://davidwalsh.name/cdn-fonts](http://davidwalsh.name/cdn-fonts)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Agent Profiles] 404 error](https://wordpress.org/support/topic/404-error-170/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/404-error-170/#post-5709440)
 * This is usually caused by another plugin modifying your permalinks or htaccess
   file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Unable to edit photo gallery with WP 4.1](https://wordpress.org/support/topic/unable-to-edit-photo-gallery-with-wp-41/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/unable-to-edit-photo-gallery-with-wp-41/#post-5655325)
 * This issue will be fixed in the next plugin update.
 * In the meantime, you can edit the plugin file /includes/views/listing-details-
   metabox.php and remove the following lines:
 *     ```
       // Hide MCE Toolbar on this editor because it's not needed
       echo '<style>#wp-_listing_gallery-wrap .mce-toolbar-grp {display: none;}</style>';
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Change sqft to sqm](https://wordpress.org/support/topic/change-sqft-to-sqm/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/change-sqft-to-sqm/#post-5640213)
 * Copy the file archive-listing.php from the plugin’s /includes/views/ folder and
   place in your child theme folder. Then edit as needed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Theme Functionality within Single Listing Page](https://wordpress.org/support/topic/theme-functionality-within-single-listing-page/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/theme-functionality-within-single-listing-page/#post-5647060)
 * To remove the comments from the single-listing.php remove these lines:
 *     ```
       // If comments are open or we have at least one comment, load up the comment template.
       if ( comments_open() || get_comments_number() ) {
       	comments_template();
       }
       ```
   
 * Adding theme specific features to the plugin is likely not going to happen. I
   would contact the theme author to find out how you can apply those attributes
   to a custom post type.

Viewing 15 replies - 466 through 480 (of 910 total)

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