• Hi,

    I am having an issue since 2.0.26 – I have tried all the latest versions up to 2.0.29 – the Easy TOC breaks my Learndash topics.
    This is the error I get: https://capture.dropbox.com/qZkpraGgUgKHZaGU

    This is in Learndash focus mode. The TOC is set as an Elementor template https://capture.dropbox.com/fsVnfFBvjgrN5CXO using the shortcode and the template is inserted with a snippet

    add_action(
        'learndash-topic-content-tab-listing-before',
        function( $post_id, $course_id, $user_id ) {
            // May add any custom logic using $post_id, $course_id, $user_id
            echo apply_shortcodes( '[elementor-template id="77794"]' );
            //echo '<div>...</div>';
        },
        10,
        3
    );
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘TOC not working in Learndash using Elementor’ is closed to new replies.