Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Saguaros Moderator
    #1070136

    Hi,

    You can try this tweak to show the alt text with the title:

    • Go to file: root/templates/ja_healthcare/acm/features-intro/tmpl/style-1.php
    • At approx line 50:
      <img src="<?php echo $helper->get('data.img', $i) ?>" alt="" />

    change it to:

    <img src="<?php echo $helper->get('data.img', $i) ?>" alt="<?php echo $helper->get('data.title', $i) ?>" />

    Regards

    AHMED Friend
    #1070177

    It works well.
    Thanks a lot.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  AHMED 6 years, 6 months ago.

The topic ‘How to add alternative description on homepage images ?’ is closed to new replies.