Need to know how to quickly implement a theme using FireBug to Problem Solve WordPress Designs? This video tutorial should help you design much faster. While this video was specifically made for WordPress designs, its content extends past the realm of WP Theme building. The information and methods used in this video should improve web design implementation for any CMS or site for that matter. This video will not show you how to install any of these Firefox plugins, or how to use an FTP client. Those should be done prior to watching this video.
Before you get started, go over this list and make sure you have the following tools.
What You Need
- FireFox
- FireBug
- FTP Client (I use FireFTP in this demonstration, but FileZilla is another non-browser option)
- Text Editor (I use Notepad++ in this demonstration, but Mac users should try Coda)
- Remember to turn off all plugins that may minify or combine CSS (Caching plugins or WP Minify do this)
What You Will Learn in FireBug
- Understand How to turn on and off FireBug.
- Edit a site in a sandbox/mask oriented way.
- Right Click to Inspect Element.
- FireBug Workflow and arrangements.
- Left click on element to view associated styles.
- Find the document name and exact line in which styles are declared.
- Use the basic find function to locate specific styles in the style.css.
- Design on-the-fly.
- “Copy-paste-save styles” method to update live site.
- Copy CSS Paths for proper style declarations and inheritance.
- CSS hierarchy and organization.
- And more.
The Video
The Video turned out to be a bit longer than I anticipated (26 mins), and unfortunately, I do say “um…” a lot. It’s all good content though, promise! Let me know what you think and if you have any cool Firebug tricks!
Hello, thanks for the video. For the last website I worked on, I used firebug and everything went more smoothly. Now that I’m using a child theme, I can’t seem to locate the css code necessary to make an edit. Can you please elaborate on why this may be? I can’t seem to figure it out. Thanks very much. Nice site by the way :)
Also, anyway to subscribe to comments left so I can keep track of possible replies to my previous comment? I use the “subscribe to comments” plugin for this on my site…was wondering if you had a similar option that I may have missed?