test
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • ariebl Friend
    #191928

    how do I change T3 header be similar as JA Purity header

    TomC Moderator
    #511067

    Might be helpful if you could post some screenshot mockups of what it is you are wanting to accomplish – compared to what you have now.

    ariebl Friend
    #511068

    this is the old J1.5 http://haverim-net.co.il/
    and this is the new J3 T3 framework http://haverim-net.haverim-net.co.il/

    TomC Moderator
    #511163

    Not noticing much of a difference, to be honest

    What do you see as different between the two that you want to modify?

    ariebl Friend
    #511172

    thanks
    you right I have a mistake
    this is the orignal JA Purity II J1.5 http://haverim-net.co.il/
    and this is the new site Joomla 3 with T3 frame work http://haverim-net.haverim-net.co.il/ that I am trying arrange the header to be same as original
    Arie

    phong nam Friend
    #511237

    Hi Arie,

    I see that the header of T3 new site looks quite close to that of JA Purity ii template now. The search box module on the left side of header seems missing.

    You can create a module position at header block and display Search box (Custom HTML module) at new position. This tip can be of help to you: http://www.joomlart.com/forums/topic/how-to-create-new-module-position-updated/

    ariebl Friend
    #511727

    how do I stretch t3-header both sides as nav-bar and footer
    http://haverim-net.haverim-net.co.il/

    Scott Lavelle Friend
    #511762

    You will need to add a wrapper div to that part of the template. I wrote a quick guide about this – see the last two posts in this thread: http://www.joomlart.com/forums/topic/how-to-add-wrapper-like-in-t3v2/

    Scott Lavelle - Technical Resource Solutions, LLC
    Certified Joomla Administrator

    ariebl Friend
    #512467

    thank you slavelle, I fixed header width as you suggested and it is working
    no I want to know, please, how to insert the background image at the header as it is in the JA purity
    Arie

    phong nam Friend
    #512518

    Hi Arie,

    You can insert the background image into the header by openning /templates/ja_purity_ii/css/template.css file and replace:


    /* HEADER
    --------------------------------------------------------- */
    #ja-header { background: #333 position: relative; z-index: 10; }

    #ja-header .main {
    background: url(../images/header3.jpg) no-repeat right top #333
    height: 79px;
    padding: 0;
    }

    #ja-header .main .main-inner1{
    background: url(../images/header-mask.png) no-repeat right top;
    margin-left: 0px;
    margin-right: 0px;
    height: 100%;
    }

    with


    /* HEADER
    --------------------------------------------------------- */
    #ja-header {
    background: url(' background_image_path ') no-repeat;
    position: relative;
    z-index: 10; }

    #ja-header .main {
    background: none;
    height: 79px;
    padding: 0;
    }

    #ja-header .main .main-inner1{
    background: none;
    margin-left: 0px;
    margin-right: 0px;
    height: 100%;
    }

    Upload and change the background image path and clear JAT3 cache. . Remember to backup the file before editing.

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

This topic contains 10 replies, has 4 voices, and was last updated by  phong nam 11 years ago.

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