Someone just pointed out to me that my clock had not changed to Daylight Savings Time.
I tried using both the Client and Server time, and neither one displays the time correctly. I checked the edit function. All clocks are enabled for DST.
WP 3.5.1 all the php and MySqls are up to date.
thanks for your help.
https://www.ads-software.com/extend/plugins/world-clock-widget/
]]>I installed the plugin, put in a “New York” clock, and the only thing displayed is the name “New York” – there is no time display. Played with some of the other settings and still nothing. Not working at all.
https://www.ads-software.com/extend/plugins/world-clock-widget/
]]>Hi,
i saw your earlier response about reducing the space between the “World Clock” header and the first clock. However, i am unable to locate the exact area in the plugin editor where to make the proper edit. The area of code is not that big, but i can not find it…should i be looking for a different line of code with this version 1.0
oh where oh where can i find this code in the world-clock-widget/worldclock.php?
function printDiv($wc_clocks) {
echo ‘
‘;
for($i=0; $i<count($wc_clocks); ++$i) {
echo ‘‘.$wc_clocks[$i][‘city’].’<div id=”city’.$i.'”></div>
‘;
}
https://www.ads-software.com/extend/plugins/world-clock-widget/
]]>How do I remove date option, I only want time to be displayed.
Thanks.
https://www.ads-software.com/extend/plugins/world-clock-widget/
]]>Hi,
I’m currently using your plugin to output current time and date in a Chinese format. I wish to use the name of the weekday (such as sunday) in the Chinese format. This means I have to somehow replace the original string (such as sunday) with a Chinese string (such as 星期天). How can I achieve this?
Angela
PS: in addition, does the plugin offer a shortcode I can use?
https://www.ads-software.com/extend/plugins/world-clock-widget/
]]>Hi
How change title for this widget?
Line 109: echo $before_title.’World Clock’.$after_title;
may be written:
function printInputTitleClock($fieldName) {
?>
<p>
<label for=”<?php echo $fieldName; ?>”>Title (for widget display):</label>
<input name=”<?php echo $fieldName; ?>” class=”<?php echo $fieldName; ?>” type=”text” />
</p>
<?php
}
echo ‘<fieldset style=”border:1px solid #DDD;margin:3px;padding:5px;”><legend style=”font-weight:bold;font-size:12px;”>Title Clock</legend>’;
$this->printInputTitleClock(‘title_clock’);
echo ‘</fieldset>’;
Then I start getting confused in your code!!?
https://www.ads-software.com/extend/plugins/world-clock-widget/
]]>Just to try, installed it on my 3.04 blog. After install I could not select a time zone and configure it. However, it’s a great plugin I’ve used for quite some time. Will there be an update?
]]>I get this error when activating the plugin:
Warning: DOMDocument::load() [domdocument.load]: URL file-access is disabled in the server configuration in mydomain.com/html/wp-content/plugins/world-clock-widget/worldclock.php on line 49
]]>A World clock only supporting North America Region? ?? What on earth were you thinking? North America Clock?
https://www.ads-software.com/extend/plugins/world-clock-widget/
]]>