• Resolved wayomosqueda

    (@wayomosqueda)


    Hi AntonieH!

    I have a question, can I make the Joker avaiable only for the first round of games? Is there a way or code to make this happen?

    Thanks! =)

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

    (@antoineh)

    No, you can’t easily do this. Only thing I can think of, is to hide the joker image (it’s a span with a unique ID) for every match row where you don’t want to show it. A bit of an ugly hack, but it kinda works.

    The jokers are all labelled “match_” + Match ID + “_” + Form Nr, e.g. “match_49_1”.

    CSS:

    
    #match_49_1, #match_50_1, #match_51_1, #match_52_1,
    #match_53_1 /* etc, etc */ { display: none; }
    
    Thread Starter wayomosqueda

    (@wayomosqueda)

    That works excellent for me. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Joker’ is closed to new replies.