advanpix
Forum Replies Created
-
Forum: Plugins
In reply to: [WP QuickLaTeX] Using “WP QuickLaTeX” formulas in Theme “WPLMS” questionsWP QuickLaTeX just replaces pieces of LaTeX code with URLs to images (PNG or SVG).
I believe this shouldn’t create any difficulties for AJAX themes.WP QuickLaTeX processes only pages of standard types – posts, pages, etc.
But, I suspect that the theme uses custom-defined, non-standard type of content to create quizzes. The easiest solution would be to include WP QuickLaTeX parser/filter to handle these specialized pages.This is only my guess, and developers of the theme are the most qualified to confirm this situation.
This task is of low priority, because this is just a warning.
PHP 7.* supports preg_replace() perfectly.Hi Sameer,
Thank you for reporting this issue. We will fix it in next versions of toolbox.
Plugin is not compatible with MT-6.9 methods.Forum: Plugins
In reply to: [WP QuickLaTeX] Cannot complie formulaI mark this thread as closed.
Forum: Plugins
In reply to: [WP QuickLaTeX] Cannot complie formulaDear Jinyeong,
QL provides advanced features compared to other plugins, and it requires connection to external server in order to have such functionality. Many hosting companies disable communication with external servers, and this is something independent from us.
In other words QL doesn’t “make problems” but rather hosting company does.
In any case, I am glad you solved the issue.
Forum: Plugins
In reply to: [WP QuickLaTeX] Cannot complie formulaThis IP is not blocked. I think this related to server configuration, since plugin has been working fine on thousands of websites for many years.
You can check PHP configuration of your server with phpinfo function:
https://mediatemple.net/community/products/dv/204643880/how-can-i-create-a-phpinfo.php-pageHave you installed any security-related plugins recently?
They might prevent connection to external server.Forum: Plugins
In reply to: [WP QuickLaTeX] Cannot complie formulaThe error message gives clear description of the issue and provides link for further information.
Most probably PHP settings on your server were changed recently to disable communication with external servers. This usually happens on cheap shared hosting plans.
Forum: Plugins
In reply to: [WP QuickLaTeX] Error with Quick LatexBoth environments: \begin{eqnarray} and \begin{align*} are supported by QuickLaTeX.
Overview can be found on plugin’s home page, or on its settings page in WordPress.Forum: Plugins
In reply to: [WP QuickLaTeX] Error with Quick LatexTry turn off the Photon feature in JetPack.
If this won’t help – then send us link to problematic page.
Forum: Plugins
In reply to: [WP QuickLaTeX] Reference equations in other pagesSorry, QuickLaTeX cannot do that automatically at the moment.
The only option is to add links manually, by hand. QuickLaTeX adds hyper-link anchor to every equation with number – so that you can insert links to it from other pages.
Forum: Plugins
In reply to: [WP QuickLaTeX] plugin pops HTTP resources to https siteThis setting is ON by default and for a good reasons: better speed, https, etc.
Forum: Plugins
In reply to: [WP QuickLaTeX] plugin pops HTTP resources to https siteTurn on the “Cache images locally” in QuickLaTeX -> System settings.
Then all images will be served from your server under https.Forum: Plugins
In reply to: [WP QuickLaTeX] \newcommand and \def not workingWrap equation code with [latex]...[/latex]. QuickLaTeX detects only standard LaTeX environments, not custom defined. The ‘\beq’ will work fine if placed between the [latex]...[/latex].
Rely on standards environments, if you do not want to use [latex]...[/latex].
Forum: Plugins
In reply to: [WP QuickLaTeX] \newcommand and \def not workingPlease provide complete code example you are using, with the tags ([preamble]…[/preamble]), etc, so that situation can be reproduced.
Forum: Plugins
In reply to: [WP QuickLaTeX] Latex codes not being formattedRate/review the plugin if you like it :).