agentevolution
Forum Replies Created
-
Forum: Plugins
In reply to: [IMPress Listings] Contact form listing customizationThis will require a modification to the plugin as it uses the default contact form. I am opening a ticket to see if we can add this feature to a future release.
Forum: Plugins
In reply to: [IMPress Listings] Listings reverting to draft statusThis should be resolved with the next update which is currently scheduled for tomorrow. Stay tuned!
Forum: Plugins
In reply to: [IMPress Listings] a single listing goes into draft by itselfWe currently have a ticket open to fix this issue and we are investigating the root cause of this. Once this is fixed we can let you know the version of the plugin that resolves this.
Forum: Plugins
In reply to: [IMPress Listings] Listings reverting to draft statusWe have an open ticket regarding this and are looking into the root cause of the issue. Once this has been fixed we can let you know the version it was fixed in.
Forum: Plugins
In reply to: [IMPress Agents] Ordering of employeesOrdering is based on the date and time the employee was added. You can edit the post date to change the order in which they are displayed.
Forum: Plugins
In reply to: [IMPress Listings] gravity forms short code not workingThis looks like a javascript conflict, can you try using the Twenty Fifteen theme and see if it still behaves this way?
Forum: Plugins
In reply to: [IMPress Listings] Unable to activate pluginYou will need to make sure that you are running PHP 5.3 or higher and if it doesn’t activate on your version of PHP that your hosting provider is using you may need to request to upgrade your current version of PHP to 5.4 or higher.
Not all packages of PHP 5.3 are the same and hosting providers may disable certain features in their packages.
If this is still occuring for you you may want to try another version of the plugin https://wordpress.org/plugins/wp-listings/developers/
Forum: Plugins
In reply to: [IMPress Agents] Error 404 on "View Employee" after creationWe monitor and provide support here as fast and as often as we can. We are closed over the weekend and are only available from 8am – 4pm so it is possible that your post was over looked during that time frame. If you could share your solution here it would greatly benefit others that may run into a similar situation.
Forum: Plugins
In reply to: [IMPress Listings] image distortionRegenerate your thumbnails using this plugin or similar: https://wordpress.org/plugins/regenerate-thumbnails/
Forum: Plugins
In reply to: [IMPress Listings] impress listings not iporting idx propertiesThis should be resolved in the latest API update, along with the latest versions of both Equity and IMPress Listings. If not, please let us know.
Forum: Plugins
In reply to: [IMPress Listings] search widget not showing resultsdownload the new 2.0.3 version which should resolve your issue.
Forum: Plugins
In reply to: [IMPress Listings] Details main field headers are WHITE!To only affect the single listings add the single-listing class to the declaration:
.single-listing h6.label {color: #000;}The unminified CSS is in the /includes/scss/ folder. You can copy and paste that into your theme’s CSS and change to your needs. Then unregister the CSS in the Listings > Settings page.
Removing the tabs is customization that goes beyond the scope of support for the plugin.
Forum: Plugins
In reply to: [IMPress Listings] Details main field headers are WHITE!A link to the site really helps when you’re asking for CSS customization. It sounds like your theme is adding styles to the H6 elements with a class of label and you need to override it. The plugin CSS itself doesn’t add a font color of white.
If you just need to change it to a darker color use something like this in your theme’s stylesheet. You can change the color hex code to suit your needs:
h6.label {color: #000;}The CSS is minified to reduce the file size.
Forum: Plugins
In reply to: [IMPress Listings] Details main field headers are WHITE!Can you please provide a link to your site so we can see exactly what you’re referring to?
Forum: Plugins
In reply to: [IMPress Listings] search widget not showing resultsHave you tried deactivating all other plugins? Also switch to the default 2015 theme and see if the issue still exists.