jakemaspin
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] List view doesnt work@corrinarusso does it have to be in a child theme?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] List view doesnt workStruggling to find where this is:
SportsPress/templates/event-list.php and change the line 54
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] List view doesnt work@funger78 does changing that work to have it to for a fixture list for one team.
How would i do it as i dont have a license key. I’ve only done through this forum.
Okay nevermind, i’ve found it. Thanks @rochesterj !
brilliant, that worked thanks. How do you find the page id’s when i look up in source nothing shows up.
I’ve tried putting #postid-296 infront of the .sp however it hasn’t worked.
@betisweb so if i was to put .page-id-[296] . sp-league-table tbody tr:nth-last-child(1) it would just put it on that page?
How would i find the Id of the page?
Also would i put the .page-id-296 before the
.sp-league-table tbody tr:nth-last-child(1), .sp-league-table tbody tr:nth-last-child(2), .sp-league-table tbody tr:nth-last-child(3) {
background: #DD3333 !important;
color: white !important;
}?
Hi @rochesterj
So i’ve used the Sportspress player gallery creation where you select what you want etc. I’ve then gone into the attributes and added the team’s id that i got from the player list. However it would still show 18 players in each position.
Okay thanks,
Regarding the identifier, I want to do it for multiple tables but they have different lengths and different uses.
Also sorry for the magnitude of questions. Is it possible to only do it with one set table like an identifier so it only changes that table and not all of them?
Brilliant, thanks. And say i wanted to do the same for the top i would change it to nth-first-child(0) ?
I’ve put it in and it has worked so thank you for that but its changed the top of the table where played, w,d,l area is as well.
Put this in additional CSS or the Framework.css?