Please note the extra spaces in the code quoted below, you need to removed these to get it to work. Here’s an email I had recently and my response, hopefully it’ll be useful for others: I’ve downloaded and installed the book review plugin, but am a little confused by the docs. The “Write Book Entry” […]
8th Mar 2006 I’m liking the first screenshots from the long-awaited, much-anticipated, seriously-packed-with-talented-people Shuttle project. Described as a complete beautification of the WordPress Administration Panel it looks like it’s going well. Hopefully they’ll be addressing some UI issues as well, some of their current work was incorporated into WordPress 2.0 I believe. I’m liking the […]
These templates are designed to be used with the WordPress blogging software. There are instructions on how to install the themes included in the download package. A very simple template that makes use of only red, black and grey colours. A simple three column template that has similar styling to the TrueBlue template. This is […]
PROBLEM: Using the Georgia template, the problem is that the title image flows over the double bar and into the content. SOLUTION: The problem is simple enough, your header image is bigger than the height assigned to the header container. IE is naughty in that it automatically ‘grows’ to include this, Firefox and Mozilla do […]
PROBLEM: I don’t know if this is a bug or something I need to fix, but the font size for a subcategory is much larger than for a category. SOLUTION: In the CSS file (wp-layout.css/style.css) find the line that says: #left ul ul ul.children { Change the lines between the { and the } brackets […]
PROBLEM: I would like to make some modifications to it, like put the menu to the left. I know this is a CSS things and there’s a lot of web site explaining CSS put I just don’t know how to do it. SOLUTION: In the wp-layout.css or style.css file, find the line that starts #content […]
You must login to post. 0.361 – 2 queries These forums are so that anyone can ask questions and provide solutions for anything relating to the downloads available on this site or in the greater web community.
You must login to post. 0.630 – 2 queries These forums are so that anyone can ask questions and provide solutions for anything relating to the downloads available on this site or in the greater web community.
PROBLEM: Have you seen any issues with a 3rd col in Safari? We are trying to use THREE COLUMN template on the www.machtpc.com site and can’t get the left side to render on the side… it seems to want to go below the right column. Any insight you might have would be greatly appreciated. SOLUTION: […]
To upgrade any of the Viewfinder Design WordPress templates to work with version 1.3, following the steps below: In the index.php file: Change the line (should be around line 15) @import url( < ?php echo get_settings(‘siteurl’); ?>/wp-layout.css ); to @import url( < ?php bloginfo(‘stylesheet_url’); ?> ); and change the line < ?php include(ABSPATH . ‘wp-comments.php’); […]