Okay
  Public Ticket #1538561
Video
Closed

Comments

  • jesusgamiz started the conversation

    Hello, 

    I´m trying to embed a video player element on a website, but it doesn´t seem to load. Do you have any idea of what I might be doing wrong? I just inputted a standard vimeo link but nothing loads.

    Thanks, best!

  • [deleted] replied

    Hi there,

    I found the issue, there is a conflict with our theme and WPBakery ( visual composer) I was able to build a temporary patch for clients, before you continue with further steps please consider reading the article we wrote about How to Add Custom CSS to your site, then paste the code below in Custom CSS Section.

    /* Kalium Temporary Patch for Video Players */
    .wpb_video_widget .wpb_video_wrapper{    
        padding-top: 0!important;
    }
    .wpb_wrapper .wpb_video_wrapper .image-placeholder{    
        padding-bottom: 56.25000000%!important;
    }

    This issue will be fixed on the Kalium 2.3.4 update so when you update the theme you must remove this CSS code.

    Thank you.