Hi marketyourcraft ,
Thank you for the reply, we see what's going on. I suggest adding the following CSS to the site:
#userwayAccessibilityIcon {
display: none;
}
After adding the CSS, you should load in the UserWay
's JavaScript on page load instead of loading it in after clicking the button.
Then, you should only have to use UserWay.widgetOpen();
to the custom JavaScript action, then it will work as intended 🙂