• Howdy,

    I am having some problems with the 2.10 version, once it came out my platform stopped
    working properly. I have some audio lessons and the embedded code audio from WordPress and my MP3 player plugin are not working. The codes are just being shown instead of the audio toolbar. Some of these contents are copyrighted and I have to fix them as soon as possible.
    Previously, we were having problems with the embedded codes not getting read. Now, Tutor LMS is just showing our content links all over.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Parag Das

    (@parag44)

    Hi @rfd25

    I’m sorry to hear that. Please email support at themeum dot com. We will take a closer look at your issue.

    Thank you!
    Best Regards

    Likewise. Elementor-template shortcodes are displaying the code itself and not designed page.

    Dear @dtheres @rfd25

    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(); ?>
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Shortcodes and Embeds not working’ is closed to new replies.