Background images

Support Forums White – HTML Template Background images

Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #4583
    Anna
    Participant

    Hi! 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?

    #4584
    CreaboxThemes
    Keymaster

    Hi Anna,

    can you send me your url to check the code?

    Regards

    #4587
    Anna
    Participant

    I 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

    #4588
    Anna
    Participant

    I 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

    #4590
    CreaboxThemes
    Keymaster

    Can you send me your url to check the code?

    #4591
    Anna
    Participant

    anna-henderson.com

    #4592
    CreaboxThemes
    Keymaster

    Hi,

    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 8 years, 10 months ago by CreaboxThemes.
    #4595
    Anna
    Participant

    I made the changes and the images still aren’t visible.

    #4596
    CreaboxThemes
    Keymaster

    Hi,

    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 8 years, 10 months ago by CreaboxThemes.
    #4599
    Anna
    Participant

    I 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!

    #4601
    CreaboxThemes
    Keymaster

    Hi,

    I have fixed it. Download it again.

    Regards

    #4602
    Anna
    Participant

    IT WORKS!!!!!!! Thank you sooooooooooo much!!!

    #4603
    CreaboxThemes
    Keymaster

    Your welcome. I will be pleased if you vote the theme from your downloads page. Thanks and regards

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.