Hi!
I have almost the same problem. Some pages of my website are appearing like old previous look, especially the sidebar and the footer… I didnt touch anything..
I solved this by putting the following in order not to translate anything:
<span class=”no_translate”>hola</span>
Thanks!
Hi,
I solved partially the problem with the following shortcode explained in the FAQ.
This is the same problem for those who want to translate manually a text in two languagues.
“Here is a small example for English being translated to Spanish.
Wrap the current text with the code:
[tp not_in=”es”]Hello, World[/tp]
Add the new text at the bottom wrapped in the following code:
[tp lang=”es” only=”y”]Hola, Mundo[/tp]”
So, I am trying to extend this shortocode to French as well.
Thanks!!