• ok did a fresh install with the 1.2 again and just replaced all files and everything should be the same as before but i got a weird footer now..
    from the original index file ( from the backup) the latest lines is this………..

    <p class="credit"><!--<?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by WordPress"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform")); ?></cite>
    <br/><br/><center> <img src="wp-images/blogtimes.png" alt="Blogtimes image" /></center>
    </body>
    </html>

    But for some weird reason the blogtimes image shows all the way on top !
    i havent changed anything so i dont have a clue what might have changed..
    Any one got an idea ?

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter john1000

    (@john1000)

    well but didnt made any changes before the new install….thats why its so weird..
    so what do i have to change ….and to what ?

    change #content to this one
    #content {
    margin: 0 160px;
    padding: 0 0 25px 0;
    }

    next, fix the image positioning

    Thread Starter john1000

    (@john1000)

    ok this is double post….
    but for the changes you posted….wont that completely mess up the design ?

    Thread Starter john1000

    (@john1000)

    i think i understand the idea behind the contents now…
    but it stays weird…
    it will follow my posts down to the bottom but before it stayed at the bottom and i never touched anything…

    Put a clearer div just before the footer and it should drop to the bottom of the menu.

    Moderator James Huff

    (@macmanx)

    I bet Beel’s right, that’s the only thing I can see in your source that may be affecting it. And, nice/clear div tags have helped me on numerous occasions.

    Thread Starter john1000

    (@john1000)

    ok …but how should that (btw hi beel)..clear div look like ?^
    cause previous try outs didnt worked…

    <div class=”clearer”> </div>
    .clearer {
    clear: both;
    }

    Thread Starter john1000

    (@john1000)

    wauw beel you have humor …. lol…probably had a nice thanksgiving huh…
    so it should look like this….?
    Probably just before the closing /body

    <div class="thanksgiving"> <img src="wp-images/blogtimes.png" alt="Blogtimes image" /></div>

    and this in the css..

    .clearer {
    clear: both;
    }

    if im wrong just say so….im getting old so im not to blame if i dont understand…

    Thread Starter john1000

    (@john1000)

    sorry beel but the blogtimes didnt moved an inch ??

    So, john, tell us how you created the right menu. the weirdest thing ever I’ve seen.

    Thread Starter john1000

    (@john1000)

    i didnt created anything…
    i found the css style some time ago…
    im just using it…

    Thread Starter john1000

    (@john1000)

    thanks…well the blogtimes isnt so bad…
    after it it shows activity so its a little bit useless if it stays at the bottom….
    but maybe i will play arround with some styles later…
    i just finished looking over the huge list of plugins and found some nice stuff..
    if there are any more plugin addresses please post them…

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘weird footer..?’ is closed to new replies.