• Well, i have modified some parts of the gemini template that is so nicely provided by Root, namely the CSS.
    as you can see, there is one part of the menu near the botom that is still gray. why is this so?
    also, i tried to use the nicer archives but when i get there, i get a mess. For an example, click on sorted archives in my menu to see what i mean. it calls the wp-layout.css which somehow is different from what this nicer archives was meant to use. how do i rectify this problem?
    thanks

Viewing 14 replies - 1 through 14 (of 14 total)
  • No problem. You need to fit a tiling background graphic which will come down the menu to the footer . Headsup on the Gemini blog. It is very easy.

    Thread Starter j3r0m3

    (@j3r0m3)

    thanks root, its done. =)
    but what about the other problem?

    Seems OK to me on FF.

    I see what you’re saying on the narchives. I think there are a couple changes you need to make to make it work with the Gemini css.
    change:
    <div id="rap">
    <h1 id="header">... etc... </h1>
    to
    <div id="rap">
    <div id="masthead">
    <h1 id="header">... etc... </h1>
    </div>

    and then at the very bottom change


    </div>
    </div>
    <p class="credit"><!--<?php echo $wpdb->querycount; ?> queries.--> <?php timer_stop(1); ?> || <cite>Powered by WordPress</cite>
    </body>
    </html>

    to


    </div>
    <div id="clearer">&nbsp;</div>
    <p class="credit"><!--<?php echo $wpdb->querycount; ?> queries.--> <?php timer_stop(1); ?> || <cite>Powered by WordPress</cite>
    </div>
    </body>
    </html>

    Hopefully I didn’t miss a step… see how that looks anyway…

    phew 🙂

    Thread Starter j3r0m3

    (@j3r0m3)

    well, thanks to oriecat, the mess is gone.
    but because my background is dark, i cannot really see the archives.
    Besides changing the background color, is there anything that i can do?

    you can change the font color

    There is already a class called posts. That will conflict.

    Thread Starter j3r0m3

    (@j3r0m3)

    what do you mean, Root?
    theres no conflict in the archives page and theres no class called posts in the comments page
    Please enlighten

    At the very bottom of your narchives right above the footer, you’ve got a hanging ” ” from somewhere. It’s black on green, so it’s hard to see.
    I can’t get any of your comments to load. They’re all 404.

    Thread Starter j3r0m3

    (@j3r0m3)

    it has been cleared.
    but i think the server is slow in updating.
    thanks for the headsup though!

    Well the comments page loads the post that is being commented on. That is in div class post. Its not styled in the default CSS but it is in index.

    Thread Starter j3r0m3

    (@j3r0m3)

    oh i see…
    so what do you suggest?

    Just change the id name you are using of post to something else?

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Gemini template’ is closed to new replies.