Skip to main content

Troubleshooting Embeds: Nothing Appearing / Elements Missing on Your Website

This guide will help you figure out why your Bandwango content isn’t showing up on your site — whether it’s a DNS, settings, or embed issue.

J.G. Schirf avatar
Written by J.G. Schirf
Updated this week

If your Bandwango embeds or modules aren’t showing up on your website — or if certain elements like signup cards or the how it works are missing — this guide will help you figure out why. You don’t need to be technical to follow along, just go step-by-step to identify whether the problem is caused by your DNS setup, your Bandwango settings, or the embed code itself.


Step 1: Identify What Type of Issue It Is

First, figure out which category your problem falls into:

Symptom

Likely Problem

The entire page or all embeds fail to load

DNS Issue

A specific signup card (like an item card) is missing

Settings or Embed Issue

Cart or “How It Works” not showing

Embed Issue


Step 2: Check for a DNS Issue 🛜

  1. Go to Settings → Domains in your Bandwango dashboard.

    • Confirm that your subdomain is listed and showing “Success.”

      (If you're seeing "Failed" follow this guide HERE.)

    • If you don’t have a Bandwango subdomain, skip this step.

  2. Try loading your subdomain directly in your browser
    (example: https://experience.yourcity.com).

  3. If you see a URL or connection error (like NXDOMAIN or too many redirects), it’s a DNS problem.

✅ If the subdomain loads correctly → move to Step 3 (Settings Check)


Step 3: Check for Settings Issues ⚙️

Sometimes an item card disappears because the pass or experience has expired.

  1. In Bandwango, go to Passes → [Your Pass ] → Dates.

  2. Check the “Dates Someone Can Sign Up for the Pass” section.

  3. If the end date has passed, that item card will automatically stop showing on your site.

  4. Update the date range if the pass should still be active.

✅ If the dates are correct and it’s still missing → move to Step 4 (Embed Check)


Step 4: Check for Embed Issues ⛓️‍💥

Now, let’s verify your embed codes and make sure everything matches correctly.

A. Check Your Cart Installation Code

If this code is not present or installed incorrectly none of your Bandwango content will appear.

  1. Go to Channels → [Your Channel] → Embedded in the Bandwango Experience Builder.

  2. Locate the Cart Installation code.

  3. On your website, confirm this exact code is present on your site
    (typically in the <head> section of your HTML).

    • If it’s missing or different, remove and replace the code exactly as it appears in Bandwango.

  4. Publish your changes and reload your site.

Example Cart Installation Code:

<link rel="stylesheet" type="text/css" href="https://go.yoursite.com/css/checkout/persistent-cart/persistentCart.css?v=1.1"> <style>#open-cart {display: none;}</style> <script>window.bwvars = {offerId: XXXX, partnerId: XXX, checkoutUrl: "https://go.yoursite.com"};</script> <script src="https://go.yoursite.com/js/checkout/persistent-cart/persistentCart.js?v=1.1" defer></script>

💡 Double-check your domain!

If you’re using a custom Bandwango subdomain, make sure your cart installation code uses your subdomain (for example, https://experience.mysite.org) instead of https://app.bandwango.com. This small detail is a common reason embeds don’t load!

✅ If the cart is installed correctly and content is still missing → move to Step 4B (Check Specific Modules)


B. Check Specific Modules

If only a specific module isn’t loading:

  1. On the same page Channels → Embedded in Bandwango, click “View Instructions” to see all your modules.

  2. Confirm the missing module appears under Element 2: Specific Module Elements.

  3. On your website, open the page’s source code or inspect the element in your browser.

    • Make sure this HTML code is present and matches your module ID:

Example Module Code:

<div class="bwmodule" data-bwmoduleid="XXXX"></div>

C. Check Module Display Settings

If the module is present but still not showing:

  1. In the same Embedded Page, scroll down to Web Page Elements.

  2. Click the ✏️ (pencil) icon next to the module in question.

  3. Check which column your experience is in:

    • Shown Column = Visible on site

    • Hidden Column = Not visible

  4. Drag the experience to the Shown Column if you want it visible.

  5. Click Save, then reload your website.


✅ Final Check

Reload your page and confirm the module or embed is now appearing.

If the issue persists:

  • Contact Bandwango Support and include the following to speed up troubleshooting:

    • A link to the page where the embed should appear

    • A screenshot of what you’re seeing

Did this answer your question?