Forums Forums Search & Filter Pro Date range picker not visible

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Anonymous
    #34691

    Hi,

    We are using your S & F plugin and our site is still under development. The plugin have not had any issues until lately when we noticed the date range picker is not displaying properly and we cant pick dates.

    We are using the S&F on a few different pages
    https://www.retreatartist.com/site/
    https://www.retreatartist.com/site/shop/

    Can you help us to resolve the issue with date picker please?

    Regards

    Ross Moderator
    #34697

    Hi Alberto

    When I access the page, I see a Javascript error in the console which I think is responsible.

    This is the jQuery i18n files, which, unless you have multiple langauges is not necessary to load.

    Provided you are on the latest version, head to settings in the admin menu Search & Filter – there you can untick “load jQuery i18n files”

    Hope that helps!

    Thanks

    Anonymous
    #34710

    Thanks for the prompt reply,

    We had tried that earlier and I tried it again now with no success.

    Anonymous
    #34718
    This reply has been marked as private.
    Ross Moderator
    #34735

    I see the date picker here now:

    https://www.retreatartist.com/site/shop/

    Albeit you have some z-index issues.

    Do you see the same?

    Thanks

    Anonymous
    #34772

    Yes I can see it on the page but not on home page. Also seem I can not click on any dates.

    Is the Z index problem with your plugin or where should I be looking? Do you think z index is the reason for plugin not behaving properly right now?

    Regards

    Ross Moderator
    #34905

    Yup, after looking at your homepage I can see, the date picker is there, just underneath stuff.

    Try adding this to your CSS to increase the z-index:

    #ui-datepicker-div {
        z-index: 1000 !important;
    }

    Thanks!

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