agentevolution
Forum Replies Created
-
Forum: Plugins
In reply to: [IMPress Listings] Feature Listing Image SizeYou can’t just resize the original image through the WP admin. Upload a new image with a size larger than 560×380. That’s all you need to do to look like the example. Just follow the instructions.
Forum: Plugins
In reply to: [IMPress Listings] Feature Listing Image SizePlease keep in mind, your original image must be a minimum of that size or it will not get a thumbnail created.
Forum: Plugins
In reply to: [IMPress Listings] Feature Listing Image SizeI did take a look. The image your using is the 150×150 thumbnail. Use the Listings thumbnails size (560×380). Please keep in mind, your original image must be a minimum of that size or it will not get a thumbnail created. So you may need a larger original image.
Forum: Plugins
In reply to: [IMPress Listings] Feature Listing Image SizeChoose the Listings thumbnails size (560×380).
Forum: Plugins
In reply to: [IMPress Listings] Feature Listing Image SizeThe plugin registers the featured image size for you already. You need to select it as the size to display in the widget settings.
If your images were uploaded prior to the plugin, the thumbnail sizes for the plugin were not generated so you need to regenerate thumbnails. Install and run this plguin to generate thumbnails for the new featured image size: https://wordpress.org/plugins/regenerate-thumbnails/
Forum: Plugins
In reply to: [IMPress Listings] NOT FOUND, ERROR 404Have you tried resetting the Permalinks? Settings > Permalinks > Save.
Forum: Plugins
In reply to: [IMPress Listings] Remove links from Tagged FeaturesThey should be linked as seen in the demo (http://demo.wp-listings.com/).
It’s using the get_the_term_list() function that outputs links to the respective term pages to display all listings associated with that term (feature).
If they’re not linking, you may have something in your theme that is filtering the output of that function and removing the links.
The single listing template is in the plugin’s /includes/views/ folder.
Forum: Plugins
In reply to: [IMPress Listings] Where and how I put the translation file?Add your translated .po and .mo files into the plugin’s languages folder. Once there, you just need to tell WordPress you are using that language by editing the wp-config.php file.
See this article for more info: http://premium.wpmudev.org/blog/how-to-translate-a-wordpress-plugin/
Forum: Plugins
In reply to: [IMPress Listings] Display message if no search results returnedThen all you need to do is place a content-none.php file in your theme folder and that will be used if no results are found.
Forum: Plugins
In reply to: [Genesis Agent Profiles] Number of Agents on Page / LayoutSingle agents use the single-aeprofiles.php template in the plugin’s views folder.
The number of agents displayed is the same as the general blog settings in Settings > Reading.
Forum: Plugins
In reply to: [IMPress Listings] Display message if no search results returnedOther than the missing closing bracket on your function, that should work. Is this a Genesis theme?
Forum: Plugins
In reply to: [IMPress Listings] Search listing by zip codeNot out of the box. You would need to create a custom search widget to search the zip code custom field. Probably want to contact a developer for that.
Forum: Plugins
In reply to: [IMPress Listings] integrating into my current menuClick Screen Options in the upper right of the Menus page, then you can select the checkboxes for the listing taxonomies you want to add. To add single listings, use the Links section of the Menus page.
Forum: Plugins
In reply to: [IMPress Listings] Lores featured image on full width listing pageThe archive page is three columns unless you create a custom archive page.
If you want the shortcode to display full size images, you’ll need to create a custom shortcode.
Forum: Plugins
In reply to: [IMPress Listings] Lores featured image on full width listing pageThe shortcode uses the thumbnail image (580×360) – same as the archive page. Archive pages show in three columns, so they would not appear pixelated. Your home page is showing the shortcode (not the archive page) in a single column, expanded to the full width of the theme.
The full size image is used on single listing pages only.
Change the shortcode to display in columns using the columns parameter or create your own shortcode that displays a fill size image.