i want to add the title attribute to the button block and cant find how to do it, or heo to tell its even possible.
i have a button block that output <a> tag, i want to be able to add a title attribute, to make it <a href=”#” title=”awesome”>
is there a way to do it in vanilla gutenberg?
i have latest wp (6.4.3) and i dont have the gutenberg plugin installed
]]>What am I doing wrong and what will work for this?
TIA
// Title Removal from WordPress image
add_filter( 'wp_get_attachment_image_attributes', 'remove_image_text');
function remove_image_text( $attr ) {
unset($attr['title']);
return $attr;
}
Themify Shoppe, WP v6.0.3
]]>I wanted to know if not having title attributes to images on my site would even be important or worth thinking about. After some Google searching, I found this article:
https://mrwweb.com/the-title-attribute-and-why-its-almost-useless/
Does anyone have any advice about title attributes on images and their significance?
]]>Currently working on a staging site!
I am currently in the process of taking off Thrive Architect and the Classic Editor to help with site speed. I am transitioning my site to solely relying on Gutenberg Editor and a Gutenberg block plugin (Kadence Blocks).
I haven’t been able to find title attributes after taking off the Classic Editor. I can only find the alt text of images now.
I wanted to know if not having title attributes to images on my site would even be important or worth thinking about. After some Google searching, I found this article:
https://mrwweb.com/the-title-attribute-and-why-its-almost-useless/
Does anyone have any advice about title attributes on images and their significance? Are the title attributes still showing on my images?
]]>The alt text and title are not translating over from Gutenberg Editor to Media Library.
In this screenshot, I demonstrate that in Gutenberg Editor the alt text is “paint by number tips and tricks” and the title attribute is “paint by number tips and tricks” while in the Media Library the alt text is blank and the title is incorrect with “paint-by-number-tips-and-tricks”.
This problem is not just happening to this image, but other images using the Gutenberg Editor. That’s why it is becoming an issue when I want to use an image from one blog post on another blog post because I have to use the Media Library.
I have contacted my host’s support and they said it had to do with Gutenberg not updating correctly on my site. I would really appreciate help since I’m not really techy and I’ve been trying to manage this problem for weeks now.
Thanks!
Tatiana
1. When I add any image via image widget and update page (Save) I see a title (on hover), that I don’t added. Seems it using page title or something like that.
I check also this behavior with classic WP editor and all is fine. Problem only with elementor.
How to fix that?
]]><button type=”button” class=”wahout aicon_link” accesskey=”z” aria-label=”Accessibility Helper sidebar” title=”Accessibility Helper sidebar”>
Alternative text
</button>
I turned on Remove All Link Titles in options but the plugin itself gives WAVE warnings (14) for having Link Titles, e.g.:
<button type=”button” class=”wah-action-button wahout wah-call-highlight-links” aria-label=”Highlight Links” title=”Highlight Links”>
Highlight Links
</button>
Also the plugin gives 1 ‘fatal error’ (Very low contrast error) for the ‘Accessibility by WAH” link
Thank you for any help you can provide. I tried looking at your official documentation link but it returned a 404.
]]>In my blogs, all images have the same value for alt text, title, desc and title attribute. However, each time when I upload an new image, I need to set them one by one manually. Is there a way to auto set all of these values in one time?
Thanks
]]>Thanks a lot and all the best
Matei