Plugin Author
Prisna
(@prisna)
Hello,
I see your footer has 2 text widgets. You should simply wrap the text you’d like to exclude like you just showed. For instance:
<span class="notranslate">Rent A Bikey Central Station</span>
And:
<span class="notranslate">Rent A Bikey Westerpark</span>
Alternatively, you could use another plugin for your text widgets, a plugin that allows you to define a CSS class, for instance:
https://wordpress.org/plugins/enhanced-text-widget/
Then in the CSS class field, you should enter:
notranslate
Let me know if you need further assistance.
the footer i fixed with this text widget. But the map i couldnt fix. I cant use the <span class etc> there.
I am not sure what code to use in my CSS; tried this for example: .wpgmza_infowindow_address {
text-style: notranslation;}
but that is not correct. what do i do wrong.
rentabikey.nl/location
Plugin Author
Prisna
(@prisna)
Hello,
I’m checking your site. Well done by excluding the company name.
As for the map, I assume you’re using a shortcode to render it on your location page. To exclude it, you should wrap the whole map within a HTML element with a CSS class named notranslate, you can do something like this:
<div class="notranslate">
[google-map]
</div>
Plugin Author
Prisna
(@prisna)
It’s been a week already, I’m marking this as resolved now.