Free and Premium WordPress Plugins & Themes Forums WordPress Themes Aquentro Adjust the availability search form widget calendar size
- This topic has 14 replies, 2 voices, and was last updated 3 years, 9 months ago by Andre Flores.
- AuthorPosts
- January 25, 2021 at 6:07 am #1064244CParticipant
Hello just wondering how can I make the Aquentro mphb_availability widget and the Callander that pops up for it smaller as it takes up too much room.
January 25, 2021 at 11:54 pm #1064733Andre FloresModeratorHello there,
This can be adjusted via custom CSS, e.g. by adding the following code under Appearance ->Customize ->Additional CSS:
@media (min-width: 1200px) { .homepage-widgets { width: 100%; } .homepage-widget-area .widget { padding: 1.875em; } .mphb-calendar .datepick, .datepick-popup .datepick { width: 435px !important; } .mphb-calendar .datepick-month, .datepick-popup .datepick-month { height: 261px; }}
Decrease all the values in the above code to the desired ones to make the widget and pop-up calendar smaller.
Regards,
AndreJanuary 28, 2021 at 1:02 pm #1066169CParticipantThanks is there a way to make the height of the widget smaller as its a bit too tall, we would like it to look slimmer.
Also on the bookings cnformation page,
Is there a way to hide the nightly price for the selected dates, so it doesn’t list each date and price when you expand the price breakdown in the booking confirmation page?
Regards,
CJanuary 28, 2021 at 1:08 pm #1066175CParticipantAh, I see the padding if for the height.
January 28, 2021 at 1:26 pm #1066186CParticipantThis reply has been marked as private.January 28, 2021 at 1:48 pm #1066206CParticipantThis reply has been marked as private.January 29, 2021 at 4:58 am #1066547CParticipantThis reply has been marked as private.January 31, 2021 at 6:47 am #1067259CParticipantThis reply has been marked as private.February 1, 2021 at 3:48 am #1067578Andre FloresModeratorThis reply has been marked as private.February 8, 2021 at 7:14 am #1071220CParticipantThanks, Andre, is there a way to display what the season’s fees are for the booked dates in the booking confirmation page table?
February 9, 2021 at 12:19 am #1071575Andre FloresModeratorHello there,
Fees are displayed in the price breakdown on the Checkout page by default, as well as taxes and services. Is this what you are referring to?
Regards,
AndreFebruary 9, 2021 at 6:13 am #1071725CParticipantThis reply has been marked as private.February 10, 2021 at 12:52 am #1072080Andre FloresModeratorThis reply has been marked as private.February 10, 2021 at 3:07 am #1072174CParticipantThis reply has been marked as private.February 10, 2021 at 11:35 pm #1072632Andre FloresModeratorHello there,
Yes, the code is valid and it hides Dates from the price breakdown. You may try overriding price breakdown function in your theme functions.php file. The function itself is located in the booking-view.php file under /wp-content/plugins/motopress-hotel-booking/includes/views/ directory, it starts with public static function generatePriceBreakdownArray
Regards,
Andre - AuthorPosts
- You must be logged in to reply to this topic.