bookingalgorithms
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [BA Hotel light] Mobile menu flickers on and offHello,
That’s great, thank you for informing!
—
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] Show search results on custom pageHello,
You can try to select your front page as “Select search result page” option on the plugin settings page (see “general settings” section in the plugin documentation).
—
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] Menu not working on mobile and tablet versionHello,
This is not a plugin related issue. Your question is about “BA Hotel light” theme, please, open a ticket on the theme support forum.
In any case, please, try to deactivate all plugins first and check mobile site again.—
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] Checkout flow is not displaying the checkout pageThat’s great!
You are welcome,
—
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] Checkout flow is not displaying the checkout pageHello,
Woocommmerce on your site breaks checkout flow of the BA Book Everything plugin. BA Book Everything can’t be used with Woocommerce on the same site. If you need Woocommerce and BA Book Everything, you have to use multisite mode so that each plugin works with own environment and settings.
—
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] change title “Book this Room” to “Book this Option”Hello,
If you use “BA Hotel light” theme, you can copy code of the function bahotel_l_room_post_content from /themes/ba-hotel-light/includes/template-functions.php to your child theme and edit required titles. Another way is just to translate titles, they all are in the theme .pot file.
—
Best Regards,
Booking Algorithms teamHello,
This question isn’t so simple, so we took the time to think. Generally, yes, it’s possible, but required to extend plugin via hooks in some places.
We scheduled on August the creation of currency switcher paid add-on. If it’s convenient for you, you could leave us a request in our contact form, so that we can notify you when it’s ready.—
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [NSFW] [BA Book Everything] price based on countriesHello,
This question isn’t so simple, so we took the time to think. Generally, yes, it’s possible, but required to extend plugin via hooks in some places.
We scheduled on August the creation of currency switcher paid add-on. If it’s convenient for you, you could leave us a request in our contact form, so that we can notify you when it’s ready.—
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [NSFW] [BA Book Everything] price based on countriesHello,
No, it doesn’t. You can find all available price options in the Documentation.
—
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] account page editHello,
Depending on your tasks you should use hooks (filters, actions) from the BABE_My_account class or other classes to add your custom functions in the child theme and overwrite the plugins output. For example, you can use filter ‘babe_myaccount_manager_edit_post’ (BABE_My_account class, line 1658) to prevent show edit post content for some users based on their role, and use filter ‘cmb2_can_save’ (see BABE_CMB2_admin class, lines 42, 1485) to prevent post update actions.
Hope this helps you.Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] Many bookHello,
Currently it’s not possible to make multiple reservations in a single client order. To make sure that the selected room is available for booking, when the user starts placing the order, this room closes on selected days for other users for about 10 minutes until the order is completed. So the client need to complete checkout in this time. And after placing order, the client can reserve car or cruise.
Hope this helps in your project.Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] account page editHello,
It’s possible, but you need some programming skills to do this. You can edit “My account” page code by filtering it programmatically in your child theme using filters that you can find in the BABE_My_account class (folder /includes/class-babe-my-account.php).
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] quantityHello,
The feature “display the date and the number of rentable items in calendar format or table format for each item” is currently under development and should be included in next update of the “BABE Backoffice” add-on. This update may take a couple of weeks. You could leave us a request on our site contact form so that we can notify you when it’s ready.
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] quantityHello,
Please tell us in more detail how (in what place of the code or page of the site) do you want to display this data?
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] Translate from .po and .moHello,
You need to place the localization files in the plugin languages folder normally under wp-content. The full path would be wp-content/languages/plugins/ba-book-everything-de_DE.po (*.mo) like described in WordPress docs.
Best Regards,
Booking Algorithms team