Hello @saadhamid
don’t worry, it’s only a cache problem, do a hard refresh: CRTL + F5 on Windows or CMD + SHIFT + R for Mac or Linux, this action force the browser to load fresh files.
Let me know and if it will work…let me a 5 stars review if you want, it’s very important for me, thanks!
It looks like you figured it out on your own, so I’ll close the thread.
Here’s a tip for anyone who had trouble upgrading from version 1.5 to 1.6:
If you see any errors in the chat window right after the update, it likely means the database update failed. The solution is to simply deactivate and reactivate the plugin.
In some cases, depending on the theme you’re using, the button to open and close the chat may appear distorted. This issue is also easy to fix—just set the CSS button height and width values like this:
#chatbox-button img {
display: block;
width: 100%;
height: 110%;
object-fit: cover;
transform: translate(-0%, -2.5%);
border-radius: 50%;
}