agentevolution
Forum Replies Created
-
Forum: Plugins
In reply to: [IMPress Listings] 404 Nothing foundRe-save your permalinks. Check any htaccess rules that may be interfering. Clear caches. Disable all other plugins. Switch to a different theme. All things to try when troubleshooting.
Forum: Plugins
In reply to: [IMPress Listings] Add taxonomy with terms linksChange the property-types slug to the slug of your taxonomy.
Forum: Plugins
In reply to: [IMPress Listings] Translation for Brazilian PortugueseYes on Github at: https://github.com/agentevolution/wp-listings
Forum: Plugins
In reply to: [IMPress Listings] Add taxonomy with terms linksYou would need to use that function in a custom template, depending on where you want to display it. i.e. single-listing.php or archive-listing.php
Forum: Plugins
In reply to: [Genesis Agent Profiles] Agent Profiles in RowsIt’s the number of characters in the email address. You can reduce the font-size of the emails with CSS to prevent that.
Forum: Plugins
In reply to: [Genesis Agent Profiles] Agent Profiles in RowsJust add this bit of CSS to your theme:
.pagination {clear: both;}Forum: Plugins
In reply to: [IMPress Listings] Page Not FoundReset your permalinks. Settings > Permalinks and press Save.
Forum: Plugins
In reply to: [Genesis Agent Profiles] Agent Profiles in RowsOn that page you’re using the shortcode. Those are not meant to be aligned in a grid. They are displaying as they should. And on the Agent Directory page they are displaying in a grid as they should (just need to clear a float for the pagination): http://cornerstone.angelawdesign.com/our-team/
To make the shortcode in a grid use something like:
.shortcode-agent-wrap { float: left; width: 50%; }Forum: Plugins
In reply to: [IMPress Listings] Tags on detail pageVisit Appearance > Editor in your WP Dashboard. Edit style.css for your theme. Copy and paste above code at the bottom.
Forum: Plugins
In reply to: [Genesis Agent Profiles] Removing the Word "Agent" in all PlacesYou’ll have to fork the plugin and create your own custom version. Edit the file /includes/class-aeprofiles.php and change the word Agent in the register_post_type function.
Forum: Plugins
In reply to: [Genesis Agent Profiles] Social Links and Icons Not ShowingSame issue as previous post. Re-enable the plugin’s included CSS.
Forum: Plugins
In reply to: [IMPress Listings] Tags on detail pageAdd this to your theme’s CSS:
.wplistings-single-listing .ui-tabs .ui-tabs-panel { overflow: hidden; }Forum: Plugins
In reply to: [Genesis Agent Profiles] Agent Profiles in RowsRemove that code. It will have no effect here.
You’ve disabled the plugin’s included CSS in the plugin settings. Uncheck the box that says “Deregister Genesis Agent Profiles CSS?” and save. Then they will be displayed in columns.
Forum: Plugins
In reply to: [IMPress Listings] Tags on detail pageThis is not very helpful. Please read the Forum Welcome and reply back with more information.
Forum: Plugins
In reply to: [IMPress Listings] Request: AutoEmbed for YouTube VideosYou’re welcome to contribute your suggestion and code to this open source project at https://github.com/agentevolution/wp-listings