HTML Element & Wix Code

Hey,

Just wanted to reach out and ask if Wix Code would allow a HTML Element to be see through and allow what is below it to be clickable.

The code that is in the HTML element is this.

<!-- begin Moneypenny code -->
<script type="text/javascript">
  (function() {
    var se = document.createElement('script'); se.type = 'text/javascript'; se.async = true;
    se.src = '//storage.googleapis.com/moneypennychat/js/dea8d7b3-fe22-4d80-ad7a-194a88409545.js';
    var done = false;
    se.onload = se.onreadystatechange = function() {
      if (!done&&(!this.readyState||this.readyState==='loaded'||this.readyState==='complete')) {
        done = true;
        /* Place your Moneypenny JS API code below */
        /* Moneypenny.allowChatSound(true); Example JS API: Enable sounds for Visitors. */
      }
    };
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(se, s);
  })();
</script>
<!-- end Moneypenny code -->

but when it is on the page anything behind this is blocked from been clicked code i do something to the element in wix code to make this issue disappear.

Any suggestions would be good at this time.
Thanks
Simon

Hi Simon,
Could you clarify what elements are visible? what should be clickable?
Please provide screenshots.

Hey Or.

Thank you for your quick reply yest no issue at all.

A) HTML Element (blocking B)
B) Clickable Button
C) HTML Elements reach

Please note i am not looking for support on the Wix HTML element just to see if there is a work around from the button been blocked by it in Wix code.

This is the Live chat button when clicked.

So what part of the button you want clickable? The visible part only or the part covered by the HTML element?

the part covered by the button as not much of this button is clickable

Make sure that the frame of the HTML component doesn’t cover the button.

so there is no other way round this with and useing WIx Code.

This is how user interface works, when an element hides other elements they aren’t clickable.