Dropdown menu selection

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 3 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30724
    nost18
    nost18
    Participant

    Hi,

    First of all sorry for my bad english writing it’s not my first language.

    I need a little help from you with your plugin. Currently i’m using an another solution from my Website https://jaimevs.ca and i would like to move to yours 🙂

    See my current search form on my home page : jaimevs.ca

    Has you can see, the end user have a write a search tearm and select one of the 23 city from the drop down menu.

    			<select data-placeholder="Sélectionnez un lieu" name="l_location" class="custom-select">
    			 <option value="">Choisir une option</option>
    				<option value="325">Coteau-du-Lac</option><option value="326">Hudson</option><option value="327">Les Cèdres</option><option value="328">Les Coteaux</option><option value="329">L'Île-Cadieux</option><option value="330">L'Île-Perrot</option><option value="331">Notre-Dame-de-l'Île-Perrot</option><option value="332">Pincourt</option><option value="333">Pointe-des-Cascades</option><option value="334">Pointe-Fortune</option><option value="335">Rigaud</option><option value="336">Rivière-Beaudette</option><option value="337">Saint-Clet</option><option value="338">Sainte-Justine-de-Newton</option><option value="339">Sainte-Marthe</option><option value="340">Saint-Lazare</option><option value="341">Saint-Polycarpe</option><option value="342">Saint-Télesphore</option><option value="343">Saint-Zotique</option><option value="344">Terrasse-Vaudreuil</option><option value="345">Très-Saint-Rédempteur</option><option value="346">Vaudreuil-Dorion</option><option value="347">Vaudreuil-sur-le-Lac</option>
    			</select>

    The new page with your seach solution will be this one : https://jaimevs.ca/1-test/

    I don’t know if im getting stupid with all the COVID things, but i didn’T find the way to have a dropdown menu selection like to old page.

    can you guide me on how to do this?

    Thanks for your time and support.

    Happy Holiday !

    Dany Boucher

    #30743
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi Dany!

    If you wish to create and use filters, I recommend checking the taxonomy term and custom field filters tutorials (depending on what you need).

    For taxonomy terms, you can change the filter display mode here: https://i.imgur.com/rDdOC9M.png
    Then, you can either set the visibility of the settings to visible at all times here: https://i.imgur.com/cwsB22d.png
    ..or you can also use the shortcode generator to create a side-by-side layout for the search and settings box. In your case something like:

    [wd_asp elements='search,settings' ratio='60%,39%' id=1]

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


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

You must be logged in to reply to this topic.