rival-black
rival-black2y ago

Widget Not Showing On Shopify - No Errors In The Site Logs

Placed the Voiceflow embed code into a clients Shopify site and the chatbot is not visible at all. No errors showing in the site console. Any ideas?
3 Replies
W. Williams (SFT)
@Brendan Add the following right above the VF <script> tag:
<style>
div:empty {
display: block !important;
}
</style>
<style>
div:empty {
display: block !important;
}
</style>
Your theme is hiding the VF Chat button
rival-black
rival-blackOP2y ago
Ah yep, thanks so much!
sensitive-blue
sensitive-blue2y ago
In the following video from voiceflow https://www.youtube.com/watch?v=h8wHAjyApRc voiceflow commented with the following code:
<style>
#voiceflow-chat { display: block !important; }
</style>
<style>
#voiceflow-chat { display: block !important; }
</style>
Is there an important difference?

Did you find this page helpful?