agentevolution
Forum Replies Created
-
Forum: Plugins
In reply to: [IMPress Listings] Search Listings WidgetYou can hide the sidebar on those pages with CSS:
.post-type-archive-listing #sidebar {display: none;}Forum: Plugins
In reply to: [IMPress Listings] Contact Form ErrorAdd this to the custom CSS panel in your theme:
#listing-contact input[type="text"], #listing-contact textarea { padding: 10px; height: auto; }Forum: Plugins
In reply to: [IMPress Listings] Where is the listing page to edit, and picture thumbnails?You can’t do anything specifically with the header – it depends on your theme. If I click on a listing on your site it gives a 404 error with a green header. As per the previous suggestion, reset your permalinks.
A lightbox will open the photos expanded. You can see it in action at http://jetpack.me/
Forum: Plugins
In reply to: [IMPress Listings] Where is the listing page to edit, and picture thumbnails?1) The contact form emails the author of the listing. You can create users for them and make them the author. Or you can use a contact form plugin that would give you more control.
2) The Listing is edited under the Listings menu in your admin dashboard. You may need to reset your permalinks by going to Settings > Permalinks and clicking Save.
3) You can use the Carousel feature in the Jetpack plugin (http://jetpack.me/) to open the photos in a lightbox.Forum: Plugins
In reply to: [IMPress Listings] Duplicate ListingsThat’s an odd issue with the duplicate listing. We’re not able to replicate the problem.
There is a setting in the WP Listing settings that controls the archive pages. Listings > Settings > Default number of posts.
However, that doesn’t control the taxonomy archive pages. To apply the same settings on those pages, you’ll need to add the code from this post: https://wordpress.org/support/topic/archive-page-to-not-follow-blog-pages-show-at-most-setting?replies=7
Forum: Plugins
In reply to: [IMPress Listings] Listing inquiry emailsThe contact form on listings is sent to the author of the listing post. Change the author to the user you want the email to go to. Or use a contact form plugin that will let you choose who to email.
Forum: Plugins
In reply to: [IMPress Listings] Contact Form ErrorWorking fine here: http://demo.wp-listings.com/listings/1333-old-park-rd/
What is URL of your issue? Try switching to a different theme and disabling all other plugins.
Forum: Plugins
In reply to: [IMPress Listings] Undefined index problemIt’s a problem with your theme. Try a different theme. Look in the menu bar of the search results page, you have the same character problems there too. It’s not an issue with the WP Listings plugin.
Forum: Plugins
In reply to: [IMPress Listings] Sidebar IssueLooks like your theme has some CSS causing the main container to be full width. You’ll have to use custom CSS to override your theme:
.single-listing {float: left; width: 71%} .single-listing #content {width: auto;}Forum: Plugins
In reply to: [IMPress Listings] Undefined index problemIt looks like a problem with a plugin or your theme. With the search results page, something is adding extra markup to the titles, like
<span class="found-search-term"></span>which could be causing those characters. Deactivate all other plugins or change to another theme to find out what is causing it.Forum: Plugins
In reply to: [IMPress Listings] How to modify class-featured-listings-widget.phpYou also need to register the custom widget. http://codex.wordpress.org/Function_Reference/register_widget
You can also unregister the included widget with unregister_widget()
Forum: Plugins
In reply to: [Genesis Agent Profiles] Upload from MLS SiteIf you are in the US or Canada, you can use an IDX service for listings. It won’t integrate with this plugin or the WP Listings plugin, however, because it’s a separate entity altogether.
Forum: Plugins
In reply to: [IMPress Listings] Search PluginThe location taxonomy will be available to select in the search widget, but there must be at least one listing assigned to a term in the location taxonomy.
Someone else here may be able to help you with the custom CSS to make a horizontal search widget.
Forum: Plugins
In reply to: [IMPress Listings] Submit Listing Front EndThere is not a feature to do this in the plugin at this time. However, there are custom solutions you can build that would allow you to accomplish. One options would be using Gravity Forms and this add-on plugin (https://wordpress.org/plugins/gravity-forms-custom-post-types/).
Forum: Plugins
In reply to: [IMPress Listings] Undefined index problemCheck your database characters encoding and ensure it is set to UTF-8 (http://codex.wordpress.org/Editing_wp-config.php#Database_character_set).