derfuchs98
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Koji] Menu corrupted in small browser windowThe issue seems to be related to WP V5.4.2
Accessing the three bar menu from a post newly created under 5.4.2 show the same corruption. Older posts don’t.
Forum: Plugins
In reply to: [DCO Comment Attachment] Link ImageHi Denis, the simple lightbox looks nice, however, makes sense only if more than one image can be attached. Are you planning multiple attachments in the next release. I’ld really appreciate.
Thank yo
Forum: Plugins
In reply to: [KaTeX] Rendering issue with big bracketsThanks Thomas for your quick reply. We’ll have to wait for teh KaTex release. I really like the KaTex approach and the issue isn’t so bad at all.
PS: The CSS is required for the Koji theme only.
BTW, may be you can help me with one more problem: I use the custom CSS .katex-eq {font-size: 93%;} to match KaTex font size with the themes font. However, when KaTex is embedded in an accordion structure the font-size turns back to normal. Can you tell me how I can set the font size that it is going to be adjusted in all structures?
Forum: Plugins
In reply to: [DCO Comment Attachment] Link ImageHey Denis,
thank you very much for your plugin. Your work is highly appreciated.
I’d love to see the same feature as mentioned above.
Problem: I have occasionally many comments with images attached. When selecting higher resolution, my page is loading slowly, when selecting lower reolution the images are hard do read.
Solution: Allow to set a link to the full size image when klicking the thumbnail image.
User experience would definitely improve.
Thank you
Jürgen
- This reply was modified 6 years, 2 months ago by derfuchs98.
Forum: Themes and Templates
In reply to: [Koji] Using KaTeX in KojiAwesome, that’s it!!
Thank you so much! Really appreciate your support.
Forum: Plugins
In reply to: [KaTeX] “katex is not defined” only in custom post typeFamily first! Good luck!!
Forum: Plugins
In reply to: [KaTeX] “katex is not defined” only in custom post typeDear Thomas,
thank you very much for your Katex plugin. As a math teacher this is exactly what I was looking for.
Plugin works perfectly both in frontend and in backend. Only, as dhrrob mentioned, nginx drops tons of php errors:
2019/07/30 11:06:53 [error] 30288#30288: *8358 FastCGI sent in stderr: “PHP message: PHP Warning: Use of undefined constant KATEX__OPTION_DEFAULT_ENBABLE_LATEX_SHORTCODE – assumed ‘KATEX__OPTION_DEFAULT_ENBABLE_LATEX_SHORTCODE’ (this will throw an Error in a future version of PHP) in /var/www/blog/wp-content/plugins/katex/scripts/shortcode.php on line 24” while reading response header from upstream, client: 127.0.0.1, server: 127.0.0.1, request: “GET /blog/fus/wp-admin/edit-comments.php HTTP/1.0”, upstream: “fastcgi://unix:/var/run/php/php7.3-fpm.sock:”, host: “serverfox.mynetgear.com”
Seems to be a typo in shortcode.php. Replacing
KATEX__OPTION_DEFAULT_ENBABLE_LATEX_SHORTCODE with
KATEX__OPTION_DEFAULT_ENABLE_LATEX_SHORTCODEwill solve the issue.
The issue isn’t critical, however, would be nice to be fixed any time soon.
Thanks for your support
Jürgen