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

You are not logged in.

Announcement

#1 2019-03-07 15:12:58

Lilo
Member
Registered: 2015-02-26
Posts: 110

HTML Page Widget

Hi
I am trying to put HTML Page and for some reason it covers the other parts of the websites and not stay on the page (it kind of floats)

Offline

#2 2019-03-07 15:46:40

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

Re: HTML Page Widget

Hi Lilo, you have to look with CSS. This seems to be your theme issue.


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 2019-03-07 18:27:58

Lilo
Member
Registered: 2015-02-26
Posts: 110

Re: HTML Page Widget

Hi
You mean LHC CSS or for my website?

Offline

#4 2019-03-07 18:37:47

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

Re: HTML Page Widget

You can share here the problematic page address so I can take a look.


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 2019-03-07 19:31:38

Lilo
Member
Registered: 2015-02-26
Posts: 110

Re: HTML Page Widget

Its a page that one need to be logged in and that may be an issue...just take HTML page and see if it does float over text (only on mobile and  not on a web page)

Offline

#6 2019-03-07 19:34:53

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

Re: HTML Page Widget

Well Lilo, without the possibility to see the page i cannot invent CSS for fix the issue.
Umh...

Seems your theme can have a z-index very high so the issue maybe is your theme.
The CSS of the widget button should be:

#lhc_status_container {
    z-index: 9998 !important;
}

So maybe in settings, widget template you can create a template and increase this z-index or you can try to put in your theme CSS section the increased CSS code.
For Example:

#lhc_status_container {
    z-index: 99999999 !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

#7 2019-03-19 15:57:58

Lilo
Member
Registered: 2015-02-26
Posts: 110

Re: HTML Page Widget

Thanks for the response.can you point me to the z-index of Lhc as it seems to be very high

Offline

Board footer