• Resolved schwindt14

    (@schwindt14)


    I’m running WAMP and have downloaded a copy of my organization’s wordpress site to my local machine. I can login to the wp-admin and browse the site. So far so good.

    However, I noticed a few images in the header weren’t coming through, while all the other images on the site seem fine.

    Turns out these are the images from the “wp-content/themes/magneto/images” folder. This is a logo, a header background and a few buttons.

    Any ideas?

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

    did you check the src of the images with firebug or something like this? maybe the links are hardcoded or saved in the db as absolute links so that’s why they are not showing.

    Thread Starter schwindt14

    (@schwindt14)

    Turns out they were hardcoded in the template for the page.

    Is firebug a good tool to help me check for problems like this throughout the site?

    Well, firebug, chrome dev tools or anything like them would do the trick.
    Generally, when you open a browser, press f12 and you’ll get an inspector.

    Thread Starter schwindt14

    (@schwindt14)

    Great. Thank you beirdostudio.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images from theme folder not showing’ is closed to new replies.