Tagged: Widget
Hi!
I bought the Enfold theme to create a page for a couple that has recently married. Is there any way to modify the counter so it supports counting up instead of down, i.e. showing the time that has passed since a certain event?
Thanks in advance!
I got it working by modifying the file js/shortcodes.js and changing line 226 to
_timestamp = Math.abs(_self.end - _now);
I can imagine that this is feature that may be required by others as well, and changing the file will brake after a theme update, so it would be great if it would be supported out-of-the-box.