• Resolved mwhwmg

    (@mwhwmg)


    I installed the plugin, used the shortcode on the Slider Revolution plugin (I tried on a page too), the countdown display properly but won’t start. Here is the code: [tminus t= “2016-09-12 20:59:59” width=“900″ style=”darth” omitweeks=”true”/]

    Thanks!

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

    (@baden03)

    Sounds like you have a javascript error on your page.
    Can you share a link so we can better help troubleshoot?
    if not, check your inspector console for any errors and verify that only one version of jQuery is being loaded… and it’s the official version that came with WordPress, not a library from Google’s CDN.

    Thread Starter mwhwmg

    (@mwhwmg)

    Here is the link, https://www.dev.theconnecteduniversefilm.com/

    The first slider had the Countdown plugin setup with video clip at the background.

    Many thanks!

    Plugin Author Baden

    (@baden03)

    Please look at the countdown shortcode (while in Text mode) and paste exactly what is being used for the shortcode.

    On the page, the countdown is using the following target date:

    targetDate: {
    	'day': 	01,
    	'month': 01,
    	'year': 1970,
    	'hour': 00,
    	'min': 	00,
    	'sec': 	00,
    }
    

    so this leads us to believe that your t=”” attribute might have <font> or <code> tags wrapping it from when you copy/pasted example code while in visual mode.

    • This reply was modified 8 years, 2 months ago by Baden. Reason: wrapped font and code tags in code tag
    Thread Starter mwhwmg

    (@mwhwmg)

    Thanks for the helps! It’s the tags wrapping issue, I think is the plugin (Revolution Slider) whenever I copy/paste from any program (even in text mode) it’ll converted into rich text with tags wrapping. I just simply type onto the plugin code area directly. Anyway, thanks again! It’s great plugin and with great supports.

    Plugin Author Baden

    (@baden03)

    great, glad we could help you get it solved.
    please marke the issue as resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Countdown won’t start’ is closed to new replies.