starising
Forum Replies Created
-
In your earlier call for help, I provided a solution to the first fix – correct the path:
<link rel=”stylesheet” href=”http://fittedhawaii.com/updates/test/wp-content/themes/zoxengen/style.css” type=”text/css” media=”screen” />Change the path of all your 4 stylesheets to:
<link rel=”stylesheet” href=”http://fittedhawaii.com/updates/wp-content/themes/zoxengen/style.css” type=”text/css” media=”screen” />
<link rel=”stylesheet” href=”http://fittedhawaii.com/updates/wp-content/themes/zoxengen/fonts.php” type=”text/css” />
<link rel=”stylesheet” href=”http://fittedhawaii.com/updates/wp-content/themes/zoxengen/layout.css” type=”text/css” />
<link rel=”stylesheet” ref=”http://fittedhawaii.com/updates/wp-content/themes/zoxengen/jd.gallery.css” type=”text/css” />
by removing the test/You may not be able to do it at the admin area.
Download the header.php of theme folder /zoxengen/
Edit it at your hard disk and upload to your server.To add to your confusion, it may make more sense(later on) to change fonts.php to fonts.css both in the header.php and rename the file fonts.php to fonts.css .
Hope that helps.
Forum: Themes and Templates
In reply to: Urget, Please! A Few Questions On The HeaderHi fHawaii,
The 1st fix may be to correct the path of all your stylesheets.
The 4 stylesheets are pointing to http://fittedhawaii.com/updates/test/wp-content/themes/zoxengen/yourcssfiles.css
which didn’t exist.You may want to remove the /test/ from your header.php.
Forum: Themes and Templates
In reply to: 100% Width Footer on a site with a wrapperAt style.css, set width of #footer to 100%.
At footer.php, make sure the <div id=”footer”> </div> is the the last id before closing of the body.