loganww
Forum Replies Created
-
Forum: Plugins
In reply to: [Football Pool] Change chart labelsThat worked perfectly, thank you !
Forum: Plugins
In reply to: [Football Pool] Change chart labelsI’ll try that thanks !
Forum: Plugins
In reply to: [Football Pool] Change chart labelsHi,
It’s in English
Thank you
I currently have the same issue so I’ve had to change the times of all my games to make them one hour earlier so that they match the actual kick off time.
Forum: Plugins
In reply to: [Football Pool] Football Pool Ranking Score BreakdownForum: Plugins
In reply to: [Football Pool] Match predictions not savingI had this issue initially and fixed it by disabling the wordpress plugin that cached the site.
Forum: Plugins
In reply to: [Football Pool] Is it possible to edit users Prediction?Ah my bad, I was thinking it might have been a CSV file database as that’s what it exports to.
thank you
Forum: Plugins
In reply to: [Football Pool] Is it possible to edit users Prediction?Hi @fplnepal , @reinispro
Where is the database file located?
I’ve used FTP onto the server but unable to see it anywhere.
Thank you
Forum: Plugins
In reply to: [Football Pool] Different size club logosThat worked perfectly, thank you for all your help !! 🙂
Forum: Plugins
In reply to: [Football Pool] Different size club logosHave also tried:
th.wins, th.draws, th.losses { text-transform: uppercase; font-style: normal; }- This reply was modified 7 years, 9 months ago by loganww.
Forum: Plugins
In reply to: [Football Pool] Different size club logosNo worries 🙂
Going by that I should be able to change the W D L from italics to normal by doing:
th.wins, th.draws, th.losses { text-transform: uppercase; font-weight: normal; }However it still seems to be in italics, can you see what I’m doing wrong?
- This reply was modified 7 years, 9 months ago by loganww.
Forum: Plugins
In reply to: [Football Pool] Different size club logosManaged to do it using:
th.wins { text-transform: uppercase; }
th.draws { text-transform: uppercase; }
th.losses { text-transform: uppercase; }Thank you 🙂
Forum: Plugins
In reply to: [Football Pool] Different size club logosThanks for the correction – have done that now. 🙂
Apologies for being a noob but where can I find the class name?
thank you
Forum: Plugins
In reply to: [Football Pool] Different size club logosThank you 🙂
Got it sorted by adding
img{
width:100%;
max-width:32px;
}Is there a way I can edit the w / d / l of the group page to be capital letters?