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 trial

WordPress

David Warren
David Warren
1,803 Points

Wordpress Plugin + Structural Help

Hey Guys (or Gals)! I needs some help. I've done some searching, but I think that maybe some of you might have some easy answers for me. I have two big questions.

My first question is this: Is it possible to lay interactive elements over my header? I want to use a large, banner-esque header, and then lay my menu buttons overtop. Right now I am using wordpress, with the woostore and woocanvas themes, and I haven't found any way of doing this. Any ideas?

Secondly, the website I am working on hosts a group video chat every week. The owner has been using other websites to do this, but I was hoping that we could integrate it into our own site (because we have been having some trouble with the other site.)

We need a way to host a group video chat in a wordpress site.

Thanks for the help!

Matt Campbell
Matt Campbell
9,767 Points

http://wordpress.org/plugins/avchat-3/

video chat covered maybe?

Is the header background going to be a static image or are you thinking more along the lines of an image slider?

Certainly no bother doing either, just position and style your nav bar as you would outside of WordPress. The CSS in WordPress is identical to outside WordPress, it's just getting to grips with the HTML that WordPress generates. Viewing source code and inspecting elements is your best friend there. Once you've identified the class or element you want to tweak, change the CSS directly in the theme. This is not recommended though as an update to the theme could overwrite it, so you'd need to copy your CSS and paste it back in after each update to themes.

Better, and proper way, is to use a child theme. Using a "custom" stylesheet and using the built in WordPress functions to take info from that and overwrite the parent themes CSS. Codex is your friend there.

Zac Gordon
Zac Gordon
Treehouse Guest Teacher

+1 to everything Matthew just said

2 Answers

Zac Gordon
STAFF
Zac Gordon
Treehouse Guest Teacher

If you haven't, you could look into http://www.justin.tv/ with embeds on the WP site

David Warren
David Warren
1,803 Points

Thank you everyone! This has been super helpful. You rock!