where do i incert a title to resolve <frame> or <iframe> elements do not have a title - dummy-chat-

where do i incert a title to resolve <frame> or <iframe> elements do not have a title - dummy-chat-

Salot-Nickey
Shopify Partner
12 1 1
Screen reader users rely on frame titles to describe the contents of frames.
 
<frame> or <iframe> elements do not have a title
 
Failing Elements
 
body.warehouse--v4 > iframe#dummy-chat-button-iframe
<iframe id="dummy-chat-button-iframe" name="dummy-chat-button-iframe" src="about:blank" scrolling="no" style="position: fixed; bottom: 24px; border: none; z-index: 2147483647;" class="">
Replies 2 (2)

ZestardTech
Shopify Partner
6056 1082 1452

Hello there,

you can add a title attribute to the iframe element, providing a descriptive title that accurately represents the contents of the frame. For example:

<iframe id="dummy-chat-button-iframe" name="dummy-chat-button-iframe" src="about:blank" scrolling="no" style="position: fixed; bottom: 24px; border: none; z-index: 2147483647;" class="" title="Dummy Chat Button"></iframe>

In the above example, the title attribute has been added to the iframe element with the value "Dummy Chat Button", which describes the contents of the frame. This will ensure that screen reader users can understand the purpose of the frame when navigating through your website.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Salot-Nickey
Shopify Partner
12 1 1

IMG_1834.JPGThank You for the details and I should maybe have been a bit more clear in my question, sorry, my issue is  I cannot find it in the code editor to change it,  It`s the App in Shopify SALES Channel / Inbox, If I can find it I can change it, I think it must be changed on Shopify side?

 

Thank You