• Hello All,

    I’ve had a problem with the installation of my WordPress setup. I’m running WAMP on Windows XP and everything seemed to work, but when I do anything outside of localhost, images and CCS don’t appear to load.

    https://www.johnstonheavyindustries.com

    As you can see, click the image URL on the missing image and it’ll take you to the picture!

    I have no idea what’s going on and desperately ask for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • get rid of those nasty frames. they are wayyyyyyyy outdated. no need for them.

    how are you loading your stylesheet? you adding the full url?

    try replacing: <link rel="stylesheet" type="text/css" media="all" href="https://www.johnstonheavyindustries.com/wp-content/themes/twentyeleven/style.css" />

    with:

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />

    Thread Starter nmjohn

    (@nmjohn)

    Where would I go to change that? I’m using the default wordpress install right now until things work :).

    Thread Starter nmjohn

    (@nmjohn)

    In php header, it’s set up to do just what you have listed. So no go. Other suggestions?

    your site is down so i can’t really check.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images and CCS Not Loading’ is closed to new replies.