Share feedback, ideas and get community help

D
F
M
a
g
Members
William
W
William
Offline, last seen 2 weeks ago
Joined September 10, 2024
Hi ,
Wanted to check, was the classes px-[15px] py-[7px] added recently to the guest bubble or was there earlier as well? I just noticed that the guest bubbles padding has gone up. Any idea?
1 comment
B
There are a few questions:

  1. I need to reduce the font size
In order to reduce the font size, I added the following custom css:

.text-base { font-size: 14px; line-height: 20px; }

This reduced the size of the text to what I needed. But, is there a way to change the size of text appearing in the input html tags? Those sizes still remain 16px as seen in following example:
<input class="focus:outline-none bg-transparent px-4 py-4 flex-1 w-full text-input" type="text" placeholder="Type your name..." style="font-size: 16px;">
Is there a way to override this?

  1. I need to reduce the bubble spacing/padding.
I used the following custom css:

[data-testid="guest-bubble"] { padding-left: 8px; padding-right: 8px; padding-top: 4px; padding-bottom: 4px; } [data-testid="host-bubble"] { margin-left: 8px; margin-right: 8px; margin-top: 4px; margin-bottom: 4px; }

The guest bubble works fine, but in the host bubble the bottom and right margins do not work. Can check attached images.
2 comments
W
Anyone have any idea why the 'I have a question for you!' preview message is not appearing on wordpress?
9 comments
W
B
Hi all, not sure if this is the right place to ask but still will have a go.
I created a business portfolio via my facebook account. But as soon as i do that it says that the account is restricted and does not allow to create whatsapp app. Get an email of the order:

Hi William,
We've noticed some unusual activity on this business account *** and have restricted its access to advertising. Any ads connected to this account are currently disabled.

To learn more, please review our Advertising policies affecting business assets.

If you believe that your account was incorrectly restricted, click the Fix issue button below to verify your account.

You have until September 14, 2024 to fix the issue before the account is permanently disabled.

We used technology to detect this violation and carry out this decision. Further violations of our Advertising Standards may result in your account being disabled or restricted.

Any inputs will be appreciated.
2 comments
W
B
I need to have a bot which works in 3 languages. All the flows are the same only the Bubbles and Inputs need to have text displayed as per the selected language. The user selects his preferred language in the 1st step. What is the best strategy without having to implement 3 bots?
17 comments
A
W
Hello everyone, a question:

Say I added typebot to a wordpress site and set the Remember me setting to True. So the chat continues as the user is navigating through the pages. Is there a way to know in Typebot which page the user is currently on? i.e. it would be great if we can know the context where the user is operating to decide next action. Is there a way to do it?

Regards
William
6 comments
W
B
T
Am not understanding why whatsapp stopped working in my typebot. I just changed some start conditions and readded the phone number, getting the following on the viewer console on self hosted instance:
Chat not starting: Message did not matched any condition
Any idea @Baptiste ?
9 comments
W
B
W
William
·

Header panel

Any suggestions to add a header panel like we see on other providers? If we could do using the existing framework it will be cool. Anyone done anything like this?

Sharing an example of crisp.
7 comments
W
B
c
a
I am calling an API which returns following response, which contains an anchor tag/link:

Get more information about Samurai <a href="https://en.wikipedia.org/wiki/Samurai" target="_blank" rel="noopener noreferrer">here</a>!

When i return it as is to the user its displayed as plain text response without the link.

Any suggestions?
3 comments
W
B
Any suggestions about how to get input to get a range of values?
My range is between 10 and 1000. One option is a slider but slider option is not available. Any other suggestions?
2 comments
W
B