Support › Forums › White – HTML Template › Background images
Tagged: images
- This topic has 12 replies, 2 voices, and was last updated 7 years, 11 months ago by
CreaboxThemes.
-
AuthorPosts
-
June 7, 2015 at 9:32 pm #4583
Anna
ParticipantHi! I am having a lot of trouble changing my background photos (homepage, author, testimonials, etc.). They show up perfectly until I place them on the server, then they disappear. Any tips/advice?
June 8, 2015 at 6:31 am #4584CreaboxThemes
KeymasterHi Anna,
can you send me your url to check the code?
Regards
June 8, 2015 at 2:24 pm #4587Anna
ParticipantI got the homepage background to work, but I am still having problems with the author image, testimonial image, and skills background.
Here is an example of the codes in css:
}
.aboutme .author-image-2{
padding-bottom: 100px;
background: url(‘../images/aboutme3.png’) top left no-repeat;
background-size: 55%;
position: relative;
}Is there anything in the index source code or js that I need to change along with the css?
Best,
Anna
June 8, 2015 at 2:28 pm #4588Anna
ParticipantI finally got the homepage background to work, but the other images are still not showing up.
Here is an example of the code:
}
.aboutme .author-image-2{
padding-bottom: 100px;
background: url(‘../images/aboutme3.png’) top left no-repeat;
background-size: 55%;
position: relative;
}Do I need to link the image to anything in the source code or js?
Best,
Anna
June 8, 2015 at 6:43 pm #4590CreaboxThemes
KeymasterCan you send me your url to check the code?
June 8, 2015 at 6:47 pm #4591Anna
Participantanna-henderson.com
June 8, 2015 at 8:08 pm #4592CreaboxThemes
KeymasterHi,
the image slider works fine because the files routes are correct. You have to use an relative route. For example, in your file style.css, in the line 677, you have typed the code wrong.
Your code is:background: url('file:///Volumes/My%20Passport%20for%20Mac/white_creative_resume_portfolio_1.3/theme/images/aboutme3.png') top left no-repeat;
And you have to use this one:
background: url('images/aboutme3.png') top left no-repeat;
You have make the same for all the images.
Regards
-
This reply was modified 7 years, 11 months ago by
CreaboxThemes.
June 8, 2015 at 9:41 pm #4595Anna
ParticipantI made the changes and the images still aren’t visible.
June 9, 2015 at 6:56 am #4596CreaboxThemes
KeymasterHi,
I have checked your code and I haven’t viewed any change. I have modified for you the files style.css and image_slider.js. There are errors in both. You can download them here:
Regards
-
This reply was modified 7 years, 11 months ago by
CreaboxThemes.
June 9, 2015 at 2:16 pm #4599Anna
ParticipantI downloaded the new style.css and image_slider.js files and replaced the old ones and the images in the about me section still aren’t loading and the images on the homepage have disappeared again… I don’t know what I am still doing wrong?
Sorry about all of this!
June 9, 2015 at 3:04 pm #4601CreaboxThemes
KeymasterHi,
I have fixed it. Download it again.
Regards
June 9, 2015 at 3:20 pm #4602Anna
ParticipantIT WORKS!!!!!!! Thank you sooooooooooo much!!!
June 9, 2015 at 3:50 pm #4603CreaboxThemes
KeymasterYour welcome. I will be pleased if you vote the theme from your downloads page. Thanks and regards
-
This reply was modified 7 years, 11 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.