Awesome! That worked–Thank you. And thank you for building this plugin. I’ll be sure to rate it 5 stars and donate.
I’m trying to combine html after the counter AND html to be revealed when the counter expires. I can get them to work individually but when I combine them I get a problem. I think it’s because one short code closes itself, while one has a separate closing tag. I’m simply trying to put an image below the counter and then replace it all with another image once the counter reaches zero. I combined these 2:
[tminus t= "DD-MM-YYYY HH:MM:SS"]HTML to be displayed when the countdown reaches zero.[/tminus]
AND
[tminus t="2012-12-20" after="<p>...be with you.</p>"/]
TO GET:
[tminus t="05-04-2015 13:00:00" after="<img src="https://www.LifesongOnline.org/wp-content/uploads/2015/03/helicoper_egg_drop.png" width="100%" height="100%" />"/]<img src="https://www.LifesongOnline.org/wp-content/uploads/2013/09/location-reveal-image.png" width="100%" height="100%" />[/tminus]
Any advice?