advanpix
Forum Replies Created
-
Forum: Plugins
In reply to: [WP QuickLaTeX] Latex codes not being formattedDisable “Photon” module in WordPress’s Jetpack plugin.
It adds junk to every image URL on the page.
Forum: Plugins
In reply to: [WP QuickLaTeX] Cannot connect to QuickLaTeX serverProbably you need to check your site for trojans. There is a good chance it was hacked and now been used for sending SPAM or other bad things.
There were a lot of attempts to hack the QL server from the IP – I have learnt a lot on hacking methods by just reading logs :).
I am not very experienced with this though….
Forum: Plugins
In reply to: [WP QuickLaTeX] Cannot connect to QuickLaTeX serverThere were many attempts to crack the QuickLaTeX server from this IP (malformed requests with sql injection code, etc.)
I unblocked the IP for now. Please try it now.
But will block it forever if I will see stuff like this once again.
Forum: Plugins
In reply to: [WP QuickLaTeX] Mobile Responsiveness and Image RescalingHi,
There are several issues I want to improve in QuickLaTeX. One of them is mobile-friendliness. I have been postponing this since it will require almost full re-write of the plugin. Not sure when I will get a continuous chunk of time to do so.
I welcome any practical contributions, technical proposals (how to do this and that) or even commits to the plugin.
Originally I am C++ developer and any technical help with web-programming is very welcome :).
Forum: Plugins
In reply to: [WP QuickLaTeX] Compatible for wordpress 4.5I am closing the duplicate….
Forum: Plugins
In reply to: [WP QuickLaTeX] Compatible for wordpress 4.5I use 4.5.1 on my personal website – QL works as usual.
Forum: Plugins
In reply to: [WP QuickLaTeX] No basic settings have effectUsing float for text alignment is wrong on so many levels and has nothing to do with LaTeX. Play with “Inspect” in Chrome – there you can turn on/off the styles from your theme.
Forum: Plugins
In reply to: [WP QuickLaTeX] No basic settings have effectDid you develop the theme yourself?
If you want to left-align the text in paragraph – use the “text-align: left;”.But not the “float: left” – it is reserved for different purposes.
Forum: Plugins
In reply to: [WP QuickLaTeX] No basic settings have effectAll paragraphs in your theme are set to have “float: left;” CSS style.
This leads to all the issues – alignment, size of equations, etc.In general, having this CSS style for every paragraph is very wrong.
Try using different theme.Forum: Plugins
In reply to: [WP QuickLaTeX] No basic settings have effectDifficult to guess, everything should work fine out-of-the-box.
How many (what) plugins you have installed? Try disabling all others except the QL and then turn them ON one by one – to see which one is causing this issues.
What version of PHP/Wordpress do you use?
What is your page URL?Forum: Plugins
In reply to: [WP QuickLaTeX] WP QuickLaTeX Show code and then outputInsert ! sign before formula to suppress its compilation and show as it is, e.g.
!$…$
![latex] ... [/latex]
etc.Forum: Plugins
In reply to: [WP QuickLaTeX] Using \label{} and \ref{} outside of equation numbering🙂 Thank you very much for your support. Great and supportive users is what keeps me working on QuickLaTeX.
Forum: Plugins
In reply to: [WP QuickLaTeX] Using \label{} and \ref{} outside of equation numberingGlad to help! If you like the plugin, please support it by leaving review or by donation ;).
Thank you,
Pavel.Forum: Plugins
In reply to: [WP QuickLaTeX] Does not work with WP 4.4.2I am closing the thread…
Forum: Plugins
In reply to: [WP QuickLaTeX] Using \label{} and \ref{} outside of equation numberingThe \ref should be used in text-mode, without enclosing $..$:. e.g. (\ref{…})