Please help me, please!

Discussion in 'CSS' started by J2icharcI, Apr 12, 2008.

  1. #1
    J2icharcI, Apr 12, 2008 IP
  2. ezcat

    ezcat Peon

    Messages:
    233
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What script you running? You've got 2 css running somehow... I'm not sure whats going on here. Knowing what your running would help...
     
    ezcat, Apr 12, 2008 IP
  3. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hey if it's just recently happened, try to think back to what you have done since then. Did you edit any of the styles, or the template files? Or have you only been posting?

    Try adding an extra </div> just before the sidebar is opened as i think you may be missing one!

    Also why is every individual post inside a content and a wrapper div? I think you've accidently put this in the loop, however maybe not and you have a reason for it!!
     
    wd_2k6, Apr 12, 2008 IP
  4. J2icharcI

    J2icharcI Peon

    Messages:
    120
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    lol, to be honest I have no idea what I'm doing. I'm running CSS, and using WordPress.

    I'll look into the extra </div>
     
    J2icharcI, Apr 12, 2008 IP
  5. J2icharcI

    J2icharcI Peon

    Messages:
    120
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Wow, this is really weird. So I was able to fix my individual pages by adding an extra </div>...so if you go to any individual post, or say "Contest" page, everything looks fine, the sidebar is fine.

    But if you go on my main home page, the sidebar still gets stuck at the bottom right!
     
    J2icharcI, Apr 13, 2008 IP
  6. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hey nice once, now try to add it to your main index page, by opening index.php inside your template files and add a <div> right before the get_sidebar at the bottom of the page.

    Also your page takes a long time to load and freezes my FF for a while, you might want to get that looked in to!!
     
    wd_2k6, Apr 13, 2008 IP
  7. J2icharcI

    J2icharcI Peon

    Messages:
    120
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    </div><!-- content -->

    <div>

    <?php get_sidebar(); ?>

    <?php get_footer(); ?>

    Do you mean this? Doesn`t seem to work. Thanks for all your help though! And ya, it seems to load slowly on FireFox but quickly on IE, I will look into that after I get my sidebar fixed. I might need to lower my articles down to say 6 a page instead of 10 a page.
     
    J2icharcI, Apr 13, 2008 IP
  8. J2icharcI

    J2icharcI Peon

    Messages:
    120
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Ahahaha, SWEET! I got it fixed!!

    :) Thanks for all the help guys...

    But wait, it looks fine in IE, could someone let me know if everything looks alright in Firefox?

    Thanks!
     
    J2icharcI, Apr 13, 2008 IP