Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #856563

    Hi,

    Even if I add Alt Text to an image, I can’t see it in the source code.

    Please advise,

    Tnx.

    #856786

    Hey 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,
    Rikard

    #856902
    This reply has been marked as private.
    #857306

    Hi,

    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,
    Rikard

    #857488
    This reply has been marked as private.
    #857505

    Hi,

    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,
    Nikko

    #857506
    This reply has been marked as private.
    #857510

    Hi,

    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,
    Nikko

    #857511
    This reply has been marked as private.
    #857986

    Hi,

    In the testimonials you need to fill in the Name, since the image uses the name as it’s alt text.

    Best regards,
    Nikko

    #858872

    Tnx, 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.png

    and there’s no alt for the image (even if I fill the tab title).

    Please advise,

    Tnx.

    #858970

    Hi,
    For images added in the tab section, fill in the alt field on the attachment page.
    2017-10-01_140659

    Best regards,
    Mike

    #859607

    Hi,

    I do have Alt-Text in all the images for the title of Tab Section.
    but no Alt in code.

    Please advise.

    Tnx.

    #860387

    Hi,

    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,
    Ismael

    #860507

    Thank 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.

    #861243

    Hi,

    That would be ideal but sometimes it’s not possible. Again, you can do the modification above or you can use javascript to create the alt/title if you don’t want to modify the shortcode file.

    Best regards,
    Ismael

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.