BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › Introduction Video on a course page does not show up anymore
Tagged: introduction, video
- This topic has 5 replies, 2 contibutors, and was last updated 9 years, 2 months ago by Anonymous.
Question
August 27, 2015 at 11:24 am #45224@ericheymansHi,
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
EricAnswers
August 27, 2015 at 12:13 pm #45228@
AnonymousHi @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 DubeyAugust 27, 2015 at 2:34 pm #45246@ericheymansAugust 27, 2015 at 2:37 pm #45248@
AnonymousHi @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 DubeyAugust 27, 2015 at 9:37 pm #45257@ericheymansHi @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 !
August 28, 2015 at 1:42 am #45283@
AnonymousHi @ericheymans Social Learner is a Child Theme, it will not be updated automatically , you can keep adding your customization inside it.
Regards
Varun Dubey
- The question ‘Introduction Video on a course page does not show up anymore’ is closed to new replies.