Voice Widget Not Clickable
# support
y
Hello, I am trying to integrate an assistant onto my Wordpress website for demonstration purposes. The button appears but is not clickable. Attached is a workaround using a second button to start and stop the conversation but this is a bit clunky. Any help to get the events working would be appreciated. https://cdn.discordapp.com/attachments/1266373960321335433/1266373960627650630/message.txt?ex=66a4ea28&is=66a398a8&hm=9ca54e542df03b30c749e457e3399beae0e21560d0a03ddb31f4af3ca1beebfb&
v
@Yoshi Hello! I'm glad to assist you with integrating the assistant on your WordPress website. To help you better, I'll need a bit more information about how you've set up the button and what methods you're using to trigger the events. Could you please provide details on the following: 1. How is the button implemented on your website? (e.g., HTML, a WordPress plugin, JavaScript) 2. What code are you using to attach the event listeners to the button? 3. Are there any error messages in the browser's console when you attempt to click the button? Once I have this information, I'll be able to give you more specific advice on how to make the button clickable and initiate the conversation with the assistant.
You can continue this conversation by mentioning me in the message.
y
1. JavaScript tag 2. See original code attached. 3. Console messages: Vapi SDK loaded successfully voice-assistants/:572 Initializing Vapi... voice-assistants/:579 Vapi instance created: gl voice-assistants/:589 Vapi button not found in the DOM voice-assistants/:648 Vapi button not found for manual click listener https://cdn.discordapp.com/attachments/1266373960321335433/1266375680648810536/script.html?ex=66a4ebc2&is=66a39a42&hm=c53643281efaf8ef7ac50fb4c9ac3b6c93f268081263ee70e62b171730084dc0&
s
hello you have to add click event listener on the button to start the assistant, using custom code section of wordpress.
or you can ping me.]
2 Views