Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pixelperfect Friend
    #197423

    Hi there,
    When arrow.png is inserted in the breadcrumbs it has an empty alt tag…

    <img src=”/templates/templatexxx/images/system/arrow.png” alt=”” />

    What php file is this code i? I would like to at least put the company name in the alt field since it is showing up as an error in the Raven reports I run for them.

    Thanks!

    Ninja Lead Moderator
    #533862

    Please follow my steps below

    + Create templates/ja_mendozite/html/mod_breadcrumbs folder

    + Copy plugins/system/jat3/jat3/base-themes/default/html/mod_breadcrumbs/default.php file and paste into templates/ja_mendozite/html/mod_breadcrumbs folder

    + Open templates/ja_mendozite/html/mod_breadcrumbs/default.php file

    Change

    <span class="breadcrumbs<?php echo $params->get('moduleclass_sfx'); ?> pathway">

    To

    $separator = "<img src="".JURI::base()."/templates/ja_mendozite/images/system/arrow.png""." alt="add_your_alt"/>";
    <span class="breadcrumbs<?php echo $params->get('moduleclass_sfx'); ?> pathway">

    Once done to clear cache from admin area

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

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

We moved to new unified forum. Please post all new support queries in our New Forum