MrYann
Forum Replies Created
-
Forum: Plugins
In reply to: [Loco Translate] I do not see the saved translation on the siteHI,
I asked help from the author, but nothing yet.On my end, I worked using your advices. It helped. Tee Text Domain was indeed not set anywhere. I created it and it cleaned what we see in the plugin settings:
https://drive.google.com/file/d/0B9ZaVefcvhW3bG1BRDRzUkNrZ1E/edit?usp=sharing
Since the text domain created is “neosense”, I tried to rename the fr_FR.mo to neosense-fr_FR.mo. When I want to create a new language, loco see the the new file should begin by neosense. However, I still do not see any translation.
HEre is a code example of a string to be translated and displayed:
return str_replace('[…]', '<p><a href="'.get_permalink().'"><span>'.__( 'Read more', DPTPLNAME ).'</span></a></p>', $text); }
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
I entered debug code and I was able to validate that DPTPLNAME value is “neosense”.
Here is a sc of the translation menu. You can see the new neosense-fr_FR.mo file name and the fact that the String Read more is translated.:
https://drive.google.com/file/d/0B9ZaVefcvhW3ekg2VWlHZ2xkSXc/edit?usp=sharing
Do you see anything wrong in all of that?
Thanks.
Forum: Plugins
In reply to: [Loco Translate] I do not see the saved translation on the siteThanks for your help. It gives me different things to look after. I’ll contact the theme author to get some help also on that side to verify with your advices.
I made a screen capture of my loco packages page. As you can see, we see 2 set of fr_FR links. However, on server, There is only one.
https://drive.google.com/file/d/0B9ZaVefcvhW3T3dXNUYwclFRTUE/edit?usp=sharingThanks.
Forum: Fixing WordPress
In reply to: WordPress can't send mail for Forgot Password and new accountYes. I do not need to reset my password. I’m in testing phase with the client. I talked with them, but they limit themsleves to test a sendmail php script in the root of my wordpress to confirm that mail() is working.