Tagged: drop down menu
-
AuthorPosts
-
July 28, 2017 at 10:12 am #830978
Hello,
How do I build / insert a search option and dropdown menu filtering categories?
Sample can be seen at the link:
https://www.dropbox.com/sh/6vjrn3cjccksq22/AADZI41mp02E1DAArwMTRRALa?dl=0Result shall be shown on screen.
Result may look like this:
https://www.dropbox.com/sh/ugw0vvbqxrert86/AACOegAaqAMTAJipXFwwEmnRa?dl=0August 1, 2017 at 5:52 am #832579Hey Loining,
Sorry for the late reply. There is nothing like that in the theme by default unfortunately, so you will have to look for a plugin or a custom solution to be able to achieve that.
Best regards,
RikardAugust 1, 2017 at 10:27 am #832740Does anyone have a good suggestion for a plugin that may help me in this?
Is it possible to “see” how other sites have solved this?August 2, 2017 at 6:35 am #833191Hi,
I’m not sure if there are any plugins which will add that, but writing it manually is pretty straight forward. Here’s a link to get you started: https://www.w3schools.com/tags/tag_select.asp
Best regards,
RikardAugust 2, 2017 at 2:17 pm #833471Interesting,
Create a drop-down list with four options:
<select>
<option value=”volvo”>Volvo</option>
<option value=”saab”>Saab</option>
<option value=”mercedes”>Mercedes</option>
<option value=”audi”>Audi</option>
</select>Picking one of this does not create too much action, does it?
Filtering, link to a URL or anything…But I see this may be a start of something, with some if… or case…
August 3, 2017 at 6:04 am #833752Hi,
Yes, that is only the actual drop down, all the actions will have to be added after that.
Best regards,
RikardNovember 4, 2017 at 11:02 am #872437Hello,
I have found that in the Contact Form I may in the Form-tab select Form Element: Select Element.
At ‘Select Element’ it is explained:Form Element Options
Enter any number of options that the visitor can choose from. Separate these Options with a comma.
Example: Option 1, Option 2, Option 3
Note: If you want to use a comma in the option text you have to write 2 comma.By using the example: Option 1, Option 2, Option 3 I det a drop down menu listing.
May I some how use the selected option to control a display, image or link?November 5, 2017 at 4:55 am #872675March 20, 2018 at 8:34 pm #930105This site
https://www.merkefabrikken.no/products/navnelapper-for-bedrifter-solv-og-sort
has a selection of product and the price change accordingly to the selected.
How is that possible?March 21, 2018 at 7:15 am #930380Hi Loining,
Have you considered using variable products?
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.