Having Problems

Discussion in 'WordPress' started by handshakes, Dec 2, 2009.

  1. #1
    My website is www.chillyarcade.com. When I'm logged in the website appears normal, and functions well. But when I log out, the sidebar pushes below the posts (only on the game pages). I have no idea why this would happen. If anyone could help, I would greatly appreciate it.
     
    handshakes, Dec 2, 2009 IP
  2. ads2help

    ads2help Peon

    Messages:
    2,142
    Likes Received:
    67
    Best Answers:
    1
    Trophy Points:
    0
    #2
    Post or link us to the content of your sidebar.php

    Cheers.
     
    ads2help, Dec 3, 2009 IP
  3. handshakes

    handshakes Peon

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for having a look. Here it is:

    <div id="right-sidebar">
    <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Right Sidebar') ) : else : ?>
    
    <div class="naviheader"><ul><?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?></ul></div>
    
    <div class="naviheader"><ul><?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?></ul></div>
    
    <div class="naviheader"><ul><?php wp_list_bookmarks('category_orderby=id'); ?></ul></div>
    
    <?php endif; ?>
    
    
    
    
    </div>
    
    <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Analytics Code') ) : else : ?>
    
    
    <?php endif; ?>
    Code (markup):
     
    handshakes, Dec 3, 2009 IP
  4. Wp-Mod.Com

    Wp-Mod.Com Peon

    Messages:
    381
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    not a problem of sidebar but of css replace this in your css and it should work fine

    div#contentborder {
    background-color:#FFFFFF;
    border:1px solid #444444;
    float:left;
    margin-bottom:10px;
    margin-right:5px;
    padding:10px;
    width:760px;
    }
     
    Wp-Mod.Com, Dec 4, 2009 IP
  5. ads2help

    ads2help Peon

    Messages:
    2,142
    Likes Received:
    67
    Best Answers:
    1
    Trophy Points:
    0
    #5
    Yeah, after looking at the sidebar.php, I think it is not related to the problem.
     
    ads2help, Dec 4, 2009 IP
  6. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #6
    if u don't have css and php experience then uplaod and activate new theme and delete old one ( fresh copy of theme)
     
    Jalpari, Dec 4, 2009 IP
  7. handshakes

    handshakes Peon

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thanks for the help guys. I replaced the CSS, but it didn't do anything. I also installed the theme again, but nothing as well.
     
    handshakes, Dec 4, 2009 IP
  8. handshakes

    handshakes Peon

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I changed the layout to see if it was a problem with the embedding of objects, and it works fine now. I think I'll just keep it the way it is. Thanks for trying!
     
    handshakes, Dec 4, 2009 IP