Common Issues
I placed the widget(s) on the page but nothing is showing?
This is usually because the widgets script hasn't loaded correctly. Make sure you included the defer
attribute in the script tag. If the problem persists even after adding the defer
attribute, double-check the script's source URL. Additionally, consider checking the browser console for any error messages that might provide further insight into why the script did not load as expected.
The widgets don't look like they're supposed to.
This issue commonly occurs when a global style-sheet overrides the styles of specific elements. As a result, the widgets may not display as intended, leading to a mismatch between the design and the actual appearance. If you didn't create your website, please contact your developer for assistance.
Last updated
Was this helpful?