Support » Plugin: Video Conferencing with Zoom » Frontend buttons not clickable in Chrome

  • Resolved aussiekingy

    (@aussiekingy)


    Hi,

    The buttons are not clicakble in Chrome They work fine in edge and safari, but not Chrome. Any suggestions?

    Thanks heaps for this great plugin!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Deepen

    (@j_3rk)

    hi @aussiekingy,

    Sorry for the delay but add this to your style.css – This is because plugin template does not have native div structure to your theme. Basic solution would be to add below.

    .dpn-zvc-single-content-wrapper {
    z-index: 1;
    position: relative;
    }

    Plugin Contributor digamberpradhan

    (@digamberpradhan)

    Marked as closed as adding the css stated

    .dpn-zvc-single-content-wrapper {
    z-index: 1;
    position: relative;
    }

    should solve the problem

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Frontend buttons not clickable in Chrome’ is closed to new replies.