Hi,
I have a client who has instructed a third party to add a chat box and window on the Enfold site. The off the peg version works fine and is sticky in the top left hand corner of the site and sits in front of the site with a minimum amount of code popped into the header.php, but is not customisable. When the customisable button is placed in, it sits above the header and creates a valley when scrolling as well as not being sticky. Am I posting the code into the right area or is there an easier way to achieve this?
Site is : http://www.endoline-automation.com
Many thanks
J
Hey there,
I noticed an error in the code which is causing it to render incorrectly. There was an extra quotation mark that caused the break
<div style="”position:" fixed;="" top:="" 0px;="" left:="" 0px;”="">
Try this line to replace it…
<div style=" position: fixed;top: 0; left: 0; z-index: 999!important;">
You could give the div a class or ID and then use custom css to change the element rather than using in-line code
Hope that help
TJ
Here are the changes highlighted and working
TJ
Thanks TJ,
Awesome support for this awesome template…much appreciated.
J
Hi,
Thank you for your help @tjswarbs78!
@jamiebgp, thank you for using Enfold! If you have any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads Thank you!
Cheers!
Sarah