Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1075571

    I use Formidable Forms. Since the last Enfold update, all of the check boxes had issues and I added the following code to the Formidable css and Enfold’s Quick css
    #top input[type=”checkbox”] {
    display: inline-block !important;
    }
    This solved the issue of the check boxes appearing as a tiny line to a normal check box. However, now when you fill out a form, the check inside the check box is not visible.

    I was told by formidable:
    “I found that line on a file called avia-merged-styles-3153472f915df5917fbf7b8de27b8edd.css, but as I am not familiar with your theme or set up, I cannot tell you which file has that line — as that file I mentioned is probably just a merged minified one.

    You could try adding this to the style on Formidable Forms:

    #top input[type=”checkbox”] {
    display: inline-block !important;
    }
    But I cannot guarantee that it will work.”
    This is the location of the form: http://www.fwhcsl.com/tournaments/register/

    #1076210

    Hey JPGlobal,

    I can’t see the problem you are describing on my end using Chrome, could you post a screenshot of what you are seeing on your end and in which browser you are seeing it in please?

    Best regards,
    Rikard

    #1076413

    Thanks for the follow up Rikard,
    24 hours after I changed the css as indicated, the problem resolved.
    Thank you,
    Jody

    #1076750

    Hi Jody,

    Great, I’m glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1077435

    Close topic please

    #1077537

    Hi,
    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Forms Checkboxes issue with latest update’ is closed to new replies.