agentevolution
Forum Replies Created
-
Forum: Plugins
In reply to: [IMPress Listings] Can I customize to have multiple archive-listing.php ?Yes, if you have a specific taxonomy and/or term that doesn’t require that info or you want to display that info on, you can use the archive-listing.php as a template, copy it to your theme folder, and rename it according to the Template Hierarchy. i.e. taxonomy-taxonomyname–taxonomyterm.php and then customize it to your needs.
Also, instead of editing class-listings.php to add property details, you should be using a filter added to your theme’s functions.php. A write up on how to do this is available here: http://www.agentevolution.com/how-to-2/change-wp-listings-property-details/
Forum: Plugins
In reply to: [IMPress Listings] Display images using lightboxYes, using any one of many available lightbox plugins. We recommend using the Carousel feature included in the Jetpack plugin.
Forum: Plugins
In reply to: [IMPress Listings] WP ListingsNothing at all is showing or is there an error?
You may need to reset your permalinks by going to Settings > Permalinks and pressing Save to reset the permalinks.
Also, check to make sure your theme doesn’t have template files that would be overriding those in the plugin:
– single-listing.php
– archive-listing.php
– taxonomy.phpJust copy the included shortcodes.php file into your theme, require it in your theme’s functions.php, then rename the shortcode and make any other needed changes.
Forum: Plugins
In reply to: [IMPress Listings] Listing issues. Newbie! Alert!You can customize the single-listing.php and drop it into your theme folder where it will be used instead of the plugin’s included version.
Forum: Plugins
In reply to: [IMPress Listings] Importing images questionThe additional images are not attached to the post. The additional images field is just a wp_editor field with the content of that field stored as post meta. This allows you to insert images using any gallery shortcode, html, or any method you wish to display them.
Forum: Plugins
In reply to: [IMPress Listings] list of all listingsAll listings are displayed on the main listings page. The default is http://www.yourdomain.com/listings but can be changed in the plugin’s Settings.
Forum: Plugins
In reply to: [IMPress Listings] 'Page Not Found'Reset your permalinks by going to Settings > Permalinks and pressing save.
Forum: Plugins
In reply to: [IMPress Listings] Change Search Widget drop down labelsJust change the taxonomy name.
Forum: Plugins
In reply to: [IMPress Listings] Contact section not sending email to inboxThe built in contact form sends to the email addressed in the author’s profile. Check the author of that post and make sure there is a valid email in that author’s profile.
Otherwise, yes, you can add a contact form shortcode in the contact form field and that will be used instead.
Forum: Plugins
In reply to: [IMPress Listings] Shortcode questionThe shortcode doesn’t allow for multiple taxonomies/terms because of the nature of wp_query. Your best option is to perform a search, where you can query multiple taxonomies/terms, and link to that search result page.
Forum: Plugins
In reply to: [IMPress Listings] Searh button not appearingThat is odd. The class and id are not necessary but are useful for styling the button.
Forum: Plugins
In reply to: [IMPress Listings] Search Result Page doesn't show marginsYou can add some custom CSS to add padding to the search results page.
.post-type-archive-listing .content {padding: 20px;}Forum: Plugins
In reply to: [IMPress Listings] Add New TabYes, it’s technically possible, but you would need custom development to add a new tab to the template file.
Forum: Plugins
In reply to: [IMPress Listings] Listings Pages Not Displaying Properly1. Please provide a link to your site.
2. Disable any other active plugins.
3. Switch to the default Twenty Fourteen theme