Title: Steeven's Replies | WordPress.org

---

# Steeven

  [  ](https://wordpress.org/support/users/steeven/)

 *   [Profile](https://wordpress.org/support/users/steeven/)
 *   [Topics Started](https://wordpress.org/support/users/steeven/topics/)
 *   [Replies Created](https://wordpress.org/support/users/steeven/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/steeven/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/steeven/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/steeven/engagements/)
 *   [Favorites](https://wordpress.org/support/users/steeven/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 34 total)

1 [2](https://wordpress.org/support/users/steeven/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/steeven/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/steeven/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[KaTeX] Katex does not render in incognito (not-logged-in) mode](https://wordpress.org/support/topic/katex-does-not-render-in-incognito-not-logged-in-mode/)
 *  Thread Starter [Steeven](https://wordpress.org/support/users/steeven/)
 * (@steeven)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/katex-does-not-render-in-incognito-not-logged-in-mode/#post-14196110)
 * Hi [@beskhue](https://wordpress.org/support/users/beskhue/), that sounds great.
   Thank you vey much.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack conflict with Elementor widget for BuddyBoss](https://wordpress.org/support/topic/jetpack-conflict-with-elementor-widget-for-buddyboss/)
 *  Thread Starter [Steeven](https://wordpress.org/support/users/steeven/)
 * (@steeven)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/jetpack-conflict-with-elementor-widget-for-buddyboss/#post-14014348)
 * Thank you Jen
 * I will contact Elementor about this issue and deactivate the image accelerator
   feature in the meantime. Thank you for the help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[KaTeX] Katex does not render in incognito (not-logged-in) mode](https://wordpress.org/support/topic/katex-does-not-render-in-incognito-not-logged-in-mode/)
 *  Thread Starter [Steeven](https://wordpress.org/support/users/steeven/)
 * (@steeven)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/katex-does-not-render-in-incognito-not-logged-in-mode/#post-13977063)
 * A follow-up with a fix – not the nicest fix, but usable.
 * It seems to be an issue with the table. Possibly the katex shortcodes are rendered
   before the table shortcodes. But only sometimes – refreshing repeatedly will 
   sometimes show rendered katex math, most mostly it doesn’t render.
 * If I place a katex shortcode on the page outside of the table, such as `[katex][/
   katex]`, then katex is rendered fine on the entire page, also inside the tables,
   every time. This fix is working. I will mark this issue as resolved when a support-
   agent has seen this so that you are aware of the issue.
    -  This reply was modified 5 years, 3 months ago by [Steeven](https://wordpress.org/support/users/steeven/).
    -  This reply was modified 5 years, 3 months ago by [Steeven](https://wordpress.org/support/users/steeven/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[KaTeX] \vec{s} not working](https://wordpress.org/support/topic/vecs-not-working/)
 *  Thread Starter [Steeven](https://wordpress.org/support/users/steeven/)
 * (@steeven)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/vecs-not-working/#post-13654093)
 * Thank you for the reply.
 * That’s a shame that Katex has not gotten their classnames made more specific.
   If you know of other issues apart from the `\vec` issue that I also should know
   about, then please let me know.
 * Thanks again and have a good week.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[KaTeX] Issue inside footnotes with TranslatePress](https://wordpress.org/support/topic/issue-inside-footnotes-with-translatepress/)
 *  Thread Starter [Steeven](https://wordpress.org/support/users/steeven/)
 * (@steeven)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/issue-inside-footnotes-with-translatepress/#post-13648175)
 * A follow-up after more testing:
 * It seems that the issue with math in footnotes on translated pages is ONLY happening
   when writing LETTERS and SYMBOLS (such as pi). Writing numbers seems to work 
   without issues. When I write the following snippet in a footnote:
 *     ```
       Here is some math.
   
       With katex shortcode writing a^2: [katex]a^2[/katex].
       With katex shortcode writing 3^2: [katex]3^2[/katex].
       With katex shortcode writing \pi^2: [katex]\pi^2[/katex].
   
       With latex shortcode writing a^2: [latex]a^2[/latex].
       With latex shortcode writing 3^2: [latex]3^2[/latex].
       With latex shortcode writing \pi^2: [latex]\pi^2[/latex].
   
       With Dollar-signs writing a^2: $a^2$.
       With Dollar-signs writing 3^2: $3^2$.
       With Dollar-signs writing \pi^2: $\pi^2$.
       ```
   
 * then the first, third, fourth and fifth lines show blanks instead of math. Only`[
   katex]a^2[/katex]`, `[katex]\pi^2[/katex]`, `[latex]a^2[/latex]` and `[latex]\
   pi^2[/latex]` don’t work, while `[katex]3^2[/katex]` and `[latex]3^2[/latex]`
   do work (as well as all three with Dollar signs due to the Simple MathJax plugin).
 * This encircles the issue a bit closer but doesn’t make the reason or solution
   any clearer to me. Any suggestions?
    -  This reply was modified 5 years, 6 months ago by [Steeven](https://wordpress.org/support/users/steeven/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[KaTeX] Can we use Dollar signs $…$ and $$…$$?](https://wordpress.org/support/topic/can-we-use-dollar-signs-and/)
 *  Thread Starter [Steeven](https://wordpress.org/support/users/steeven/)
 * (@steeven)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/can-we-use-dollar-signs-and/#post-13647443)
 * Thank you very much [@beskhue](https://wordpress.org/support/users/beskhue/) 
   for your informative answer.
 * I use a theme that allows for internal chat messaging among users, and it is 
   in these chat-fields that Dollar-signs are used by users to write math within
   their messages to each other (such as between tutors and students). Such Dollar-
   math works fine with Simple Mathjax, but that plugin in general has issues both
   with speed and heaviness and once in a while reliability, which is why I was 
   excited to find the Katex plugin.
 * I will have to think over how to allow for users’ input of math in their chat
   messaging.
 * Thanks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TranslatePress - Translate Multilingual sites with AI Translation] [trp_translate] shortcode doesn’t work](https://wordpress.org/support/topic/trp_translate-shortcode-doesnt-work-within-other-inline-shortcodes/)
 *  Thread Starter [Steeven](https://wordpress.org/support/users/steeven/)
 * (@steeven)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/trp_translate-shortcode-doesnt-work-within-other-inline-shortcodes/#post-13636611)
 * Also, it seems that the shortcode [trp_translate] does not work properly when
   translation are simultaneously done via the visual editor.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TranslatePress - Translate Multilingual sites with AI Translation] [trp_translate] shortcode doesn’t work](https://wordpress.org/support/topic/trp_translate-shortcode-doesnt-work-within-other-inline-shortcodes/)
 *  Thread Starter [Steeven](https://wordpress.org/support/users/steeven/)
 * (@steeven)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/trp_translate-shortcode-doesnt-work-within-other-inline-shortcodes/#post-13636463)
 * It seems that I mistook the arguments to the shortcode.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Footnotes] MathJax doesn’t work inside footnotes after latest update](https://wordpress.org/support/topic/mathjax-doesnt-work-inside-footnotes-after-latest-update/)
 *  Thread Starter [Steeven](https://wordpress.org/support/users/steeven/)
 * (@steeven)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/mathjax-doesnt-work-inside-footnotes-after-latest-update/#post-13422446)
 * [@yingling017](https://wordpress.org/support/users/yingling017/) Perfect, it 
   works just fine. Thank you very much, for your time and help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Footnotes] MathJax doesn’t work inside footnotes after latest update](https://wordpress.org/support/topic/mathjax-doesnt-work-inside-footnotes-after-latest-update/)
 *  Thread Starter [Steeven](https://wordpress.org/support/users/steeven/)
 * (@steeven)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/mathjax-doesnt-work-inside-footnotes-after-latest-update/#post-13408200)
 * Hi again [@yingling017](https://wordpress.org/support/users/yingling017/). After
   a talk with the Simple Mathjax support here: [https://wordpress.org/support/topic/mathjax-doesnt-work-in-footnotes-with-easy-footnotes-plugin/#post-13408150](https://wordpress.org/support/topic/mathjax-doesnt-work-in-footnotes-with-easy-footnotes-plugin/#post-13408150),
   I have gotten the issue solved.
 * It turns out that the issue stems from a delayed addition to the DOM by the Easy
   Footnotes plugin. Meaning, the DOM is changed (the footnotes’ contents are added)
   _after_ mathjax has been rendered on the page, which is automatically done once
   at page load.
 * As per the Simple Mathjax solution, I tried this code snippet:
 *     ```
       jQuery(‘body’).on(‘DOMNodeInserted’, ‘.qtip’, function(){
           MathJax.typesetPromise();
       });
       ```
   
 * which didn’t work. The `MathJax.typesetPromise()` function should be called when
   the `.qtip` element is created. But it seems that that `.qtip` element is already
   created at first page load, so that is not a fitting hook. Rather, the content
   to the footnotes might be added later and I haven’t found out which element they
   are added with, which I can catch with this code snippet.
 * Instead, I have solved the issue by simply running the mathjax rendering _one
   more time_ slightly delayed after page load with this snippet:
 *     ```
       jQuery(window).on('load',function() {
           setTimeout(function(){ 
               MathJax.typesetPromise();
           }, 2000);
       });
       ```
   
 * This works but is slightly cumbersome and prolongs the page-load time. If you
   can think of a better way to catch the added footnote content so that I can rerun
   the `MathJax.typesetPromise();`, then please let me know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Mathjax] MathJax doesn’t work in footnotes with Easy Footnotes plugin](https://wordpress.org/support/topic/mathjax-doesnt-work-in-footnotes-with-easy-footnotes-plugin/)
 *  Thread Starter [Steeven](https://wordpress.org/support/users/steeven/)
 * (@steeven)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/mathjax-doesnt-work-in-footnotes-with-easy-footnotes-plugin/#post-13408150)
 * I of course understand, and I thank you very much for you kind support, [@pkra](https://wordpress.org/support/users/pkra/).
   With a delayed repeated call, I have now gotten the issue solved. Thanks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Mathjax] MathJax doesn’t work in footnotes with Easy Footnotes plugin](https://wordpress.org/support/topic/mathjax-doesnt-work-in-footnotes-with-easy-footnotes-plugin/)
 *  Thread Starter [Steeven](https://wordpress.org/support/users/steeven/)
 * (@steeven)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/mathjax-doesnt-work-in-footnotes-with-easy-footnotes-plugin/#post-13400040)
 * Hi [@pkra](https://wordpress.org/support/users/pkra/) and thank you so much for
   your reply.
 * I had indeed made a custom function called `renderMath()` which starts the rendering
   of mathjax for a live preview window. I have now switched so this function doesn’t
   run `MathJax.Hub.Queue(["Typeset",MathJax.Hub]);` but instead `MathJax.typesetPromise()`,
   and this did indeed solve a similar issue with the preview window. Thank you 
   very much for that.
 * It still didn’t solve the issue with the footnote hover-boxes, though. Math still
   isn’t rendered here (and I have tried removing all custom javascript to see if
   I had caused the issue myself, but with no change). It seems that the content
   of these footnote boxes is added to the page _after_ the initial page-load rendering
   of mathjax has happened. Can you confirm this? Is this an issue I have to go 
   back to the footnote-plugin support for?
 * Best regards
    Steeven
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Footnotes] MathJax doesn’t work inside footnotes after latest update](https://wordpress.org/support/topic/mathjax-doesnt-work-inside-footnotes-after-latest-update/)
 *  Thread Starter [Steeven](https://wordpress.org/support/users/steeven/)
 * (@steeven)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/mathjax-doesnt-work-inside-footnotes-after-latest-update/#post-13396730)
 * Hi [@yingling017](https://wordpress.org/support/users/yingling017/). Thank you
   very much for quick reply. I will use the old version of the Simple Mathjax plugin
   and will ask their support about the change and a fix to it.
 * Thank you for your help.
    -  This reply was modified 5 years, 8 months ago by [Steeven](https://wordpress.org/support/users/steeven/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Profile Builder - Beautiful User Registration Forms, User Profiles & User Role Editor] Controlling redirection after logging in](https://wordpress.org/support/topic/controlling-redirection-after-logging-in/)
 *  Thread Starter [Steeven](https://wordpress.org/support/users/steeven/)
 * (@steeven)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/controlling-redirection-after-logging-in/#post-9468744)
 * Hi Georgian [@raster02](https://wordpress.org/support/users/raster02/)
 * Sorry about the late reply.
    Thanks for the answer. This solution is fine to 
   make redirection after logging **successfully** in. Thank you.
 * But when typing a **wrong** password, the user is redirected to another page.
   You can try it out here: [https://steeven.dk/register/](https://steeven.dk/register/)
   by typing in any username and wrong password.
 * This other page you arrive to on a failed login attempt is an old arrival page.
   The user should really not be redirected here but rather stay at the login page,
   preferably getting a message that the log in failed. Is there such a possibility
   in this plugin?
 * _(I have looked all over the settings to try to figure out, why the redirection
   happens to this specific url at a failed login attempt. I do not know where it
   is appearing in the settings or why this url is even known/remembered by the 
   site.)_
    -  This reply was modified 8 years, 8 months ago by [Steeven](https://wordpress.org/support/users/steeven/).
    -  This reply was modified 8 years, 8 months ago by [Steeven](https://wordpress.org/support/users/steeven/).
    -  This reply was modified 8 years, 8 months ago by [Steeven](https://wordpress.org/support/users/steeven/).
    -  This reply was modified 8 years, 8 months ago by [Steeven](https://wordpress.org/support/users/steeven/).
    -  This reply was modified 8 years, 8 months ago by [Steeven](https://wordpress.org/support/users/steeven/).
    -  This reply was modified 8 years, 8 months ago by [Steeven](https://wordpress.org/support/users/steeven/).
    -  This reply was modified 8 years, 8 months ago by [Steeven](https://wordpress.org/support/users/steeven/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JS Help Desk – AI-Powered Support & Ticketing System] Make admin see all tickets in front end](https://wordpress.org/support/topic/make-admin-see-all-tickets-in-front-end/)
 *  Thread Starter [Steeven](https://wordpress.org/support/users/steeven/)
 * (@steeven)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/make-admin-see-all-tickets-in-front-end/#post-9331128)
 * Hi Ahmad Bilal, thank you very much for you answer.

Viewing 15 replies - 1 through 15 (of 34 total)

1 [2](https://wordpress.org/support/users/steeven/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/steeven/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/steeven/replies/page/2/?output_format=md)