Andre Flores

Forum Replies Created

Viewing 15 posts - 871 through 885 (of 1,941 total)
  • Author
    Posts
  • in reply to: Unable to translate using loco translate #1093285

    Hello Gevorg,

    You are most welcome 🙂
    Sure, we will definitely improve translations in the further plugin updates.

    Regards,
    Andre

    in reply to: Error in Stripe gateway #1093284

    Hello Andrew,

    Thank you for letting me know, I am glad that you have managed to resolve the issue.

    Regards,
    Andre

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

    in reply to: Multiple Dates in Season #1092323

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

    Hello Lucia,

    Kindly provide me with the URL to the page in questions, so I provide you with a valid code.

    Regards,
    Andre

    in reply to: Issue between Hotel Booking & Stripe #1092320

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

    in reply to: Error in Stripe gateway #1092319

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

    in reply to: Disable Number of Guests in Search Form #1092318

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

    in reply to: How to disable excerpt text shown below page title? #1092316

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

    in reply to: AMP-compatible theme ?? #1092312

    Hello Maurice,

    The Booklium theme should be compatible with AMP plugin, feel free to install it.

    Regards,
    Andre

    in reply to: Unable to translate using loco translate #1092311

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

    in reply to: Info for the search result page #1092307

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

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

    in reply to: Calendar Availability #1092305

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

    in reply to: How change stars color #1092301

    Hello 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

Viewing 15 posts - 871 through 885 (of 1,941 total)