• Resolved Tyler

    (@tyleraldridge85)


    Site: TylerAldridge.com
    Theme: Hemingway

    WordPress Google Form Plugin.

    If you navigate here you will see I have an embedded Google Form with shortcode [wpgform id=’79’]. I have no idea why the radio buttons on the form are not showing. This is preventing the user from doing anything with the form. Why is it doing this?

    https://www.ads-software.com/plugins/wpgform/

    Note: the form works fine if I do an iframe embed. But the whole reason for using this plugin is so the form uses my site theme.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Tyler

    (@tyleraldridge85)

    Remove the following from CSS:

    input { -webkit-appearance: none; }
    
    input[type=search] {
       -moz-appearance:none;
        webkit-appearance:none;
    }
    Plugin Author Mike Walsh

    (@mpwalsh8)

    Been on the road for a few days, it looks like you have it figured out.

    Where did you have to remove the CSS from?

    Thread Starter Tyler

    (@tyleraldridge85)

    Style.css

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Theme? WordPress? Plugin? Please be specific. If there is something to change within my plugin I’d like to do so but I don’t believe there is as I don’t have a style.css file within the plugin.

    Thread Starter Tyler

    (@tyleraldridge85)

    No, your plugin is fine. It was the theme – Hemingway. Other people might have this problem though. I found the solution on a general html support site with a completely different WordPress theme that had the “input { -webkit-appearance: none; }” line in the style.css.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Radio buttons not displaying’ is closed to new replies.