Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ironfist Friend
    #158439

    Hi,

    just to clarify, I am not looking for help to put the bg_image in ja_events into the ja_community_plus template.

    This is my situation. I am using the ja_community_plus template and am wondering how I would go about to get the background to work the same way as in the ja_events template, I am talking about the body-bg with the balloons.

    I am using a top and bottom bg-image. I have given different containers and wrappers a bg-color to fill the space between the bg_top and bg_bottom images. But some times when modules are loaded they simply “cut off” the bottom of the bg_top. I guess what I am looking for is a solution that let me set a static height of the bg_top image but how the rest is solved I do not know.

    Even if my explanation is kinda crappy I´m fairly sure you understand what I´m getting at, if not just let me know and I will try to clarify.
    Perhaps I can copy the solution used in ja_events, if so please give me a couple of hints where I can find the useful code in ja_events.

    Phan Gam Friend
    #370797

    To change background for JA Community Plus with balloons as JA Event, you can do as follows
    1. Copy 2 image file noise.jpg and bg.jpg from ja_event/images to ja_community_plus/images
    2. Change css code in template.css under ja_community_plus/css folder to apply new style for community
    – Goto arround line 17 find this style for body#bd as

    body#bd { background: #0c0304; color: #8b8077; }
    Change code block to

    body#bd { background:url("../images/noise.jpg") repeat scroll 0 0 transparent;
    color: #8b8077; }

    And add code block below into this file

    #ja-wrapper { background: url(../images/bg.jpg) no-repeat top center; }
    After saving clear all cache data to get effect.
    Hope that helps

    body#bd

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

This topic contains 2 replies, has 2 voices, and was last updated by  Phan Gam 13 years, 10 months ago.

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