Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • rudy201 Friend
    #129342

    how can I always display user tool ?
    I’d like always display font size.

    Sherlock Friend
    #252603

    Hi
    your joomla version ?

    rudy201 Friend
    #252651
    Sherlock Friend
    #252820

    Seem i miss your question, can you say more detail ?
    When i view your site,I seen that User tool still shows okie

    rudy201 Friend
    #253050

    I 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

    robsyke Friend
    #253318

    Yes – I’d also like the text user tools to be visible.

    apricot Friend
    #253543

    Is 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
    Apricot

    Sherlock Friend
    #253840

    Hi 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;
    }

    apricot Friend
    #253971

    Thanks 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 Friend
    #254028

    Hi.
    Have tried as you said ?
    You will see different, user tool will stay at same line with menu at right top

    apricot Friend
    #254499

    Thanks 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;

    apricot Friend
    #257009

    Hi 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

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

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