How to Setup and Use a WooThemes Canvas Child Theme
Child Theme for WooThemes Canvas requires both style.css and custom.css files, as well as with functions.php.
Read full article: How to Setup and Use a WooThemes Canvas Child Theme
Child Theme for WooThemes Canvas requires both style.css and custom.css files, as well as with functions.php.
Read full article: How to Setup and Use a WooThemes Canvas Child Theme
Graphic designer since before the Internet. Started with newspaper paste-up; then art director for advertising agency in Reno, NV; and now freelancer designing marketing materials, print-on-demand t-shirt art, websites, and social media graphics.
NOTE: Since this post is from May 2012, the instructions may be out-of-date with current versions of WooThemes Whitelight and/or WordPress. Objective: Add 4 Widgetized areas, all in one row, just below the image slider on WooThemes Whitelight home page. Basic Method: Reference WooThemes “How to add a widgetized area to your theme” tutorial, as…
WordPress version: 3.1.3 Parent theme: TwentyTen 1.2 1. Replace WordPress 3.0 Twenty Ten theme title text by adding a logo image. Full instructions: http://www.blog.web6.org/add-logo-to-twenty-ten-wordpress/ File: header.php (in child theme folder) Replace: <<?php echo $heading_tag; ?> id=”site-title”> <span> <a href=”<?php echo home_url( ‘/’ ); ?>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo(…
WordPress 2.7 integration with bbPress Forum (version 1.0 Alpha-6, unstable). Since this bbPress version is an unstable Alpha, it’s recommended for testing purposes only! I backed up my database and all of my files first! Here are the beginnings of my first forum installation: http://www.reidwalley.com/wordpress/forums/ My contribution to the bbPress forum: http://bbpress.org/forums/topic/basic-integration-screencast/page/2#post-23672
Problem: Login page either displays “Too Many Redirects” error message, or it actually logs in but the CSS is all fucked up and all the Admin pages are 404s. Ugh. Solution (at least in my case): WPBeginner’s How to Add an Admin User to the WordPress Database via MySQL After following their instructions, and trying to…
Fixing the monster-sized right arrow when using Thematic Theme Framework for WordPress: http://www.cozmoslabs.com/2010/01/13/wordpress-photo-slideshow/?cid=3259#comment-3259 – File: nggGalleryview/galleryview.css – Add the following line at the end of the CSS file: .galleryview .nav-next { width:22px !important; float: none; }
WordPress version: 3.1.3 Parent theme: TwentyTen 1.2 Create new Category template to display full posts, instead of excerpt posts, on a Category page. Copy loop-page.php file from TwentyTen folder to child theme folder. Change file name to: loop-category.php. It’s the <?php the_content(); ?> in the original loop-page.php file that makes the Full Posts possible.