• Hello.
    I have a question why my “coach” create a “new collumn” in score box ? This following screen can help :
    https://prnt.sc/fec6mu
    I would like to moove “Coach : Pierre” under Stade de Reims and “Coach Gaston” under Equipe ADB. How to ?

    Btw, create plugin ??

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

    (@rochesterj)

    Hi!

    Thanks for reaching out!

    Overall this looks like a theme issue as the plugin won’t control the display of your data.

    What theme are you using? Have you tried contacting the theme authors?

    Thanks!

    Kind Regards,
    -Roch

    Thread Starter plou77

    (@plou77)

    Hello. I use the Rookie theme.

    Roch

    (@rochesterj)

    Hi!

    Just as a future reference the Rookie theme has its own forum as well. But I understand why you posted here (it’s quite confusing to know when it’s a theme or when it’s a plugin issue).

    Would you mind pasting the link to your website here, so we can check it out?

    Kind Regards,
    -Roch

    Thread Starter plou77

    (@plou77)

    Hello. I can’t give link, because it’s local website atm.
    But i tested with clean instal and rookie and the bug is still here!

    So, u can test yourself, u’ll see it.

    Roch

    (@rochesterj)

    Hi!

    Thanks for your reply.

    I’m unable to reproduce this issue here.

    Please kindly send us an example.

    Thanks!

    Kind Regards,
    -Roch

    Here is an example from my site, for the same issue:
    https://fotbalfeminin.net/event/185/
    There are 2 staff members, one for each team, and they are appearing in the same way as in plou77’s example: both in a new column and not under their own teams.
    I’m also using the rookie theme.

    Roch

    (@rochesterj)

    Hi!

    Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:

    .sp-template.sp-template-event-staff::after {
      clear: both;
      content: "";
      display: table;
    }

    Kind Regards,
    -Roch

    Thread Starter plou77

    (@plou77)

    Hi Roch !
    Thanks for your help. I tested your custom CSS but that dosnt work ?? :
    https://prnt.sc/fgnb78

    • This reply was modified 7 years, 5 months ago by plou77.
    Roch

    (@rochesterj)

    Hi!

    Thanks for testing!

    But wasn’t this the desired result? Now each coach is beside his own team.

    Thanks!

    Kind Regards,
    -Roch

    Thread Starter plou77

    (@plou77)

    Hello.
    I want the coach after the line-up, something like that :
    https://prnt.sc/fh4aed

    Roch

    (@rochesterj)

    Hi!

    That can’t be done just with CSS unfortunately.

    You’ll need to edit the theme files to achieve this

    Kind Regards,
    -Roch

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Coach in score box’ is closed to new replies.