Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Dark Schneider Friend
    #129018

    Hello, when i set in the template options :
    Display template tool : All tools -> Everything Show.
    If i select anything else of the menu, nothing shows.
    I wish to shows only Font Size & Screen Type. Thank you !

    Sherlock Friend
    #250986

    Hi darsh !
    You open index.php file in templates/ja_genista folder , find section code :


    <?php if ($tmpTools->getParam(JA_TOOL_USER) & 4) { ?>
    <div id="ja-usercolorswrap">
    <div id="ja-usercolors" class="clearfix">
    <?php $tmpTools->genToolMenu($tmpTools->getParam(JA_TOOL_USER) & 7, 'png'); ?>
    <ul style="margin: 0; padding-left: 10px;">
    <li><a href="#Top" title="Go to top" style="text-decoration: none;"><img src="<?php echo $tmpTools->templateurl();?>/images/top.png" title="Goto top" alt="Goto top" /></a></li>
    </ul>
    </div></div>
    <?php } ?>

    change into :

    <?php //if ($tmpTools->getParam(JA_TOOL_USER) & 4) { ?>
    <div id="ja-usercolorswrap">
    <div id="ja-usercolors" class="clearfix">
    <?php $tmpTools->genToolMenu($tmpTools->getParam(JA_TOOL_USER) & 7, 'png'); ?>
    <ul style="margin: 0; padding-left: 10px;">
    <li><a href="#Top" title="Go to top" style="text-decoration: none;"><img src="<?php echo $tmpTools->templateurl();?>/images/top.png" title="Goto top" alt="Goto top" /></a></li>
    </ul>
    </div></div>
    <?php //} ?>

    then try to set again in admin !

    Dark Schneider Friend
    #251072

    Thank you !!! That worked !
    I think the template shoud be updated.
    Kind Regards!

    Sherlock Friend
    #251112

    Yes ! JA will early update it !

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

This topic contains 4 replies, has 2 voices, and was last updated by  Sherlock 16 years, 5 months ago.

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