"more", "chat options " and "video options" buttons do not work

Description
This buttons do not work for me.
When i press on them I get no respond. nothing.
My console is clear.
Other buttons work.

See picture of the relevant buttons bellow.

Any idea why?
Thanks

Which version?
1.8.6

Hey @vermont,

Thank you for reaching out to the Zoom Developer Forum. It looks like those buttons have been changed with custom CSS. I would make sure that CSS on your page isn’t styling those buttons and affecting their behavior.

Let me know if that helps.

Thanks,
Max

Thanks for your answer.

Turns out that em commenting out the bootstrap cdn caused this issue.

//

I already have bootsrap css 4 in my website(so i’m not sure why it’s not working properly without the cdn).
i got the zoom bootsrap js running without a problem.
Seems like i can’t use the bootsrap cdn because it breaks my website.
Can you tell me please exactly which css rules i need in order the buttons work properly?

Thanks!

Hey @vermont,

Thank you for reaching out to the Zoom Developer Forum. I don’t have a list of CSS rules that are necessary to style the buttons but if you open the developer console in your browser, you can inspect the element and see what CSS rules are running on that element.

I hope that helps! Let me know if you have any questions.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.