Forum Replies Created
- AuthorPosts
- May 26, 2020 at 7:36 am in reply to: Search Result / Availability List – Custom Display Options #958688Andre FloresModerator
Hello, Tilman!
The layout of the Search Results Page itself and the appearance of accommodation types on that page can be edited via custom CSS coding.
If you have a lot of amenities, you may hide them all at once or some specific ones if needed. For example, use below code to hide in-room safety amenity:.mphb-room-type-facilities .facility-in-room-safe { display: none; }
Each amenity has its own CSS class, so you can easily hide any of them separately or several at once.
As for the Special Offers section, it uses the Accommodation Types widget – you may configure the look of the widget by adjusting its settings: https://prnt.sc/snw1te. You may hide Description, but enable Details, for example, it should take less space and look better.
Regards,
AndreAndre FloresModeratorHi, Tilman!
In your case the option would be removing translation file you have used to translate the plugin/theme. Navigate to Loco Translate ->Plugins/Themes and look for “Delete” tab – you may back-up translation files in specified paths before deleting them, just in case: https://prnt.sc/sn7zsj.
As for the changes not being applied to the language files, it may be the issue with permissions on your server, which do not allow overwriting files after changes are performed in the plugin. The issue also may be caused by some third-party plugins, I would recommend that you deactivate them in order to check whether one of them causes the issue.
If there is still no luck, do not hesitate to submit a request to our Help Desk for further investigation.Regards,
AndreMay 25, 2020 at 7:05 am in reply to: Admin and Customer does not receive Hotel Booking Plugin Email #958212Andre FloresModeratorHello, Kostas!
I see, thank you for the feedback. I am glad that we were able to get to the bottom of the issue.
Regards,
AndreAndre FloresModeratorHi, Luis!
You should also add the following CSS code to the same media query:
.site-main { max-width: 100%; }
So the code will look as follows:
@media (min-width: 992px) { .site-content .widget-area { width: 20%; } .content-area { width: 75%; } .site-main { max-width: 100%; } }
Note, that you will need to change the accommodation type featured image width in order to have it fit the new content width.
Regards,
AndreAndre FloresModeratorHello, Brian!
You may use previously mentioned ICS Calendar plugin to add an availability calendar for multiple accommodation types. Please note, that it will not allow your Guests to book directly from the calendar, however, they will be able to see what dates are free to book. This is an example of how it would look like: https://prnt.sc/skvh4m.
You may style the calendar per your desire using custom CSS.Regards,
AndreMay 21, 2020 at 6:39 am in reply to: logs are clean in the dashboard (wordpress) but no in the DB #956798Andre FloresModeratorAndre FloresModeratorHi, Sabrina!
In order to clear sync logs in your database you should run the below query in your database via phpMyAdmin tool:
UPDATE
wp_optionsSET
option_value= 'a:0:{}' WHERE
option_name= 'mphb_ical_sync_rooms_queue_processed_data'
Make sure to replace wp_ with your database table prefix.
Regards,
AndreAndre FloresModeratorHello, Arttu!
As an alternative you may create an attribute named “Category”, configure its terms according to your accommodation type categories and apply them to appropriate accommodation types (you will need to do that for each accommodation type). Finally, you will need to add newly created attribute to the availability search form, so your Guests could search for properties, depending on the category they select from the drop-down. Check this nice video on how to add custom attribute to the search form.
Regards,
AndreAndre FloresModeratorHello, Talha!
You may find the category ID by hovering it in your dashboard – the ID can be seen in the category URL itself: https://prnt.sc/sk5we7. Feel free to insert this ID to the widget settings in order to have accommodation types from respective category displayed.
Regards,
AndreMay 20, 2020 at 6:56 am in reply to: How to get social buttons in footer clickable in desktop view? #956365Andre FloresModeratorHello, Kent!
I am glad that you were able to find the topic with the workaround. The request has been passed to our developers regarding this matter as well, so once there is any feedback from them, I will contact you via e-mail with further updates.
Regards,
AndreAndre FloresModeratorHello, Kent!
You are always welcome! 🙂
Regards,
AndreMay 20, 2020 at 6:48 am in reply to: Admin and Customer does not receive Hotel Booking Plugin Email #956357Andre FloresModeratorHello, Kostas!
Check if the booking/order status is Confirmed – this will make sure both admin and the customer receive confirmation e-mail. If it is, check the booking Logs in order to find out whether the e-mail has been sent to admin/customer: https://prnt.sc/sk5dfx. I would also recommend that you configure SMTP on your website, you may use one of the WordPress plugins, e.g. Post SMTP Mailer – it also allows to check any e-mail event to find whether e-mails on your website were sent/delivered.
If the issue persists, do not hesitate to submit a request to our Help Desk.Regards,
AndreAndre FloresModeratorHello, Kent!
The footer background image is added via CSS. In order to replace it add the following CSS code under Appearance ->Customize ->Additional CSS:
.site-info::before { background: url("images/footer_skyline.png"); }
Replace images/footer_skyline.png with the direct path to the desired image. You may get the full image path in your Media Library by clicking on the image thumbnail – you will see the path at the right: https://prnt.sc/shgta1.
Regards,
AndreAndre FloresModeratorHello, Jan!
I am glad that you have managed to resolve the issue, thank you for your feedback.
Regards,
AndreAndre FloresModeratorHello, Ashley!
Thank you for the information. As far as I know you have a ticket raised in our Help Desk regarding this matter already. Kindly expect a reply with further directions there.
Regards,
Andre - AuthorPosts