Schedule/Events Page

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Fri Aug 01, 2014 7:13 am
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>
User avatar
Fresh Boarder

GK User
Mon Aug 04, 2014 6:36 am
Hello,

Did you check this article?
http://www.gavick.com/demo/wordpress/fest/?p=952

You have to choose "event page" template in your page and add html code - there's no other way unfortunately.

You have wrong css class in your code - should be gk-shedule, not gkShedule
User avatar
Moderator

GK User
Mon Sep 01, 2014 5:30 pm
Hiya, I placed in the code provided, and placed relevant details according to my events, but why is it not showing the info like the first one? Somewhere I messed up the code somehow, I even tried copying this new code again multiple times one after another, just to see what would happen, and the text comes out misaligned like the first and some are bold some are not?

Can you provide me relevant coding please to show 'multiple' events on one page please?, all nicely laid out like the first one, so I can then in future use the same code when adding new events?

The event page is messed up currently, but I wish to show an event with the same detail as the first one shown (because it is the best one, still not perfect! But it will do!)

Please help!
User avatar
Fresh Boarder

GK User
Tue Sep 02, 2014 6:37 am
Hello,

Could you please provide me with a URL to your site with this shedule/events? either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Tue Sep 02, 2014 4:41 pm
User avatar
Fresh Boarder

GK User
Tue Sep 02, 2014 9:47 pm
You have probably something wrong with additional parapraphs in your code, please swith into text editor (not the visual one) and use the following code:

Code: Select all
<dl class="gk-schedule">
<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>
<p><a href="#">The Born This Way Ball</a> <small>Lady Gaga</small></p>
</div>
<div>
<p>Location:<strong> San Jose, Scene 2</strong></p>
<p><a href="#">Battle Born Tour</a> <small>The Killers</small></p></div>
</div>
</dd>
<dd>
<strong>13:00-15:00</strong>
<div class="gkcol3">
<div>
<p>Location:<strong> San Jose, Scene 3</strong></p>
<p><a href="#">Sounds That…</a> <small>Marillion</small></p></div>
<div>
<p>Location:<strong> San Jose, Scene 5</strong></p>
<p><a href="#">American Tour</a> <small>U2</small></p></div>
<div>
<p>Location:<strong> San Jose, Scene 4</strong></p>
<p><a href="#">Battle Born Tour</a> <small>The Killers</small></p></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>
<p><a href="#">Sounds That…</a> <small>Marillion</small></p></div>
<div>
<p>Location:<strong> San Jose, Scene 5</strong></p>
<p><a href="#">American Tour</a> <small>U2</small></p></div>
<div>
<p>Location:<strong> San Jose, Scene 4</strong></p>
<p><a href="#">Battle Born Tour</a> <small>The Killers</small></p></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>
<p><a href="#">The Born This Way Ball</a> <small>Lady Gaga</small></p></div>
<div>
<p>Location:<strong> San Jose, Scene 2</strong></p>
<p><a href="#">Battle Born Tour</a> <small>The Killers</small></p></div>
</div>
</dd>
<dd><strong>13:00-15:00</strong>
<div class="gkcol3">
<div>
<p>Location:<strong> San Jose, Scene 3</strong></p>
<p><a href="#">Sounds That…</a> <small>Marillion</small></p></div>
<div>
<p>Location:<strong> San Jose, Scene 5</strong></p>
<p><a href="#">American Tour</a> <small>U2</small></p></div>
<div>
<p>Location:<strong> San Jose, Scene 4</strong></p>
<p><a href="#">Battle Born Tour</a> <small>The Killers</small></p></div>
</div>
</dd>
</dl>
User avatar
Moderator


cron