test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Jorge Perez Friend
    #136857

    Hi all,
    I need to change the alt=”” for the User Tools images. for example

    When I roll the mouse over style.gif the tooltip reads ” style1 color “ I want to change to something else.

    Any body???
    Thanks
    BlueMan:confused:

    Sherlock Friend
    #285365

    Dear bluemancoder !

    Please open ja_templatetools.php file in templates/ja_erica folder, find following code section at about line 112 :


    <li><img style="cursor: pointer;" src="".$this->templateurl()."/images/".$ja_color_theme.( ($this->getParam(JA_TOOL_COLOR)==$ja_color_theme) ? "-hilite" : "" ).".".$imgext."" title="".$ja_color_theme." color" alt="".$ja_color_theme." color" id="ja-tool-".$ja_color_theme."color" onclick="switchTool('".$this->template."_".JA_TOOL_COLOR."','$ja_color_theme');return false;" /></li>

    you can change code for create alt and title for style tools image( red text) .

    Jorge Perez Friend
    #285819

    Thanks Hainn,

    I had mess with it before but it was breaking.
    For those who have limited knowledge of PHP to change alt you have to change .$ja_color_theme. leaving the two dots before and after.

    How ever that did not changed the tootip on firefox so here are the changes I made…

    [PHP]<li><img style=”cursor: pointer;” src=””.$this->templateurl().”/images/”.$ja_color_theme.( ($this->getParam(JA_TOOL_COLOR)==$ja_color_theme) ? “-hilite” : “” ).”.”.$imgext.”” title=””.Change.” Site Color” alt=””.$ja_color_theme.” color” id=”ja-tool-“.$ja_color_theme.”color” onclick=”switchTool(‘”.$this->template.”_”.JA_TOOL_COLOR.”‘,’$ja_color_theme’);return false;” /></li>[/PHP]

    I included the word “Change” in the Title and the word “Site” before the word “color” before the alt”” atribute.

    When visitors roll over the User Tools Color images it will read “Change Site Color” instead of “Style1 Color”

    Regards, Happy New Year!
    BlueMan;)

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

This topic contains 3 replies, has 2 voices, and was last updated by  Jorge Perez 15 years, 11 months ago.

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