-
-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Widget HTML Online / Offline BUG #2003
Comments
Just adding some details. The good result when the chat is online is: The HTML show online time and online status. When the widget switch to offline a offline HTML message is correctly showed. When the widget switch from offline to online the BUG happen: the offline HTML is not hidden and is added to the online HTML correctly showed. Note: For the online widget, for add the online chat text I use the field Text above start chat form fields in the theme widget. |
I hope next coming version of LHC can fix this issue 🎉 |
I hope this issue can be fixed :) |
Hi, I updated LHC and cleared cache then I used an incognito mode to test this. |
Does not happen here :P |
Do you checked when widget is turned on from offline without refresh the page? |
Contact via skype and proved that all works :D |
Thanks, resolved. |
This BUG has been tested on the demo of live helper chat.
I discovered this bug on my website and on my LHC install then tested in the demo and confirmed the issue.
BUG description:
Set an online and and offline HTML text (Online text for the online HTML and OFFLINE text for the Offline) will be bugged if the widget status is offline then the widget is updated in the page without user refresh. When the widget is clicked it will show the online form to start a chat but the offline message instead of the online message.
Screenshot:
How to reproduce:
Screenshot:
Save the theme
Now load the user page with the live chat widget, in the case of live helper chat: https://livehelperchat.com
Chat should be online and you should see correctly ONLINE HTML text. In the live helper chat you need open the pop up then open the widget to see that text because the pro active invitation override the text.
Now you need put the department and the operator to be offline and wait the widget is converted to the offline status or you can simply refresh the page.
Now put again the operator and department to online mode and wait the widget is refreshed without the page refresh.
Expected results:
Actual results:
Other screen to show better the issue:
So the widget is not correctly refreshed.
The text was updated successfully, but these errors were encountered: