• ResolvedPlugin Contributor Aert Hulsebos

    (@aahulsebos)


    Hi Everyone,

    Before I begin, please start a new thread if you have any questions. I will keep this list updated until we’re done with specific support for this major update.

    Known issues
    We’re currently fixing some minor bugs found by our users. Thanks for reaching out!

    – The wandering Cookie Banner: The Cookie Banner seems to add 40px width for every save. We added an auto-width option to make sure the banner is showing correctly with respect to all the modular elements. This has caused the issue and is fixed here: https://github.com/Really-Simple-Plugins/complianz-gdpr/tree/auto-adjust-width-bug. Official release is soon.

    – Updating to PHP 8 in some cases can cause an upgrade script to throw an error or warning. Fixed. And will be released soon.

    F.A.Q
    The Cookie Banner has changed for most users. We simplified the code for performance and dropped dependencies, for example, jQuery. Some things might need attention.

    – We try to inherit styling from your theme to match the look automatically. Some themes made this process difficult by using overrides, making it look worse. We will update our CSS accordingly to handle these overrides.

    – Reset to default values under Cookie Banner settings to get the latest legal texts as well.

    – Custom CSS has changed because we dropped our legacy code. Please edit with this manual; https://complianz.io/update-manual-for-complianz-6-0/ under 3. Updating Custom CSS

    This list will be updated when necessary.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Update:

    All issues for the above “known issues” are fixed here; https://github.com/Really-Simple-Plugins/complianz-gdpr official release is tomorrow morning at the latest.

    Known issue: The button order on “View Preferences – Bottom Banner is reversed.
    F.A.Q: setting other legal documents to the cookie banner will be released soon.

    For most front-end issues we recommend each of these actions; Resetting to default values, saving the cookie banner and/or clearing cache.

    • This reply was modified 2 years, 10 months ago by Aert Hulsebos.
    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Update:

    The above issues are fixed as of January 13th.

    Known issue:: Statistics, in rare cases, might be renamed to an array;
    “a:2:{s:4:”text”;s:11:”Statistiken”;s:4:”show”;i:1;}”

    Please contact us if you’re experiencing this issue, so we can have a look.

    Manual fix: you can reset the banner with “Reset to default values” or rename the category to statistics and save.

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Update:

    The above should be fixed for updates. Requested by many, CSS for the banner font sizes:

    
    /* Cookie Message */
    .cmplz-cookiebanner .cmplz-message {
        font-size:13px;
    }
    /* Category Title */
    .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
    font-size: 13px;
    }
    /* Buttons */
    .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
        font-size: 13px;
    }
    /* Document Links */
    .cmplz-cookiebanner .cmplz-links .cmplz-link {
        font-size: 13px;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Complianz 6.0 F.A.Q & Known Issues’ is closed to new replies.