Forum Replies Created
- AuthorPosts
J. Davis
KeymasterHi Cian,
I’ve tested it using Postman API and it worked correctly https://prnt.sc/n8TFSYtUogMb I got 1 reservation with the proper ID. Here is a screenshot from the backed calendar https://prnt.sc/cwhj-1UYB9ONJ. Davis
KeymasterHi Jennifer,
Could you please specify what happens when you try to open the iCal URL in your browser when you are logged out of your site? Can you save the file with the ICS extension? Make sure there is no coming soon/maintenance mode enabled on your site.January 8, 2025 at 7:44 am in reply to: Payment method PayPal via Paypal and test payment radio button #1712158J. Davis
KeymasterHi, I’ve checked your site and could not see the mentioned issue. It looks like you have resolved it on your own. Feel free to ask any additional questions.
J. Davis
KeymasterHi Martin,
The standard email notifications can be translated via WPML > String translations. The automatic email notifications are sent in a related language automatically. If you wish to send some notification in another language manually, you need to change the language of your Profile (top right-hand corner of the screen).
Let me know if it is helpful or if you have any additional questions.January 8, 2025 at 7:07 am in reply to: How to customize the accommodation type page layout #1712133J. Davis
KeymasterHi Brian,
You can read this post to learn how to create a custom template for accommodation types https://motopress.com/blog/hotel-booking-styles-addon-single-accommodations/
If you like the default layout but want to add a custom section you can use functions.add_action( 'mphb_render_single_room_type_metas', booklium_render_custom_section', 60); function booklium_render_custom_section(){ echo 'test'; }
The code can be added to the functions.php file of a child theme or to a third-party plugin like Code Snippets.
J. Davis
KeymasterHi,
There is no option to add a conditional field to the checkout page to collect the name of each guest. You can use the Checkout Fields Addon to add a static required textarea to ask the guest to fill in the names of each guest.J. Davis
KeymasterThanks for your feedback. I’ve added your upvote to the task. We will notify you if we have any news.
J. Davis
KeymasterHi Nick,
Thanks for your question. It looks like the calendar can not be loaded. Most likely the issue is caused by some optimization plugin that minified JS files. You can try disabling it or excluding the files of the Hotel Booking plugin.You can find some predefined skins for the calendar at Accommodation > Settings > Calendar Style.
Let me know if you have any additional questions.
J. Davis
KeymasterHi,
There is no such option. However, it is possible to send the notification manually whenever you need.January 8, 2025 at 6:03 am in reply to: Updating Elementor to 3.26.x crashes site – Outdated Schemes code #1712111J. Davis
KeymasterHi,
We have released a new version of the Campterra theme. After you update the theme you need to navigate to Appearance > Install Plugins and update the Campterra Engine plugin.J. Davis
KeymasterWe are happy to announce that the issue is fixed in a new version of the Stratum plugin. This widget requires an Instagram business account. Please update the plugin and reconnect to your Instagram account.
J. Davis
KeymasterHi Eric,
Our developers are searching for a proper solution. We will update the topic if we have any news. ThanksJ. Davis
KeymasterHi Marc,
You can try to use the following style:.header-dropdown.toggled-on .header-dropdown-content .main-navigation .primary-menu{ color:#fff; }
J. Davis
KeymasterHi Cian,
You can use the example below:{ "filter":{ "meta_query":{ "relation":"AND", "date":{ "key":"mphb_check_in_date", "value":[ "2024-10-26", "2024-10-27" ], "compare":"BETWEEN", "type":"DATE" } } } }
You need to add it as JSON to the request’s body.
J. Davis
KeymasterHi Thierry,
You can use the browser inspector tool to find the class of the needed element and apply custom CSS styles. You can search for posts that explain how to inspect the elements on the pages to find the names of the classes.- AuthorPosts