• Resolved strophe18

    (@strophe18)


    Hi,

    I have a small issue that I can’t seem to solve, even though I think it should be simple. I would like only upcoming matches to appear on the predictions page. I’ve tried several shortcodes, but I can’t get it to work.

    Thanks a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AntoineH

    (@antoineh)

    If you’re using the new layout (no tables) then the easiest solution is to include some CSS to hide closed matches. The only problem with this, is that the match type headers (e.g. “group stage”) won’t be hidden.

    /* only show future predictions */
    .fp-prediction-form .match.closed {
    display: none !important;
    }

    Second option, is to filter out all closed matches via an extension plugin. I created one a long time ago, not sure if it still works. You can download it here.

    Thread Starter strophe18

    (@strophe18)

    Thank you very much, it works perfectly. And thanks again for this amazing plugin.

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.