Bootstrap for Contact Form 7 creating empty alert boxes
-
With both Contact Form 7 and Bootstrap for Contact Form 7 active, a blank “alert” div appears where the [response] shortcode is added.
The Bootstrap for Contact Form 7 plugin apparently no longer distinguishes between different types of response, or when they are active or not.
Does anyone know how to fix this?
I’ve made a hackish CSS workaround but it would be great if a real fix were available! My workaround doesn’t distinguish between types of messages.
Here’s my workaround. Note that it uses the yellow color for all messages, even success:
.wpcf7-form .wpcf7-response-output.alert { color: #856404; background-color: #fff3cd; border-color: #ffeeba; } .wpcf7-form .wpcf7-response-output:empty { display: none; }
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘Bootstrap for Contact Form 7 creating empty alert boxes’ is closed to new replies.