Schedule Page
Best WordPress theme for festivals or other events with responsive, clean and unique design.
- GK User
- Wed Aug 19, 2015 2:34 pm
Hey I'm hoping there might be somewhere I can see the source code to get the schedule page to look like the one in the demo? Thanks in advance.
-
- Fresh Boarder
- GK User
- Thu Aug 20, 2015 8:32 am
Hi,
The full code:
Documentation is here: https://demo.gavick.com/wordpress/fest/?p=952
The full 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></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></div>
<div>
<p>Location:<strong> San Jose, Scene 5</strong></p>
<p><a href="#">American Tour</a> <small>U2</small></div>
<div>
<p>Location:<strong> San Jose, Scene 4</strong></p>
<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>
<p><a href="#">Sounds That…</a> <small>Marillion</small></div>
<div>
<p>Location:<strong> San Jose, Scene 5</strong></p>
<p><a href="#">American Tour</a> <small>U2</small></div>
<div>
<p>Location:<strong> San Jose, Scene 4</strong></p>
<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>
<p><a href="#">The Born This Way Ball</a> <small>Lady Gaga</small></div>
<div>
<p>Location:<strong> San Jose, Scene 2</strong></p>
<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>
<p><a href="#">Sounds That…</a> <small>Marillion</small></div>
<div>
<p>Location:<strong> San Jose, Scene 5</strong></p>
<p><a href="#">American Tour</a> <small>U2</small></div>
<div>
<p>Location:<strong> San Jose, Scene 4</strong></p>
<p><a href="#">Battle Born Tour</a> <small>The Killers</small></div>
</div>
</dd>
</dl>
Documentation is here: https://demo.gavick.com/wordpress/fest/?p=952
-
- Moderator
2 posts
• Page 1 of 1