Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter globocosas

    (@globocosas)

    Bdbrown-Member
    Thank you very much for your timely and prompt response

    Thread Starter globocosas

    (@globocosas)

    Classifier Version: 1.4.4
    In the forms of Ad Location ( ads) , loaded countries and city, these are correct but in Location at the top of the page does not appear reflect the ubication neither city nor country / Select Your Location / nor in the box below the green Search button ad , visit pag https://globocosas.com/ and observe this code:
    código:

    <!– /.account-bar –>

    <div class=”location-changer”>
    <span class=”label”>Select Your Location</span>
    <select name=’location’ id=’location’ class=’custom-select’ tabindex=”2″>
    </select>
    </div>
    <script type=”text/javascript”>
    var dropdown = document.getElementById(“location”);
    function onCatChange() {
    location.href = “https://globocosas.com/?ad_location=”+dropdown.options%5Bdropdown.selectedIndex%5D.value;
    }
    dropdown.onchange = onCatChange;
    </script>
    <!– /.location-changer –>

    Deberíaa verse así para que funcione correctamente
    <!– /.account-bar –>

    <div class=”location-changer”>
    <span class=”label”>Seleccione su ubicación</span>
    <select name=’location’ id=’location’ class=’custom-select’ tabindex=”2″>
    <option value=’0′>Todas</option>
    <option class=”level-0″ value=”venezuela”>Venezuela</option>
    <option class=”level-1″ value=”distrito-capital”> Distrito Capital</option>
    <option class=”level-1″ value=”miranda”> Miranda</option>
    <option class=”level-1″ value=”nueva-esparta”> Nueva Esparta</option>
    <option class=”level-1″ value=”trujillo”> Trujillo</option>
    <option class=”level-1″ value=”vargas”> Vargas</option>
    <option class=”level-1″ value=”zulia”> Zulia</option>
    <option class=”level-1″ value=”carabobo”> Carabobo</option>
    <option class=”level-0″ value=”espana”>Espa?a</option>
    <option class=”level-0″ value=”mexico”>México</option>
    <option class=”level-0″ value=”otros-paises”>Otros Países</option>
    </select>

    As we can correct , help us , thank you excuse the Spanish

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