Plugin Author
Prisna
(@prisna)
Hello,
yes, sure I can assist you.
You aren’t supposed to add HTML code in the site’s title, as it wouldn’t be interpreted as HTML code, but as text and it wouldn’t work as intended.
You should add the notranslate style class in those places where the site’s title is used. Most likely, you’ll have to edit the theme files.
The other option will be to place a script to add the notranslate style class dynamically, before the translator gets initialized. If you provide a link/URL I can send you the code, and how to use it.
Hi, many thanks…If you give me an email adress, I’ll send you the site link by mail. Many thanks!
Plugin Author
Prisna
(@prisna)
Sure, no problem. Please send a message using the following contact form:
https://www.prisna.net/contact-us/
I’ve just sent you a message. Let me know
many thanks!
Plugin Author
Prisna
(@prisna)
As said by email, here’s the solution to exclude the page’s title from translation. Other people might find it useful too.
In the plugin’s admin panel, go to:
Advanced > General > Javascript callbacks > On before load, copy & paste:
jQuery("title").addClass("notranslate");