Wordpress issue

Karl12347

Suspended / Banned
Messages
513
Name
Karl
Edit My Images
Yes
So have a Windows server 2012 r2 box at home which i would like to Host a wordpress blog on.

I have watched a few videos and installed it with the Microsoft web PI

I have the site working and installed but I cannot work out for the life of me why i am not getting any images shown

http://www.infrablog.org.uk

This website address redirects all traffic to my dynamicdns address homeserver.dynamicdns.co.uk

The site loads but no pictures at all.

Can anyone help me out? Fairly new to wordpress.
Thanks
Karl
 
Have you deleted a theme? As it looks like a missing theme or something. If you have, try re installing the theme you deleted.
 
It looks as if your scripts and style sheets haven't been referenced correctly in the head of the document, for example if you put

http://www.infrablog.org.uk/wp-content/themes/twentyfourteen/style.css?ver=3.9.1

into browser the default page loads, but you should be seeing the style sheet, however, if you put

http://homeserver.dynamicdns.co.uk/wp-content/themes/twentyfourteen/style.css?ver=3.9.1

into the browser you can see the actual style sheet (which is what you would expect)

you could just use

/wp-content/themes/twentyfourteen/style.css?ver=3.9.1

as a reference to the site root for your scripts and style sheets and only use absolute paths when referring to external content i.e. your google fonts.
 
It looks as if your scripts and style sheets haven't been referenced correctly in the head of the document, for example if you put

http://www.infrablog.org.uk/wp-content/themes/twentyfourteen/style.css?ver=3.9.1

into browser the default page loads, but you should be seeing the style sheet, however, if you put

http://homeserver.dynamicdns.co.uk/wp-content/themes/twentyfourteen/style.css?ver=3.9.1

into the browser you can see the actual style sheet (which is what you would expect)

you could just use

/wp-content/themes/twentyfourteen/style.css?ver=3.9.1

as a reference to the site root for your scripts and style sheets and only use absolute paths when referring to external content i.e. your google fonts.


So which file do i edit to sort out the styles.css references? I dont seem to be able to get into the admin page anymore since changing the the siteurl and homepage url to http://www.infrablog.org.uk.
 
I'm afraid I can't answer that because I don't and have never used wordpress and I obviously don't know the structure of the site, but I can tell you that all associated files must be referenced to their correct location.

It seems that the domain is actually located homeserver.dynamicdns.co.uk and the infrablog url is just set up as a forwarder that points to this domain.

Based on what you have said if you can change the site url and homepage url back to homeserver.dynamicdns.co.uk (I assume that it what it was originally) then everything should work ok, including the forwarder.
 
Back
Top