- This topic has 1 reply, 2 voices, and was last updated 2 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Free and Premium WordPress Plugins & Themes Forums WordPress Themes Villagio Move calendar position
Is there a way to move the availability calendar position so that it is above where the listing images are?
Hi Khaled,
First, you may try to use the following addon to build a custom layout for the accommodation type page https://wordpress.org/plugins/mphb-styles/
Or you may remove the action
remove_action( 'mphb_render_single_room_type_metas', array( '\MPHB\Views\SingleRoomTypeView','renderCalendar' ), 40 );
and add it with a lower priority value e.g.
add_action( 'mphb_render_single_room_type_metas', array( '\MPHB\Views\SingleRoomTypeView','renderCalendar' ), 20 );
The codes can be added to the functions.php file of the theme or by using the Code Snippets plugin.
Feel free to ask any additional questions.
best regards,
John Davis
This website uses cookies
By clicking “Accept All”, you agree that we can store cookies on your device and disclose information in accordance with our Cookie Policy
Necessary Cookies
These cookies are essential for website functionality and cannot be disabled.
Advertising
These cookies, set by us and our advertising partners, aim to give you useful content and measure how well it works.
Analytics
These cookies help us improve performance by tracking user interactions on our website.