• Resolved w.reidlinger

    (@wreidlinger)


    Hi there!

    I got problems with the datepicker function in The Events Calendar plugin, it looks somehow broken. when clicking on the month / year selection flied (in the month view — https://berggids.be/events/month/2022-02/) the date selection is not displayed correctly by the datepicker. maybe it has something to do with jquery loaded twice, BUT I can’t verify this so far.

    this are the settings of the plugin:
    default stylesheet used for evetns templates: Tribe Events Styles
    events template: Default Events Template
    Use updated calendar design: YES

    plugin version: The Events Calendar / 5.7.0
    theme: Traveler: 2.9.3 By Shinetheme
    wp version: 5.7.2

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

Viewing 1 replies (of 1 total)
  • Thread Starter w.reidlinger

    (@wreidlinger)

    I was able to fix the problem with the following custom css to overwrite the default css.

    default css:

    .datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
      padding-top: 10px;
      padding-bottom: 10px;
      color: #ADB2BD;
      float: left;
      text-align: center; }

    custome css:

    .datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
    float: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘datepicker not displayed correct’ is closed to new replies.