• Resolved Ellie87

    (@ellie87)


    Hi there, brief question I would like to put an image as a background of my website http://www.sicilysensations.com I mean instead of being white I would like to upload a picture (have the url) can someone help please I’ve installed plug in child but not very sure on how to use it. Thanks soo much

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi take a look here:
    https://wordpress.org/support/topic/background-image-not-working-7?replies=4

    Hope this helps

    p.s.
    when you put css in your child-theme style.css you don’t need to escape quotes and double quotes with \

    Thread Starter Ellie87

    (@ellie87)

    Hi there I’ve had a huge prob I’ve modified something in css header and now my website dosent open Parse error: syntax error, unexpected ‘<‘ in /web/htdocs/www.sicilysensations.com/home/wordpress/wp-content/themes/customizr/header.php on line 24 omg what to do?

    Why did you?
    1) Don’t panic!
    2) With ftp (or cpanel if you use it) remove the customizr theme.
    3) Go in your worpdress dashboard.
    4) Re-add the theme.

    5) Make a child theme and follow the link above 😉

    Thread Starter Ellie87

    (@ellie87)

    Thanksss u saved meee! all fixed. Were can I find a step by step I’m afraid to mess it up again. And since I’m here can I ask u why does Ceceppa plugin remove my logo with a simple writing?
    Thanks sorry to bother u! 🙂

    Hi step by step for? 😀
    Don’t know why ceceppa does it. I don’t even know what Ceceppa is 😀
    I’ll look into it as soon as I have a bit of time, sorry 😉

    Thread Starter Ellie87

    (@ellie87)

    Uhm a step by step to put a background image
    ceceppa is a plug in to make website multilingual, is the best I found yet.

    Ah ok,
    make a child-theme

    Then in its style.css put something like:

    body {
    background: url("http://i263.photobucket.com/albums/ii151/CUFF3R/Background1-7.png") no-repeat center center fixed;
    -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

    which is the same code of that link above..

    Thread Starter Ellie87

    (@ellie87)

    Hello again working on my website since a few days I LOVE UR THEME GREAT JOB!!I was wondering if I go pro will I loose it?
    By the way I have a question:
    1. Why does my background and logo immage jump and shake when using mobile device ? In particular windows mobile (with Ipad is fine)
    Thanks so much

    Hi Ellie87,
    no you’ll not lose it, for any pre sales question about customizr Pro, would you mind using this contact form. you’ll get an answer quickly.
    You can also check the Customizr Pro FAQ page.
    (this forum is about the Customizr free and as per the forum rules it has to stay focused on the free theme hosted on wp.org)
    Thanks for your understanding ! 😉

    question 1. (which regards Customizr 😀 )
    answer 1. (:P)
    Dunno, I have to look for a windows mobile phone .. thanks for reporting it!

    Thread Starter Ellie87

    (@ellie87)

    ok thanks, just wondering if there was some css code I could put in to make it more responsive on windows mobile device. Thanks

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Immage Background’ is closed to new replies.