• I have modified the default WordPress template into a 3 column CSS and index.php with a few extra hacks in place. I would like to offer it to the WordPress Community. My blog, https://dinki.mine.nu/weblog/Mindful Musings showcases this theme (style or template) and I would like to find a place to host the download. Please email me if you would like to host the zip file.
    Peace

Viewing 15 replies - 1 through 15 (of 23 total)
  • The template can now be downloaded here. Please direct any questions regarding the template itself to LaughingLizard. In cases of troubles during the download feel free to contact me.

    I’ve looked at the template in both Firebird .7 and IE (Win) 6, and in both browsers, the outside columns overlap the the center column, obscuring the text.

    Thread Starter Laughinglizard

    (@laughinglizard)

    I guess I should check with a lower resolution to see how my template looks. ?? I fixed it for 1024/768. The issue was that the header CSS tag did not have margins setup. Should look a little better now. This hack should work for the main template as well Cena. Simply add this line to the default WordPress template (under #header):
    margin-right:150px;

    Ah…resolution issues didn’t occur to me; I”m using 800×600. ??
    And thanks for the hack, I’ll try it out.

    Thanks alot you two. I appreciate it.

    The modified version of the CSS is available for download, too. URL is in my first posting within this thread.

    I received a complete error and had to do with line 7:
    require_once(“wp-last_visit.php”);
    I went back to default since I don’t want the site down. I have replaced both index.php and wp_layout.css file but didn’t work. Any idea?

    debra

    (@debra)

    This is a great theme! Would it be usable for b2? I’m really new to b2 and I’m also lazy so I don’t want to learn how to create my own layout. LOL I don’t want to offer the option of visitors choosing a layout, I just want to use one layout that’s dark and well done like this one is.
    Thanks!

    TechGnome

    (@techgnome)

    You should (altho I haven’t had a chance to try it just yet) be able to modify the CSS to include a height attribute and set it to 100%… I /think/ that will work, but not 100% sure….
    TG

    presto

    (@presto)

    TG:
    I tried this
    ##########
    #menu {
    background-color: #eee;
    /*border-left: 1px dotted #ccc;*/
    border-top: solid 3px #565;
    border-right: solid 3px #565;
    padding: 2px 0 1px 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
    height: 100%;
    }
    ###########
    to test the right column and did not do anything in my Mozilla 1.5. The grey bar stops after the last code in the <div></div> section. I am still trying to get the columns to go all the way down to the blsck footer on the page and be free from blog updates leaving gaps.
    Please help. MAybe you can not mix exact pixels and percentages in CSS, I do not know

    NuclearMoose

    (@nuclearmoose)

    Presto,
    What if instead of trying to get the outside columns to have vertical bars all the way from top to bottom, you simply add the bars to the left and right sides of the centre column?
    Here is a GREAT site that can help you out with dealing with the CSS and a three-column layout: https://www.positioniseverything.net/
    Craig.

    You can play with the look of your template if you go to the following link, it will also show you the css code: https://www.fu2k.org/alex/css/layouts/3Col_OrderedAbsolute.mhtml.

    Is this theme compatible with the 1.0 upgrade. Kinda new to WP. Installed it the other day – “seamless installation”. I just upgraded to 1.0, but then I ran across this thread and decided to give this theme a go, but I get the following errors –
    Warning: main(/home/testmember/public_html/blog//b2template.functions.php): failed to open stream: No such file or directory in /home/testmember/public_html/blog/blog.header.php on line 10
    Fatal error: main(): Failed opening required ‘/home/testmember/public_html/blog//b2template.functions.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/testmember/public_html/blog/blog.header.php on line 10

    Thread Starter Laughinglizard

    (@laughinglizard)

    Rupe…not 1.0 compatible yet. It will be soon I hope, just not yet.

    Rupe,
    The simple answer is “no” WP 1.0 will not be compatible with your template. Which theme, exactly, did you attempt to install? Perhaps someone is already working on a fix.
    The reason that the template is not compatible is that the developers cleaned up a lot of code and harmonized the naming conventions in 1.0. Most of the b2*.* files are now renamed, integrated into another file, or perhaps even renamed and moved to a new folder. This is not catastrophic, and can easily be fixed.
    As part of the documentation effort, I will try to help you find out the exact changes to the file names and locations and pass that along to you and anyone else who may wish to update templates.
    There may also be some deprecated tags, or new / changed functions as well.
    Thanks for your patience as we work our way through this landmark release and documentation effort!
    Craig.

Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘I created a 3 column CSS for WordPress’ is closed to new replies.