What do you mean by you can't find it?
Are you inspecting the HTML?
Yes, I tried to find a class or ID that could be used in different ways, in the flow/theme configuration, it even works, but when I implement the css codes in the front end that I am using, the settings do not reflect
I need to apply the bubble animation to a Landing page within a CRM called RD Station. I start the bubble via JS/HTML
In the other case, I trying to adjust the internal button in the chat view, in the theme settings, working fine, but in the frontend the button text is broking row
Hi, Could you help me with this case, please?
Can you provide the link to your site so that I see why the CSS is not applied?
Sorry will check this out in details next Monday first thing π
Okay! Thank you very much
I can't see any custom code in your typebot config
So I am not sure what to look for
So you customized nothing but when embedding the bot the buttons is shrinked like this?
Pushed a fix, should be applied fairly soon
Good morning! Yes, I had added a customization, but as it didn't work, I removed it. It would be the code that is in the printout. It works on this screen, but when embedding it on my page, the line breaks inside the button, as I told you in the previous screenshots.
Amazing! Do you have any predictions on when it will be implemented?
Perfect! I need to do something as the line is still breaking on the button
The custom css looks like this
You don't need to do anything.
Maybe just clear your website cache and refresh the page?
Hello, I tested it here and it pressed the button without breaking it, excellent! Thank you very much for your help!
In the other case, I would like to animate the floating button (bubble) to draw the attention of the website visitor. I also tried to do it using CSS but I couldn't. Can you help with this?
Good morning! I try to use this css animation, but don't work π¦
@keyframes simpleSwing {
0% { transform: rotate(0deg); }
50% { transform: rotate(10deg); }
100% { transform: rotate(0deg); }
}
typebot-bubble::part(button) {
animation: simpleSwing 1s ease-in-out infinite;
}
This is out of Typebot scope.... Sorry
Hello everything is fine?!
Could you help us with a problem we found in a bot. On a page
https://up2place.com.br/estrategia-digital-turbo/ we are using a bubble to display the bot, but there comes a certain point when it is not possible to scroll down or up and it does not display the entire content, which makes it impossible to choose other options. In the bot that is in the bubble on the homepage, the scroll works normally. Any ideas on how to resolve this error? I've already disabled the cache for the page, excluded JS minification and everything, it seems that the error only occurs with this bubble.
Ah, in time, the error only occurs on desktop, on mobile it works normally, below is the printout of how the bubble appears
Good morning! You can disregard it, I discovered the error, it had nothing to do with typebot, thank you!