Month View Date picker disappearing also

Home Forums Calendar Products Events Calendar PRO Month View Date picker disappearing also

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1602340
    George
    Participant

    I just noticed that our month view date picker was disappearing as well.
    System info below, as well as screenshot.

    ========================
    PLEASE LEAVE FOR SUPPORT
    Reporting the same issue as: https://theeventscalendar.com/support/forums/topic/date-picker-disappearing-above-input-area/

    #1603935
    Victor
    Member

    Hi George!

    Thanks for getting in touch with us!

    We apologize for a bit of delay in getting back to you. We are dealing with a high volume of threads at the moment and we are slowly getting back to normal response times.

    I believe that is a conflict with your theme’s header. As you can see, the datepicker gets hidden underneath. You can confirm it’s a theme issue by switching to a default theme (like twenty seventeen) and see if it works correctly.

    As a workaround, I’ve been able to prevent the issue in your site with a custom CSS snippet. Try pasting the following CSS code into your theme’s styles.css file or using the WordPress Customizer (WP Admin > Appearance > Customize > Additional CSS):

    .datepicker-dropdown {
    z-index: 1000 !important;
    }

    I hope that helps. 🙂

    Best,
    Victor

    #1606626
    George
    Participant

    Hi Victor –

    Thanks for the reply. I’ve been out of town and slow to respond myself!
    I’ll try the CSS fix and let you know!

    #1607131
    Victor
    Member

    Hey George!

    Thanks for following up! And no worries about the time, we are always here to help.

    Just so you are aware, threads will auto-close after 3 weeks of inactivity, in which case you can always open a new topic referencing this one. 🙂

    Let me know how it works for you.

    Best,
    Victor

    #1607586
    George
    Participant

    Thank you, Victor – that bit of CSS worked!

    #1608371
    Victor
    Member

    Great to hear that George! Thanks for following up 🙂

    I’ll close this thread now, but feel free to open a new topic if anything comes up and we’ll be happy to help.

    Best,
    Victor

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Month View Date picker disappearing also’ is closed to new replies.