Support

Home Forums Event Espresso Premium Missing checkboxes on registration page

Missing checkboxes on registration page

Posted: September 17, 2013 at 6:58 am

Viewing 2 reply threads


Jesper Kahr Nielsen

    September 17, 2013 at 6:58 am

    Hi
    I have a test site were the checkboxes are missing:
    http://signogprint-dk-2014.mediamind.dk/tilmeld/

    maybe a conflict with my theme?


    Anonymous

      September 17, 2013 at 7:08 am

      Hi Jesper,

      The theme’s CSS contains:

      media="all"
      input, button {
      -webkit-appearance: none;
      border-radius: 0;
      }

      Line 1376. This hides all input buttons.

      Also to note, it appears the themes CSS is loaded twice within the page, you would need to contact the developer to fix this.


      Jesper Kahr Nielsen

        September 19, 2013 at 1:26 am

        Thank you for that! It was spot on.
        It was a bit hard to get a rule to work without messing up the theme. But here is the option a chose:

        <code>
        /* missing checkboxes when event espresso is on */ 
        .SINGLE_12, .SINGLE_11 {
            -webkit-appearance: checkbox;
            margin: 0.90em .2em .5em 0em;
        }
        
        .event_espresso_form_wrapper ul.event_form_field li, .event_espresso_form_wrapper .checkbox-lbl, .event_espresso_form_wrapper .radio-btn-lbl {
        width: 1%;
        }
        </code>
        Viewing 2 reply threads

        The support post ‘Missing checkboxes on registration page’ is closed to new replies.

        Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

        Event Espresso - Staging Server