Before you ask please READ THIS

Portfolio not showed in the homepage?

edited January 2012 in Airlock Posts: 4
Hello, can i ask you a question? is it possible set just one portfolio showed just in a determinate page and not in the home page?
this theme put automatically the portfolios in the home
answer asap! thank you so much
Post edited by BraveBureau on

Comments

  • AirAir
    Posts: 10,970
    Hi,

    http://apollo13.eu/docs/airlock/#!/airlock_home_page_design_portfolio

    Just switch it off in Airlock - Home Page Design settings.

    With regards.
  • edited January 2012 Posts: 4
    thank you so much for your reply
    another question: is it possible to remove the "all" section from the homepage?
    Post edited by BraveBureau on
  • AirAir
    edited January 2012 Posts: 10,970

    If you need it delete line 66 in taxonomy-skills.php

    echo '<a href="' . site_url() . '?page_id=' . $portfolio_page . '" class=" . PORTFOLIO_PRE_CLASS . 'all' . ( empty( $term_slug ) ? ' selected' : '' ) . ">' . __( 'All', TPL_SLUG ) . '</a>';

    Post edited by Air on
  • edited January 2012 Posts: 4
    i tried to do that on cyberduck and wordpress too but it doesn't works, it seems like it doesn't makes me edit the file, when i refresh the page the line 66 reappears
    Post edited by BraveBureau on
  • AirAir
    edited January 2012 Posts: 10,970
    So maybe CSS approach ?
    Go to styles.css(you can edit even by wordpress: Appearance -> Editor) and add this at end of file

    .home #portfolioList .portfolio_cat-all + span {
    display: none;
    }
    .home #portfolioList .portfolio_cat-all {
    display: none;
    }
    It should hide 'All' category on home page. If you wish to hide it everywhere delete '.home' from both rules.

    With regards.
    Post edited by Air on
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!