• Resolved littlehandscook

    (@littlehandscook)


    I am trying to make my theme for my wow blog work and I keep having something go wrong with different browsers. None of my browsers are showing the png behind my content. Only safari is showing my background image. Most have the fonts working but firefox isn’t showing h4’s font. I don’t know what to do. Can someone check my code out and tell me why my images aren’t showing on most browsers and why firefox won’t take my font for h4 but will take my others (which are the same file type and in the same folder)?

    ETA: The site is at http://www.understudyraider.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try using an absolute file paths for background imagtes:

    background-image: url("/wp-content/themes/understudyraider/images/images/bg.png");

    (Safari isn’t showing it either – likely cached on your computer)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Which background image are you referring to?
    This is not found: http://www.understudyraider.com/wp-content/themes/understudyraider/images/images/bg.png

    Thread Starter littlehandscook

    (@littlehandscook)

    This is the background image I was referring to.

    I just tried loading the image in firefox the way I have it linked there and it says the image has errors. I tried reloading the image and it’s still reading the same.

    And Andrew Nevins thanks for pointing out the double images folder direct for that image. Probably why none of the pages have it.

    ETA: I found the issue. I went to close out photoshop and tried to save my image when it gave me a bunch of image error mumbo jumbo and when I saved as using the same name and reuploaded the picture it started working. Thanks for the help and I guess I was right that most of my code shouldn’t have caused those issues.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image and font troubles’ is closed to new replies.