• Resolved Nuwif

    (@nuwif)


    Terms and Conditions

    1. Email address is displayed in reverse order.
    2. When contact page is selected instead of providing email, the postal address is not displayed at all.
Viewing 1 replies (of 1 total)
  • Plugin Support Jarno Vos

    (@jarnovos)

    Hi @nuwif,

    #1. The e-mail address is reversed in the HTML of the page in order to prevent spam, but it sounds like the CSS to visually reverse it back to it’s original format is missing; so it keeps being displayed in reverse.

    You can add the below CSS (e.g. under Appearance -> Customize -> Additional CSS) to correct this.

    .cmplz-obfuscate {
        unicode-bidi: bidi-override;
        direction: rtl;
    }

    #2. If you’ve selected to refer to an existing contact page elsewhere on the site, it is indeed assumed that that contact page will contain those details instead.

    Kind regards, Jarno

Viewing 1 replies (of 1 total)

The topic ‘Bug: T&C email address displayed in reverse order’ is closed to new replies.