Andy Noyland
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Accessibility] Adding ALTOh and if the plugin is refusing to use the alt text rather than it actually being blank, it would be better if the inserted error message changed accordingly.
Forum: Plugins
In reply to: [WP Accessibility] Adding ALTWell I don’t know if people are using plugins that automatically populate the alt text with the title but in my case alt text is blank by default for uploaded media. In my opinion if I have populated the alt text field that is what should be used, regardless of anything else.
Forum: Plugins
In reply to: [WP Accessibility] Adding ALTWhich then makes no sense at all if you’re using descriptively named image files as when you upload them to the library the title is automatically exactly what you’d want/expect it to be.
Forum: Plugins
In reply to: [WP Accessibility] Adding ALTWhy not? The title is not inserted in the content.
Forum: Plugins
In reply to: [WP Accessibility] Adding ALTIt’s not the same as the filename. Both the title and alt text field are populated in the library with, “Test Example”
With WP Accessibility disabled this is inserted:
<img class=”alignnone size-full wp-image-6078″ src=”xxx/logos3.jpg” alt=”Test Example” width=”185″ height=”122″ />
With WP Accessibility enabled this is inserted (with the div and warning around it):
<img class=”alignnone size-full wp-image-6078″ src=”xxx/logos3.jpg” alt=”” width=”185″ height=”122″ />
Forum: Plugins
In reply to: [WP Accessibility] Adding ALTI have a similar issue. With WP Accessibility enabled, when I insert media (which has an alt tag in the library) the image is inserted with a blank alt tag and a warning.
However, if I disable WP Accessibility, the inserted image has an alt tag again?
WP 4.2.2 with a reasonable amount of other plugins, I don’t know if there’s some kind of conflict. We only noticed this recently.