Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • judemac Friend
    #139461

    Does anybody know the suffix’s for Olivine? I have hunted high and low but can’t find any info on them.

    Also the module positions are different to those on the guide –

    Logo – where’s this? L -H – A some I’ve found others not, clearer information would save an awful lot of time here.

    J

    Arvind Chauhan Moderator
    #297333

    Found one thread but its about suffixes in Ja purity. have a look at it and see if it helps.

    https://www.joomlart.com/forums/showthread.php?p=118133.

    Just to clear, which module positions have confused you? May be an insight into what you wish to achieve, may help in understanding the problem. In the mean time will install olivine on localhost to check the stuff.

    Arvind Chauhan Moderator
    #297336

    Here are some of the corrected module positions, compared them with localhost installation and the user guide at http://www.joomlart.com/images/stories/ja_olivine/ja_olivine_user_guide.png

    H (JA Slideshow – module position as per userguide) – Ja Slideshow – “topsl1” is the actual module position.
    N (newsflash) – Quotes of the day module – “topsl2” is the corrected module position.

    I am still confused about L (logo) A (main menu – top right) , what do you wish to modify at those places. They are not module positions as such. Their positions are defined in the template.css.

    judemac Friend
    #297347

    Thanks for taking the time to check this out.

    Logo: I would like to remove this completley. I fathomed out tops1 & 2 but according to the the user guide there are module positions called – Logo, Newsflash, Pathway……. as you mentioned Logo isn’t a module position, nor are the others, or at least I don’t seem to have them listed. I want to put my logo in topsl2.

    Is the green background a suffix? If so I thought it might be possible to use it for the menu headings, but no problem.

    I always print out the module positions and the userguides, but I’m getting really frustrated when they don’t tally.

    J

    Arvind Chauhan Moderator
    #297352

    To remove the logo completely and to float the main menu to the left side. you can do this

    In your template.css on line 764 under /* HEADER—————- */

    Change this block of code :
    [PHP]h1.logo a {
    width: 230px;
    height: 100px;
    display: block;
    background: url(../images/logo.gif) no-repeat;
    float: left;
    }[/PHP]

    [PHP]h1.logo a {
    width: 0px;
    height: 100px;
    display: block;
    background: none;
    float: left;
    }[/PHP]

    wermm Friend
    #300045

    Hi, the one in the demo uses _hilite

    nguyenhuu quang Friend
    #300048

    exxample: template.css (line 695)
    with surfix _hilite
    [PHP]div.module_hilite {
    background:transparent url(../images/box-hilite-br.gif) no-repeat scroll right bottom;
    color:#FFFFFF;
    }[/PHP]

    template.css (line 640)

    [PHP]div.module, div.module_menu, div.module_text, div.module_hilite, div.module_nopad {
    background:transparent url(../images/box-br.gif) no-repeat scroll right bottom;
    margin:0 0 20px;
    padding:0;
    width:100%;
    }[/PHP]

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

This topic contains 7 replies, has 4 voices, and was last updated by  nguyenhuu quang 15 years, 7 months ago.

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