Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • arsonic Friend
    #126101

    Hi, i was just wondering if theres anyway to use the body-bottom.jpg file that is in the template pack, cause i see the file… but i dont see it anywhere in .css or .html or .php… was it just a try that turn in a failure or there is a use for it.. cause i could really use a bottom file for the bottom background…

    let me know
    Thanks

    Khanh Le Moderator
    #240545

    It seems you could remove this file. 😮

    Hung Dinh Friend
    #240547

    The body-bottom.jpg image was first used as the balance with the body-bg.jpg but we decided not to use the bottom backgound.
    However, if you want to use, change the followings:

    1. In index.php file

    Change


    <div id="ja-containerwrap<?php echo $divid ?>">

    <div id="ja-container"

    to


    <div id="ja-containerwrap-outer<?php echo $divid ?>">

    <div id="ja-containerwrap<?php echo $divid ?>">

    <div id="ja-container">

    and

    <!-- END: FOOTER -->

    </div>
    </div>

    to

    <!-- END: FOOTER -->

    </div>
    </div>
    </div>

    2. In template_css.css

    Change from

    /* COLLAPSIBLE LAYOUT
    --------------------------------------------------------- */
    #ja-containerwrap, #ja-containerwrap-f, #ja-containerwrap-c {
    background: url(../images/body-bg.jpg) no-repeat top center;

    }

    .narrow #ja-containerwrap,
    .narrow #ja-containerwrap-f,
    .narrow #ja-containerwrap-c {
    background: url(../images/body-narrow-bg.jpg) no-repeat top center;
    }

    to

    /* COLLAPSIBLE LAYOUT
    --------------------------------------------------------- */
    #ja-containerwrap, #ja-containerwrap-f, #ja-containerwrap-c {
    background: url(../images/body-bg.jpg) no-repeat top center;

    }
    #ja-containerwrap-outer, #ja-containerwrap-outer-f, #ja-containerwrap-outer-c {
    background: url(../images/body-bottom.jpg) no-repeat scroll center bottom;

    }
    .narrow #ja-containerwrap,
    .narrow #ja-containerwrap-f,
    .narrow #ja-containerwrap-c {
    background: url(../images/body-narrow-bg.jpg) no-repeat top center;
    }

    arsonic Friend
    #241594

    Alright Thanks alot about your fast reply and solution.. i’ll post you what its look like as soon as im done 😛

    Thanks again

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

This topic contains 4 replies, has 3 voices, and was last updated by  arsonic 16 years, 6 months ago.

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