All you guys with back problems – stand up, walk, do some simple shoulder/back/neck exercise every hour and get back to work.
No chair (not even Aeron or Steelcase Leap) won’t fix your problems (long term speaking)...
Only common sense…
Please contact theme author (me)
http://themeforest.net/item/zig-zag-responsive-wordpress-template/discussion/1348607ps: this theme should work just fine with IE8 and 9…
It’s something about Daylight saving time (I think they don’t use it)
We’re in the same time zone (CET), and it’s changed at 14:00 (midnight Australian time)
function is_touch_device() {
return !!('ontouchstart' in window);
}
.
.
.
if (is_touch_device()){
do something only on mobile devices
} else {
do something only on not mobile devices
}
comment to keep alive…
Still don’t work 
In my admin panel I have Contact page options
http://themeforest.net/theme_previews/1348607-zig-zag-responsive-wordpress-template?index=6This is screenshot from my 1st version. Right now there is reCAPTCHA Yes/No select field and public and private API keys fields.
You can insert this contact form on any page.
I’ve noticed that 100% of users (who asked for support) are using this form instead of 3rd party plugin
Sorry for late reply.
In my Brankic Admin Panel user can enter their key, but if they don’t my global key is used.
Yes, I’m using something like this, but I modified it to suit my needs.
