Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • christool Friend
    #166566

    Hello guys,
    I am using JAtellineIV on one of my websites with jommla 1.5.
    I would like to change the design and to put an images as backgroun. So i put that code on template.css :

    body#bd {
    color: #333;
    font-size: 12px; /* Base Font */
    line-height: 1.5;
    background-image:url(http://www.toolenduro.com/design/bg_image.jpg);
    background-repeat: no-repeat;
    background-position:center;
    background-color:#000000

    I did it in some other websites using other templates and it was ok, but it do not work withe tellineIV.

    Here is what i would like to have

    And here is what i get using that code :

    Please can anyone help me ? I suppose that the solution is simple, but i do not get it and there is 4 hours i am looking for how to do that.

    😉


    1. screen-1
    2. screen-2
    khoand Friend
    #402346

    Hi,
    Could you give me a link to your page as you said?

    christool Friend
    #402347

    Hello Kohand,
    Yes of course, here is the link : http://www.toolenduro.com

    😉

    khoand Friend
    #402350

    You replace this code from http://www.toolenduro.com/templates/ja_teline_iv/css/template.css in the line #23, #356

    body#bd {
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    background-image: url(http://www.toolenduro.com/design/bg_image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
    }

    with

    body#bd {
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    background-image: url(http://www.toolenduro.com/design/bg_image.jpg);
    }

    #ja-container {
    background: white;
    width: 1000 px;
    }

    with

    #ja-container {
    width: 1000 px;
    }

    christool Friend
    #402353

    It is ok.

    Thank you 😉

    powerfuldarkangel Friend
    #404547

    I have the same problem and followed the steps but it’s not working for me! :((
    I even undid everything and put it back to normal but its still doing the same thing….. My site is http://www.opinand2.com
    HELP PLS!!!! :((

    khoand Friend
    #404576

    Hi,
    You go to Template manager,choose JA TelineIV template, then change CSS Optomize fieds to NO, so I can check how and where to customize for you.Could you give me a snapshot with your annotation?

    mpiper Friend
    #410027

    I have the same prob too. i try the steps above but the background does not align in the center. See attach.

    Thanks

    Mixalis


    1. background_error
    mpiper Friend
    #410029

    <em>@mpiper 264446 wrote:</em><blockquote>I have the same prob too. i try the steps above but the background does not align in the center. See attach.

    Thanks

    Mixalis

    </blockquote>

    I fix it.

    i change this code on template.css in line 22

    [PHP]body#bd {
    background: #fff;
    color: #333;
    font-size: 12px; /* Base Font */
    line-height: 1.5;
    }[/PHP]

    to code

    [PHP]body#bd {
    background : url(http://www.yoursite.com/image_folder/your_image_background.jpg) no-repeat fixed center top #000000;
    color: #333;
    font-size: 12px; /* Base Font */
    line-height: 1.5;
    }[/PHP]

    akronsound Friend
    #410030

    <em>@mpiper 264446 wrote:</em><blockquote>I have the same prob too. i try the steps above but the background does not align in the center. See attach.

    Thanks

    Mixalis

    </blockquote>

    Same problem for my web site too. can you assist please?

    w w w .atladasmedia.co.uk/

    khoand Friend
    #410196

    Hi akronsound,
    Could you try mpiper’s way?

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

This topic contains 11 replies, has 5 voices, and was last updated by  khoand 12 years, 8 months ago.

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