agentevolution
Forum Replies Created
-
Forum: Plugins
In reply to: [IMPress Listings] Property Search Re-orders automaticallyIt is ordered by how many listings are in that taxonomy, not popularity.
You’d need to edit the file /includes/class-listings-search-widget.php at line 39 and change the orderby parameter to title:
$terms = get_terms( $tax, array( 'orderby' => 'title', 'order' => 'DESC', 'number' => 100, 'hierarchical' => false ) );Forum: Plugins
In reply to: [IMPress Listings] changing labelsAnything in the column 2 should display without issue. A recent change to support schema.org markup affected items in column 1 and we are working on a fix for this.
Forum: Plugins
In reply to: [IMPress Listings] single listing default template not workingYes, the included single listing template will carry over styles from your theme. However the premium single listing templates are designed to override all default theme styles.
Forum: Plugins
In reply to: [IMPress Listings] Search/Archive Sort OrderThe price is in a custom field on each individual listing. However to sort by price would require some logic to be built into the archive page that would remove dollar signs and commas from the price then sort. You may want to contact a developer to write that code for you.
Forum: Plugins
In reply to: [IMPress Listings] Single listing tab orderCopy the single-listing.php to your theme folder, then edit it to move the code for the Photos section so it is first.
Forum: Plugins
In reply to: [IMPress Listings] Adjust Display Width of ListingsThat CSS only applies to single listing pages. For archive pages use:
.archive-listing .site-content { width: 960px; margin: 0 auto; padding: 0 20px; }Forum: Plugins
In reply to: [IMPress Listings] Contact formOn each individual listing there is a field to enter a shortcode for a form.
Forum: Plugins
In reply to: [IMPress Listings] Widget To Big Images / disable not used propertys1. You would need to customize it using CSS to display how you want in your theme.
2. You can hide the address fields using CSS – or just enter the information on the listing so it displays the address.
Forum: Plugins
In reply to: [IMPress Listings] Content & shortcode in archive templateYou would need to edit the archive template file itself. The archive pages are automatically generated on the front-end and are not directly editable.
Forum: Plugins
In reply to: [IMPress Listings] WP Listings plug-in, Add Media button will not workDeactivate all other active plugins as it is likely a plugin conflict.
Forum: Plugins
In reply to: [Genesis Agent Profiles] WP ver 4.1.1 Twenty Fourteen-Child themeAs said in the plugin description, “This plugin creates a real estate agent directory for Genesis child themes.” So, yes, you must have Genesis installed and be using a Genesis theme.
Forum: Plugins
In reply to: [IMPress Listings] Photo gallery bugYou’re not using the gallery shortcode. They are just plain images. Use the gallery shortcode instead.
Click Add Media, click Insert Gallery, select your images, and insert.
Forum: Plugins
In reply to: [IMPress Listings] Photo gallery bugSome photo gallery plugins may not work in a tabbed container. See this post for more info: https://wordpress.org/support/topic/alternative-to-jetpack-carousel-for-image-gallery?replies=1
Forum: Plugins
In reply to: [IMPress Listings] Change State & Zip to Prov & PCodeCopy the single-listing.php file from the plugin’s /includes/views/ folder to your theme folder, then edit the listing details section at around line 113.
Forum: Plugins
In reply to: [IMPress Listings] Taxonomies not Showing Up in Widget AreaThe taxonomies need to have listings associated with them for them to show up in the widget for selection.