- Custom Domain Not Connecting?
- Allow Propagation Time:
DNS
changes can take up to 48 hours (usually much faster). Wait and re-verify. - Check
DNS
Records EXACTLY: Double/triple check that theA Record
(IP Address) orCNAME Record
(Hostname) you added at your registrar matches the value provided byClose Master
precisely. No typos, no extra characters. - Check Proxy Status (Cloudflare): If using Cloudflare, the verification/pointing
CNAME
orA
record must be set toDNS Only
(grey cloud), NOTProxied
(orange cloud). - Remove Conflicts: Ensure no other
A
orCNAME
records exist at your registrar for the exact same Host/Name you are trying to connect. - Click Verify in
Close Master
Domains
settings again after checking/waiting.
- Allow Propagation Time:
- Website/Funnel Changes Not Showing Live?
- Did you click
Save
*and*Publish
/Update
in the builder? Both are required. - Clear Browser Cache: Force refresh your browser (Ctrl+Shift+R or Cmd+Shift+R) or clear cache/cookies.
- Check Incognito/Different Browser: Test the live URL in an incognito window or another browser to rule out caching issues.
- Allow CDN Propagation: Changes might take a few minutes to reflect globally due to Content Delivery Network caching.
- Did you click
- (WordPress Embed Specific) Order Form Error / "Fingerprint Error"?
- This specific error sometimes occurs when embedding a
Close Master
order form (often from a funnel) onto an external WordPress site. A common fix is to ensure theClose Master
funnel page itself is hosted on a subdomain of the same root domain as the WordPress site (e.g., WP site isyouragency.com
, host funnel atgo.youragency.com
). Update the embed code after ensuring domain structure aligns. ConsultClose Master
help docs on WordPress embedding best practices.
- This specific error sometimes occurs when embedding a
- Custom Code (
HTML
/JS
) Not Working or Breaking Page?- Validate Code: Ensure the code snippet you pasted is valid
HTML
orJavaScript
. Check for syntax errors (missing brackets, quotes, semicolons). - Placement: Ensure you pasted it in the correct section (
HEADER CODE
,FOOTER CODE
, orCustom HTML/JS
element). Don't nesttags incorrectly inside other elements like
without proper structure.- Conflicts: Custom code (especially JavaScript) can potentially conflict with platform scripts or other code on the page. Try removing the custom code temporarily to see if the issue resolves. Debug using browser developer tools (Console tab).
- Social Sharing Image (
og:image
) orSEO
Title/Description Not Updating on Facebook/LinkedIn?- Verify Settings: Double-check you've correctly set the
Social Image
,Title
, andDescription
in the page'sSEO Meta Data
settings within the builder (See 9.11).Save
andUpdate
the page. - Clear Platform Cache: Social media platforms cache website metadata aggressively. You need to force them to re-scrape your URL:
- Facebook Sharing Debugger: Google "Facebook Sharing Debugger," enter your page URL, click
Debug
, then clickScrape Again
. - LinkedIn Post Inspector: Google "LinkedIn Post Inspector," enter your page URL, click
Inspect
. - Twitter Card Validator: Google "Twitter Card Validator," enter URL, click
Preview Card
.
- Facebook Sharing Debugger: Google "Facebook Sharing Debugger," enter your page URL, click
- Validate Code: Ensure the code snippet you pasted is valid