• Resolved Vivian E

    (@vivibosslink)


    Tutor LMS appears to be conflicting with my site and removing the Youtube embed I have on my Articles! For example, please check the affected page I linked! There is a Youtube embed on the top of that page that is not showing anymore! When I deactivate Tutor LMA plugin, the embed comes back but when I activate TUtor LMS plugin, the embed stops showing! please help!!!

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

Viewing 15 replies - 1 through 15 (of 26 total)
  • Plugin Support Md. Jobayer Al Mahmud

    (@jobayertuser)

    Hello @vivibosslink

    Are you embeding your video with Gutengberge embed system.

    Thread Starter Vivian E

    (@vivibosslink)

    Yes, I’m using Gutenberg to embed my videos! The videos affected are the videos on my regular Posts (Articles)! It appears activating the Tutor LMS plugin is conflicting and causing my Youtube embeds to disappear

    • This reply was modified 2 years, 1 month ago by Vivian E.
    Plugin Support Md. Jobayer Al Mahmud

    (@jobayertuser)

    Hello @vivibosslink

    I have reported the problem hopefully this will resolve asap.

    Plugin Support Parag Das

    (@parag44)

    Hi @vivibosslink

    Please edit the following file:
    wp-content/plugins/tutor/classes/Course_Embed.php

    Comment line 28:

    add_filter( 'embed_oembed_html', __CLASS__ . '::oembed_iframe_overrides', 10, 3 );
    

    Please check the screenshot to understand it better: https://prntscr.com/EMcdCEh7plEm

    Thank you!
    Best Regards

    Thread Starter Vivian E

    (@vivibosslink)

    Hello, please I really don’t know how to insert this code! Please can I grant you temporary access to do this on my behalf! IF yes, please send me your email where I can send you the access please!!

    Thread Starter Vivian E

    (@vivibosslink)

    Hello, it’s easier for me to include custom CSS, Is there a CSS code, I can include to get my Youtube embeds back on please?????? Please Reply!!

    Plugin Support Parag Das

    (@parag44)

    Hi @vivibosslink

    Please send an email to support at themeum dot com. We will solve the issue.

    Thank you!
    Best Regards

    Mauricio

    (@mauriciogarofalo)

    Same here. I’m using “tag div theme” to show youtube videos, after TutorLMS update I cant see any video in my site.

    Commenting line 28 as said worked -.-

    Second time Tutor break my site.

    • This reply was modified 2 years, 1 month ago by Mauricio. Reason: Added notification by email
    • This reply was modified 2 years, 1 month ago by Mauricio.
    Plugin Support Parag Das

    (@parag44)

    Hi @mauriciogarofalo

    I’m sorry to hear that. If you’re still facing the issue, please email support at themeum dot com. We will take a closer look at your issue.

    Thank you!
    Best Regards

    Mauricio

    (@mauriciogarofalo)

    I commented line 28 and worked but after plugin update I lost modification and again shortcuts and youtube embbeded videos stopped working. Will be an update to solve this?

    Dear @mauriciogarofalo

    To fix the issue, you need to follow few steps below.
    
    // Lesson shortcode problem hot fix //
    File path: tutor/templates/single/lesson/content.php
    line number: 130
    replace this line
    <?php echo wp_kses_post( str_replace( 'data-mce-style', 'style', get_the_content() ) ); ?>
    with
    <?php echo the_content(); ?>
    inspire1989

    (@inspire1989)

    Hi!
    I have the same problem as the others. Changing source code lines for every version is quite a bad experience for users of this plugin… I can only give you the hint that you should fix that with a future version or you will lose customers.
    Cheers!
    Martin

    Mauricio

    (@mauriciogarofalo)

    That’s what I hope cause it’s a good plugin.

    inspire1989

    (@inspire1989)

    absolutely! ??

    walldyney

    (@walldyney)

    Can anyone tell me if this has been resolved?

Viewing 15 replies - 1 through 15 (of 26 total)
  • The topic ‘Tutor LMS removing my Youtube embeds’ is closed to new replies.