Scan Report April 4, 2026

kiikio.com

Automated storefront diagnostic by PreFlight

0 / 100
CRITICAL
57
Critical
0
Warnings
1
Info
Detected Apps
Judge.me
Top Findings
Flair element hidden by inline style
critical

A Flair element ([class*="badge"]) is present but hidden by an inline style. 28 badge elements hidden across the storefront.

[class*="badge"] { display:none; }
RECOMMENDED FIX
Remove the hiding style: find the element matching '[class*="badge"]' and remove 'display:none' from its inline style.
Hidden container wrapping Flair content
critical

Judge.me injects div.jdgm-prev-badge with display:none, hiding ALL co-located badge elements. 29 containers affected — systemic conflict across the entire storefront.

div.jdgm-prev-badge
RECOMMENDED FIX
.jdgm-prev-badge { display: block !important; }
Legacy widget container hidden
critical

A container (div.jdgm-legacy-widget-content) with display:none contains Flair elements. Judge.me legacy widget is suppressing badge content.

div.jdgm-legacy-widget-content
RECOMMENDED FIX
.jdgm-legacy-widget-content { display: block !important; }
Get the Full Report

See every issue, with exact CSS fixes

Enter your email and we'll send you the complete diagnostic — all 58 issues, severity breakdown, and copy-paste fixes.

Want to scan your own stores?

PreFlight catches conflicts before they kill conversions

Paste any Shopify store URL and get a detailed health report in under 2 seconds. No account required.

Run Your Own Scan

Generated by PreFlight · Shopify App Diagnostic Engine