boxcandy
Forum Replies Created
-
Forum: Plugins
In reply to: [IMPress Listings] Searh button not appearingHi,
I went in to class-listings-search-widget.php and removed the class and ID from the button (left them blank) and now it shows up. Weird. Any idea why?? Is the class and ID really necessary?Forum: Plugins
In reply to: [IMPress Listings] How to make Price Ranges in order in the search widgetI already solved it with ‘orderby’ => ‘slug’
Works like a charm!Forum: Plugins
In reply to: [IMPress Listings] How to make Price Ranges in order in the search widgetOK, I found a workaround I simply changed ‘orderby’ => ‘count’ to ‘orderby’ => ‘slug’ Then when I’m assigning a slug name to a price range I can control the order by just calling the slug 1, 2, or 3 etc.
Forum: Plugins
In reply to: [IMPress Listings] How to make Price Ranges in order in the search widgetThanks for the code! Unfortunately this doesn’t work for rentals because anything less than 1,000 will throw off the order as 1 is before everything in ASC and after everything in DESC for example:
ASC
1000 – 1500
600-700
700-800
900-1000DESC
900-1000
700-800
600-700
1000 – 1500Any idea on a workaround for this problem?
Forum: Plugins
In reply to: [IMPress Listings] Adding price ranges to searchI figured this out for anyone else looking
First you create the taxonomy under Register Taxonomies:
ID pricerange | Singular: Price Range | Plural: Price RangesOnce created you will see that taxonomy appear in the side menu, go in there and create the actual price ranges 99,000 – 100,000 etc.
*closed
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Shortcodes In Twenty Fourteenwas this ever resolved? I am having a similar issue with trying to display posts on a page with [display-posts category=”youtube” posts_per_page=”20″]
Forum: Plugins
In reply to: [IMPress Listings] Adding extra fields to property search formThis is not very clear. Is there a tutorial available for how to add fields to the search?
Forum: Plugins
In reply to: [IMPress Listings] Issue with Featuresam I missing something?
Forum: Plugins
In reply to: [IMPress Listings] Issue with Details table<table class="listing-details"> <tbody class="left"> <tr class="wp_listings_listing_price"> <td class="label">Price:</td> <td>250,000 USD</td> </tr> <tr class="wp_listings_listing_address"> <td class="label">Address:</td> <td>123 Chapala St</td> </tr> <tr class="wp_listings_listing_city"> <td class="label">City:</td> <td>Chapala</td> </tr> <tr class="wp_listings_listing_state"> <td class="label">State:</td> <td>Jal</td> </tr> <tr class="wp_listings_listing_zip"> <td class="label">ZIP:</td> <td>45920</td> </tr> <tr class="wp_listings_listing_mls"> <td class="label">MLS #:</td> <td>12345678</td> </tr> <tr class="wp_listings_listing_open_house"> <td class="label">Open House Time & Date:</td> <td>July 30, 2014 at 12pm</td> </tr> <tr class="wp_listings_listing_fees"> <td class="label">Fees:</td> <td>238</td> </tr> </tbody> <tbody class="right"> <tr class="wp_listings_listing_year_built"> <td class="label">Year Built:</td> <td>2007</td> </tr> <tr class="wp_listings_listing_levels"> <td class="label">Levels:</td> <td>2</td> </tr> <tr class="wp_listings_listing_sqft"> <td class="label">Square ft/m:</td> <td>230m</td> </tr> <tr class="wp_listings_listing_lot_sqft"> <td class="label">Lot Size ft/m:</td> <td>390m</td> </tr> <tr class="wp_listings_listing_bedrooms"> <td class="label">Bedrooms:</td> <td>3</td> </tr> <tr class="wp_listings_listing_bathrooms"> <td class="label">Bathrooms:</td> <td>2.5</td> </tr> <tr class="wp_listings_listing_view"> <td class="label">View:</td> <td>Mountain</td> </tr> </tbody> </table>
Forum: Plugins
In reply to: [IMPress Listings] Issue with Details tableI’m developing on WAMP offline sorry.
You can’t think of a reason why the same table class would be echoed under the left col?Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Not FoundThanks for the reply but it has nothing to do with the solution. The problem is in WAMP and has to do with rewrite not being enabled. Anyone reading this thread with the same problem do this (copied from other thread):
WAMP: Click on the green WampServer icon in the system tray, select Apache > Apache modules > then scroll down the module list until you come to “rewrite_module”, and place a check mark next to it. See if that makes the difference. You may need to restart apache for the changes to take effect.
I inserted that code into functions.php and nothing happened
Forum: Fixing WordPress
In reply to: All Images have suddenly broken on my website and won't showI tried to go to one of your images and the image just isn’t there. Can you FTP to the site and verify that the files didn’t get deleted by mistake?
This is the one I tried to navigate to
https://customcontrollersuk.co.uk/wp-content/uploads/2013/10/13457777580.jpg
Forum: Themes and Templates
In reply to: [zAlive] How to access CSS in this theme?Thanks for the replies guys, Zenoven I replaced the code as you suggested and it seems to be working fine now, thanks. Nice theme by the way!
Forum: Themes and Templates
In reply to: [zAlive] How to access CSS in this theme?I can delete every line of the child theme style sheet and it has NO effect. There must be something wrong with the link the style sheet