Before you ask please READ THIS

Portfolio Breadcrumb - Non Default Page Name

edited November 2011 in Airborn Posts: 16
We fixed the blog breadcrumb in a previous post but when assigning a non default name to the portfolio breadcrumb the break crumb url isn't being assigned to the proper page.

Click portfolio breadcrumb here for example.

http://www.h2oaddicts.com/portfolio/san-mateo-2/

it's not being assigned to the correct page as selected in: Airborn -> Portfolio -> Select Portfolio

Comments

  • AirAir
    edited November 2011 Posts: 10,970
    Hey,

    I have used old login data you provided to check things. Sorry for not asking, just wanted to get things done.

    As mentioned in documentation http://apollo13.eu/docs/airborn/#!/portfolio point 2
    You need to set permalink/slug to portfolio if you use nice addresses. I changed it, and now it works.

    Hope that helps.
    Post edited by Air on
  • What php file controls the name of that breadcrumb?

    Home > Portfolio > Name of portfolio

    I would like to change the name of portfolio
  • AirAir
    Posts: 10,970
    Can't tell:-( too many places depend on that name. We will try to move it to one place in next update.
  • Posts: 10
    Hi there,
    I have a same trouble !
    I want to change Portfolio by References
    And when i click on Portfolio i go on 404 error

    "Accueil » Portfolio » Black Bird"

    The link of the page
    http://blog.agence-commilfaut.eu/portfolio/black-bird/

    Can you help me, please ?
  • AirAir
    Posts: 10,970
    Hi,

    Have you done http://apollo13.eu/docs/airborn/#!/portfolio step 5?

    With regards.
  • Posts: 10
    Hello i have done !
    Tthis problem is only when i'm on my project page
    Accueil>> Portfolio>>Black Bird

    http://commilfaut.fr/portfolio/black-bird/
    ---
    When i'm on portfolio page i have this :
    Accueil>> Références

    http://commilfaut.fr/references/

    Thx for support
  • AirAir
    edited January 2012 Posts: 10,970
    Hey,

    I think the easiest way will be to not show this on single project page.
    Go to functions.php, and edit line 50:
    echo '<a href="' . $homeLink . '/' . $slug['slug'] . '/">' . $post_type->labels->singular_name . '</a> ' . $delimiter . ' ';
    to
    /*echo '<a href="' . $homeLink . '/' . $slug['slug'] . '/">' . $post_type->labels->singular_name . '</a> ' . $delimiter . ' ';*/
    If you like(and are not afraid), you can also edit this line to be static link to your "References" page.

    With regards.
    Post edited by Air on
  • Posts: 10
    Thanks
    but your lines are similar !!??

  • Posts: 10
    Sorry, I understand !
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!