-
AuthorPosts
-
September 25, 2017 at 4:21 pm #856563
Hi,
Even if I add Alt Text to an image, I can’t see it in the source code.
Please advise,
Tnx.
September 26, 2017 at 6:05 am #856786Hey alonarad,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardSeptember 26, 2017 at 1:01 pm #856902This reply has been marked as private.September 27, 2017 at 6:03 am #857306Hi,
Thanks for that, though I get a 403 forbidden error on the login page, what is required to be able to log in?
Best regards,
RikardSeptember 27, 2017 at 1:50 pm #857488This reply has been marked as private.September 27, 2017 at 2:35 pm #857505Hi,
I could not locate the page with the image you posted, so I created a test page (link in private content), and the image showed both alt and title attributes in the image.
Best regards,
NikkoSeptember 27, 2017 at 2:38 pm #857506This reply has been marked as private.September 27, 2017 at 2:48 pm #857510Hi,
I have checked it and the alt text was empty, I have copied the title text to the alt text, you should be able to see it now :)
Best regards,
NikkoSeptember 27, 2017 at 2:54 pm #857511This reply has been marked as private.September 28, 2017 at 12:24 pm #857986Hi,
In the testimonials you need to fill in the Name, since the image uses the name as it’s alt text.
Best regards,
NikkoOctober 1, 2017 at 9:47 am #858872Tnx, it works now (in the testimonials).
What about the images in the title of Tab Section.
In the home page, I used: Boom-Generation-MacBook.png
The theme uses: Boom-Generation-MacBook-180×104.pngand there’s no alt for the image (even if I fill the tab title).
Please advise,
Tnx.
October 1, 2017 at 8:09 pm #858970October 3, 2017 at 12:52 pm #859607Hi,
I do have Alt-Text in all the images for the title of Tab Section.
but no Alt in code.Please advise.
Tnx.
October 5, 2017 at 4:35 am #860387Hi,
I think title of the image inside the content is more important but if you really need the title in the tab section navigation, please edit the config-templatebuilder > avia-shortcodes > tab_sub_section.php file. Just look for this code around line 405:
avia_sc_tab_section::$tab_images[ avia_sc_tab_section::$tab ] = "<img class='av-tab-section-image' src='".$src[0]."' alt='' title='' />";
Retrieve the attachment’s “_wp_attachment_image_alt” post meta.
$alt = get_post_meta($atts['attachment'], '_wp_attachment_image_alt', true);
Best regards,
IsmaelOctober 5, 2017 at 10:16 am #860507Thank you.
In the current situation, to set alt for all images I need to use alt field in one place, title in testimonial, code to tabs, etc.
I think that it’s more logical, that the theme will get the alt of ALL images from the… alt filed of the image.
Maybe in the future version to come.Tnx anyway.
Alon.
October 7, 2017 at 3:14 am #861243 -
AuthorPosts
- You must be logged in to reply to this topic.