Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hello,
I have your code embed but the mobile (responsive layout for status widget) does not work correctly with my theme. I would like to see a way to disable the chat from mobile devices or to better troubleshoot the responsive layout for status widget. Even some more features for the responsive layout would be great.
Thanks
Offline
You can disable responsive while generating embed code.
"Disable responsive for status widget"
Offline
Remdex,
Yes I know what and have tried that as well but it blocks some details of the site. I have tried it both ways and it seems to work better with responsive on. I would like to see it fixed and also a options to turn off chat (not seen from a mobile device) when it kicks into responsive mode.
In action: https://www.xtreme-hosting.com
Offline
Sorry, but i do not understand what exactly does not work...
Offline
My system does not look good as the way I designed my site. So I would like to have the chat not show up on viewing from mobile. Like a way to remove it from being displayed. Before the last update it stay at the top now it rides below my top menu and the slide so it does not look good
Offline
*** If I am right then you do not want to show chat widjet while someone is viewing your site on mobile, well you cannot disable it just for particular device unless you write some custom code and check screen size, how about you make it in right middle that way it will slide open and if screen size will be less than 1024 (please check document for this) then widet will open in new window
Offline
Yes you are correct that is what I am needing but the side option again takes away from the topic of the site. The coding is already in place to change it to responsive as it moves it to the top. So it should be simple to add a option to disable the chat in place of being responsive at all.
Offline
I just would add some responsive css to the site to hide widget completely on monitors with less resolution than 640px width, something like that should work. Just to add it in your site css
*** only screen and (max-width : 640px) {#lhc_need_help_container{display:none!important;}#lhc_status_container{display:none!important;}}
Offline
Yes, sir that worked. Thank you!
Offline
Pages: 1