Discussion on Hotel Master Booking WordPress

Discussion on Hotel Master Booking WordPress

Cart 7,180 sales
Recently Updated
Well Documented

GoodLayers supports this item

Supported

This author's response time can be up to 1 business day.

1877 comments found.

Hello, it’s possible to show “Location” on the search bar?..somethink like Multilocation

Sorry but the theme doesn’t have that feature.

Hi. Beautifull theme. I noticed this small bug when looking to “hostel” demo, when clicking over “view price breakdown“. The opening pop-up is cut at sides, like you can see in the screenshot:

https://www.youthinkwedo.it/temp/IMG_20220420_094013.jpg

Hello,

Thank you for your interest :)

Sorry about this issue. We can help fix it with some custom css.

I am getting this fatal error…How could I solve this? Fatal error: Uncaught Error: Class ‘Elementor\Scheme_Color’ not found in /home/cnrlgnhtl/public_html/wp-content/themes/hotelmaster/elementor/image-list.php:292 Stack trace: #0 /home/cnrlgnhtl/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2280): Hotelmaster_Elementor_Widget_Image_List->_register_controls() #1 /home/cnrlgnhtl/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(494): Elementor\Controls_Stack->init_controls() #2 /home/cnrlgnhtl/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(177): Elementor\Controls_Stack->get_stack() #3 /home/cnrlgnhtl/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(300): Elementor\Widget_Base->get_stack() #4 /home/cnrlgnhtl/public_html/wp-content/plugins/elementor/core/files/css/global-css.php(120): Elementor\Controls_Stack->get_controls() #5 /home/cnrlgnhtl/public_html/wp-content/plugins/elementor/core/files/css/global-css.php(66): Elementor\Core\Files\CSS\Global_CSS->render_schemes_and_globa in /home/cnrlgnhtl/public_html/wp-content/themes/hotelmaster/elementor/image-list.php on line 292

I had to restore a previous backup to get rid of it, but it happens when I try to update WP to 5.9.3.

Hi,

Could you try replacing the \wp-content\themes\hotelmaster\elementor\image-list.php file with the one from here and see if it helps: https://we.tl/t-tQgrcAMp3S

Thanks.

Fatal error: Uncaught Error image-list.php:292. I’m getting an issue when I have to load a page done with Room (Hotel, Apartment). Theme updated and suddenly without move nothing I got this error. Please let me know. A very good theme btw

Hi,

Could you provide the url that the problem occurs together with wp-admin and ftp-access back via goodlayers profile page so we can check this out ?

https://themeforest.net/user/goodlayers

Hello, Is the term projects can be changed to other term? Thanks

Hi,

First of all, Thanks for your interest :)

Sorry, I don’t quite understand when you said ‘term projects’ Can you please describe more about it so I can answer this precisely?

Thanks!

Hi – how do I download all the transactions in the hotel? I need theme for reporting.

Unfortunately, we don’t have the feature to export that.

Hello, How do I style the booking confirmation email to have some color and header

Can you please submit ticket in our support website? Our dev and supporters only provide support in there, not here :(

Please note that, Right now, all support will be conducted through https://support.goodlayers.com/(Purchase code can be found here : https://support.goodlayers.com/purchasecode.png )

Thank you very much! :)

Hello Support,

My client wants to change this form to another widget. (a button for an external reservation system)

https://imgur.com/a/Z374dKo

It’s possible? Where can I do this?

Thank you very much

Hello?

Hi,

Sorry for the delay.

There aren’t option for this. BTW, you can edit the single-room.php file inside gdlr-hotel plugin folder directly for this.

Thank you

Hi, Pre-sale question. About Stripe payment gateway, is the payment for stripe can be set to use Stripe Payment Form instead of collecting credit card info in the booking form. I’m asking this because my Stripe account has eWallet,Online Banking and Credit Card payment method. So I would like the customer to choose which payment method they want using the Stripe Payment Form. Right now I see in the demo, when click on STRIPE it will ask for credit card details. Appreciate your feedback on this.

Hello,

Sorry, it is not possible to use the stripe payment form :(

I would like to make the mobile view a little wider (everything, body etc …) where can I act? Thank you

Hi,

You can change that by adding this custom css in Theme Options Panel > General > Page Style > Additional Style option:

@media only screen and (max-width: 767px){
    body .container{max-width:94% !important; padding-left: 0 !important; padding-right:0 !important;}
    body .body-wrapper.gdlr-boxed-style {max-width:100% !important;}
    .gdlr-item{margin-left:0 !important;margin-right:0 !important;}
}

How to change currency sign … ..... argent . my choice BDT …. currently $ +

Can you please submit ticket in our support website? Our dev and supporters only provide support in there, not here :(

Please note that, Right now, all support will be conducted through https://support.goodlayers.com/(Purchase code can be found here : https://support.goodlayers.com/purchasecode.png )

Thank you very much! :)

another simple question, can I change the word “Room” to “Villa” in the booking page? example: room 1 to =>Villa 1 , select this room to “select this villa”, change room to “change villa”.

I don’t understand why the booking request email does not arrive in my inbox. In the Recipient Email I entered my email address, in booking codeprefix what should I write? Thanks

​​Hello,

Could you install this plugin to check if the mail function is properly working on your server? https://wordpress.org/plugins/check-email/

If the mail function is not working then you can ask your web-host to enable it or use one of the wp smtp plugins.

https://wordpress.org/plugins/wp-mail-smtp/

If the mail check plugin works, then create a ticket with your WordPress username-password so we can take a look: https://support.goodlayers.com/

The code prefix is used to generate the confirmation code sent to the buyers. Add a short identifiable keyword here.

Thanks.

thank you solved with WP Mail SMTP

can I only insert the calendar within a normal page (other than a room)? Thank you

Hi,

Sorry, that’s not possible. You can only show it as a part of the reservation bar or the booking page.

can i know how? , thanks

You can show the reservation bar using the “Hotel & Apartment Room Availability” element in the page-builder.

Is it possible to change H1 and H3 text fonts in mobile devices? (without changing the desktop text) Thanks

I don’t understand the difference, it is possible to give an example in both cases. Thank you . I just wanted to see smaller H1 and H3 font fonts on smartphone devices

i’m not expert, for example the h1 and h3 fonts of this page for mobile device: https://www.agriturismocentopino.it/en/tuscany-villa-centopino-en

Font family refers to the font name. I assume you mean to change their size. You can do this by adding this custom css in Theme Options Panel > General > Page Style > Additional Style and changing the value:

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 27px;
    }

    h3 {
        font-size: 25px;
    }
}

Use this code if you mean to change the font family:

@media only screen and (max-width: 767px) {
    h1 {
        font-family: 'Open Sans';
    }

    h3 {
        font-family: 'Open Sans';
    }
}

Pre purchase querry. I noticed that all your payment gateways does not work in Africa, will you guys be able to add Paystack payment gateway for African users?

Really sorry, our theme support only Paypal, Authorised.net and Stripe. :( To integrate other payment options, you have to hire a coder to do this. It’s pretty big work.

Thanks for your interest by the way :)

Hi, after updating from 4.1.1 to 4.1.3 all formats of headers and menu are messed up! Is it possible to fix it? From inside wordpress everything is still looking fine. Any help appreciated!!!!

Hi,

Can you try to go to admin panel and click save chances once? See if it’s fixed or not.

Hello Is it possible to change the booking process so that the guest only creates a booking request instead of a final booking with payment?

Do you pay for the template once and can you use it for an unlimited period of time? Or are there regular costs over and over again?

Is it possible to use the template to create a multilingual website, i.e. in 3 languages?

Is it possible to change the user interface of the administration page from English to German?

Many Thanks.

Hello,

Yes, it is possible to disable the payment option in the booking form.

You only pay for the template once, this will include all the future updates as well. Item support can be purchased separately if you need it.

Yes, you can create a multilingual site using a plugin like WPML or Polylang. This will also allow you to change the language in the wp dashboard.

Hello, I have interest and I will to buy it. It is possible to replace Nigeria Payment Gateway(Paystack) with Stripe payment?.

Really sorry, our theme support only Paypal, Authorised.net and Stripe. :( To integrate other payment options, you have to hire a coder to do this. It’s pretty big work.

Thanks for your interest by the way :)

Hi,

after the last update, the date block no longer works, is it possible to have support?

I normally block the following dates:
  • -08-01 to * -08-30
  • -12-31 to * -01-01
  • -12-25 to * -12-26

Hello,

We haven’t come across this issue with our other users. Could you send your site URL and WordPress username-password so we can take a look? You can send them privately using the form here: https://themeforest.net/user/GoodLayers

Hello! Pre-sales question… Is it possible to require the user to pay a deposit for the room, but ONLY that? (IE, disable the “Pay all” option) I’d like to be able to accept the rest of the payment when the client arrives, but only have them pay the deposit.

Hello,

Sorry, there’s no option to disable the full payment option.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey