• i have just started to use wordpress and this may be a stupid, newbie question and if so, i apologise in advance….

    I thought sidebars were meant to have the content on the side of the screen starting at the top, mine (blogroll) appears at the bottom (and side) of screen.

    http://www.eat4alife.com – you’ll see in archives tab most clearly

    I’ve tried looking for answers in google etc and reading the doco, but this is very confusing as i have tried some suggestions but they are not working. This may be/probably is because of my lack of understanding of how the files on site are used, what they’re used for and what i cn change in them.

    Not sure what else info to supply? let me know and i’ll re-post

    thank you

Viewing 14 replies - 1 through 14 (of 14 total)
  • which sidebar did you put the blogroll widget in?

    Appearance -> Widgets

    Thread Starter carolyn99

    (@carolyn99)

    The ‘primary widget area’.

    Thread Starter carolyn99

    (@carolyn99)

    I think it has to do with the way i’ve been stuffing around with the style.css in the child theme.
    I found a you tube video for kentucky classrooms and it explained ‘Basic editing of the wordpress twentyten theme’ and then i found another ‘http://zeaks.org/twenty-ten-child-theme-how-to/’
    that seems to be quite good as well. I can move the sidebar from side to side now but it never moves it up to top.

    I have the following in my child theme’s style.css and i think it may be here that i need to alter to get it to move sidebar to top?

    @import url(“../twentyten/style.css”);
    #branding img {
    border-top: none;
    border-bottom: none;
    }

    #header {
    padding: 0 0 0;
    }

    #primary,#secondary {
    float: right;
    width: 280px;
    }

    if i change the #primary,#secondary {

    to

    #primary, #secondary {
    float: left;
    overflow: hidden;
    width: 220px;
    margin-left: 10px;
    }
    #secondary {
    clear: left;
    }

    and below that to

    #container {
    float: right;
    margin: 0 -250px 0 0;
    width: 940px;
    }
    #content {
    overflow:hidden;
    }

    it does move the blogroll sidebar to left, but not up

    i’ve left my site that way if you want to have a look.
    i think i may be better to have a basic twentyten wordpress install again and start from scratch – is that posible? and if so how do i go about it?
    i signed up for a free two week with woo themes and got their canvas theme, but i would prefer a free theme – it seems to be ok with the sidebar though.
    Do you think it’s worth paying for one ? either this one, or i think i’ve seen DIY thesis a bit – i think from what ive seen/experienced that wordpress isn’t that easy. Maybe it’s a steep learning curve whichever theme is chosen, but its really frustrating not having doco that make sense so when u try something and it doesn’t work it breaks something else and it’s hard to know how to put it back…

    i think i may be better to have a basic twentyten wordpress install again and start from scratch – is that posible? and if so how do i go about it?

    Just remove the custom code from your child theme.

    Do you think it’s worth paying for one ?

    That depends on whether you like it enough to pay for it.

    i think from what ive seen/experienced that wordpress isn’t that easy.

    It’s easy to set up and easy to use. But like any other website, customizing it to do what you want is a lot harder. However, themes and plugins give you a very flexible system to play with. There’s no getting around learning how to code if you want the site to look exactly like what you want.

    Thread Starter carolyn99

    (@carolyn99)

    i removed the child theme dir (and all files in there) then i deleted twentyten and am using twentyeleven. Ill see if i can do what i want with that one – thnks – ill just keep trying to understand what each of the files do and where they should go.

    Thread Starter carolyn99

    (@carolyn99)

    I must be doing something strupd, or wrong or both. I cant get the sidebar to show up at ALL. I have multiple widgts in the ‘Main sidebar’ and the ‘Showcase sidebar’ and there’s no sidebars showing.

    Please can someone explain how to get sidebars up – thanks

    Thread Starter carolyn99

    (@carolyn99)

    I followed the instructions on http://www.transformationpowertools.com/wordpress/twenty-eleven-sidebar-on-single-posts-and-pages

    this was suggested in anothert codex forum support solution that i found.

    and now the sidebars from the Main sidebars are there – BUT they’re still at the bottom (yes, on the side, but not at the top as i would have expeted) of the page – NOT the side – in mozilla firefox
    But it looks really weird in IE.

    I really dont know wht im doing so wrong – i thought it would work out of the box, without having to do all this coding- which i really dont understand anyway – this is soooo frustrating – does anyone have any ideas of a good theme that i could try ? that dont have these problems.

    Thread Starter carolyn99

    (@carolyn99)

    had to take the changes out as i cant log into the dashboard of site – still after any suggestions though – thx

    Thread Starter carolyn99

    (@carolyn99)

    took out the functions.php of the above suggestions and now i can get into dashboard – and the sidebars of ‘Main sidebars’ is still showing – yay – but as i mentioned before they’re showing at bottom of the pages. is my understanding correct that they should be on the side of the screen, and at the top?

    Carolyn,

    I am having the same problem now.

    I had this problem a few years ago, and the issue was the length of the title of one of my posts (too long). When I corrected that it worked.

    But this time, I can’t figure it out.

    Did you get an answer?

    jan

    P.S. This time the problem is with two of my pages, not the posts.

    The posts and other pages are showing the sidebar. It’s just these two pages that are not.

    Very strange.

    J

    Please post a new topic.

    Thread Starter carolyn99

    (@carolyn99)

    janio,

    hope this helps you – what i did was installed XAMMP and am using the twentyeleven theme again and it’s working fine ie sidebar in side and NOT bottom – i have it working locally and i am planning on moving all the files over to website but just not yet.

    carolyn99,

    Wow. Thanks for responding!

    I JUST discovered the cause of the problem. It was with some Amazon code in the first item on the page.

    Someone else had drafted the page, and I had not checked the code first, so I decided to reconstruct it line-by-line, and that is when I figured it out.

    But I am going to make a note of your solution (above). These sidebar issues keep arising!

    Thanks again.

    Jan

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘My sidebar is at bottom of screen. Why?’ is closed to new replies.