BuddyBoss Home – Web Support Forums Solutions Social Learner Embedded video – controls corruption

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #44129
    @icuc

    My videos which are embedded using the video short code:

    [video width="320" height="180" mp4="http://worldclasslearning.co.uk/wp-content/uploads/2015/02/1_Introduction_320.mp4"][/video]

    in my LearnDash Lessons and Topics no longer have the simple normal video controls, they have an extended control set which duplicates (see attached jpg). How can I get back to the simple video controls?

    The simple video controls work fine if I am not using Social Learner.

    Colin

    Answers

    #44167
    @vapvarun

    Hi @icuc

    please add these to custom css

    
    .mejs-controls .mejs-button button {
    cursor: pointer !important;
    display: block !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-decoration: none !important;
    margin: 7px 5px !important;
    padding: 0 !important;
    position: absolute !important;
    height: 16px !important;
    width: 16px !important;
    border: 0 !important;
    color: #fff !important;
    letter-spacing: 1.2px !important;
    }
    
    

    If that does not work please pm your page url i will inspect it and will suggest proper css for it

    Regards
    Varun Dubey

    #44171
    @icuc

    Varun

    Absolute magic! Yes, this has fixed the problem. Hopefully it will fix it for others as well.

    Many thanks

    Colin

    #44211
    @vapvarun

    🙂 Great, I will close this topic.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Embedded video – controls corruption’ is closed to new replies.