University layout - no date

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Thu Oct 09, 2014 10:04 am
http://ltadjudeni.com/
As you can see i tried to keep a similar layout as the original tempalte, since it's the website of a highschool. But for some reason i can't get the date to show in the events on home page. In the demo, with firebug, i noticed it generated a piece of code for the date, but on my website it doesn't. Any ideas?
User avatar
Junior Boarder

teitbite
Thu Oct 09, 2014 12:20 pm
Hi

Here You will find a structure You need to use in articles in order to fill the dates in module: http://localhost/~teitbite/gk_universit ... e-features

Code: Select all
<div class="gkEvent">
          <h3>Event Details:</h3>
          <ul>
                    <li><strong>Date:</strong> <span class="gkEventPeriod">
                              <time datetime="10-07-2016" class="gkEventDateStart">10 July 2014</time>
                              -
                              <time datetime="16-07-2016" class="gkEventDateEnd">16 July 2014</time>
                              </span> <span class="gkEventHours">
                              <time datetime="07:00" class="gkEventTimeStart">7:00 am</time>
                              -
                              <time datetime="18:00" class="gkEventTimeEnd">6:00 pm</time>
                              </span> </li>
                    <li> <strong>Venue:</strong> <span>Poland, Krynica-Zdroj 246a</span> </li>
                    <li class="gkEventRegister"><a href="#">Register</a></li>
          </ul>
          <time class="gkEventCounter" datetime="29-05-2013">Time left to event</time>
</div>
User avatar
Moderator


cron