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

You are not logged in.

Announcement

#1 2014-07-01 01:53:58

HighGamer
Member
Registered: 2014-07-01
Posts: 3

Avoid window.open (new window popout) on float bottom right Live Chat button

I want to make it open up like on http://livehelperchat.com/
How do I set it up like that, to avoid the window.open (new window pop out).
Seems Position Native placement - it will be shown where the html is embedded
Works properly but it doesn't float with the page is the only solution to make
<div id="lhc_status_container" ></div>

with floating properties or something?
I know there must be a different way, But I can't find it. I use
site_admin/system/htmlcode

My websitewww.HighGamer.com


https://groups.google.com/forum/#!topic … JRdMp0ve3s

Offline

#2 2014-07-01 02:13:17

HighGamer
Member
Registered: 2014-07-01
Posts: 3

Re: Avoid window.open (new window popout) on float bottom right Live Chat button

Proper fix (Check this checkbox)On a mouse click show the page widget

Old Fix:I used this as a quick fix<div id="lhc_status_container" style="position: fixed; bottom: 0; right: 0;"></div>on Native placementbut it looks horrible doesn't have the background image.

Offline

Board footer