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, http://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 9 years, 7 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.