Viewing 1 replies (of 1 total)
  • Plugin Author webaware

    (@webaware)

    G’day Tanufka3000,

    Your theme is specifying -webkit-appearance: none for inputs and textareas. This means the checkboxes show up fine in Firefox and Internet Explorer, and are hidden on Chrome, Safari, Opera, phones, iPads, etc.

    You can override this by adding this CSS to your stylesheet:

    .ngg-gallery-thumbnail input[type="checkbox"] {
        -webkit-appearance: checkbox;
    }

    cheers,
    Ross

Viewing 1 replies (of 1 total)
  • The topic ‘No checkbox’ is closed to new replies.