Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • jbamarketing Friend
    #133113

    I wanted to know if Edinite template includes a text resizer (user tools).
    If not how would I be able to add one in the top section abouve the menu?
    Thanks in advance for your assistance.

    Sherlock Friend
    #269631

    Hi !
    You can do it following some steps below :
    1. Open template.css folder add following code section to this file :


    #ja-usertools {
    background:#000000 none repeat scroll 0 0;
    font-size:11px;
    height:20px;
    padding:0;
    position:absolute;
    right:0;
    top:9px;
    width:60px;
    }

    #ja-usertools ul {
    float: left;
    margin: 0;
    padding: 0;
    }

    #ja-usertools li {
    background: none;
    display: block;
    float: left;
    line-height: normal;
    margin: 0;
    padding: 0;
    }

    #ja-usertools img {
    padding: 0 2px;
    }

    2. Open index.php file in templates/ja_edenite folder , find following code section at about line 132 :


    <?php } ?>

    </div>
    <!-- END: HEADER -->

    change to :


    <?php } ?>

    </div>
    <!-- END: HEADER -->
    <div id="ja-usertools">
    <?php $tmpTools->genToolMenu($tmpTools->getParam(JA_TOOL_USER)); ?>
    </div>

    brucetaylor Friend
    #269777

    You will need the images for this, they are not included in Ja Edinite. I copied them from JA Dravity on the demo site … 😀

    Sherlock Friend
    #269910

    Oh brucetaylor !
    thanks you !

    jbamarketing Friend
    #270354

    Thank you. the code worked great for me.:D

    jllamb Friend
    #284955

    Hello. I’m trying to do the same for JaNagya template, can this work for that? I added this code but can’t see any results but maybe I put it in the wrong place. Any help would be appreciated. THANKS !

    UPDATE: I managed to sort this out for the JaNagya template and placed it beside the search bar. The problem is it also inserted the option for width or narrowing screen tools, which I don’t want there. Any suggestions would be great.

    THANK YOU for the sample of the solution hainn84 on how to add the text resizer to Edenite!!

    Without it I wouldn’t have been able to add this to the JaNagya template.

    I still need assistance to help sort out the width and narrowing tools though.

    Thanks again hainn84!!

    tricky177 Friend
    #289375

    To anyone still having problems,
    The code that needs to be added to the template.css and index.php works fine but as brucetaylor said, you’ll need to get the images and use them in the Edenite template. Trouble is, Edenite calls the images from ja_edenite/images/default which doesn’t exist. Easy option is to create a folder with this name and put the three icons (user-increase.gif etc.) in it, then it will work fine. Well, that was my experience anyway:)
    Thanks to all above for the help…

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

This topic contains 7 replies, has 5 voices, and was last updated by  tricky177 15 years, 9 months ago.

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