• Hello
    I have tried every solution on the big www. I can se the new sidebar in my widget sections in my admin panel,after editing functions.php and some other files , and I can add widegets in my new sidbar indside the admin panel but it never shows up on my website. Only defult Primary (rigth side shows up) any suggestion ? must maybe edit the width of the theme to get the new sidedar appear 🙂 I dont know 🙁

    anny suggestions 🙂

    // Freeman_005

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Adding a new widgetized sidebar is a fairly major structural change. Things to consider:

    Have you output your new sidebar somewhere in your theme files? In addition to registering the new widget area in your functions, you also need to display it in one of your theme files. That could mean calling it in from an existing theme file, or from a new sidebar file that you’ll need to create, and then include from another file, like page.php for example.

    Also just to be sure, are you doing this in a child theme, so your tweaks won’t be overwritten when updating the theme? Here are some guides in case you haven’t made one before:

    http://codex.wordpress.org/Child_Themes
    http://op111.net/53/
    http://vimeo.com/39023468

    If you didn’t make a child theme, I’d suggest you make one now, otherwise all your changes will be overwritten when you update the theme to the latest version.

    Thread Starter Freeman_005

    (@freeman_005)

    Thank you Kathryn, I`ll try 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘extra left sibebar’ is closed to new replies.