• Resolved antoniostarace

    (@antoniostarace)


    Hi there,
    it seems like there is a problem with labels. When hidden they are set as placeholders but still shows as normal labels, so I have labels and placeholders.

    I have to revert back to 1.4.9.1.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Josh Pollock

    (@shelob9)

    Before 1.5, when you clicked hide label, we outputted no label HTML markup for the field, which was very bad for accessibility. In 1.5.x we output the labels and use the screen-reader-text class to make the labels not display visually, but still be readable by screenreaders.

    The screen-reader-text class is included in caldera-forms-front.min.css If you are turning off Caldera Forms styles, and your theme is not accessible. Then this would result in what you are describing. You can solve this problem by adding the screen-reader-text class to your child theme.

    See: https://make.www.ads-software.com/themes/2015/01/26/supporting-screen-reader-text/

    Thread Starter antoniostarace

    (@antoniostarace)

    Thank you josh.

    Wow, That was so simple I should have checked myself. I solved easily with display:none as I don’t need accessibility.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hidden labels not hidden’ is closed to new replies.