How to disable translation of only part of an element?
-
Hello,
I’m solving a problem with disabling text translation. As I found on the plugin forum, just add the
notranslate
class to the element.However, I add the title and tagline of the site using a theme, so I have to add the class using code.
$("div.site-info-wrap").children().addClass("notranslate");
The problem is, what if I want to translate only part of the text? The content of the page can be edited as HTML, I could split the text there, but it doesn’t work for the header.
Please help.
Thank you
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to disable translation of only part of an element?’ is closed to new replies.