• Resolved andreas

    (@eco4drive)


    dear sportspress,

    if i have a view on the (automatic generated) page of a single venue, i see the list of all games planned there.

    unfortunately these are sorted in the wrong way: the latest date is at first in the list and the next upcoming at the end of this list…

    how to change this, so that the upcoming games are at top?

    thanks in advance ??
    andreas

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Roch

    (@rochesterj)

    Hi Andreas!

    Thanks for reaching out!

    Would it be possible for you to send us a direct link to this issue?

    Thanks!

    Thread Starter andreas

    (@eco4drive)

    here you are ??
    https://segpolo-buli.de/venue/overhoff-arena/

    …and, additional, another question:
    in that list of the games at this venue are the games in a block layout – but with a kind of caption or heading above. so information in fact is double…

    how could the caption be deactivated?

    • This reply was modified 7 years ago by andreas.
    Roch

    (@rochesterj)

    Hi!

    Thanks for sending the link!

    In that case, that’s the default order made by WordPress. If you want to change that you’ll need to add a bit of custom code, unfortunately.

    As for your additional question, it can be done via CSS. Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:

    .tax-sp_venue #primary h1 {
    	display: none;
    }

    Kind Regards,
    -Roch

    Thread Starter andreas

    (@eco4drive)

    dear roch, thank you very much – the css issue works fine (with a little bit more thinking about it, may i find out myself…) greetings from hannover, germany andraes

    Roch

    (@rochesterj)

    Hi Andraes

    That’s great, I’m glad I could help!

    Greetings from Brazil ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘venue view: sorting list of events false’ is closed to new replies.