• Hi people,
    I found a compatibility problem with the multi-language wpml plugin.
    Your plugin is configured in English, the translated strings are in Croatian.
    If you look at the modal for the acceptance of cookies in the first option, the status on required is correctly set, if you look at the Croatian version the status is set to checked, with the related problem that users can disable such necessary plugins.

    I tried to delete the translation of the wpml string “required” and the functionality problem was solved but now I have the “required” string not translated.

    Can you help me solve this?

    thank you

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Angelo_De_Lorenzo

    (@angelo_de_lorenzo)

    my temporary solution:

    In the file wp-content/plugins/gdpr/public/partials/privacy-preferences-modal.php
    I emptied the <span> at line 85 and replacing it like this:

    <span class=”gdpr-always-active”>
    <?php if(ICL_LANGUAGE_CODE==’hr’): ?> Required
    <?php else : ?>
    Potreban
    <?php endif; ?> </span>

    I hope you solve… the static translation in the plugin file is not the best solution.

    Plugin Author Fernando Claussen

    (@fclaussen)

    This looks related to https://wordpress.org/support/topic/possible-polylang-bug/

    Can you check if my reply there fix it for you?

    Sorry for the delay. I just got back from vacation and I’m catching up on everything that happened for the past couple weeks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“required” status on others languages pages ( wpml ) show “checked” status.’ is closed to new replies.