jeff@exitshoes.com
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Deferred js loading stops Captcha imageThanks. Your suggestion leads me to believe this is probably legacy theme related. I’ll have a look at updating the theme to handle enqueueing.
Forum: Plugins
In reply to: Plugin: All-in-One Event-Calendar language switching not workingI think the init hook is either setting a persistent state so it does not check again what the language is, or it may be a problem of when LANG is set – inside or outside the wp loop? I can’t really tell from the ai1ec code.
Forum: Plugins
In reply to: Plugin: All-in-One Event-Calendar language switching not workingUsing qtranslate to switch languages to chinese, I can see that ai1ec picks up the language change and adds this script to each page:
/* <![CDATA[ */
var ai1ec_event = {“language”:”zh”};
/* ]]> */How is that ai1ec_event script variable value initialized?
(WPLANG is still set to ”), so I know it’s not picking it up from there.Forum: Plugins
In reply to: Plugin: All-in-One Event-Calendar language switching not workingIt looks like load_texdomain function in class-ai1ec-app-controller.php is basically correct, but it’s not updating for the change in locale. Can you tell me where ai1ec initializes its locale, which php class file? I’m happy to look into it some more.