-
AuthorPosts
-
dcross02 Friend
dcross02
- Join date:
- December 2010
- Posts:
- 55
- Downloads:
- 43
- Uploads:
- 10
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
December 28, 2012 at 5:03 pm #183484I would like to have to different background images — one for the left side of the page and one for the right. I know the original image is located in the template.css here:
body#bd { background: url(../images/body-bg.gif) repeat-x left top #252627 color: #6c6c6c }
Does anyone know how I could keep the original image and add a different one to the right side?
My temporary site is at http://www.demoflights.com . The image just needs to be flipped so the edge is black on the far right side too.
Thanks for any help!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 29, 2012 at 4:14 am #477844I’m not sure where you would like to add background on your site. But you can do that, see the screenshot structure html on your site
dcross02 Frienddcross02
- Join date:
- December 2010
- Posts:
- 55
- Downloads:
- 43
- Uploads:
- 10
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
December 29, 2012 at 3:25 pm #477885I understand that I can add backgrounds, but in this case, I need to add an additional image to the same area. See the attached graphic. I want the left side and the right side to use different images.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 2, 2013 at 7:21 am #478056You can add background on here
<blockquote>Open modules/mod_jaslideshow/assets/themes/ja_orisite/style.css file</blockquote>
from
#ja-slideshow {}
change to
#ja-slideshow {background:red;}
dcross02 Frienddcross02
- Join date:
- December 2010
- Posts:
- 55
- Downloads:
- 43
- Uploads:
- 10
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
January 4, 2013 at 4:12 pm #478459That only changes the area directly to the left and right of the slideshow. I’m not sure if you’re understanding what I’m trying to do. Attached is another screenshot.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 7, 2013 at 8:06 am #478668You could not change on image on right as same your screenshot but you can add new position on here by:
+ Login administrator=> template manager => layout => choose default layout and add <block name=”adv_right” type=”modules”>adv_right</block> => save
+ Open module manager => create custom html module (with image here) and adv_right postion and adv_rightclass suffix
+ Open templates/ja_orisite/template.css file
add new script
.moduletable.adv_right,
div.ja-moduletable.adv_right{
width: 200px !important;
height: 200px !important;
position: absolute !important;
right: -200px !important;
border: solid 1px blue !important;
top: 0px;
}AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum