2015-11-28, 09:04:11
(2015-11-23, 19:57:40)aldebaran Wrote: I have a problem with the i18n Gallery plugin not converting the in-editor (% gallery %) tag syntax to actual js/html code.
Using latest Versions : GetSimple 3.3.7, i18n Gallery 2.2.1, i18n 3.2.9, with PHP – 5.4.16
Background : I am wanting to do a one page theme which is also multi-lang. For this I want to use the fn returnPageContent() in a loop. I would put this in a theme functions.php file .. along the lines of Carlos here.
(but just a function defn, then called from the template )
The problem is that some plugins like I18N Gallery need to know the full (raw) content before get_page_content() is called, namely in the header for get_header().
I have created a plugin to simplify this, see the I18N OnePage plugin and the Support Thread for more information.