You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: