This seems like it could be a really great but simple widget but unfortunately the times don't show in WP 2.8. Are there plans for an update?
This seems like it could be a really great but simple widget but unfortunately the times don't show in WP 2.8. Are there plans for an update?
Yes, I am doing it. Look for update on this coming weekend.
Hi there, I found out that it works on my Wordpress 2.8.0. Nevertheless, I will have another release coming soon. You can check this out: http://xandertan.selfip.org/dev/wp/2_8_0/
rockdragon, I am still curious, can you send me your website address to xander_tan[{at)}users.sourceforge.net.
I find an issue with the installation of this widget.
Here is the thing if you download and unzip the worldclock widget from wordpress, you'd probably get the "world-clock-widget" folder. You have to rename this folder to worldclock before you put it into your wp-content/plugins directory.
Failure to rename the world-clock-widget folder to worldclock, the widget will only show the city with no clock as the browser can't find the worldclock javascript.
In short, I will fix this in the future.
The bug can be found in line 386 of worlclock.php:
echo '<script type="text/javascript" src="'.get_option('siteurl').'/wp-content/plugins/worldclock/worldclock.js"></script>';
should be
echo '<script type="text/javascript" src="'.get_option('siteurl').'/wp-content/plugins/world-clock-widget/worldclock.js"></script>';
Hi aneubau, thanks for your help, I will incorporate the fix into 0.6.1 release.
You must log in to post.