• Resolved mellowvision

    (@mellowvision)


    When I edit a show, to add a ticket link for instance, it pushes the show to the top of the list. I dont want this. I had the shows in the order I needed them in. they all start on the same date. I’ve even tried using custom start times to give them more information to sort by… but the system will not cooperate…

    in the link provided, I tried to add a ticket link to the Cleveland OH show. it was displaying below all the other shows that begin on the 13th. but when I added the ticket link, it pushed the show to the top of the list, obscuring the Los Angeles premier. (I changed the date temporarily to the 14th to not obscure the premier at the top but this is a big problem on multiple sites.)

    it’s as if it ignores start times in the sorting. this is really frustrating and has been a problem on several sites I manage.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Andras Guseo

    (@aguseo)

    Hello @mellowvision,

    Thanks for reaching out!
    I’m sorry you are having an issue.

    If events start on the same date then how they are ordered is that the ones which are one-day only are at the top of the list and the ones with more days come after.

    What you could do is the following:
    Create an override for this file (instructions are in the file):
    \wp-content\plugins\gigpress\templates\sidebar-list.php

    Add a span tag around the end date on line 15 like this:
    <?php if($showdata['end_date']) echo '<span class="myenddate"> - '.$showdata['end_date'].'</span>'; ?>

    Set and end date for the Clevelend OH show. Then hide the end date with CSS.

    Let me know if this helps.

    Cheers,
    Andras

    Plugin Contributor Andras Guseo

    (@aguseo)

    Hello @mellowvision,

    Did the provided trick help you?

    Andras

    Plugin Contributor Andras Guseo

    (@aguseo)

    Hi @mellowvision,
    Just want to check if you still need help with this or we can close this topic as resolved.
    Thanks and cheers,
    Andras

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘editing show disrupts display order’ is closed to new replies.