Cordobo Green Park 0.93 Beta 5

First many thanks to Tom Smith, Ryan Lee, Damian, Turi and many others for their feedback.

Cordobo Green Park 0.93 Beta 5 is here with many some ;) improvements, e.g. an issue with disappearing left-aligned images in IE has been fixed and the native support for plugins is broader and support for WordPress 2.7.x.

Get your copy of Cordobo Green Park 0.93 Beta 5

BTW: I added a link to the footer.php to the site I designed the theme originally, DyKy.net, you can leave it or remove it.

Comments

73 responses to “Cordobo Green Park 0.93 Beta 5”

  1. Sinar Avatar
    Sinar

    Anyone who’s having trouble with Cordobo Green Park 0.9.3 BETA 4 with WordPress 2.1 needs to edit the sidebar.php file. Specifically those people who are seeing the “WordPress Database error”.

    There is some code which refers to WordPress 1.5 which wasn’t in Cordobo 0.9.2 BETA 12 available from themes.wordpress.net.

    You need to find the lines 80-84 in sidebar.php as follows:
    get_results(“SELECT cat_id, cat_name FROM $wpdb->linkcategories”);
    foreach ($link_cats as $link_cat) {
    ?>
    cat_id; ?>”>cat_name; ?>
    cat_id); ?>

    and REPLACE them with :

    Hope that helps people
    Cheers for a great theme!

  2. Sinar Avatar
    Sinar

    Ok so my comment got mangled because of me leaving in the php tags, so I’ll try again

    You need to replace lines 80-87 in sidebar.php:
    <?php
    $link_cats = $wpdb->get_results(“SELECT cat_id, cat_name FROM $wpdb->linkcategories”);
    foreach ($link_cats as $link_cat) {
    ?>
    <li id=”linkcat-<?php echo $link_cat->cat_id; ?>”><h2><?php echo $link_cat-<cat_name; ?></h2>
    <ul><?php wp_get_links($link_cat->cat_id); ?></ul>
    </li>
    <?php } ?>

    with the following:

    <?php wp_list_bookmarks(); ?>

    Hope this works now!
    Cheers again.

  3. Friedbeef Avatar
    Friedbeef

    How do I get the main content to load up 1st before the sidebars?

  4. Friedbeef Avatar
    Friedbeef

    How do you change it from a Fluid to Fixed theme?

  5. Swapnil Avatar
    Swapnil

    Hey…I want to add my own custom header image…How do I do that ?

  6. herr z.berger Avatar
    herr z.berger

    Hi, very very nice skin! Good Work.
    Made some changes in the last version, and used a red button interface.

    My problem i want to solve is in the header. I have many pages and they are all displayed. Is there a possibility to show only the main pages and NOT the subpages?

    Thanks and regards

    dennis

  7. Fix for Cordobo’s Green Park Theme on WordpressMU at The LOdown

    […] NotSorry blogger wanted to use Cordobo’s Green Park 0.93 Beta 4 theme on his WPMU-powered blog. The theme required one update to be compatible with WordPress […]

  8. Dondado Avatar
    Dondado

    Hi, thank you for the theme, it’s a good job. There is a problem with the XHTML valid code: in single posts, the textarea for comments hasn’t attribs for rows and cols; this is the result for an single post in my blog:

    Error Line 638, Column 53: required attribute “rows” not specified.

    Error Line 638, Column 53: required attribute “cols” not specified.

  9. Money Boi Avatar
    Money Boi

    Hey can you help me fix the problem with NextGEN Gallery? The theme creates a big gap of blank space. It only happens on this theme (which i really like by the way), please tell me what to do.

  10. Hope Avatar
    Hope

    Hey, Master Cordobo.
    As you can see on my page, I’m using your GreenPark-theme – and am quite happy with it! :-)

    Although, ever since I installed the ‘NextGEN Gallery’ by Ruben Boelinger (http://alexrabe.boelinger.com/), I experience the same tricky CSS-problem as “Money Boi”:
    Any gallery I try to is put waaay down on the page, “under” the widget-sidebar.
    Please help. :-)