Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #269692

    Hello Kriesi Team,

    I do not understand but new release shows label pages with different formats.

    For example, this label pages show entries first and the portfolio items:
    http://solucionestecnologicasparaempresas.com/etiqueta/analitica-web/
    http://solucionestecnologicasparaempresas.com/etiqueta/clasificacion-de-documentos/
    http://solucionestecnologicasparaempresas.com/etiqueta/gestion-documental/

    But this label pages show postfolio items first:
    http://solucionestecnologicasparaempresas.com/etiqueta/flujos-de-trabajo/
    http://solucionestecnologicasparaempresas.com/etiqueta/inteligencia-de-negocio/

    I remember your team help me to format the label pages modifing enfold quick css:
    .tag .post-title.tag-page-post-type-title {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    }

    Could you help me to configure all label pages like the first examples?

    Thanks in advance, Raúl.

    #270496

    Hey Raul!

    If you mean the breadcrumbs then you can use the new meta box option on any portfolio item to set your own parent page for that portfolio item. Look for the Breadcrumb Hierarchy box with the dropdown for the option.

    Cheers!
    Devin

    #272679

    Hello Devin,

    I have used the new meta box option on all portfolio items to set the parent page.

    But the label pages shows in a different way like i explain in my first post.

    First label page ones shows entries first anf portfolio items second.

    Second label pages ones shows portfolio items first and entries second.

    And i don’t understand why?

    Regards, Raúl.

    #273791

    Hey!

    It depends on the post types of the first post. If the first post (post on the top of the archive page) is a portfolio item the portfolio grid will be displayed at the top and the blog posts at the bottom. If the first post is a standard post Enfold will display the the blog posts first and below the portfolio grid. If you want to make sure that the blog posts are always at the top replace this line in tag.php:

    
    $sorted = array();
    

    with

    
    $sorted = array("post" => array());
    

    Regards,
    Peter

    #274691

    Thanks Dude,

    When you says first post, do you mean creation time or publish time? I always publish first a post or various standard post and then a portfolio item, which contains links to this previous post publicated. But i think in the some time, i have created the portfolio item first without publising, then create a post and publish it, and then publish the portfolio item created first.

    I have changed tag.php and now the label pages shows always post first and portfolio item second.

    Thanks very much, Raúl.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Label pages with the same format’ is closed to new replies.