newbii
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] “Events” text cannot be translatedThanks, I will try that extension.
Forum: Plugins
In reply to: [WP Hotel Booking] Many Many Problems In New Version 1.9.6There’re indeed many issues since the update:
Notice: Undefined offset: 0 in \wp-content\plugins\wp-hotel-booking\includes\wphb-functions.php on line 1289Could you also make the templates/search/select-extra.php template similar to includes/plugins/wp-hotel-booking-extra/templates/loop/extra-single-search-room.php.
<?php if ( ! $extra->required ) {} ?>is missing inextra-single-search-room.php.Wish you guys could fully test the update before publishing, appreciated for everything you’ve done 🙂
Forum: Plugins
In reply to: [WP Hotel Booking WPML Support] WPML support not workingIs it a mistake that you commented out the return on line 48 on this file?
wp-hotel-booking-wpml-support\inc\class-hbwp-support.php
if ( $this->current_language_code === $this->default_language_code ) { //return; }Without the return, search page return no results on default language. And the adults arg always equal 0 in hb_search_query function, that leads to wrong search results on search pages other than the default language.
The issues are fixed temporarily on my site, but still hoping for an official update.
Forum: Plugins
In reply to: [WP Hotel Booking] Woocommerce cart widget not showingSorry I think it’s not a plugin issue, Woocommerce cart just won’t show on Cart & Checkout page even with booking plugin disabled.
Forum: Plugins
In reply to: [WP Hotel Booking] Room CapacityOf course:)
Forum: Plugins
In reply to: [WP Hotel Booking] Room CapacityThanks:) It’s clear now.
Forum: Plugins
In reply to: [WP Hotel Booking] Room CapacityYes, it’ll display. But 1,3 are not displaying, one room can only assign 1 capacity, there’s no extra rooms to create 1,3.
Forum: Plugins
In reply to: [WP Hotel Booking] hotel booking js typo errorNevermind, there’s an easier way.
Forum: Plugins
In reply to: [WP Hotel Booking] hotel booking js typo errorIs it possible to add something like this at the beginning of
function validateOrder, so that we can utilizeerrorCSS class.$form.find('.error').removeClass('error');Forum: Plugins
In reply to: [WP Hotel Booking] hotel booking js typo errorThanks for the quick update:)
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] PHP Compatibility IssueHi Alex,
Thanks for the prompt response:) We’ll contact our host about this issue.
All the best for your awesome plugin!
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] PHP Compatibility IssueIt’s checking against PHP 5.3, it’d be great to support that version as well, some servers are still falling behind.
Is it possible to change the syntax for that one line?
Best regards
Forum: Plugins
In reply to: [WP Hotel Booking] PHP Compatibility IssueThank you very much! You guys are awesome:)
Forum: Plugins
In reply to: [WP Hotel Booking] Help! Updated plugin and everything broke!It’s better to avoid making changes to major classes and function names, especially for a popular plugin that’s in WordPress plugin directory. Now many sites or themes depend on it will go broke, it’s simply a bad move.
Please write it in the change log, what will happen after the plugin update, thanks.
Forum: Plugins
In reply to: [WP Hotel Booking] tp hb extra plugin path errorThanks for the update 🙂