• Resolved pvrtomg

    (@pvrtomg)


    I have tried a number of methods following the example in the You Tube clip.

    In the Page I’m using to try this out (As below) I only have :-

    <input type=”date” name=”mydate” />
    <input id=”datepicker” type=”text” name=”thedate” />

    On the settings page for wp-datepicker I have :-

    #datepicker, input[type=’date’ name=’mydate’]

    I’ve installed WP Datepicker (1.3.7) and I’m using the Atahualpa theme. I note that Lara K had a similar issue and it was fixed by doing something to the Datepicker theme but I don’t see a datepicker theme. Does datepicker require other plugins?

    • This topic was modified 7 years, 1 month ago by pvrtomg.
    • This topic was modified 7 years, 1 month ago by pvrtomg.
    • This topic was modified 7 years, 1 month ago by pvrtomg.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Fahad Mahmood

    (@fahadmahmood)

    You are asking a number of things in one post. Kindly correct your CSS selector at least.

    Correct Syntax: #datepicker, input[type=’date’][name=’mydate’]

    But there is a problem. Instead of using type date, you should use type text. And for themes you need Premium version. I hope i could answer all the queries?

    Thread Starter pvrtomg

    (@pvrtomg)

    Hi Fahad,

    hank you for your very quick reply.

    My testing page :-
    https://pvr.emailhouse.uk/4157-2/
    Now has:-
    <input type=”text” name=”mydate” />
    <input id=”datepicker” type=”text” name=”thedate” />

    The setting are now
    #datepicker, input[type=’text’][name=’mydate’]

    Still both of the input fields don’t get the dropdown.

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Kindly reach me through my blog so i can help you better.

    Thread Starter pvrtomg

    (@pvrtomg)

    How do I do that?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Unable to get dropdown to show’ is closed to new replies.