agentevolution
Forum Replies Created
-
Forum: Plugins
In reply to: [IMPress Listings] Issue with FeaturesThey are not supposed to show up there because they are non-hierarchical, so they are like tags, not like categories. Start typing in the field and the matching tags will appear in a dropdown.
Forum: Plugins
In reply to: [IMPress Listings] blurry imagesRegenerate your thumbnails using one of these plugins:
https://wordpress.org/plugins/regenerate-thumbnails/
https://wordpress.org/plugins/ajax-thumbnail-rebuild/Forum: Plugins
In reply to: [IMPress Listings] Sidebar appearing below listings contentPost a link to your site. Depending on the theme’s markup structure, you can probably accomplish what you need with just CSS.
Forum: Plugins
In reply to: [IMPress Listings] Display message if no search results returnedYes. It’s possible. You’d need to modify the archive_listing_loop() function inside archive-listing.php to include the if statement. It’s already there for non-Genesis themes and will display the theme’s content-none.php template if it exists.
Forum: Plugins
In reply to: [Genesis Agent Profiles] Number of Agents on Page / LayoutYou are using the shortcode, which does not support columns. Only the archive page which you have here outputs in columns: http://ibidrealestate.com/Our%20Team%20of%20Professionals/
For future requests, please post a new topic as this topic has been marked resolved.
Forum: Plugins
In reply to: [IMPress Listings] Issue with Details tableIt uses CSS pseudo classes to color the rows. Using nth-child(even) it colors every even element with a different background color.
The Open House is deliberately hidden from the table, because it’s already displayed as an overlay on the image. But the code output is still counted in the even/odd count. You can unhide that field in the table by adding this bit of CSS to your theme:
.wplistings-single-listing table tr.wp_listings_listing_open_house {display: block;}Forum: Plugins
In reply to: [IMPress Listings] Issue with Details tableA URL would be infinitely more helpful than a screenshot.
Forum: Plugins
In reply to: [Genesis Agent Profiles] Number of Agents on Page / LayoutNot at this time.
Forum: Plugins
In reply to: [Genesis Agent Profiles] Number of Agents on Page / LayoutYou can create a custom template. Place your custom template in your theme’s root folder and it will take precedence over the plugin’s included template.
Forum: Plugins
In reply to: [IMPress Listings] Listing page returns 404Those are not valid URL’s for the permalink structure output by the plugin. it would be url.com/taxonomy/term/
Forum: Plugins
In reply to: [IMPress Listings] Listing page returns 404So then you’re not getting a 404. Please post a new topic.
Forum: Plugins
In reply to: [IMPress Listings] Listing page returns 404Both archive and single listings are displaying on your site with no 404:
http://katythomsteam.com/listings/
http://katythomsteam.com/listings/9-hackett-court-poolesville-md-20837/Forum: Plugins
In reply to: [IMPress Listings] Changing the order in which listings appearThey’re ordered by published date, so just edit and change the date.
Or you can try a plugin like Post Types Order (https://wordpress.org/plugins/post-types-order/) which claims to allow sorting via AJAX in the Admin.
Forum: Plugins
In reply to: [IMPress Listings] Square meters pleaseThis has already been answered in the sticky thread: http://wordpress.org/support/topic/change-labels
Forum: Plugins
In reply to: [IMPress Listings] Add Media Button Doesnt WorkMarking as resolved.