Hi there, I'm having difficulty in creating a proper events page for my site. We have many events at the moment and I cant seem to organise them and separate them, looking nicely, like your schedule example page on Fest theme. I would like to do the same sort of thing, but can't find anywhere in my back office to do this? Is there no events section that I can input multiple fields into, and the Fest theme automatically places it stylised into the events page? This would be a great feature if so! I did a search for 'gkschedule' but cant find anything, only this code below. Which when tried, did no good for my page.. just text that I could have added myself.. This seems like a non-direct method in adding new events. I thought that adding events would be the most simplest feature, since this is an events theme that's specifically deigned no???
<dl class="gkSchedule">
<dt><strong>Friday, </strong>April 27, 2012</dt>
<dd> <strong>10:00-12:00</strong>
<div class="gkcol1">
<div><span>Registration</span></div>
</div>
</dd>
<dd> <strong>12:00-14:00</strong>
<div class="gkcol2">
<div>
<p>Location:<strong> San Jose, Scene 1</strong></p>
<a href="#">The Born This Way Ball</a> <small>Lady Gaga</small> </div>
<div>
<p>Location:<strong> San Jose, Scene 2</strong></p>
<a href="#">Battle Born Tour</a> <small>The Killers</small> </div>
</div>
</dd>
<dd> <strong>13:00-15:00</strong>
<div class="gkcol3">
<div>
<p>Location:<strong> San Jose, Scene 3</strong></p>
<a href="#">Sounds That...</a> <small>Marillion</small> </div>
<div>
<p>Location:<strong> San Jose, Scene 5</strong></p>
<a href="#">American Tour</a> <small>U2</small> </div>
<div>
<p>Location:<strong> San Jose, Scene 4</strong></p>
<a href="#">Battle Born Tour</a> <small>The Killers</small> </div>
</div>
</dd>
<dt><strong>Saturday, </strong>April 28, 2012</dt>
<dd> <strong>10:00-12:00</strong>
<div class="gkcol1">
<div><span>Registration</span></div>
</div>
</dd>
<dd> <strong>12:00-14:00</strong>
<div class="gkcol3">
<div>
<p>Location:<strong> San Jose, Scene 3</strong></p>
<a href="#">Sounds That...</a> <small>Marillion</small> </div>
<div>
<p>Location:<strong> San Jose, Scene 5</strong></p>
<a href="#">American Tour</a> <small>U2</small> </div>
<div>
<p>Location:<strong> San Jose, Scene 4</strong></p>
<a href="#">Battle Born Tour</a> <small>The Killers</small> </div>
</div>
</dd>
<dt><strong>Sunday, </strong>April 29, 2012</dt>
<dd> <strong>10:00-12:00</strong>
<div class="gkcol1">
<div><span>Registration</span></div>
</div>
</dd>
<dd> <strong>12:00-14:00</strong>
<div class="gkcol2">
<div>
<p>Location:<strong> San Jose, Scene 1</strong></p>
<a href="#">The Born This Way Ball</a> <small>Lady Gaga</small> </div>
<div>
<p>Location:<strong> San Jose, Scene 2</strong></p>
<a href="#">Battle Born Tour</a> <small>The Killers</small> </div>
</div>
</dd>
<dd> <strong>13:00-15:00</strong>
<div class="gkcol3">
<div>
<p>Location:<strong> San Jose, Scene 3</strong></p>
<a href="#">Sounds That...</a> <small>Marillion</small> </div>
<div>
<p>Location:<strong> San Jose, Scene 5</strong></p>
<a href="#">American Tour</a> <small>U2</small> </div>
<div>
<p>Location:<strong> San Jose, Scene 4</strong></p>
<a href="#">Battle Born Tour</a> <small>The Killers</small> </div>
</div>
</dd>
</dl>