Stop Product title from translating
-
Got this advise from GTranslate but that does not work
<script type="text/javascript"> var myNewTag = document.getElementsById("product_title"); for(var i = 0; i < myNewTag.length; i++) { if(myNewTag) { myNewTag[i].classList.add("notranslate"); } } </script> Please add this code in footer.php file before the </body> closing tag. This will prevent translation of #product_title ID.
Daley Blind is in french f.e.: Daley Aveugle
How should I make this work…
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Stop Product title from translating’ is closed to new replies.