-
AuthorPosts
-
vispeter Friend
vispeter
- Join date:
- November 2011
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 17, 2012 at 5:35 pm #176218I would like a large picture as background in Puresite, how can I do that ?
I would like the middle the same, only on the left and right
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 18, 2012 at 8:18 am #448841Hi vispeter,
Please open up file:
templatesja_puresitecsstemplate.css
Scroll down to approx line 23, you can see this css code:
body#bd {
background: url("../images/body-bg.jpg") repeat-x scroll left top #FAFBFC; <<<<you can change image here
color: #656667;
line-height: 1.6;
background-color: ADD_YOUR_DESIRED_COLOR_HERE;
}Regards.
vispeter Friendvispeter
- Join date:
- November 2011
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 18, 2012 at 11:34 am #448880When I do that I am getting attached file. I would like the content etc in white and on the left and right the background
vispeter Friendvispeter
- Join date:
- November 2011
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 18, 2012 at 1:01 pm #448892Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 18, 2012 at 2:37 pm #448903Hi,
So could you pm me a private message of url and if possible a temporary FTP account of site you’re working on? and some snapshots of what you want your site should be. I’ll help you to figure out.Regards.
vispeter Friendvispeter
- Join date:
- November 2011
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 19, 2012 at 10:07 am #449101Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 25, 2012 at 9:39 am #450090Hi there,
– First, you need copy your image background into this folder: templatesja_puresiteimages
– Then, open up this file: templatesja_puresitecsslayout.css
.wrap {
clear: both;
width: 100%;
background: url("../images/achtergrond.jpg"); <<< pls add this line
}.main {
background: none repeat scroll 0 0 white; <<< pls add this line
margin: 0 auto;
position: relative;
width: 980px;
}And let me know whether this helps or not.
Regards.
1 user says Thank You to Saguaros for this useful post
May 8, 2012 at 2:28 am #451936I am sorry. I don’t mean to jack your thread but I also interest in doing the same thing.
This is what happen after I edited the code as you suggest SaguarosHow can I delete out the those white line or space?
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 8, 2012 at 2:34 am #451937Hi there,
Send me your site’s URL, I’ll check this for you and also set Compress Css in template manager to No
May 8, 2012 at 9:23 am #451992my website is http://chadavegas.com/ both css and js are set to no.
Thank you
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 8, 2012 at 10:20 am #452008Hi ballbank,
In file: templates/ja_puresite/css/layout.cssAt approx line 45:
.main .main-inner1 {
margin: 0 20px 0; <<<< change to this
}In file:templates/ja_puresite/css/template.css
At approx line 822:
#ja-botsl1 {
background: url("../images/bg-body.gif") repeat scroll left top transparent;
border-top: 5px solid #656667 <<< remove this line
}Hope this helps.
1 user says Thank You to Saguaros for this useful post
May 19, 2012 at 10:56 pm #453824I think I nailed it. Thank you Saguaros. This is what I did. Just in case any body want to use a background.
It still need some more tweak but this will help you get started.in layout.css
add background: none repeat scroll 0 0 white; to .main {
change .main .main-inner1 {
margin: 0 20px 0;———————————————————————————————–
in template.css
change this line to body#bd { background: url(../images/tile2.jpg);}
———————————————————————————————-
This section is for slideshow lite. Pictures now show fully in color. I copied it from another post.modules/mod_jaslideshowlite/assets/mod_jaslideshowlite.css @ line 157
.ja-ss-desc {
color: white;
left: 0;
position: absolute;
top: 0;
height: 100%;
background: url(trans.png); < this is the offending little dingsbums (thingy). set this to none and you are good to go!!
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding: 20px;
}——————————————————————————————————–
Please correct it if I did something wrong. Also, please share your detail if you can customize it more 🙂pahutton Friendpahutton
- Join date:
- July 2011
- Posts:
- 8
- Downloads:
- 4
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
May 20, 2012 at 8:16 am #453841Hi
was reading up on your issue as am looking at doing the same with the background and had a look at the site (eurowellnesscard) and noticed you are using a slideshow of some description which looks great.
any chance of letting me know which is is you are using please?vispeter Friendvispeter
- Join date:
- November 2011
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
May 20, 2012 at 10:06 am #453845I am using JA Slideshow2 Module
May 20, 2012 at 7:13 pm #453905I took this white space out before but somehow I reverted it back. Now I can’t remember what I did.
Can you help me one more time. Thank youI already removed this
#ja-botsl1 {
background: url(“../images/bg-body.gif”) repeat scroll left top transparent;
border-top: 5px solid #656667 <<< remove this line
}
AuthorPostsThis topic contains 19 replies, has 6 voices, and was last updated by Saguaros 12 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum