Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: "Woocommerce Bookings" extension #490291

    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.

    Screenshot ENFOLD warning message

    Thanks,
    Miquel

    in reply to: "Woocommerce Bookings" extension #489331

    OK. 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…

    Enfold Message Woo Extensions

    Anyway,
    Thanks,

    Miquel

    in reply to: Gravity forms Datepicker issue #382059

    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;
    	}
    
Viewing 3 posts - 1 through 3 (of 3 total)