Sivustonikkari
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi Live Ajax Search] Search results template overrideLike this?
add_filter( 'relevanssi_live_search_results_template', function(){ return dirname( __file__) . "/search-results.php";} );
Forum: Plugins
In reply to: [Relevanssi Live Ajax Search] Search results template overrideBut… Doesn’t it need to be a function call or an anonymous function?
Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, function "<full-path>/search-results.php" not found or invalid function name in /wp-includes/class-wp-hook.php:309
- This reply was modified 2 years, 5 months ago by Sivustonikkari.
- This reply was modified 2 years, 5 months ago by Sivustonikkari.
Forum: Plugins
In reply to: [Booking Addon for WooCommerce] How to change time format?This is a much needed feature! You should simply just follow the time format selected in WordPress settings:
get_option('time_format');
- This reply was modified 3 years, 4 months ago by Sivustonikkari. Reason: Added code example
- This reply was modified 3 years, 4 months ago by Sivustonikkari.
This is not resolved. It is happening exactly the way as described in my customer’s shop as well.
Forum: Plugins
In reply to: [LiteSpeed Cache] Problem with timed opening hoursI am the author of the plugin so we are in luck there ??
But how can I measure that that action fires, when the time checking does not work? Oh! You mean with a cron job? I’ll try that!
Also, since REST calls are not cached, maybe I could use javascript to do the check…
Forum: Plugins
In reply to: [LiteSpeed Cache] Problem with timed opening hoursIt is not fixed, it changes per season and they might be adjusted from time to time. There is an admin setting where I read the times. There would probably be a two to three hour time window at closing and opening where theses times are set. e.g. 10-12 and 21-23
- This reply was modified 4 years, 1 month ago by Sivustonikkari.
Hmm… I opened the page in Elementor and saved it and suddenly everything works again…
Forum: Plugins
In reply to: [Booking Addon for WooCommerce] Different pricing on certain datesI vote for this feature! If you add it to the Premium version, I would definitely buy!
Forum: Plugins
In reply to: [Booking Addon for WooCommerce] When selecting two days only one is chargedPlease note, this only happens with the datepicker. With the date drop down the price and number of days is calculated correctly.
Forum: Plugins
In reply to: [Booking Addon for WooCommerce] Differen style for non-available daysI went through all the bookings, changed their statuses as here:
https://www.taps.fi/Bookings-list.png
Then I could still see all this:
https://www.taps.fi/Calendar.pngI opened the booking item (admin.php?page=mvvwb_admin_ui#/…) and pressed “Save”
And now all the highlights are gone.I press Ctrl + Shift + R in Chrome and the 23.1. and 24.1. highlighted items are now back…
Forum: Plugins
In reply to: [Booking Addon for WooCommerce] Differen style for non-available daysOK, now it really went wild! Here’s what I can see on in the Admin area:
https://www.taps.fi/Bookings-list.pngAnd this is what’s visible for customers:
https://www.taps.fi/Calendar.pngThis happened, when I marked the latest booking as complete. Mind you, the dates that have the “flatpickr-booked notAllowed” classes are NOT booked. Also, these images are from Chrome, in Firefox and Edge the same happens.
Forum: Plugins
In reply to: [Booking Addon for WooCommerce] Differen style for non-available daysAfter reactivating all the other plugins, the booking for the 12.1. is still visible in the flatpicker, but none of the others are.
Forum: Plugins
In reply to: [Booking Addon for WooCommerce] Differen style for non-available daysI deactivated all other plugins. The one single day got the “flatpickr-booked notAllowed” classes. However that particlar reservation is for 10.1. to 12.1., inclusive and there is another booking for 18.1. – 19.1. This one does not show up at all…
Forum: Plugins
In reply to: [Booking Addon for WooCommerce] Differen style for non-available daysHere’s the product: https://www.taps.fi/tuote/taulaniemen-talvivaraus/
There are booked, and paid for (order is marked as completed) bookings for 10.-12.1. and 18.-19.1.
However, these are not visible in the calendar like on your demo. If I try to book these days, it correctly says, these days are not available.
Forum: Plugins
In reply to: [Booking Addon for WooCommerce] Differen style for non-available daysWas this just a ruse to get my email address? The version I got from the repository is exactly the same as the one I got after registering: 1.4.8!
Surely you must KNOW that your plugin either does NOT have this feature, or it is very, very hard to find?