Title: Flipclock error /  FlipClock is not a function
Last modified: August 22, 2016

---

# Flipclock error / FlipClock is not a function

 *  Resolved [madd1n](https://wordpress.org/support/users/madd1n/)
 * (@madd1n)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/flipclock-error-flipclock-is-not-a-function/)
 * Hi there,
 * thanks for the great plugin!
 * There is a problem with an error message. WordPress creates the style but it 
   doesen’t show anything on the side.
 *     ```
       <div class="wpflipclock"></div><script type="text/javascript">
       	var clock;var currentDatewpflipclock = new Date().getTime() + new Date().getTimezoneOffset()*60000 - 0;var futureDatewpflipclock  = Date.parse('Fri, 12 Jun 2015 00:00:00 +0000');var diffwpflipclock = futureDatewpflipclock / 1000 - currentDatewpflipclock / 1000;jQuery(document).ready(function() {
       		clock = jQuery('.wpflipclock').FlipClock(diffwpflipclock, {language: 'english', countdown: true, clockFace: 'DailyCounter'});
       });
       </script>
       ```
   
 * While debugging it throws an error:
    TypeError: jQuery(…).FlipClock is not a 
   function
 * What do I have to do? I can use it without the plugin but just only the normal
   code from flipclockjs.com.
 * And how do I change the timezone and the language? An example would be nice.
 * Thanks in advance!
 * [https://wordpress.org/plugins/wp-flipclock/](https://wordpress.org/plugins/wp-flipclock/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Rhys Wynne](https://wordpress.org/support/users/rhyswynne/)
 * (@rhyswynne)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/flipclock-error-flipclock-is-not-a-function/#post-5878898)
 * Hi there,
 * Odd. I’ve not had a problem here. What are you trying to do plugin wise?
 * Examples for shortcodes are available here – [http://winwar.co.uk/documentation/wp-flipclock/](http://winwar.co.uk/documentation/wp-flipclock/)
 *  Thread Starter [madd1n](https://wordpress.org/support/users/madd1n/)
 * (@madd1n)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/flipclock-error-flipclock-is-not-a-function/#post-5878910)
 * Thanks for the answer. I changed some of the settings but it could resolve the
   problem.
 * Anyway, I made an own plugin with flipclock.js and now it’s working.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Flipclock error / FlipClock is not a function’ is closed to new replies.

 * ![](https://ps.w.org/wp-flipclock/assets/icon-256x256.png?rev=972388)
 * [WP Flipclock](https://wordpress.org/plugins/wp-flipclock/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-flipclock/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-flipclock/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-flipclock/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-flipclock/reviews/)

## Tags

 * [flipclock](https://wordpress.org/support/topic-tag/flipclock/)
 * [javascript](https://wordpress.org/support/topic-tag/javascript/)

 * 2 replies
 * 2 participants
 * Last reply from: [madd1n](https://wordpress.org/support/users/madd1n/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/flipclock-error-flipclock-is-not-a-function/#post-5878910)
 * Status: resolved