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

    (@edo888)

    Hi,

    You can modify the js logic in /wp-content/plugins/greenshiftquery/libs/filterpanel/index.js to account for additional font tags. Currently the logic runs on font tag instead of the span tag, you can check if t.target is font and use parent element instead, before continuing:

    So let s = t.target should be something like let s = t.target.parentElement.parentElement, please consult a developer.

    Alternatively you can add notranslate class, so the font tags do not get added, however if will prevent translation of the filter elements, you will mostly be fine, since they are mostly in English, except “Alles”.

    You can also use our paid version, which doesn’t need to add font tags: https://gtranslate.io/#pricing

    Additional font tags are added for functional purposes and we cannot remove them.

    Thanks! ??

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.