• Resolved VGAS

    (@fotogo)


    This is how we render the icon correctly in HTML
    <i class=”pp-form-material-icons”>face</i>

    When the English flag is clicked, the icon becomes
    <i class=”pp-form-material-icons”><font style=”vertical-align: inherit;”><font style=”vertical-align: inherit;”>face</font></font>< /i>
    How to fix this please

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    In our free version double font tags are added to be able to go back to the original language. When writing CSS code you need to account that there can be font tags present.

    Since you have mentioned about icon, I think for your specific case you just need to add notranslate class, so it does not get translated: <i class="pp-form-material-icons notranslate">face</i>

    Thanks! 🙂

Viewing 1 replies (of 1 total)

The topic ‘Translate’ is closed to new replies.