Forums › Forums › Search & Filter Pro › Date range picker not visible
Tagged: date range
- This topic has 6 replies, 2 voices, and was last updated 8 years, 10 months ago by Ross.
-
Anonymous(Private) January 19, 2016 at 2:56 pm #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(Private) January 19, 2016 at 3:08 pm #34697Hi 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 menuSearch & Filter
– there you can untick “load jQuery i18n files”Hope that helps!
Thanks
Ross Moderator(Private) January 19, 2016 at 4:16 pm #34735I 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(Private) January 19, 2016 at 9:28 pm #34772Yes 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(Private) January 21, 2016 at 8:23 am #34905Yup, 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!
-
AuthorPosts