Schedule Page

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Thu Jun 20, 2013 4:27 pm
So we've had a slight problem and a client has managed to delete all the schedule page details and pasted in their own material. It has lot all of the original formatting which I loved about the site. I was going to copy and paste the original material in to put it back but can't seem to find where it would be help or how was format what is there.

I want it to look like the demo version without looking around for it to get it all back again.

Any suggestions, tips or help to get it back?

Thanks
User avatar
Fresh Boarder

GK User
Thu Jun 20, 2013 5:13 pm
Following is the html from demo website. You might need to paste content in no editor mode ( choose no editor in global configuration > editor ) if current editor strips any part of the html.

Code: Select all
<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>


See you around...
User avatar
Platinum Boarder


cron