-
AuthorPosts
-
May 1, 2019 at 8:25 am #1096074
I have some questions regarding the Wocommerce Accomodation Bookings Plugin and hope you can help me. Maybe they are too specific for this forum.
How can I change the following descriptions: “choose a day of arrival”, “choose a day of departure”, “to clear selection, pick a new start date”.
2. I have set that you book nights and not days and I also set a time of arrival and a time of departure. The goal should be that after a booking, the arrival and departure day should only be seen as half booked in the calendar (with a red triangle instead of completely filled out) and that these half booked days can still be booked. Thus, for example, a departure day can also be an arrival day and an arrival day can also be a departure day. As you can see on the attached screenshot, this already works for the first day of a booking. But not for the last day of a booking.
I hope you can help me with this.May 2, 2019 at 6:32 am #1096347Hey Felix-A,
We’re not familiar with that plugin unfortunately, could you start off by contacting the plugin developers to see if they can help you out maybe?
Best regards,
RikardMay 3, 2019 at 1:26 pm #1096895Hi Kriesi,
how can i edit the style of the Woocommerce Booking Calender in the E-Shop?
I want to remove the “Times are in Europe/Berlin” and setuo smaler size of the fonts.Andy
May 4, 2019 at 12:58 pm #1097182Hi Andy,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.wc-bookings-date-picker-timezone-block { display: none; }
Which fonts do you want smaller?
If you need further assistance please let us know.
Best regards,
VictoriaMay 4, 2019 at 6:35 pm #1097278Hi Viktoria, thx for your quick help.
1. It would be nice to make the size of the price bigger.
2. in my Browser (Firefox) the datepicker is on the bottom without boarderline.
Is this a bug or can i change it in the css?Thx
Andy
May 8, 2019 at 8:49 am #1098357Hi Andy,
Please add this code too:
@media only screen and (max-width:767px){ #top .av-woo-purchase-button .price span { font-size: 20px; } }
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.