Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    I took a look and it’s the link to the image url(“images/signupboxREV.jpg”) in your css. Because you’re going deeper and it’s not finding the image. In Firebug I changed it to this url(“/images/signupboxREV.jpg”) and it shows up fine. It’s telling the CSS to look in the root directory that way.

    DigitalSquid

    (@twelvefootsnowman)

    The widget is actually there, the reason you can’t see it is a problem with the link to the background image for it in your CSS.

    For the .signup selector, change this line:
    background-image: url(images/signupboxREV.jpg);

    To:
    background-image: url(/images/signupboxREV.jpg);

    Thread Starter Emily G

    (@genevish-graphics)

    Thanks guys – I will fix it now!!
    I appreciate you taking the time~
    Emily

    Jinx!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Missing Sidebar Widget on only ONE PAGE??’ is closed to new replies.