datepicker in mobile

Home Forums Calendar Products Events Calendar PRO datepicker in mobile

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #760569
    gabriele scaduto
    Participant

    I do not like to bring up the keyboard when I use the datepicker on the mobile ?

    Thanks!

    #761999
    Josh
    Participant

    Hello eventiintoscana,

    Thanks for reaching out to us!

    Unfortunately this is the way the datepicker currently works on mobile. There are some work arounds that will require some minor custom development work. Here are some solutions others have used to solve this same problem you’re experiencing.

    You could also submit a request on our UserVoice page for our developers to consider this feature in an upcoming update to the plugin.

    I’m sorry I wasn’t able to give you a direct response however I hope this was able to point you in the right direction.

    Thanks!

    #763699
    gabriele scaduto
    Participant

    I resolve my issue:

    i put this in the code:
    $tribedate.attr(‘readonly’, ‘true’);

    it’s not “elegant” because i put tho code in your plugin code. in resources -> tribe-events-bar.min.js
    Can i put it in my functions file?
    Thanks

    #765009
    Josh
    Participant

    Hello eventiintoscana,

    Thanks for following up with us!

    I’m glad this was able to help. You could potentially load a custom js file with your customization to that variable defined within your child theme. You could try using <a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script" target="_blank">wp_enqueue_script</a> and list the tibe js file as a dependency. I’m not positive it will work but if it does it would allow you to update the plugin more freely in the future.

    Hopefully this will help to get you pointed in the right direction.

    Thanks!

     

    #958971
    Josh
    Participant

    Hey,

    It’s been a while since we’ve heard from you on this thread.

    I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘datepicker in mobile’ is closed to new replies.