-
-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve tawk button position #815
Comments
HI @moshfeu I'll love to solve this issue |
That will be great! |
@moshfeu where will i find tawk button? |
We only includes their script find-a-mentor/src/utils/tawk.ts Lines 15 to 31 in 3d12f6f
The script is creating and placing the button. |
hey I had same question as @OlushesiToheeb wjat o i discovered was that if you comment out the return right abouve the iiffe you will see it. its inside the init funciton at the top becuase you are probably running it like me yarn dev. |
Right. |
@moshfeu yeah I will take this if @OlushesiToheeb does not reply, problem is though even if you do will still crash w/ reference error. I believe this will be fixed upon completing #899 although now you have this problem.. it needs moshe's advice how to proceed its above my current knowledge level, pretty new to typescript and zero experience w/ next.js. I think it is problem w next.js because I tested thier react component last night in normal cra project that doesnt use next and it worked as expected. |
"we don't have a testing widget for now" "avoid seeing local users in production" Ive solved for this issue, please accept my pull request. |
I meant widget for testing locally. It's related to the second point that we don't want to receive messages from developers that working locally. Yes, if the keys would be stores in the env file it would solve the issue. |
ive completed this yes? |
Tawk button is overlapping the logout button in the backoffice on mobile
Currently tawk's button is in the most top layer using
z-index
!important
.Seems like there is no way to configure this. The only way is to hide it and use tawk API to show / hide the chat.
https://help.tawk.to/article/using-a-text-link-or-button
UI-wise, we can use their image for the show / hide button so it basically will look the same.
The text was updated successfully, but these errors were encountered: