• Hi, this plugin doesnot display the diagrams in the frontend of learndash posts, although you can preview the diagram in the backend editor. Please resolve this issue. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author neffff

    (@neffff)

    I’m not familiar with learndash — and it appears to be a paid plugin and unfortunately there is no way to test it. Is there any more information you can provide about testing/errors that you’re seeing? (I would try looking in the developer tools console (firefox/chrome)).

    • This reply was modified 1 year, 7 months ago by neffff. Reason: Added additional information about debugging
    Plugin Author neffff

    (@neffff)

    The kind people at Learndash granted me a license, but I don’t seem to be able to reproduce the error. Can you give me a set of steps to reproduce?

    FYI, I created a course and looked at the course in both the backend (gutenberg) and front-end(via currently enabled theme) and didn’t see the problem.

    Thread Starter arjunarjun

    (@arjunarjun)

    Hi, in my case with the learndash lesson posts, the diagram appears in the frontend only after using this code in the backend alongside your plugin use:

    <!-- wp:html -->
    <script type="module">
          import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@9/dist/mermaid.esm.min.mjs';
          mermaid.initialize({ startOnLoad: true });
        </script>
    <!-- /wp:html -->

    But, in the backend, the diagram appears without using this code .

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘doesn’t work with Learndash posts. Why?’ is closed to new replies.