Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1229567
    MacMartino
    Participant

    Hi, I just searched for this and ran into the EXACT same question. But the ‘solution’ somehow do not work for me. What is it: with a Portfolio Single Page i can display a picture or gallery (column left) and info (column right) in Ethos.
    Now, I would like to display 5 pictures of each single portfolio items, so 4 underneath in the left column, and keep the info at the right sidebar.

    I found the same question, even with a sketch, under:
    https://community.theme.co/forums/topic/how-do-i-add-multiple-images-to-portfolio-item-page/

    The thing is, the PHP Template change and CSS given in that solution don’t do the job as the sidebar with info disappears and everything gets below each other. The solution, searched for, is:
    Standard Portfolio-single item page with sidebar & info at the right,
    and 5 images below eachother at the left.

    To do so, I added custom fields like ‘eg-portfoliophoto1’ with an image etc, up to ‘eg-portfoliophoto4’. The only thing is, I have to get them under the features image photo at the left column. See the samples. This should be not too hard i guess?

    The PHP from the article (but that gives 1 big column) was:
    <?php

    // =============================================================================
    // VIEWS/ETHOS/CONTENT-PORTFOLIO.PHP
    // —————————————————————————–
    // Portfolio post output for Ethos.
    // =============================================================================

    ?>

    <article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
    <?php x_ethos_entry_top_navigation(); ?>
    <div class=”entry-featured”>
    <?php x_portfolio_item_featured_content(); ?>
    </div>
    <div class=”entry-extra”>
    <?php x_portfolio_item_project_link(); ?>
    <?php x_portfolio_item_tags(); ?>
    <?php x_portfolio_item_social(); ?>
    </div>
    <div class=”entry-wrap cf”>
    <?php x_get_view( ‘global’, ‘_content’, ‘the-content’ ); ?>

    </div>
    </article>

    and CSS was:
    .single-x-portfolio .entry-extra {
    width: 32%;
    float: right;
    }

    .single-x-portfolio .entry-wrap {
    float: none;
    width: 100%;
    clear: both;
    }

    (I don’t know what this CSS was for)

    #1229602
    Christopher
    Moderator

    Hi there,

    What you’re trying to achieve could be possible only with custom development which would be outside the scope of our support.

    Thanks for your understanding.

    #1251951
    MacMartino
    Participant

    Well, it turned out to be quite simple. Just add ‘portfolio pages’ to your cornerstone settings and voila: you can use Cornerstone to achieve this.

    Now, I ran into another question. At the top of a portfolio page there’s a icon with 4 black boxes (left upper) and arrows to scroll to the portfolio. Is it possible, to have a custom link (so a link to a certain page) for the icon with the boxes? It is supposed to be a parent portfolio page or so, but I would like to make an custom overview page per portfolio category.

    I do not understand how this works, as each portfolio-item of portfolio category 1 should link to the overview page-1
    and each portfolio-item of portfolio category 2 should link to the overviewpage-2

    Is this possible?

    #1252279
    Friech
    Moderator

    Hi There,

    Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thanks.

    #1256404
    MacMartino
    Participant

    Sorry, thought it was clear 😉 see screendump.
    The link to the entry-parent is at the left.
    Now I have to make portfolio pages of each category to make the link to a portfolio parent page.
    Like portofolio-lamps,
    portfolio-seating
    etc.

    But I already have pages:
    Atelier-collection-lamps
    Atelier-collection-seating

    So I was wondering, can I manually adjust the link to the portfolio-parent page to -lets’s say- Atelier-collection-lamps
    (when the parent would orherwise be portofolio-lamps)?

    #1257544
    Christopher
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1229567 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>