What “Not Loading” Means
This guide covers situations where:- The quiz container appears on the page (a space or loading spinner is visible)
- But the quiz content — questions, answers, buttons — never appears
- The spinner rotates indefinitely or the page shows a blank white space
Step 1: Check for JavaScript Errors in the Browser Console
JavaScript errors are the most common cause of a quiz that loads the container but never renders content.- Open your quiz page on the storefront
- Press F12 (or right-click and choose Inspect) to open the browser developer tools
- Click the Console tab
- Reload the page while watching the console for red error messages
- Look for errors referencing Quizify, or errors that appear at the same time the quiz would normally load
Step 2: Test in a Different Browser or Incognito Mode
Browser extensions can interfere with JavaScript and prevent quizzes from loading.- Open the quiz page in an incognito or private browsing window (which disables most extensions)
- Also test in a different browser (Chrome, Firefox, Edge, Safari)
Step 3: Check for Conflicts with Other Apps
Third-party Shopify apps that inject JavaScript — such as popups, chat widgets, review apps, or loyalty programs — can sometimes conflict with Quizify. To test:- Temporarily disable other Shopify apps (particularly those that add scripts to the storefront)
- Reload the quiz page
- If the quiz now loads, re-enable apps one at a time to identify the conflicting one
Step 4: Test on a Slow Connection or Different Network
Sometimes a quiz fails to load due to network conditions — particularly if quiz assets (images, scripts) are loading slowly.- Test on a different network (switch from WiFi to mobile data or vice versa)
- Test with browser developer tools set to simulate a fast connection
Step 5: Check the Quizify App Embed
A partially enabled app embed can cause the quiz to appear as a container but fail to load properly.- Go to Shopify admin → Online Store → Themes → Customise
- Check App embeds and confirm Quizify is fully enabled
- Save and reload the quiz page