Hi
I have more restaurant in my site. So how to set different timing for each restaurant. I am using WP open hour plugin. Please Guide me
in wp_openhour_widget.php
var d = new Date();
var offset = 0; <== adjust here
utc = d.getTime() + (d.getTimezoneOffset() * 60000);
nd = new Date(utc + (3600000*offset));
Remove following code to avoid showing oppening in xxx time
<?php echo ($is_open) ? 'Closing in <b id="dhour">'.$time_to_open_close.'</b>' : 'Opening in <b id="dhour">'.$time_to_open_close.'</b>'; ?>
How to choose my country and how to set the correct times for timetable. The app seems not to be working properly.
Please contact me as soon as possible.
]]>Hi
if it is not difficult for you please help me to set the current time in this plugin according to los angeles time zone, for widget and for overall plugin.
I tried to fix it via php files but no luck
thanks in advance
]]>Hello. I use this Plugin at my site and i get error in
Warning: Invalid argument supplied for foreach() in L:\wamp\www\voffapeysur.com\wp-content\plugins\wp-open-hours\openhour.php on line 95