Forums

[resolved] [Plugin: Countdown Timer] Time displays, but doesn't countdown (6 posts)

  1. dakotareese
    Member
    Posted 9 months ago #

    I have everything set up, and the plugin kind of works. The countdown displays where I have placed it, but doesn't dynamically countdown after I've enabled the javascript countdown. It just calculates the time once at load.

    The odd thing is at the bottom of the admin page, the countdown does dynamically countdown under the Example Display header....

    Thoughts?

  2. fergbrain
    Member
    Posted 9 months ago #

    Your theme probably does not call wp_head and/or wp_footer, which is needed in order to properly hook into WordPress. This is an issue with your theme. However, it's generally pretty easy to add the necessary code to your theme files.

    The reason that the countdown works in the admin page is that different hooks are used (which are specific to the admin pages).

    You can learn more about the hooks at:
    http://codex.wordpress.org/Theme_Development#Plugin_API_Hooks

  3. dakotareese
    Member
    Posted 9 months ago #

    Ah, thank you. Works great now.

  4. isisjade
    Member
    Posted 6 months ago #

    I'm having a similar problem, only its not even displaying as an example on the admin page.

    Its not counting down unless you refresh. I have the header and footer hooks in the theme.

    Please advise.

    thank you

  5. fergbrain
    Member
    Posted 6 months ago #

    isisjade,

    Do you have "Enable JavaScript countdown" set to "Yes"?

  6. tmuelle1
    Member
    Posted 5 months ago #

    Hi,
    I cannot seem to change the countdown time display on the admin page and I cannot seem to update events. Anyone else have this problem? Any tips would be GREATLY appreciated. I am trying to add an hour, minute, second countdown to my posts. This plugin is awesome otherwise!
    Thanks in advance!

Reply

You must log in to post.

About this Topic