• Resolved singolfsson

    (@singolfsson)


    I am setting up a page for someone on my own domain. When it is finished it will be moved to a different location. It is open now, but I prefer not to leave it open for too long. I do not want any search engines to find it just yet.

    I have made a four day event. For each day in the event the width of the table cell increases. The reason seems to be tha the colspan attribute of the TH element increases by one for every time. The first time has a colspan of 5, the next is 6 and so on.

    
    <tr class="title-column">
      <th colspan="5"><h3><span>Thursday</span></h3></th>
    </tr>
    ...
    <tr class="title-column">
      <th colspan="6"><h3><span>Saturday</span></h3></th>
    </tr>
    

    I have Sympose 1.2.8
    Wordpress 5.3.2

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter singolfsson

    (@singolfsson)

    Actually it works now. I had not added any people to the conference itself, just to the events. For some reason this needs to be done from both ends. After I added the people to the events, the columns are back to normal.

    Plugin Author Marinus Klasen

    (@mklasen)

    Hi @singolfsson,

    Glad you figured it out. Is the conference itself a term in the event taxonomy?

    – Marinus

    Thread Starter singolfsson

    (@singolfsson)

    Not sure what you mean by event taxonomy. I found that this is an issue when I am logged into the backend, but disappears as soon as i log out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Increasing column width in schedule’ is closed to new replies.