Forums Forums Search & Filter Pro Calendar not working

Viewing 8 posts - 1 through 8 (of 8 total)
  • Anonymous
    #40470

    Hi support,
    I’ve a problem.
    In search form the date section doesn’t work, the calendar doesn’t appear.
    I think there is a conflict of javascript, because also in event manager plugin the calendar doesn’t appear.
    Thank you.

    Sara


    Search and filter plugin: Versione 2.1.2
    Wordpress version : WordPress 4.4.2
    Theme: Jupiter Child version Version 5.0.4

    Link page with search form: http://irpet.inera.it/?page_id=703

    Trevor
    #40485

    Hi Sara

    I would need access to your wp-admin to have a look to see if I can resolve this. Do you have Skype? I will send a second message in private with my details.

    Trevor
    #40486
    This reply has been marked as private.
    Anonymous
    #40558

    I’ve send you a message in Skype.
    I attempt your answer.
    Thank you.

    Trevor
    #40560
    This reply has been marked as private.
    Trevor
    #40959

    Hi

    I looked in the admin at the search & filter form. Does it have a date field? If so, which field?

    Trevor
    #41282

    Hi

    Your theme makes the content of the page have a z-index: 200 and the WordPress datepicker uses a z-index: 11; meaning it is under the content. Try this custom CSS:

    #mk-theme-container {
        z-index: 10 !important;
    }

    It worked for me.

    Trevor
    #44266

    So, this is resolved with an update to the plugin.

Viewing 8 posts - 1 through 8 (of 8 total)