• Resolved mybdc

    (@mybdc)


    Hi,

    Thanks a lot for the awesome plugin. This is exactly what I am looking for.

    I can see the formula on the back end of my website but it does not appear on the front end. I tried with latex option and with both option and neither worked.

    Any help would be really appreciated.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author modalweb

    (@modalweb)

    Hi @mybdc, thanks for contact support. It may be your theme confliction issue or any other plugin confliction . Please activate any wordpress theme as like twentyseventeen and deactivate other plugins and check frontend. Reply if still not working.

    Thanks

    Plugin Author modalweb

    (@modalweb)

    Hi @mybdc, we hope your issue is resolved.

    Thread Starter mybdc

    (@mybdc)

    Thanks for following up. yes It was my theme. It is working perfectly.

    I have the same problem and I have to admit I don’t see how your plugin can convert the MathML code in the front. I opened the PHP file from your plugin and only see things related to TinyMCE. Your plugin doesn’t enqueue any styles/scripts on the front end. My stock Chrome doesn’t display MathML without an extension.

    I had to add this code to the header.php file of my theme:

    <script>window.MathJax = { MathML: { extensions: ["mml3.js", "content-mathml.js"]}};</script>
    <script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=MML_HTMLorMML"></script>

    What tristanleboss wrote works fine! Please add it to the plugin. ??

    YES! Thank you tristanleboss ?? your code works.
    And as like you, I don’t know how <math ~~> is rendered with this plugin.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Formula does not show in the fro’ is closed to new replies.