I apologize in advance if this has been resolved but I believe I have the latest iteration of this plugin and this is still an issue for me.
I will try to explain as best as I can. I had some HTML that looked something like this:
<div class="col-md-12 text-center">
<p class="trn">
The text I want to translate goes here
</p>
</div>
The plugin wouldn't translate that text. But when I changed it to this:
<div class="col-md-12 text-center">
<p class="trn">The text I want to translate goes here</p>
</div>
It now works fine.
Is there a way to make it so both ways work and I won't have to reformat my HTML? Thanks! :)
I apologize in advance if this has been resolved but I believe I have the latest iteration of this plugin and this is still an issue for me.
I will try to explain as best as I can. I had some HTML that looked something like this:
The plugin wouldn't translate that text. But when I changed it to this:
It now works fine.
Is there a way to make it so both ways work and I won't have to reformat my HTML? Thanks! :)