can't seem to get the gkEventCounter to display the correct bar width. It is always 0% and thus displaying a white bar (no progress).
Here is a test page where you can see the challenge ahead (btw same for the nsp module on the frontpage): https://office.onlinecommunityhub.nl/hr ... march-2016
These are the values, all seem to be just fine... at least to me
- Code: Select all
<div class="gkEvent">
<h3>Evenementgegevens:</h3>
<ul>
<li><strong>Bedrijfsnaam:</strong>Webinar | Waardecreatie Netwerk Archimedes</li>
<li><strong>Datum:</strong>
<span class="gkEventPeriod">
<time class="gkEventDateStart" datetime="02-03-2016">02-03-2016</time>
<time class="gkEventDateEnd" datetime="02-03-2016"></time>
</span>
<span class="gkEventHours">
<time class="gkEventTimeStart" datetime="10:00">10:00</time> -
<time class="gkEventTimeEnd" datetime="11:00">11:00</time>
</span>
</li>
<li><strong>Locatie:</strong>webinar</li>
<li><strong>Investering:</strong>gratis</li>
<li class="gkEventRegister"><a href="http://archimedes.nu/bijeenkomsten-2/bijeenkomsten/Webinar-meer-waarde-in-tijd/">Aanmelden</a></li>
</ul>
<time class="gkEventCounter" datetime="02-03-2016">Tijd tot evenement</time>
</div>