agentevolution
Forum Replies Created
-
Forum: Plugins
In reply to: [IMPress Listings] WP Listing PluginDelete it via FTP. Yes, delete the archive-listing.php as well. This does not affect the Premium single listing templates purchased from Agent Evolution as those are separate files and only used when selected by the user in the Edit Listing screen.
Forum: Plugins
In reply to: [IMPress Listings] WP Listing PluginExactly. That file is overriding the included templates and needs to be deleted.
Forum: Plugins
In reply to: [IMPress Listings] WP Listing PluginPlease verify that you do not have an existing single-listing.php in your theme folder.
Forum: Plugins
In reply to: [IMPress Listings] WP Listing PluginLink please?
Also please verify that you do not have an existing single-listing.php in your theme folder.
Forum: Plugins
In reply to: [IMPress Listings] Horizontal search taxonomy widgetCustomization is beyond the scope of support for this forum.
Certain themes by Agent Evolution have code for a horizontal search widget for WP Listings. You could use one of those themes as a guide, but the CSS may vary depending on your theme.
Forum: Plugins
In reply to: [IMPress Listings] Horizontal search taxonomy widgetYou can with custom CSS, but that has nothing to do with the premium listing templates. The listing templates are for single listings only and contain no search widgets.
Forum: Plugins
In reply to: [IMPress Listings] Remove Address, Details from ListingYou’ll need to copy the archive-listing.php and single-listing.php from the plugins /includes/views/ folder to your theme folder. Then edit the templates to remove those data fields from being output.
Forum: Plugins
In reply to: [IMPress Listings] 600 listings not displayingThe shortcode doesn’t support pagination, only the archive pages.
Can you post a link to your site?
Forum: Plugins
In reply to: [IMPress Listings] Photo Links are BrokenNo it doesn’t look correct. You can try deleting and re-adding the gallery, but regardless it’s not a plugin issue.
Forum: Plugins
In reply to: [IMPress Listings] Photo Links are BrokenThe error that shows when you click a photo references a line in your theme’s functions.php file. Contact your theme developer for a solution.
Forum: Plugins
In reply to: [IMPress Listings] Sidebars in Wp-Listings PluginCopy the single-listing.php and archive-listing.php files from the plugin’s /includes/views/ folder into your theme. Then edit them and remove the
get_sidebar()function calls.Forum: Plugins
In reply to: [IMPress Listings] Show multiple Listing types in bannerThe banner is actually pulling from the listing Status taxonomy, not Property Type. While it may be possible to change that to use property type, and to include more than one, the banner has limited space so you would have issues displaying more than one.
Forum: Plugins
In reply to: [IMPress Listings] Changing 'Sq ft' Text in Widget Area?You can edit the widget file and change the text to read how you like. To prevent your changes from being overwritten in a plugin update, copy the widget file to your theme folder, changing the name of the widget, and including it in your theme’s functions.php
Forum: Plugins
In reply to: [IMPress Listings] Removing Carrot ">" SymbolYour theme is adding that to all list items. Add this CSS to remove it:
.single-listing ul li:before {content: "";}I also see your theme is center aligning the list items. Add this CSS to correct that:
#listing-sidebar {text-align: left;}Forum: Plugins
In reply to: [IMPress Listings] Remove tagged features linksNot possible to remove the links as it uses the get_the_term_list WP function that automatically links the terms.