• Resolved Frank

    (@fwusquare2com)


    Hello, is there a way to use W4PL to setup a drop menu list? I have a scenario where content layout space is limited and displaying a “long” list of links would not be ideal. However, if I could display a dynamically generated list as a drop menu, then that would be perfect!

    Regards,
    Frank

    https://www.ads-software.com/plugins/w4-post-list/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Shazzad Hossain Khan

    (@sajib1223)

    Well, if you can handle the Css/JS/Html, you can definitely create a drop-down menu.

    Thread Starter Frank

    (@fwusquare2com)

    Thanks, here is what I came up with for a simple drop menu in case this might be helpful to others:

    <div>
    <select id="postList_dropdown">
    [posts]
    <option value="[post_permalink]">[post_title]</option>
    [/posts]
    </select> <input type="button" id="postList_goBtn" value="GO!"  onClick="javascript:window.location=document.getElementById('postList_dropdown').value" />
    </div>
    Plugin Author Shazzad Hossain Khan

    (@sajib1223)

    Wow, you’ve got the solution ?? Also including the js codes, congrats !!

    I would appreciate a review if possible.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘List as a drop menu?’ is closed to new replies.