Xili Language and Artisteer Theme
-
Hi,
I am using an Artisteer Theme, version 4.2.
After installing the xili-language plugin, under properties – “current theme infos” the following messages appear:
Theme domain NOT defined
and
CAUTION: no load_theme_textdomain() in functions.php – review the content of file in the current theme or choose another canonical theme. See Wiki for more detailsArtisteer confirms that the themes are translation ready.
I checked the functions.php of the theme. It contains the following function:
…
define(‘THEME_LANGS_FOLDER’, ‘/languages’);
if (class_exists(‘xili_language’)) {
define(‘THEME_TEXTDOMAIN’, THEME_NS);
} else {
load_theme_textdomain(THEME_NS, TEMPLATEPATH . THEME_LANGS_FOLDER);
}Can somebody help me?
- The topic ‘Xili Language and Artisteer Theme’ is closed to new replies.