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

    (@aahulsebos)

    Hi @nklski,

    Not sure why, maybe caching as it seems you’re missing some CSS. You can add this to solve it;

    #cc-window.cc-window .cmplz-slider-checkbox .cmplz-slider:before, #cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-slider-checkbox .cmplz-slider:before, #cmplz-tcf-container.cmplz-tcf-container .cmplz-slider-checkbox .cmplz-slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }
    Thread Starter nklski

    (@nklski)

    @aahulsebos

    Unfortunately, the above code also doesn’t work. Disabling the cache plugin fixed the problem. Do you know what specific css files for Complianz I should exclude so that they won’t be optimized?

    Edit,

    Sorry for bothering you, I just exclude whole folder of the plugin, now it’s works properly 🙂

    • This reply was modified 5 years, 1 month ago by nklski.
    Plugin Author Aert

    (@aahulsebos)

    Hi @nklski,

    This will be; /plugins/complianz-gdpr/assets/css/cookieconsent.css

    regards Aert

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Slider switch issue’ is closed to new replies.