Hi,
This was showing correctly before, wasn’t it? Since when it is not showing any more? After a WP BASE update?
Can you write the app_book shortcode that you used on this page in full?
What is the date format of your website on Settings > General?
Can you try to change the site language to English on the same page and see if it displays correctly then?
Cheers,
Hakan
Thread Starter
Pauron
(@pauron)
[app_book _just_calendar=”1″ display=”full” type=”weekly” add=”0″ range=”1″ select_date=”1″ mode=”2″ service=”1″ worker=”98″]
“id” attribute for Kasia Kilarowska is empty. Never use “id” if you are not sure what you are doing. Remove it.
“add” attribute for Magdalena Balcerzak-Kaczówka is wrong. It is not add=”0″, but something else.
Actually for all shortcodes remove all “add”, “select_date” and “mode” attributes. They have no function in this configuration.
To one of the shortcodes add this attribute: caption=”From START to END”
Let’s see what will happen.
Ok, I found it.
You have a custom plugin (booking_mod.php) in which you are modifying table’s caption (which you call time range).
However this custom plugin has a deprecated function “BASE(‘front’)->format_start_end” which has been replaced with “wpb_format_start_end”. If you look at Query Monitor notices you will see what I mean.
Replace the line in your plugin and problem will be solved.
Next time if there is a custom function which is about the complained issue, please do mention about it.
Cheers,
Hakan