Thank you so much for the amazing theme! It's really helped me get my updated portfolio together quickly.
One question: on my Portfolio landing page, Chrome keeps saying that my page is in Italian when it's in English. (I think it may be misinterpreting some of my client names?) This only happens on the Portfolio landing though, not any of the project detail pages. It's very strange.
I've read that I can insert a meta tag into the code so that Translate is turned off, but I'm not sure where to insert this or if it's even the appropriate solution. Could you help me out?
Hello there,
Thank you so much for the amazing theme! It's really helped me get my updated portfolio together quickly.
One question: on my Portfolio landing page, Chrome keeps saying that my page is in Italian when it's in English. (I think it may be misinterpreting some of my client names?) This only happens on the Portfolio landing though, not any of the project detail pages. It's very strange.
I've read that I can insert a meta tag into the code so that Translate is turned off, but I'm not sure where to insert this or if it's even the appropriate solution. Could you help me out?
This is the suggested code:
<meta charset="UTF-8">
<meta name="google" content="notranslate">
<meta http-equiv="Content-Language" content="en">
Thanks again,
Shannon
Hey Shannon!
You could try adding that in header.php via Appearance-> Editor Menu.
Cheers
ThemeNectar Support Team