Placement on the page
(All the javascript code which constructs the widget HTML and CSS plus all its functions is contained within an object named "connexense" so it will not interfere with any other code on your webpage).
The plugin HTML element -
id="connexense_plugin" - uses css
"position:absolute; top:0; left:calc(50% - 180px); width:360px; z-index:1000000", so it appears at the top of, and centered in, its parent element. The start button -
"height:28px; width:320px" - appears first and the whole widget appears over other page content when the button is clicked.
For example, on
this page, we place the plugin <script> inside a <div> tag with position:sticky like this:
<div style="position:sticky; top:65px; left:calc(50% - 180px); z-index:3001">
<script id="connexense_js" plugin_id=" ... ></script>
</div>
By placing the <script> tag in a <div> tag like this you can position the widget exactly where you want it - near the top and centered is best. If you place the <script> tag in your document.head the widget will be appended to document.body and will appear at the very top of the page.
Assistance: ConneXense developer
Craig is available much of the time and always eager to help :) If he's not online on
this page, try placing a call to
support@conn .... .com from the ConneXense home page.