[Support request] drop down list

Home Forums Support [Support request] drop down list

Home Forums Support drop down list

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1585030
    Jean

    Hi,
    i want to create a simple dropdown list where you select a topic in the list and redirects to that url just as the good old days where you had.

    <select id=”cars”>
    <option value=”volvo”>Volvo</option>
    <option value=”saab”>Saab</option>
    <option value=”vw”>VW</option>
    <option value=”audi” selected>Audi</option>
    </select>

    but i can’t find how you can make a clean looking dropdown list

    #1585043
    Leo
    Staff
    Customer Support

    Hi there,

    That would require some custom coding or a plugin solution as there is nothing built-in.

    Do you have an example to show?

    I can try to determine if they are using a certain plugin or not.

    #1585486
    Jean

    Hi, please see images of the dropdown as well as the code on below links.

    https://ibb.co/64xB6Gw
    https://ibb.co/6HZtL9f

    #1585590
    David
    Staff
    Customer Support

    Hi there,

    Select inputs are governed by the browser. To replace that style requires Javascript.
    Heres an example of how to do that:

    https://www.w3schools.com/howto/howto_custom_select.asp

    #1586133
    Jean

    thanks for you reply… so there are no built in solution for a drop down list in generatepress? i dont have any coding skills

    #1586261
    Leo
    Staff
    Customer Support

    so there are no built in solution for a drop down list in generatepress?

    Unfortunately not.

    #1586305
    Jean

    and if you want to add a drop down list manually with html code can you drag and drop an element next to the text so you can place a dropdown list next to plain text?

    Select car: [dropdown list]

    #1586634
    Leo
    Staff
    Customer Support

    Not sure if I fully understand.

    Have you tried the solution David recommnended?

    We can only help with GP-related issue in this forum unfortunately.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.