Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • josemanuelqm Friend
    #150108

    Hello , I’ve visited a site wich uses JA-Purity-II template with a personalized background image. (“Full” background I mean, embodying the whole page, always present, NOT background for the main content), How can I do it? I’ve been checking the options in the template but I guess that there is not such option for “non experts”. I guess that I should modify a css file, but I’m not an expert in php nor css . Some hint? Thanks in advance.

    Jose Manuel

    lamvt Friend
    #339041

    Hello Jose Manuel
    Could you more details
    What mean Full background, Could you mockup or Printscreent shot.
    Thanks

    josemanuelqm Friend
    #339051

    Hello lamvt, I mean something like this:

    http://www.pasionporvolar.com/

    Thanks

    lamvt Friend
    #339120

    This is fixed background, Could you send your live site,

    element.style {
    background-image:url("http://www.pasionporvolar.com/templates/ja_purity_ii/images/fondos/fondo_05.jpg");
    }
    body#bd {
    background-attachment:fixed;
    background-position:center top;
    background-repeat:no-repeat;

    leorikz Friend
    #340176

    <em>@lamvt 173089 wrote:</em><blockquote>This is fixed background, Could you send your live site,

    element.style {
    background-image:url("http://www.pasionporvolar.com/templates/ja_purity_ii/images/fondos/fondo_05.jpg");
    }
    body#bd {
    background-attachment:fixed;
    background-position:center top;
    background-repeat:no-repeat;

    </blockquote>

    can i ask where (what file) i need add this code?

    josemanuelqm Friend
    #340188

    Hello, I have the same question. I tried in template.css but it does not work. Cheers

    leorikz Friend
    #340223

    <em>@josemanuelqm 174371 wrote:</em><blockquote>Hello, I have the same question. I tried in template.css but it does not work. Cheers</blockquote>
    think that i get it
    file: template.css
    look line 879

    /* Центральный лист
    --------------------------------------------------------- */

    #ja-container {
    background: url(../images/.jpg) /* repeat-x top #ffffff; */
    position: relative;
    z-index: 5;
    border-bottom: 5px solid #ccc;

    and look here:
    (it’s module’s pictures just comment it for transparent

    /* Прозрачность модулей */
    div.ja-module, div.module { margin-bottom: 20px; position: relative; overflow: hidden; }

    .ja-box-br {
    background: transparent; /* no-repeat bottom right #000;*/
    }

    .ja-box-bl {
    background: transparent; /* url(../images/b-bl.gif) no-repeat bottom left; */
    }

    .ja-box-tr {
    background: transparent; /* url(../images/b-tr.gif) no-repeat top right; */
    }

    .ja-box-tl {
    background: transparent; /* url(../images/b-tl.gif) no-repeat top left; */
    padding: 0 15px 10px;
    }

    also i use mod_background that generate random bg

    yohanes1112 Friend
    #340230

    work well for me also, thanks

    josemanuelqm Friend
    #340252

    Now it also works for me . Thanks a lot to all of you. Cheers

    aceh Friend
    #391230

    Help! I’ve tried to replace the background picture, but I’m still guessing size.
    this is my background picture http://pikirdong.org/gambar/pages/background.jpg

    how do I look for a balanced background to the main menu?

    thanks

    ncvalkdude Friend
    #391518

    <em>@leorikz 174409 wrote:</em><blockquote>think that i get it
    file: template.css
    look line 879

    /* Центральный лист
    --------------------------------------------------------- */

    #ja-container {
    background: url(../images/.jpg) /* repeat-x top #ffffff; */
    position: relative;
    z-index: 5;
    border-bottom: 5px solid #ccc;

    and look here:
    (it’s module’s pictures just comment it for transparent

    /* Прозрачность модулей */
    div.ja-module, div.module { margin-bottom: 20px; position: relative; overflow: hidden; }

    .ja-box-br {
    background: transparent; /* no-repeat bottom right #000;*/
    }

    .ja-box-bl {
    background: transparent; /* url(../images/b-bl.gif) no-repeat bottom left; */
    }

    .ja-box-tr {
    background: transparent; /* url(../images/b-tr.gif) no-repeat top right; */
    }

    .ja-box-tl {
    background: transparent; /* url(../images/b-tl.gif) no-repeat top left; */
    padding: 0 15px 10px;
    }

    also i use mod_background that generate random bg</blockquote>

    Can you help me add a background image to the Joomla 1.6 JA_Rave template. It has to remain in the background on each page with the rest of the content on top. Editing similar code as per your directions has not worked for me.:((

    kshama_k Friend
    #393625

    just try it in css:

    body#bd {
    background: url(“background.jpg”) repeat scroll 0 0 transparent; /*give proper url path*/
    color: #333333;
    }
    template.css (line 22)

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

This topic contains 12 replies, has 7 voices, and was last updated by  kshama_k 12 years, 11 months ago.

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