Okay
  Public Ticket #2410562
WP GDPR checkbox remains hidden
Closed

Comments

  • webdes2 started the conversation

    We are using the well known WP GDPR wordpress plugin for GDPR validation. The plugin inserts GDPR consent checkboxes to the registration and checkout pages, but the checkboxes remain hidden.

    How can we fix this problem?

    <p class="form-row wpgdprc-checkbox form-group validate-required" id="wpgdprc_field" data-priority=""><span class="woocommerce-input-wrapper"><label class="checkbox hidden" >


  •  1,558
    Laborator replied

    Hi there,

    Add this CSS to Custom CSS to make the hidden checkboxes show:

    .checkbox.hidden {
        visibility: visible !important;
        display: block !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • webdes2 replied

    Thankyou, solution is working.

    Best Regards


  •  1,558
    Laborator replied

    Happy to hear thatsmile.png

    Have a great day!

    P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from me and Laborator in advance.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group