Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong location for stylesheets called in header.php? #6

Open
viktorphoenix opened this issue Feb 18, 2011 · 3 comments
Open

Wrong location for stylesheets called in header.php? #6

viktorphoenix opened this issue Feb 18, 2011 · 3 comments

Comments

@viktorphoenix
Copy link

After making a few changes to the stylesheet and noticing they weren't being applied, I saw that the stylesheet being called in the header wasn't the one that Wordpress is using.

Should be:

@Jaktlund
Copy link

Solution:

Move the files in the html5-boilerplate folder into a subfolder and it will find the files.

@AndyHendy
Copy link

  1. Create a new folder on the same directory as "html5-boilerplate"
  2. Copy files in "html5-boilerplate" into the new folder
  3. Delete the "html5-boilerplate" folder
  4. Rename the new folder "html5-boilerplate"

That solved it for me.

@tjkelly
Copy link

tjkelly commented Sep 24, 2011

This problem occurs because of a conflict with the /theme-name-here/html5-boilerplate/.htaccess file.

The readme.markdown documentation tells us to paste the html5-boilerplate .htaccess content into the root-level .htaccess file. That's where it belongs.

What the docs don't say is that keeping a full copy of the .htaccess file inside the /theme-name-here/html5-boilerplate/ will cause access conflicts for files inside that directory.

Move, delete, rename, or empty that /theme-name-here/html5-boilerplate/.htaccess file and your problems should disappear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants