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

You are not logged in.

Announcement

#1 2015-05-13 15:30:57

deni
Member
Registered: 2015-04-15
Posts: 13

Popup the lhc_header > custom div

Hi,

I was wondering how can I make this popup and minimize just like when you click on "#lhc_min"
Here is the pic for better understanding:

1431531082_screenshot.png

If you could give me a hint, that would be astonishing. smile smile

Thanks very much.

Last edited by deni (2015-05-14 10:49:16)

Offline

#2 2015-05-13 15:45:20

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Popup the lhc_header > custom div

Sorry, but what you are trying to achieve in general?

Offline

#3 2015-05-14 07:01:56

deni
Member
Registered: 2015-04-15
Posts: 13

Re: Popup the lhc_header > custom div

When I minimize the chat I'm trying to make it popup back by clicking on the red marked area.

Offline

#4 2015-05-15 09:44:04

deni
Member
Registered: 2015-04-15
Posts: 13

Re: Popup the lhc_header > custom div

Anything?

Offline

#5 2015-05-15 09:47:44

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Popup the lhc_header > custom div

Just use github search to find current code which does that and adopt...

Offline

#6 2015-05-15 10:38:54

deni
Member
Registered: 2015-04-15
Posts: 13

Re: Popup the lhc_header > custom div

I already did..

I will post it here:

document.getElementById('lhc_min').onclick = function() { lhc_obj.min(); return false; };



but I need these two IDs (online - offline) as well, and JavaScript doesn't allow multiple IDs...

Offline

Board footer