Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2018-06-27 09:52:48

msabbagh627
Member
Registered: 2018-06-27
Posts: 8

How to fix the chat widget?

Hi,

I want to fix the widget chat box to the right of the page with a width of 500px and a height of 100%!

1- How can I do it? the height only accepts in px?
2- I want the chat widget and chat box to be unmovable by the user through the page. How can we keep it fixed?

I can do CSS, but what I am looking for is something like the page below:
www [dot] raychat [dot] ir

Offline

#2 2018-06-27 10:22:33

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: How to fix the chat widget?

Hi msabbagh627,
welcome on the live helper chat forum.

The chat in the website provided by you seems not to be Live helper chat also i am unable to see any chat box.
Are you using live helper chat?


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#3 2018-06-27 12:24:59

msabbagh627
Member
Registered: 2018-06-27
Posts: 8

Re: How to fix the chat widget?

Hi Admin,

I am using live helper chat on this website:
www.mashhost.ir
But it is moveable and that is bad. I want to fix the widget chat box position to the right of the page with a width of 500px and a height of 100%. The website address that I sent you was a sample of a chat box that I want live helper chat to look like.
How can I disable the live helper chat box movement?

Offline

#4 2018-06-27 12:30:20

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: How to fix the chat widget?

Hi msabbagh627,
sorry, at the moment you will be able to disable drag and drop of the widget only with custom CSS on the widget template.

When you generate widget embed code you can decide the size of the widget on the design tab.
I hoe this helps!


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#5 2018-06-27 12:56:42

msabbagh627
Member
Registered: 2018-06-27
Posts: 8

Re: How to fix the chat widget?

sorry, at the moment you will be able to disable drag and drop of the widget only with custom CSS on the widget template.

How Can I do that? The Draggable is set to false in the code, but not in css. Although, its still dragable!

Offline

#6 2018-06-27 15:32:58

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: How to fix the chat widget?

Seems you have bad code... widget is going out of the screen when your support is offline.
You can try to add the following CSS inside widget template Widget container additional CSS

#lhc_container {
	pointer-events: none !important;
}

lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

Board footer