BuddyBoss Home – Web Support Forums Solutions Social Learner Introduction Video on a course page does not show up anymore

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

    #45224
    @ericheymans

    Hi,

    After upgrading to the latest Boss version, the introduction video window does not show up anymore.
    I’ve been testing this on 2015 theme and it works.

    You’ll see on the screenshot that we can still see the little cross to close the window which does not appear.
    To test this, I disabled all unnecessary plugins and removed any custom CSS.

    Any idea ?

    Cheers
    Eric

    Answers

    #45228
    @vapvarun

    Hi @ericheymans, i had tried to replicate the issue. Introduction video is working fine for me with both youtube and vimeo.

    Please paste course link to inspect it

    Regards
    Varun Dubey

    #45246
    @ericheymans
    #45248
    @vapvarun

    Hi @ericheymans, We are using fitvids js and ultimate VC addon also added it, and that created conflict.

    You can deactivate ultimate VC addon or de-register fitvids from boss theme.

    
    function boss_remove_fitvids()
    {
    wp_deregister_script( 'fitvids' );
    }
    add_action( 'wp_enqueue_scripts', 'boss_remove_fitvids', 9999 );
    

    Regards
    Varun Dubey

    #45257
    @ericheymans

    Hi @vapvarun,

    I guess I needed to edit this in the functions.php file under Social Learner (and not Boss).
    Anyway, that is what I did and it works now.

    Thanks

    As Social Learner is a Child Team and it is subject to updates… I guess I’ll need to update this back in the future if a new release of SL is done ?

    Cheers !

    #45283
    @vapvarun

    Hi @ericheymans Social Learner is a Child Theme, it will not be updated automatically , you can keep adding your customization inside it.
    Regards
    Varun Dubey

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Introduction Video on a course page does not show up anymore’ is closed to new replies.