• Hello, there is a problem with the styles related to the checkboxs. The style of this section is as follows:

    .wf-option-checkbox[type="checkbox"], .wf-option-checkbox[type="radio"], .wf-option-radio[type="checkbox"], .wf-option-radio[type="radio"] {
        position: absolute;
        left: -9999px;
    }

    But in right-to-left languages, clicking on these checkboxes shifts the focus to the checkbox and the page jumps horizontally. The style of this section needs to be changed.

    Style file:

    wordfence/css/main.1623076348.css

    Style line: 3388-3394

    Current style:

    .wf-option-checkbox[type="checkbox"], .wf-option-checkbox[type="radio"], .wf-option-radio[type="checkbox"], .wf-option-radio[type="radio"] {
        position: absolute;
        left: -9999px;
    }

    The correct style:

    .wf-option-checkbox[type="checkbox"], .wf-option-checkbox[type="radio"], .wf-option-radio[type="checkbox"], .wf-option-radio[type="radio"] {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • Thanks for reaching out.

    We’ve been working on translations for some time now but are not finished. Your issue has been added to our internal case (FB11137) for inclusion. Hopefully this can be added in the plugin soon.

    Tim

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with RTL language style file’ is closed to new replies.