-
AuthorPosts
-
September 8, 2008 at 7:12 pm #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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 9, 2008 at 4:53 am #269631Hi !
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>
3 users say Thank You to Sherlock for this useful post
brucetaylor Friendbrucetaylor
- Join date:
- May 2008
- Posts:
- 60
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 8
- Thanked:
- 2 times in 1 posts
September 9, 2008 at 4:25 pm #269777You will need the images for this, they are not included in Ja Edinite. I copied them from JA Dravity on the demo site … 😀
2 users say Thank You to brucetaylor for this useful post
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 10, 2008 at 9:26 am #269910Oh brucetaylor !
thanks you !September 13, 2008 at 10:41 pm #270354Thank you. the code worked great for me.:D
January 6, 2009 at 6:27 pm #284955Hello. 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 Friendtricky177
- Join date:
- January 2009
- Posts:
- 5
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
February 3, 2009 at 11:12 am #289375To 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…1 user says Thank You to tricky177 for this useful post
-
AuthorPosts
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