This topic has 53 replies, 5 voices, and was last updated 10 years ago by Anonymous.
Viewing 30 posts - 1 through 30 (of 54 total)
Hello,
How do I translate “advanced Testimonial Manager” for French?
On version 5
Thank you
Hi hostingnames,
please take a look into the documentation:
04 Localizing Script
We have localized the script by default with the english language using the poEdit translator. If you wish to have it translated all the strings to your language make sure you create a new translation file and place it in the locale/{YOUR -en_US- LANGUAGE}/LC_MESSAGES/messages.po
For example if you are using it for the spanish language then your directory for the localization should be something like locale/es_ES/LC_MESSAGES/message.po. If you are using it for the portugal then it should be like locale/pt_PT/LC_MESSAGES/messages.po.
After translation make sure you change the ;language in the functions.php file located in the include folder in last see below.
Replace the en_US with your language you have created and the folder names are case sensitive you need to make sure it is same as it is now with the uppercase.
// Set language
$advt_lang = “en_US”;
if( !empty( $advt_lang ) ) {
putenv(‘LC_ALL=$advt_lang’);
setlocale(LC_ALL, $advt_lang);
bindtextdomain(“messages”, “./locale”);
textdomain(“messages”);
}
If you have an issue with localization on your server then make sure your server has the gettext php extension installed and enabled. Check out with your php settings and if you are using the shared hosting you need to ask you host for how to enable the extension for the gettext. If you are familiar on enabling the gettext then find the below code in your php.ini file and remove the semicolon from the starting of the below line.
extension=php_gettext.dll
I hope it answer your question.
Best regards,
Norman
hi,
all right, no worries
a mistake here
[21-Jul-2016 11:32:49 p.m. UTC] PHP Notice: Undefined variable: citationextras in /home/avis/public_html/dev/randomreview.php on line 94
if ( ( $companyname ) && ( $companyname_enable == 'yes' ) ) {
echo '<span class="companyname" '.$citationextras.'>'.stripslashes( $companyname ). '</span>';
}
thank you very much
Add these 2 lines above the Company Website in randomreview.php file and see.
$citationcolor = $citation_color ? ' color:'.$citation_color. ';' : '';
$citationextras = ($citationcolor!=='') ? ' style="'.$citationcolor.'"':'';
Hello,
error
[22-Jul-2016 18:20:02 UTC] PHP Fatal error: Call to undefined function bindtextdomain() in
/include/function.php on line 83
thank you
Kindly provide ftp details so that we can check.
Hello,
with version 4.1.1 we have no problem
with version 5 we have problems
problem detected when you visit the page index.php and single.php why?
thank you
What is your php version? Tell me your php version.
It means you have not installed php extension for gettext support. Kindly please read the documentation and the settings.
http://stackoverflow.com/questions/28066131/php-versions-confusing-gettext-not-working-with-phpstorm
Hi,
Version de PHP 5.5.33
File_Gettext 0.4.2
with version 4.1.1 we have no problem
with version 5 we have problems
problem detected when you visit the page index.php and single.php why?
thank you
Wordpress 4.5.3 release and people updates. New bugs arises. Why?
New Software releases and for some people bugs and issues comes. Why?
Similarly Testimonial Manager releases 5.0 and the bugs appear. May be a php version and settings.
Is GetText Support enabled on your server?
the site works well
except that I have errors in my logs
yes GetText Support is enabled.
no problem with the page add new.php
problem detected when I visit the page index.php and single.php
Oh! glad to hear about that its working well.
Strange, it’s not showing any errors on my end, why it’s showing on your end?
yes why errors?
[26-Jul-2016 13:46:31 UTC] PHP Notice: Undefined variable: new_version in /home/dev/public_html/avis-client/include/function.php on line 26
[26-Jul-2016 13:46:34 UTC] PHP Notice: Undefined variable: new_version in /home/dev/public_html/avis-client/include/function.php on line 26
[26-Jul-2016 13:46:34 UTC] PHP Notice: Undefined variable: projdesc in /home/dev/public_html/avis-client/randomreview.php on line 41
[26-Jul-2016 13:46:36 UTC] PHP Notice: Undefined variable: new_version in /home/dev/public_html/avis-client/include/function.php on line 26
[26-Jul-2016 13:46:36 UTC] PHP Notice: Undefined variable: projdesc in /home/dev/public_html/avis-client/testimonials.php on line 63
[26-Jul-2016 13:46:36 UTC] PHP Notice: Undefined variable: rate_option in /home/dev/public_html/avis-client/testimonials.php on line 106
why my ‘add new.php “no detected error.
and on the page index.php and single.php
I see errors on logs
extension = php_gettext is active
Version de PHP 5.5.33
File_Gettext 0.4.2
I thank you very much test
new detected error
[26-Jul-2016 16:09:12 UTC] PHP Notice: Use of undefined constant His - assumed 'His' in /home/dev/public_html/avis-client/addnew.php on line 26
[26-Jul-2016 16:09:12 UTC] PHP Notice: Use of undefined constant His - assumed 'His' in /home/dev/public_html/avis-client/addnew.php on line 28
Kindly replace this file with addnew.php.
Hi, how are you
thank you again for the quick response
we have a problem on admin
When we issue a customer-reviews
the photo is deleted?
Yes, you can delete.
When we edit a customer review
photo she deleted all alone?
Je ne comprends pas votre anglais . Veuillez s’il vous plaît demander à vos questions dans le français ou votre langue préférée pour que je puisse le traduire via google translate et comprendre .
Je suis toujours vous dis de poser des questions en français ou dans votre langue.
When we éditton a customer review in administration
it removes the image?
Lorsque nous éditton un commentaire client dans l’administration
il supprime l’image?
Hello,
when editing the testimony.
administration
he delete the picture
Why
thank you
Hello,
when editing of the testimony,
client in administration
it does remove the client’s picture
Thank you
Follow this path testimonial/admin/update.php and replace the given file.
Hello,
nothing changed
always the same problem
he remove the image of the customer
thank you
on version 4.1.1
no problem
Once the customer reviews edit the picture is not deleted
the problem is the version 5
Viewing 30 posts - 1 through 30 (of 54 total)
You must be logged in to reply to this topic.