Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAdam Carter
15,266 PointsImages won't appear in the theme.
I have added the header and footer html from the html-prototype from the wp-theme-development-stage-02 Project Files. I have placed those in the header.php and footer.php. However, the images for the social icons are not appearing in the footer on the Allison Grayce webpages. Also, I didn't notice any images for the icons in the project files.
Any help would be great!
2 Answers
Adam Carter
15,266 PointsI figured out why the social media icons in the footer would not appear. In the functions.php file the wp_enqueue_style file path for the ss-social was incorrect. I had it declared as '/css/webfonts/ss-social.style.css'. The correct path is '/css/webfonts/ss-social.css'.
Don Chedele
7,676 PointsHave you downloaded multiple Project Files for Stage 2?
Adam Carter
15,266 PointsAdam Carter
15,266 PointsOkay, I see why there are no social icon images. It is due to using these codes () in the anchor tags. Regardless, still no luck as to why none of the social icons appear except the last one (✉).
I did find a post on this issue in another forum but the issue was not resolved.