Forum Replies Created
-
AuthorPosts
-
Hi Andy,
Just purchased the Woo Bookings extension. They have a 30 days refund policy. I’m going to use it and (if it’s interesting for you) I can feedback you how it works in ENFOLD.
Below I attach the ENFOLD screenshot. Hope now you can see it.
Thanks,
MiquelOK. Don’t worry.I’ll take care of askgin fro the refund policy to Woo.
Below an attachement of the ENFOLD message. This message makes me think there’s probably more knowledge about extensions compatibility somewhere inside your organization…Anyway,
Thanks,Miquel
Hi Elliott,
Thanks for your answer. I’ve been working on other stuff for a while and I’ve just seen your answer.I’ve tried your code but it was changing all the text input fileds in the form, not only the datepicker ones, so it was not a good solution for me.
Just in case it’s helpful for others with similar issues, I’ve managed to change only the datepicker month and year input fields by targeting the css classes .ui-datepicker-month, .ui-datepicker-year , with !important declarations.
Still I like more the look and feel of the default form datepicker included in the Enfold theme (shortocode), so if there’s any further development in this regard to imporve the Gravity forms compatibility with ENFOLD, I’d be happy to upgrade.
Below the css code I’ve implemented.
Thanks,
Miquel.ui-datepicker-month, .ui-datepicker-year { display: inline-block !important; margin-bottom: 1px !important; padding: 1px 1px !important; } .ui-datepicker-month { width: 70px !important; } .ui-datepicker-year { width: 45px !important; }
-
AuthorPosts