-
AuthorPosts
-
June 5, 2008 at 2:45 pm #129342
how can I always display user tool ?
I’d like always display font size.Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 9, 2008 at 2:19 am #252603Hi
your joomla version ?June 9, 2008 at 8:03 am #252651joomla 1.13
http://www.parkiety.info.plSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 10, 2008 at 3:29 am #252820Seem i miss your question, can you say more detail ?
When i view your site,I seen that User tool still shows okieJune 11, 2008 at 12:33 pm #253050I would like the menu in top right corner (the one that allows to change the font) to be always visible and not appearing only when the cursor is over it
June 12, 2008 at 8:32 pm #253318Yes – I’d also like the text user tools to be visible.
June 14, 2008 at 12:18 pm #253543Is there any update on how to permanently expand the user tools box in JA Avian II? I’d really like this option too.
Thank You
ApricotSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 16, 2008 at 7:00 am #253840Hi all.
plz edit template_css.css
line 1348
From
#ja-usertools {
background:#CCCCCC none repeat scroll 0%;
border:1px solid #999999;
display:none;
float:right;
font-size:11px;
padding:0pt;
position:absolute;
top:100%;
}
to
#ja-usertools {
background:#CCCCCC none repeat scroll 0%;
border:1px solid #999999;
display:block;
float:right;
font-size:11px;
padding:0pt;
position:absolute;
top:100%;
}And template_css.css (line 1318)
#ja-usertoolswrap {template_css.css (line 1318)
background:transparent url(../images/arrow3.gif) no-repeat scroll 50% 5px;
display:block;
float:right;
height:20px;
margin-top:-10px;
position:relative;
width:15px;
z-index:99;
}
to
#ja-usertoolswrap {
background:transparent url(../images/arrow3.gif) no-repeat scroll 50% 5px;
display:block;
float:right;
height:20px;
margin-top:-10px;
position:relative;
width:15px;
z-index:99;
}June 16, 2008 at 6:26 pm #253971Thanks for taking the time to help.
i’ve found and edited the first bit.
But not sure what to change in the second section…the two bits you’ve pasted appear to be the same???And template_css.css (line 1318)
#ja-usertoolswrap {template_css.css (line 1318)
background:transparent url(../images/arrow3.gif) no-repeat scroll 50% 5px;
display:block;
float:right;
height:20px;
margin-top:-10px;
position:relative;
width:15px;
z-index:99;
}to
#ja-usertoolswrap {
background:transparent url(../images/arrow3.gif) no-repeat scroll 50% 5px;
display:block;
float:right;
height:20px;
margin-top:-10px;
position:relative;
width:15px;
z-index:99;
}
</blockquote>Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 17, 2008 at 6:56 am #254028Hi.
Have tried as you said ?
You will see different, user tool will stay at same line with menu at right topJune 18, 2008 at 10:51 pm #254499Thanks again for your time, however unfortunately my template isn’t exactly as you described above. So i need to know exactly what to change, as opposed to changing a whole section….
I’ve pasted the user tools section below. In my template it starts at line 1427#ja-usertoolswrap {
float: right;
margin-top: 12px;
width: 15px;
height: 20px;
display: block;
background: url(../images/arrow3.gif) no-repeat 50% 5px;
position: relative;
z-index: 99;
}#ja-usertoolswrap:hover, #ja-usertoolswrap.ja-toolswraphover {
background: url(../images/arrow4.gif) no-repeat 50% 5px;
}span.ja-sitetool {
margin: 0;
width: 15px;
height: 20px;
display: block;
cursor: pointer;
}#ja-usertoolswrap:hover #ja-usertools,
#ja-usertoolswrap.ja-toolswraphover #ja-usertools {
display: block;
top: 20px;
right: 0;
}#ja-usertools {
padding: 0;
float: right;
display: none;
background: #CCCCCC;
border: 1px solid #999999;
font-size: 11px;
position: absolute;
top: 100%;
}#ja-usertools ul {
float: left;
margin: 0;
padding: 4px 5px 2px;
}#ja-usertools li {
float: left;
display: block;
margin: 0;
padding: 0;
background: none;
line-height: normal;
}#ja-usertools img {
padding: 0 2px;June 29, 2008 at 3:23 pm #257009Hi i tried as you suggested and it doesn’t work well. It keeps the usertools box up permanently but its so far right that you have to scroll right to see it and i can’t find where to configure the location of it. Also as i only want to display the font size tools how would i make the grey box smaller?
Thanks for your help.
Apricot -
AuthorPosts
This topic contains 12 replies, has 4 voices, and was last updated by apricot 16 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum