• Resolved mikaeldoust

    (@mikaeldoust)


    Hi,

    Firstly, thank you for a great plugin!

    After the v6 update, I can’t seem to do any changes in the banner settings. As soon as I change something or choose “reset to default values”, it keeps jumping back to the old settings.

    Is there anything I can do to fix this?

    Thanks,

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Aert Hulsebos

    (@aahulsebos)

    Hi @mikaeldoust,

    First guess would be the upgrade script didn’t run correctly, maybe try again with our next release; https://github.com/Really-Simple-Plugins/complianz-gdpr

    You can download a .zip under the green button and install as you would any .zip file.

    This will be released officially tomorrow.

    If this didn’t help, let me know.

    regards Aert

    Plugin Author Aert Hulsebos

    (@aahulsebos)

    Hi @mikaeldoust,

    Question from my end, are you running PHP 8+?

    regards Aert

    Plugin Author Aert Hulsebos

    (@aahulsebos)

    Hi @mikaeldoust,

    Never mind, already solved.

    Will be updated soon, this was some leftover legacy code.

    regards Aert

    Thread Starter mikaeldoust

    (@mikaeldoust)

    Thank you for the quick reply @aahulsebos ,

    We’re running PHP 7.4.

    I tried installing the zip file but the same thing is happening. Not sure if it matters, but we’re using the Thesis 2.10.8 theme and used to have custom CSS for the banner which it jumps back to after each save:

    @media only screen and (max-width: 600px) {
    #cc-window a.cc-btn {
    text-decoration: none;
    max-width: 33%;
    min-width: 0 !important;
    display: inline-block;
    float: left;
    }
    #cc-window.cc-window .cc-compliance .cc-btn.cc-dismiss {
    color: #636363;
    background-color: #191e23;
    border-color: gray;
    margin-left: 2px !important;
    margin-right: 1px !important;
    }
    .cc-window.cc-floating {
    padding: 1em;
    }
    }
    .cc-window{padding: 1em;
    font-size: 13px;}

    Best regards,
    Mikael

    Thread Starter mikaeldoust

    (@mikaeldoust)

    Okay, perfect!

    Thank you,

    Plugin Author Aert Hulsebos

    (@aahulsebos)

    Hi @mikaeldoust,

    Please try some new CSS for the new HTML:

    @media only screen and (max-width: 600px) {
    .cmplz-cookiebanner .cmplz-buttons {
    text-decoration: none;
    max-width: 33%;
    min-width: 0 !important;
    display: inline-block;
    float: left;
    }
    .cmplz-btn .cmplz-deny {
    color: #636363;
    background-color: #191e23;
    border-color: gray;
    margin-left: 2px !important;
    margin-right: 1px !important;
    }
    .cmplz-cookiebanner {
    padding: 1em;
    font-size: 13px;
    }
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Benner settings keep going back to old settings’ is closed to new replies.