Andre Flores

Forum Replies Created

Viewing 15 posts - 1,801 through 1,815 (of 1,926 total)
  • Author
    Posts
  • Andre Flores
    Moderator

    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,
    Andre

    in reply to: Reset of Loco Translation Changes? #958221
    Andre Flores
    Moderator

    Hi, 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,
    Andre

    Andre Flores
    Moderator

    Hello, Kostas!

    I see, thank you for the feedback. I am glad that we were able to get to the bottom of the issue.

    Regards,
    Andre

    in reply to: Changing Sidebar width ? #958205
    Andre Flores
    Moderator

    Hi, 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,
    Andre

    in reply to: Multiple Accomodation Availability Calendar #956800
    Andre Flores
    Moderator

    Hello, 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,
    Andre

    Andre Flores
    Moderator

    Hi, Sabrina!

    Kindly check my reply regarding this matter in another topic.

    Regards,
    Andre

    in reply to: Syncing Issue, Blank page #956797
    Andre Flores
    Moderator

    Hi, Sabrina!

    In order to clear sync logs in your database you should run the below query in your database via phpMyAdmin tool:

    UPDATEwp_optionsSEToption_value= 'a:0:{}' WHEREoption_name= 'mphb_ical_sync_rooms_queue_processed_data'

    Make sure to replace wp_ with your database table prefix.

    Regards,
    Andre

    in reply to: Search category #956796
    Andre Flores
    Moderator

    Hello, 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,
    Andre

    in reply to: How to Add Category ID in Accommodation Types #956370
    Andre Flores
    Moderator

    Hello, 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,
    Andre

    Andre Flores
    Moderator

    Hello, 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,
    Andre

    in reply to: Can the footer image be changed? #956359
    Andre Flores
    Moderator

    Hello, Kent!

    You are always welcome! 🙂

    Regards,
    Andre

    Andre Flores
    Moderator

    Hello, 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,
    Andre

    in reply to: Can the footer image be changed? #954565
    Andre Flores
    Moderator

    Hello, 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,
    Andre

    in reply to: Change Page Header Font and Height #954564
    Andre Flores
    Moderator

    Hello, Jan!

    I am glad that you have managed to resolve the issue, thank you for your feedback.

    Regards,
    Andre

    in reply to: Elementor Footer #954499
    Andre Flores
    Moderator

    Hello, 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

Viewing 15 posts - 1,801 through 1,815 (of 1,926 total)