Delay in buttons in test mode Answered
Hello,
I’m experiencing an issue with buttons in Memberstack. On my Webflow site, buttons connected to Memberstack are not clickable until a few seconds after the page loads. I’m using test mode, and I noticed this might be related to asynchronous script loading or the initialization of Memberstack. Could you help me figure out why this is happening and how I can speed up the button loading? You can check: https://confident-861463.webflow.io/login
Comments
1 comment
Hi Milan,
I’ve reviewed your source code and noticed that the installation script is placed within the body:
For optimal placement, it should be moved to the
<head></head>
section instead. Once that’s done, you can safely remove the following code block from the head, as it will no longer be needed:I hope this helps.
Please sign in to leave a comment.