Forum Replies Created
- AuthorPosts
Andre Flores
ModeratorHello Gevorg,
You are most welcome 🙂
Sure, we will definitely improve translations in the further plugin updates.Regards,
AndreAndre Flores
ModeratorHello Andrew,
Thank you for letting me know, I am glad that you have managed to resolve the issue.
Regards,
AndreMarch 22, 2021 at 2:22 am in reply to: Can I display accommodation types listing in a grid view? #1093283Andre Flores
ModeratorHello LucÃa,
I am sorry for the misunderstanding. You may achieve this by adding posts_per_page and orderby parameters to the shortcode, e.g.:
[mphb_rooms posts_per_page="6" orderby="rand"]You might also want to get rid of the pagination, in this case add the following code under Appearance ->Customize ->Additional CSS:
.navigation.mphb-pagination.pagination { display: none; }Regards,
AndreAndre Flores
ModeratorHello Laura,
Are you referring to Rates section on the Booking COnfirmation page? https://prnt.sc/10pqdy3. If not, get back to me with the URL to an example page, so I take a closer look at it.
Regards,
AndreMarch 19, 2021 at 12:25 am in reply to: Is there any way to get rid of the page title/header on the home page? #1092322Andre Flores
ModeratorHello Lucia,
Kindly provide me with the URL to the page in questions, so I provide you with a valid code.
Regards,
AndreAndre Flores
ModeratorHello Kerry,
Thank you for posting this topic, it is much appreciated.
The issue is indeed quite unique and we have not received similar complaints from other users to the date. Let’s see if anyone else faces the same issue, so we could proceed with the investigation.Regards,
AndreAndre Flores
ModeratorHello Andrew,
Unfortunately, I was unable to replicate the issue locally with Stripe Sandbox credentials. Kindly provide me with your website URL and temporary access to WordPress dashboard in a private reply, so I take a closer look at the issue.
Regards,
AndreAndre Flores
ModeratorHello Andrew,
This information is fetched from the Reserved Accommodation Details Template under Accommodation ->Settings ->Email Settings tab: https://prnt.sc/10pq4pc.
Feel free to remove/edit it there.Regards,
AndreMarch 19, 2021 at 12:08 am in reply to: How to disable excerpt text shown below page title? #1092316Andre Flores
ModeratorHello Maurice,
You may easily remove the text right from the page Excerpt: https://prnt.sc/10ppu0w. If you want to have it there and simply hide on the page, add the following code under Appearance ->Customize ->Additional CSS:
.page-id-275 .page-description { display: none; }Regards,
AndreAndre Flores
ModeratorHello Maurice,
The Booklium theme should be compatible with AMP plugin, feel free to install it.
Regards,
AndreAndre Flores
ModeratorHello Gevorg,
At the moment these variables can be translated only directly in public.js, public.min.js, flatpickr.js and flatpickr.min.js files for dates/months:
weekdays: { shorthand: [ __('Sun'), __('Mon'), __('Tue'), __('Wed'), __('Thu'), __('Fri'), __('Sat') ], longhand: [ __('Sunday'), __('Monday'), __('Tuesday'), __('Wednesday'), __('Thursday'), __('Friday'), __('Saturday') ] }, months: { shorthand: [ __('Jan'), __('Feb'), __('Mar'), __('Apr'), __('May'), __('Jun'), __('Jul'), __('Aug'), __('Sep'), __('Oct'), __('Nov'), __('Dec') ], longhand: [ __('January'), __('February'), __('March'), __('April'), __('May'), __('June'), __('July'), __('August'), __('September'), __('October'), __('November'), __('December') ] }, amPM: ['AM', 'PM'],And public.js and public.min.js files for Service, Date, Time, Price text:
output += '<div class="mpa-booking-order-item">'; output += '<ul class="mpa-reservation-details">'; output += '<li class="mpa-reservation-service">'; output += '<span class="mpa-label">' + __('Service:', 'motopress-appointment') + '</span>'; output += ' '; output += '<span class="mpa-value">' + serviceName + '</span>'; output += '</li>'; output += '<li class="mpa-reservation-date">'; output += '<span class="mpa-label">' + __('Date:', 'motopress-appointment') + '</span>'; output += ' '; output += '<span class="mpa-value">' + Object(dev_functions_date__WEBPACK_IMPORTED_MODULE_0__["mpa_format_date"])(cartItem.date) + '</span>'; output += '</li>'; output += '<li class="mpa-reservation-time">'; output += '<span class="mpa-label">' + __('Time:', 'motopress-appointment') + '</span>'; output += ' '; output += '<span class="mpa-value">' + cartItem.time.toString() + '</span>'; output += '</li>'; output += '<li class="mpa-reservation-price">'; output += '<span class="mpa-label">' + __('Price:', 'motopress-appointment') + '</span>'; output += ' '; output += '<span class="mpa-value">' + servicePrice + '</span>'; output += '</li>'; output += '</ul>'; output += '</div>';We are still working on improving translations in order to allow users to perform translations in language files.
Regards,
AndreAndre Flores
ModeratorHello Fenton,
The code is located in the room-content.php and results-info.php files under /wp-content/plugins/motopress-hotel-booking/templates/shortcodes/search-results/ directory, you may copy both files to the /wp-content/themes/your-theme/hotel-booking/shortcodes/search-results/ directory and perform necessary changes to the code in them.
Regards,
AndreMarch 18, 2021 at 11:45 pm in reply to: Buttons and search booking hotel does not work on the main page #1092306Andre Flores
ModeratorHello Alejandro,
I have checked your website and both the logo and the main menu are visible: https://prnt.sc/10pp803. Let me know if the issue no longer persists.
Regards,
AndreAndre Flores
ModeratorHello Carl,
As I have mentioned in my previous replies, the Maximum Advance Reservation option should not be used to allow bookings in future, if all the rates/seasons are configured properly, your guests should be able to book any number of days in future.
Kindly provide me with an Administrator role user to your WordPress dashboard in a private reply, so I take a closer look at the issue.Regards,
AndreAndre Flores
ModeratorHello Coralie,
You are most welcome.
It would be very much appreciated if you leave your positive feedback about the Hotel Booking Reviews plugin at: https://motopress.com/products/hotel-booking-reviews/#edd-reviews-respond.Thank you in advance!
Regards,
Andre- AuthorPosts