The button to open the livechat doesn't work on my website.

teamlering
Member Posts: 1
Hello community,
I have installed several buttons on my website that open the livechat when clicked.
All the buttons work fine, except the one that is in a popup elementor in the mobile menu and I can't find the solution to make it work.
Does anyone have a solution? Thank you very much for your answers.
The website : https://lering.ch
The code i use to trigger all the button :
<script>
(function attachOnClickChatbotTrigger() {
document
.getElementById('chatbot-trigger-buttonk')
.addEventListener('click', function () {
LeadBooster.trigger('open');
});
})();
</script>
The only button who doesn't open the livechat :
Where is it : Click here to find it in the mobile format
0
This discussion has been closed.