• I tried to translate Revista theme, and it has textdomain problems. Like below:

    Warning: The actual loaded translation content contains mixed textdomains and is not pure translateable within one textdomain.
    It seems, that there is code contained extracted out of other plugins, themes or widgets and used by copy & paste inside some source files.
    The affected unknown textdomains are: woothemes, tax-meta, nhp-opts, mythemeshop, framework, example, bbpress, bbPress Freshness Author

    So I check every files in my c-panel and the file’s content but I don’t see anything wrong.
    I also check it with wordpress translation .po and .mo file to see if the code is directing to the right target; wordpress’s translation is working perfectly, but Revista theme is not.
    I already have all my textdomain .po & .mo files name as : woothemes-en_US, tax-meta-en_US, nhp-opts-en_US, mythemeshop-en_US, framework-en_US, example-en_US, bbpress-en_US, bbPress Freshness Author-en_US
    With a original en_US.po & en_US.mo default file.

    (btw, en_US is not what I want to translate into, I was just making an example.)

    https://www.ads-software.com/plugins/codestyling-localization/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same problem with plugin I dont understand whats wrong.

    The messages error:
    Error: The actual loaded translation content does not match the textdomain: amad-distance-calculator
    Expect, that any text you translate will not occure as long as the textdomain is mismatching!
    This is a coding issue at the source files you try to translate, please contact the original Author and explain this mismatch.

    Warning: The actual loaded translation content contains mixed textdomains and is not pure translateable within one textdomain.
    It seems, that there is code contained extracted out of other plugins, themes or widgets and used by copy & paste inside some source files.
    The affected unknown textdomains are: amad_distancecal

    In PHP I call the translation with this code

    $my_translator_domain = amad_distancecal;
    $my_translator_is_setup = 0;
    function fabfunc_setup(){
    global $my_translator_domain, $my_translator_is_setup;
    if($my_translator_is_setup) {
    return;
    }
    load_plugin_textdomain($my_translator_domain,
    PLUGINDIR.’/’.dirname(plugin_basename(__FILE__)),
    dirname(plugin_basename(__FILE__)));
    }

    Can help us?

    Same problem for me as well. Please help!

    Same problem for my website . Need help please ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Revista theme, textdomain problems’ is closed to new replies.