Vix332
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Update to woo commerce 2.5Hi Hannah,
thanks for your quick reply – I have been having many issues on my site and one of them is I can’t auto update the theme – so I downloaded and manually replaced it – but it tells me it is not the latest version of the theme – the version I could download is 2.6.1 and I believe the latest version is 2.6.2?
Thanks
VickiForum: Themes and Templates
In reply to: [Virtue] Catalogue image croppingThank you so much for your quick reply – I have been slogging through the php files and could not find that bit of code
VixForum: Reviews
In reply to: [Sweet Custom Dashboard] For users of WPMU this is a must haveHi,
Can you give me the link to the tutorial you mentioned as I can’t seem to find it
Thanks
VixForum: Plugins
In reply to: [Iptanus File Upload] Can't install pluginPlease ingnore this message I had to upgrade my version of PHP
Forum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] Wrong current dateI Think you will find it is Pacific/Auckland
http://ch2.php.net/manual/en/timezones.pacific.php
VixForum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] Wrong current dateMake sure you are using the right file
events-calendar/ec_calendar.class.php
This is what mine looks like<?php
date_default_timezone_set(‘Australia/Sydney’);
/**
* This file contains WP Events Calendar plugin.
*
* This is the main WPEC file.
* @internal Complete the description.
*
* @package WP-Events-Calendar
* @since 1.0
*
* @autbor Luke Howell <[email protected]>
*
* @copyright Copyright (c) 2007-2009 Luke Howell
*
* @license GPLv3 {@link http://www.gnu.org/licenses/gpl}
* @filesource
*/
/*Vix
Forum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] Wrong current dateHi,
This worked for me
http://ww.wp.xz.cn/support/topic/plugin-events-calendar-recognise-my-time-zone
right down the bottom and for me in Sydney this is what it looks like
date_default_timezone_set(‘Australia/Sydney’);
Hope thast helps
Vix