Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Baden

    (@baden03)

    Here are some threads.

    99% of the time it’s because your theme or another plugin is force-loading a duplicate jQuery library. If you search your page source code for jquery, you will see you have the correct version being loaded at the top… but then your theme is also loading this:

    <script src="https://www.mancaveday.com/wp-content/themes/mancaveday/js/jquery-1.11.2.min.js"></script>

    Thread Starter rlthomas3

    (@rlthomas3)

    Hi Baden,

    Thanks for your quick response! I removed the line you mentioned, but still not moving.

    Any further help would be greatly appreciated!
    Ron

    Plugin Author Baden

    (@baden03)

    Hmmm… are you using a widget or a shortcode?
    Regardless, there are some JS errors being thrown on your page by some other script.
    try toggling the jsplacement to inline using either the checkbox on the sidebar widget, or the jsplacement attribute if using the shortcode.

    Thread Starter rlthomas3

    (@rlthomas3)

    I’m using shortcode:

    [tminus t=”2015-11-27 12:00:00″ style=”carbonite-responsive” omitweeks=”true” minutes=”mins” seconds=”secs”/]

    Plugin Author Baden

    (@baden03)

    then try:

    [tminus t="2015-11-27 12:00:00" style="carbonite-responsive" omitweeks="true" minutes="mins" seconds="secs" jsplacement="inline"/]

    Excellence plugin. Thanks for the response. It helped me

    To add to this:

    If you are using cloud flare make sure that rocket script is turned off. You can setup a page rule to explicitly turn rocketscript off for that page only. Once I did this and applied the above suggestion the countdown started.

    Thanks!

    Plugin Author Baden

    (@baden03)

    Issue marked as resolved. Thank you for the info on CloudFlare!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Seconds not animating’ is closed to new replies.