agentevolution
Forum Replies Created
-
Forum: Plugins
In reply to: [IMPress Listings] Link Featured Image to GalleryYou would need custom development, but it can be done by modifying the included single-listing.php file to your needs.
Forum: Plugins
In reply to: [IMPress Listings] Display Search Listings Filter Results below widget filterIt is the included archive.php template that is used for displaying search results.
You would need custom development to use ajax to display the results below the search fields.
We haven’t received any reports from clients using that framework and we have not personally tested the plugin with it.
Forum: Plugins
In reply to: [IMPress Listings] Hooks and FiltersYou can use admin_enqueue_scripts for this: https://codex.wordpress.org/Plugin_API/Action_Reference/admin_enqueue_scripts
Forum: Plugins
In reply to: [IMPress Listings] Google Map Not Displaying in Single ListingsNo but the mappress plugin will include the required javascript and use your api key and the maps will display. Our developers will be working to bring similar functionality to our plugin but this is a great work around for the time being.
We are looking into a solution for the plugin but this issue is due to the way those shortcodes are put together that causes the visual composer portion to not be able to bring the widget content in.
Forum: Plugins
In reply to: [IMPress Listings] Hooks and FiltersThis varies from theme to theme. Some things offer their own Custom CSS section otherwise you will need to add it to your current theme style.css file or modify your theme to load an additional stylesheet.
Forum: Plugins
In reply to: [IMPress Listings] Google Map Not Displaying in Single ListingsDo to a recent change with GoogleMaps you will need your own Google API key and that can be added to the Mappress Plugin which will correct the issue.
Forum: Plugins
In reply to: [IMPress Agents] Sort by Multiple TaxonomiesYou would need to custom code that for now. This may be something we add to the plugin eventually.
Forum: Plugins
In reply to: [IMPress Listings] white text and boxesFound the problem. It has to do with how your theme applies css to span tags. Adding this will hide those boxes. They are there so you can display the currency code and type with your listing prices. Add this to your theme css and you should be fine.
span.currency-symbol, span.currency-code { background: none !important; }Forum: Plugins
In reply to: [IMPress Listings] white text and boxesI am not seeing the reported issue at the link you have provided. Please let me know if this is still occurring and if so please provide a link to the page you are experiencing this.
Forum: Plugins
In reply to: [IMPress Listings] How to add an Agent to a listingTo do this you must have the posts 2 posts plugin installed and activated and then you can assign an agent to a listing.
Forum: Plugins
In reply to: [IMPress Listings] Remove Listing InquiryThe listing inquiry is sent using the admin email set in the General Settings within WordPress.
Forum: Plugins
In reply to: [IMPress Listings] Remove tabs?Sure. Copy the single-listing.php from the plugins /views/ folder and copy to your theme. You can then modify it to your needs and remove tabs as needed.
Forum: Plugins
In reply to: [IMPress Listings] How to increase featured listings count in importThis is not possible for numerous reasons I won’t go into detail here. At this time, only the featured properties can be imported.