It downloads, installs and seems at first to be configurable through settings... however, an unexpected behavior was observed: after adding two flags to the default set; Icelandic and Swedish, the flags appear above the Select Language pull down, but note immediately those two check boxes get cleared. This is a minor point.
The major point is nothing else works; that is, there is no translation - at all - regardless of clicking on a flag or using the select language pull down.
Searching completely through gtranslate.php for:
- Code: Select all
<form id="gtranslate" name="form1" method="post" action="<?php echo get_admin_url() . '/options-general.php?page=gtranslate_options' ?>">
comes up empty.
However, at line 261 we find this:
- Code: Select all
<form id="gtranslate" name="form1" method="post" action="<?php echo get_option('siteurl') . '/wp-admin/options-general.php?page=gtranslate_options' ?>">
Please advise.
Thanks.
Kelly