lazysyntax
Member
Posted 1 year ago #
Im having trouble with my wordpress right now. i installed it several times. When i install it in my localhost it seems to be fine but when i check in other computer the template is not working.
here is the site that im referring to: http://chamberlainwebsolution.dyndns.org/
By the way im using UBUNTU 10.10
i also have problem with my FTP when installing new template.
Thanks and please help me.
AardvarkGirl
Member
Posted 1 year ago #
I'm going to ask the obvious... do you have WordPress installed on the server at the web address (link) you posted? Because when I go to that link and ad 'index.php' I get a Joomla site. :)
http://chamberlainwebsolution.dyndns.org/index.php
lazysyntax
Member
Posted 1 year ago #
its a wordpress. please do check it again.
you've got localhost in your general settings
change that to your dyndns address, localhost won't work because every computer thinks it's localhost..... so each computer tries to load your css from itself
thoughtpalettechris
Member
Posted 1 year ago #
Looks like your stylesheet(s) are not being implemented.
<link rel="stylesheet" type="text/css" media="all" href="http://localhost/wp-content/themes/twentyten/style.css" />
Line 7 of your code.
Make sure to update your links in your files when you go live.
thoughtpalettechris
Member
Posted 1 year ago #
ie
<link rel="stylesheet" type="text/css" media="all" href="rootfolder(ie.wordpress)/wp-content/themes/twentyten/style.css" />