• Resolved diegoayuso

    (@diegoayuso)


    I don’t know why, the ticket list has a double check box. Is this a bug? An option? Can you fix it? Only happens on front end. When I’m on the WPdashboard it doesn’t show up.
    Here’s the screenshot.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Milind Ighe

    (@miliighe)

    Hello there,

    It is a theme conflicts. Which theme are you using?

    Thread Starter diegoayuso

    (@diegoayuso)

    ?? I’m using SINANTRA and SINATRA CORE.

    Plugin Support Milind Ighe

    (@miliighe)

    Hello there,

    Please add the below custom CSS code in your theme’s customize setting. For this, please go to Dashboard > Appearance > Themes > Customize > Additional CSS.

    .checkbox-container input[type=’checkbox’] {
    display: none !important;
    }
    .select2-container–default .select2-selection–single .select2-selection__arrow {
    height:26px !important;
    }
    .select2-container–default .select2-selection–single .select2-selection__rendered {
    line-height:28px !important;
    }

    Your suggestion works but attention to the quotation marks. I reposted the code below in code block so it can be safely copied.

    .checkbox-container input[type='checkbox'] {
        display: none !important;
    }
    .select2-container–default .select2-selection–single .select2-selection__arrow {
        height:26px !important;
    }
    .select2-container–default .select2-selection–single .select2-selection__rendered {
        line-height:28px !important;
    }
    • This reply was modified 2 years, 1 month ago by Chris.V.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Double checkbox on ticket list’ is closed to new replies.