Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • josephine27 1 Friend
    #135438

    Hi again,
    Is it possible to put the color selector close to the font size selector ?
    How ?
    thx:((

    Sherlock Friend
    #280252

    Hi josephine27 !

    You can do it following some steps below :

    1.Open index.php file in templates/ja_larix folder, find following code section at about line 242:


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

    cut it and paste to top of following code section at about line 153 :


    <!-- paste here -->
    <?php if ($tmpTools->getParam(JA_TOOL_USER)) { ?>
    <div id="ja-usertools">
    <?php $tmpTools->genToolMenu($tmpTools->getParam(JA_TOOL_USER) & 3, 'png'); /*Color tool*/ ?>
    </div>
    <?php } ?>

    2. Open template.css file in templates/ja_larix/css folder, find following code section at about line 1263 :


    #ja-usercolors {
    float: left;
    padding: 10px 5px 4px;
    }

    change to :


    #ja-usercolors {
    font-size: 11px;
    position: absolute;
    top: 22px;
    right: 110px;
    }

    josephine27 1 Friend
    #280290

    😀 thx a lot 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  josephine27 1 15 years, 10 months ago.

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