Setting up Schedule Page

Responsive Joomla events template to create conference, festival and other big-name event website.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Jan 11, 2014 3:01 pm
Reply with quote
Report this post
I have searched far and wide and still perplexed. I did a clean install so I don't have the temp files that include the schedule page as I migrated an existing site to this template.

I am looking for the code to use or instructions on setting up the schedule page.
User avatar
Junior Boarder

GK User
Sun Jan 12, 2014 11:45 am
Reply with quote
Report this post
Hello,

The code for the schedule page is following:

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>
User avatar
Administrator

GK User
Wed Mar 12, 2014 9:23 pm
Reply with quote
Report this post
Thanks for the code - no success if you visit the page http://www.paleadershipconference.org/agenda-test you will see what I am getting.


dziudek wrote:Hello,

The code for the schedule page is following:

User avatar
Junior Boarder

GK User
Thu Mar 13, 2014 3:23 am
Reply with quote
Report this post
Once I added the schedule css code to the override script it is now working.

centralpenn wrote:Thanks for the code - no success if you visit the page http://www.paleadershipconference.org/agenda-test you will see what I am getting.


dziudek wrote:Hello,

The code for the schedule page is following:

User avatar
Junior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.