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

You are not logged in.

Announcement

#1 2017-06-09 02:44:11

Dennis
Member
Registered: 2014-12-31
Posts: 70

Hide or delete the minimze and restore buttonsC

I don't want to let the users minimize the proactive chat window.

Offline

#2 2017-06-09 02:45:59

Dennis
Member
Registered: 2014-12-31
Posts: 70

Re: Hide or delete the minimze and restore buttonsC

Sorry about the incomplete message.

I don't want the visitors to hide or minimize the proactive chat window.

Because once it is minimized, the messages sent by an agent could not be delivered or seen by the visitor.

Please help if I can delete any images or make changes on coding.

Offline

#3 2017-06-09 04:03:17

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

Re: Hide or delete the minimze and restore buttonsC

Hi Dennis,
you can put this CSS into your widget theme:
Status widget additional CSS

[== CSS ==]
#lhc_min {
	display: none;
}

You have to have an existent widget custom template active,
if not you need to create one than set as default.

Some issue about what you are reporting are opened on GitHub.
https://github.com/LiveHelperChat/liveh … ssues/1039
https://github.com/LiveHelperChat/liveh … issues/867


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

#4 2017-06-09 05:20:19

Dennis
Member
Registered: 2014-12-31
Posts: 70

Re: Hide or delete the minimze and restore buttonsC

It worked, Great Thanks!!

You're always excellent.

You can do anything and everything smile

Offline

#5 2017-06-09 06:23:58

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

Re: Hide or delete the minimze and restore buttonsC

Dennis wrote:

You can do anything and everything smile

Not really but thanks  smile


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