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 2 years, 2 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.
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 .