• Resolved yesmaybe

    (@yesmaybe)


    Hi,

    I don’t use mailchimp myself but have added the function from this plugin to a website for a client. The signup form works both in a page and in a widget.

    However at the bottom of both forms there is a radio button but it doesn’t show when using hemingway css. I tested with twentytwelve theme and it works. So what css is being overlooked?

    <ul class="mc_list">
    <li><input type="radio" name="email_type" id="email_type_html" value="html" checked="checked"><label for="email_type_html" class="mc_email_type">HTML</label></li>
    <li><input type="radio" name="email_type" id="email_type_text" value="text"><label for="email_type_text" class="mc_email_type">Text</label></li>
    </ul>

    Preferred Format
    HTML
    Text

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi yesmaybe,

    Send me a link to the page in question, and I’ll take a look at it.

    Thread Starter yesmaybe

    (@yesmaybe)

    Hi Anders,

    The newsletter is here, and you can see it also on the sidebar widget.

    I have noticed that it doesn’t display radio buttons on chrome, but does work on on iPhone. They also display correctly on iexplore (but when checking on iexplore I see the header image doesn’t stretch wider than 1,920 px).

    Thanks for looking into this.
    Andy

    Theme Author Anders Norén

    (@anlino)

    Hi yesmaybe,

    I’ll add more extensive support for styling of input buttons in the next version of Hemingway. For now, you can enable the radio buttons by adding the following code below line 67 in style.css:

    input[type="radio"] { -webkit-appearance: normal; }

    Thread Starter yesmaybe

    (@yesmaybe)

    thanks.

    I had to comment out line 67 to make it work

    /*input { -webkit-appearance: none; }*/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘hemingway css radio buttons empty’ is closed to new replies.