• I have some kind of problem on one of WP installations. I have default ON in settings but on site is OFF.
    How can I fix it.

Viewing 1 replies (of 1 total)
  • We had that issue and turned out to be an incompatibility between the site theme and the GDPR plugin.
    Also it wasn’t possible to change the checkbox status to ON.

    The site used: UniformJS checkboxes.
    We had to change the references of the inputs from
    Ex:
    if($(‘input[type=checkbox]’).length) {
    To:
    if($(‘.site input[type=checkbox]’).length) {

    • This reply was modified 6 years, 6 months ago by rcaetano.
Viewing 1 replies (of 1 total)
  • The topic ‘Bug: Default On but Off’ is closed to new replies.