Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • jarocho Friend
    #136463

    Hola:

    How changue JATools below of SEARCH ?

    Add image how need

    Thanls by you help


    1. JaTools
    Anonymous Moderator
    #283934

    Hi Jarocho,

    Please see my guide:

    + Open index.php file in templates/ja_uvite folder, at about line 93, find following script:

    [PHP]<!– BEGIN: USERTOOLS –>
    <div id=”ja-usertoolswrap”>
    <div id=”ja-usertools” class=”clearfix”>
    <?php $tmpTools->genToolMenu($tmpTools->getParam(‘usertool_font’), ‘gif’); ?>
    <?php $tmpTools->genToolMenu($tmpTools->getParam(‘usertool_color’), ‘gif’); ?>
    </div>
    </div>
    <!– END: USERTOOLS –>[/PHP]

    and change to:

    [PHP]<!– BEGIN: USERTOOLS –>
    <div id=”ja-usertoolswrap”>

    </div>
    <!– END: USERTOOLS –>[/PHP]

    – At about line 122, find following script:

    [PHP]<?php if ($this->countModules(‘user4’)) { ?>
    <div id=”ja-search”>
    <jdoc:include type=”modules” name=”user4″ style=”raw” />
    </div>
    <?php } ?>[/PHP]

    and change to:
    [PHP]<?php if ($this->countModules(‘user4’)) { ?>
    <div id=”ja-search”>
    <jdoc:include type=”modules” name=”user4″ style=”raw” />
    <div id=”ja-usertools” class=”clearfix”>
    <?php $tmpTools->genToolMenu($tmpTools->getParam(‘usertool_font’), ‘gif’); ?>
    <?php $tmpTools->genToolMenu($tmpTools->getParam(‘usertool_color’), ‘gif’); ?>
    </div>
    </div>
    <?php } ?>[/PHP]

    + Open template.css file in templates/ja_uvite/css folder, at about line 509, find script:

    #ja-usertools,
    #ja-mainnav,
    #ja-header,
    #ja-botsl,
    #ja-container,
    #ja-footer {
    width: 950px;
    margin: 0 auto;
    }

    and change to:

    #ja-mainnav,
    #ja-header,
    #ja-botsl,
    #ja-container,
    #ja-footer {
    width: 950px;
    margin: 0 auto;
    }

    – At about line 1167, find script:

    #ja-usertools {}

    and change to:

    #ja-usertools {
    padding-top:10px;
    }

    Hope it helps.

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

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 9 months ago.

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