I added an update recently to Chattable that requires your chat to be initialized in order to finish loading. This helps the chat not load until it's received CSS so it doesn't flash with a default theme for a brief moment on other people's site. You can add some CSS or a theme to your chat which would resolve the issue, or you can bypass this by copy pasting my next comment at the bottom of your HTML body
I added an update recently to Chattable that requires your chat to be initialized in order to finish loading. This helps the chat not load until it's received CSS so it doesn't flash with a default theme for a brief moment on other people's site. You can add some CSS or a theme to your chat which would resolve the issue, or you can bypass this by copy pasting my next comment at the bottom of your HTML body
wow. that did not work. I will send a link instead.
Here's a tutorial I wrote really quick, https://beta.iframe.chat/help/force-load.html
Just realized that you also have 2 elements with the ID "chattable", make sure only the iframe has that ID in order for this to work.
oh alright! once I sit down at my pc again I'll make sure to fix it, thank you!