FIND THE COLOURFIND THE COLOURFIND THE COLOURFIND THE COLOURFIND THE COLOURFIND THE COLOUR
Find the Colour
Trading Card Game
Loading cards...
Loading pack status...
My Collection
Set Completion
Loading...
Trade Board
Login Required
Version Log
v0.3.5 β Visual Polish Β· 07 Mar 2026
Gap above "Feeder.ROCKS presents" now matches Feedheardle β fixed by appending a definitive padding-top: 40px override that can't be beaten by earlier conflicting rules
Canvas title now renders with a black stroke pass before the gradient fill β gives the same punchy, bold look as Feedheardle's text-shadow: 3px 3px 0 #000
v0.4.0 β Packs System Β· 07 Mar 2026
Full Packs CPT β each pack has its own card pool, cooldown, and album association
New database tables: ftc_packs, ftc_pack_cards, ftc_pack_openings β per-pack cooldown tracking replaces the single global timer
CSV Import tool in WP Admin β import all cards in one go from a spreadsheet
Pre-populated card list: 47 cards across 13 albums β rarities assigned from verified UK Official Chart positions
Icon cards: Grant Nicholas, Taka Hirose, Jon Lee (Tribute), Dean Tidey
Legends Pack groups all band member and icon cards together
v0.3.11 β Presents Polish Β· 07 Mar 2026
Removed text-transform: uppercase from "Feeder.ROCKS presents" β now matches Feedheardle's mixed-case styling exactly
Tightened margin-bottom from 5px to 2px β presents text sits closer to title, matching Feedheardle's spacing
Title container top margin nudged from 70px to 65px
v0.3.10 β Presents Fix Β· 07 Mar 2026
Replaced all CSS rules targeting .ftc-presents with a single inline style on the element β mirrors Feedheardle's approach exactly, eliminates cascade conflicts
Removed .ftc-presents from the font override selector group in CSS
v0.3.9 β Gap Tuning Β· 07 Mar 2026
Top gap nudged to 70px β accounts for white background making spacing feel visually tighter than Feedheardle's dark theme at equal pixel values
v0.3.8 β Gap Tuning Β· 07 Mar 2026
Top gap increased from 40px to 60px β closer match to Feedheardle's spacing above "Feeder.ROCKS presents"
v0.3.7 β Gap Fix (JS) Β· 07 Mar 2026
Top gap now enforced via JavaScript inline style β WordPress block styles were injecting margin-top: 0px directly into the page HTML, which CSS !important cannot override; JS style.setProperty always wins
v0.3.6 β Gap & Title Fix Β· 07 Mar 2026
Reverted canvas title stroke β clean gradient fill only, no outline
Fixed two further margin-top: 0 !important rules that were collapsing the gap above "Feeder.ROCKS presents" β definitive 40px rule now placed last in stylesheet so nothing can override it
v0.3.5 β Title Weight Β· 07 Mar 2026
Canvas title: removed black stroke outline, replaced with self-coloured stroke β fattens letterforms to match Feedheardle's chunky font weight without adding a black border
v0.3.4 β CSS Conflict Fix Β· 07 Mar 2026
Fixed accumulated CSS conflicts from earlier sessions β multiple !important rules buried deep in the stylesheet were overriding subtitle font size back to 0.55rem and crushing the title container top margin to 2β4px
"Trading Card Game" subtitle now correctly renders at 1.1rem β visibly larger than nav tabs, smaller than the main title
Gap between admin bar and "Feeder.ROCKS presents" now correctly 40px β matches Feedheardle's spacing
v0.3.3 β Mobile HUD Β· 07 Mar 2026
Mobile bottom HUD bar β fixed to bottom of screen on mobile, mirrors Feedheardle pattern
Shows cards collected / total and pack ready status or countdown on the left
π trophy button opens a Top Collectors slide-up panel
π€ button opens login link (guests) or account menu with logout (logged-in users)
WP admin bar hidden on mobile β replaced by the bottom bar
Body bottom padding increased to prevent content hiding behind the bar
v0.3.2 β Mobile Fix Β· 07 Mar 2026
Mobile: WP admin bar now hidden correctly β title no longer clipped at top of screen
Mobile: top padding removed from #ftc-body, breathing room handled by .ftc-title-container margin instead
"Trading Card Game" subtitle size enforced with !important to guarantee it wins against theme CSS
v0.3.1 β Polish Β· 07 Mar 2026
HUD and admin bar cleanup now scoped to FTC page only β no longer bleeds onto Feedheardle or the main site
Page detection rewritten using get_queried_object_id() β reliable at all hook priorities
URL slug updated to /ftctcg/
Locked nav tabs for logged-out users β Open Packs, My Collection and Trade Board show greyed with a login prompt on hover
"Trading Card Game" subtitle enlarged and given more presence beneath the title
Gap between admin bar and "Feeder.ROCKS presents" matched to Feedheardle
Asset versioning switched to filemtime() β cache busts automatically on every file upload
v0.3.0 β WordPress Plugin Β· 05 Mar 2026
Rebuilt as a full WordPress plugin β install via WP Admin β Plugins β Upload
Embed anywhere with the [find_the_colour] shortcode β no template editing needed
Custom post type ftc_card β add cards with image upload, rarity, type, flavour text and full art toggle from WP Admin