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.
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.
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:
http://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.
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 9 years, 1 month ago by
plou77.
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
Hi!
That can’t be done just with CSS unfortunately.
You’ll need to edit the theme files to achieve this
Kind Regards,
-Roch