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 trialJohn Locke
15,479 PointsPossible bug on the Treehouse Blog
I went to read Josh Long's post on the Treehouse Blog today, and noticed there is no place to put comments, and the comments link goes nowhere. Not sure if this is a bug with Disqus or not.
Also, something I've been noticing for a while: the Sharebar with the social sharing buttons, on my monitor is barely visible on the page (my monitor is only 1280px wide). I was able to resolve this by changing the following:
.entry-content {
width: 80%;
}
.dd_inner {
width: 1000px;
}
Although there is probably a much more elegant solution for this.
2 Answers
Alan Johnson
7,625 PointsThanks for reporting this, John! I'll make sure that Josh, our blog editor, sees it. I know that the comment issue is being worked on - we ran into a weird issue with Disqus.
Josh Long
10,673 PointsYes, we're in the final stages of getting this sorted out. Thanks John!