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