Before you ask please READ THIS

Portfolio page left sidebar on ?

edited April 2012 in Airlock Posts: 3
Hi all, on start - sry for my english ;)

I have little problem with my airlock theme. I just want to make left sidebar active on portfolio page.
My page: futureform.com.pl/portfolio/
Blog and others pages i cat chainge in settings but portfolio don't have this option.
I thinki i must edit portfolio layout in css ? (if yes where i can find this file ?) Can i do this in another (simple) way ?

Thanks for reply ;)
L

Comments

  • AirAir
    Posts: 10,970
    Hi own_age.

    Sorry but this page don't get any sidebar cause of technical decision we took while developing. How ever you could try to edit airlock/taxonomy-skills.php file:
    find:
    define( 'FULL_WIDTH', true );
    and change it to:

    define( 'PORTFOLIO_PAGE', true );
    $sidebar_switch = $apollo13->get_option( 'portfolio_options', 'sidebar_switch' );
    if( $sidebar_switch == 'off' )
    define( 'FULL_WIDTH', true );
    else{
    define( 'SIDEBAR_POS', $sidebar_switch );
    }
    I haven't tested it, but you should get sidebar like in single portfolio item.

    Hope that helps.
  • Posts: 3
    Thx for reply, i change file with your advice and this works fine.
    But only line under logo disappear .. How can i fix it.. ?
  • AirAir
    Posts: 10,970
    Hmmm it looks like you don't have any widgets so the line form widget area is not showing it self. Try to add some widgets and then it should be visible.
  • Posts: 3
    Thx for reply.
    1. i don't wanna any widgets on portfolio page but i try make active some and this not make change.
    2. "Widgets from this sidebar will appear on every site of portfolio(not on main)"
    this is comment from admin page.

    line is not visible only on main portfolio page.. any suggestion ?
    this is maybe not big problem but i wanna to all pages looks this same.

    thank you for help btw ans sry form my english.
  • AirAir
    Posts: 10,970
    So why you have modified main portfolio page to get sidebar that you won't use ?:-)
    Description you have copied is proper for not modified theme, so your is not valid now for this description :-)

    Anyway as it is hand-made mod, issues like that can appear. I have warned you in previous post "Sorry but this page don't get any sidebar cause of technical decision we took while developing. "

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion