Please help me to sort out wordpress sidebar issue

Discussion in 'WordPress' started by vraths, Jul 22, 2007.

  1. #1
    My blog "nextwhat.com" is facing problem at "single.php" page, here its not showing "sidebar" , i tried putting some code at the end of the php something like "show sidebar.php" but its displaying down the comment box, it will be appreciated if any one can help out in resolving this problem, thanks.
     
    vraths, Jul 22, 2007 IP
  2. Brandon Sheley

    Brandon Sheley Illustrious Member

    Messages:
    9,721
    Likes Received:
    612
    Best Answers:
    2
    Trophy Points:
    420
    #2
    well if your adding the code to the end, don't you think it'll show at the end of the page ?
     
    Brandon Sheley, Jul 22, 2007 IP
  3. vraths

    vraths Active Member

    Messages:
    205
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    88
    #3
    But its followed same in all other pages too... example in : "index.php", "page.php" its placed same at the end, and i came to know about it one of the blog post wile searching for the solution, sidebar at all the psges are fine only finding problem at "single.php" page.
     
    vraths, Jul 22, 2007 IP
  4. .me

    .me Peon

    Messages:
    73
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    This usually happens when you have one/two divs floating and either the main div does not have enough width to support it or something in either divs is wider .

    In the single.php look for
    and replace it with
    If you see the css widecolumn has 690px of width.
     
    .me, Jul 22, 2007 IP
  5. future

    future Banned

    Messages:
    376
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    your temlate might using too differing DIV classed for contents, make sure you have same width in single as in the index page.
     
    future, Jul 22, 2007 IP
  6. vraths

    vraths Active Member

    Messages:
    205
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    88
    #6
    I have sent you PM, with code details, please look at it, thanks.

     
    vraths, Jul 22, 2007 IP
  7. vraths

    vraths Active Member

    Messages:
    205
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    88
    #7
    Just PM'ed. thanks for the reply.
     
    vraths, Jul 22, 2007 IP
  8. .me

    .me Peon

    Messages:
    73
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Did you try replacing "widecolumn" with "ContentLeft" ? It should work
     
    .me, Jul 22, 2007 IP
  9. vraths

    vraths Active Member

    Messages:
    205
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    88
    #9
    I have made change in "single.php" i replaced with this code: <div id="content" class="ContentLeft">

    now sidebar seems to be working, but not taking the css effect, like... there is no line i find between content page and sidebar page, any thing to be done ?
     
    vraths, Jul 22, 2007 IP
  10. vraths

    vraths Active Member

    Messages:
    205
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    88
    #10
    Now i sorted out the problem, thanks for the tips guys, i made changes in CSS and single.php and comments.php, now i have solved two problems, and working on design now, thanks a lot.
     
    vraths, Jul 22, 2007 IP