Schedule bug..

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Mon Feb 25, 2013 11:32 am
I tried to edit the Schedule page and everything went on fine, but suddenly it shows up with no style.
http://amadorr.com/test/wp_qi/?page_id=756

I've downloaded the "gk_fest_WP_3.5.zip" again but don't know where I can find the schedule page. So I can just copy paste your code and get it back to template state.
User avatar
Fresh Boarder

GK User
Mon Feb 25, 2013 12:32 pm
Hi,

You have made some syntax errors in your schedule, because the DL element is closing after first DD element - please prepare your schedule structure based on the original one and the check if the syntax is proper before saving it.
User avatar
Administrator

GK User
Mon Feb 25, 2013 1:18 pm
dziudek wrote:Hi,

You have made some syntax errors in your schedule, because the DL element is closing after first DD element - please prepare your schedule structure based on the original one and the check if the syntax is proper before saving it.



Where can I find the original one? In what file?

Thanks
User avatar
Fresh Boarder

GK User
Mon Feb 25, 2013 3:19 pm
The original code is following:

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>

Location:<strong> San Jose, Scene 1</strong>

<a href="#">The Born This Way Ball</a> <small>Lady Gaga</small>

</div>
<div>

Location:<strong> San Jose, Scene 2</strong>

<a href="#">Battle Born Tour</a> <small>The Killers</small>

</div>
</div>
</dd><dd><strong>13:00-15:00</strong>
<div class="gkcol3">
<div>

Location:<strong> San Jose, Scene 3</strong>

<a href="#">Sounds That...</a> <small>Marillion</small>

</div>
<div>

Location:<strong> San Jose, Scene 5</strong>

<a href="#">American Tour</a> <small>U2</small>

</div>
<div>

Location:<strong> San Jose, Scene 4</strong>

<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>

Location:<strong> San Jose, Scene 3</strong>

<a href="#">Sounds That...</a> <small>Marillion</small>

</div>
<div>

Location:<strong> San Jose, Scene 5</strong>

<a href="#">American Tour</a> <small>U2</small>

</div>
<div>

Location:<strong> San Jose, Scene 4</strong>

<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>

Location:<strong> San Jose, Scene 1</strong>

<a href="#">The Born This Way Ball</a> <small>Lady Gaga</small>

</div>
<div>

Location:<strong> San Jose, Scene 2</strong>

<a href="#">Battle Born Tour</a> <small>The Killers</small>

</div>
</div>
</dd><dd><strong>13:00-15:00</strong>
<div class="gkcol3">
<div>

Location:<strong> San Jose, Scene 3</strong>

<a href="#">Sounds That...</a> <small>Marillion</small>

</div>
<div>

Location:<strong> San Jose, Scene 5</strong>

<a href="#">American Tour</a> <small>U2</small>

</div>
<div>

Location:<strong> San Jose, Scene 4</strong>

<a href="#">Battle Born Tour</a> <small>The Killers</small>

</div>
</div>
</dd></dl>
User avatar
Administrator

GK User
Tue Feb 26, 2013 4:20 pm
Thank you very much..
User avatar
Fresh Boarder


cron