Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Plugins
    In reply to: Quick Search form
    Thread Starter nandini09

    (@nandini09)

    ok thanks for your reply.

    Forum: Plugins
    In reply to: Quick Search form
    Thread Starter nandini09

    (@nandini09)

    yes i know about this widgets, and how it works but i want to make my custom search like this:

    <form id=”ds-quick-search”>
    <div id=”ds-property-type”>
    <select id=”search_property_type” name=”property_type”>
    <option value=”1092″>- All property types -</option>
    <option value=”1092″>Single Family</option>
    <option value=”1088″>Condo / Townhouse</option>
    <option value=”1090″>Rental</option>
    <option value=”1091″>Residential Land</option>
    </select>
    </div>
    <input type=”text” id=”search_neighborhood” name=”neighborhood” placeholder=”City, Neighborhood, or Zip” value=”City, Neighborhood, or Zip” onblur=”if (this.value == ”) {this.value = ‘City, Neighborhood, or Zip’;}” onfocus=”if (this.value == ‘City, Neighborhood, or Zip’) {this.value = ”;}” />
    <p id=”ds-price-min”><label for=”search_price_min”>Price Min</label>
    <input type=”text” id=”search_price_min” name=”price_min” /></p>
    <p id=”ds-price-max”><label for=”search_price_max”>Price Max</label>
    <input type=”text” id=”search_price_max” name=”price_max” /></p>
    <p id=”ds-beds”><label for=”search_beds”>Beds</label>
    <input type=”text” id=”search_beds” name=”beds” /></p>
    <p id=”ds-baths”><label for=”search_baths”>Baths</label>
    <input type=”text” id=”search_baths” name=”baths” /></p>
    <p id=”ds-search-submit”><input type=”submit” value=”Search” /></p>
    </form>

    Thread Starter nandini09

    (@nandini09)

    i already read all links but i don’t want to make changes in wp configure.php like this define(‘WPLANG’, ‘de_DE’). i want as i install my purchase theme it change my whole backend in german language.

Viewing 3 replies - 1 through 3 (of 3 total)