Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • corinaw Friend
    #146432

    I have teline 1.3, and I cannot find the user tools (increase font) that is included in the demo megamenu in the upper right hand corner.

    http://www.joomlart.com/templates_demo.php?template=teline_iii

    It’s not in the template setting, and I don’t see it as an available mod.

    Thanks for any help

    micrantha Friend
    #325223

    Maybe this post puts you on the right track:

    http://www.joomlart.com/forums/topic/font-tool/

    Hope it helps.

    corinaw Friend
    #325233

    The code in that example is not it. The image paths are incorrect and the entire tool block displays (does not pop up only when hovered over).

    But- Thank you for pointing me in the right direction- I pulled this code from the demo, fixed the image paths and it works just like the teline example.

    <li class=”havechild mega item_fonttool”>
    <a class=”megaitem” href=”#”><span>Font</span></a>
    <div class=”childcontent”>
    <div class=”inner”>
    <strong style=”margin-right: 10px;”>Font tool: </strong>
    <ul class=”ja-usertools-font” style=”display: inline;”>
    <li class=””>
    <img id=”ja-tool-increase” style=”cursor: pointer;” title=”Increase font” src=”/templates/ja_teline_iii/images/user-increase.gif” alt=”Increase font” onclick=”switchFontSize(‘ja_teline_iii_ja_font’,’inc’); return false;”/>
    </li>
    <li class=””>
    <img id=”ja-tool-reset” style=”cursor: pointer;” title=”Default font” src=”/templates/ja_teline_iii/images/user-reset.gif” alt=”Default font” onclick=”switchFontSize(‘ja_teline_iii_ja_font’,3); return false;”/>
    </li>
    <li class=””>
    <img id=”ja-tool-decrease” style=”cursor: pointer;” title=”Decrease font” src=”/templates/ja_teline_iii/images/user-decrease.gif” alt=”Decrease font” onclick=”switchFontSize(‘ja_teline_iii_ja_font’,’dec’); return false;”/>
    </li>
    </ul>
    </div>
    </div>
    </li>

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

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

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