How could I get this Portfolio Single Page presentation? [Quisque lorem tortor]

edited October 2014 in Portfolio
Hi,

I'm trying to get this single page presentation when I click on a projet (in portfolio):
http://themes.muffingroup.com/betheme/portfolio-item/quisque-lorem-tortor

But I can't reach this layout.

I always have a header and some Facebook, Twitter buttons for sharing. And I don't have the information on the right. It's below the pictures...

And is it possible to not display the date?

Thanks.

P.S.: By the way, it's a great and very nice theme. Thanks.

Mike

Comments

  • edited October 2014
    Hi,

    for this portfolio item we used Muffin Builder - 3 image items and 2 columns what you can see at http://snag.gy/POLkR.jpg. For Column - Desc item we used below code:
    <p>Phasellus fermentum in, dolor. Pellentesque facilisis. Nulla imperdiet sit amet magna. Vestibulum dapibus, mauris nec malesuada fames ac [tooltip hint="Malesuada fames ac turpis egestas, ultricies"]turpis velit[/tooltip], rhoncus eu, luctus et interdum adipiscing wisi aliquam erat.</p>
    <h5 style="margin-bottom: 5px;">Client:</h5>
    <p>[icon type="icon-vcard"] Muffin Group</p>
    <h5 style="margin-bottom: 5px;">Date:</h5>
    <p>[icon type="icon-back-in-time"] May 13, 2014</p>
    <h5 style="margin-bottom: 5px;">Website:</h5>
    <p>[icon type="icon-window"] <a href="http://themeforest.net" target="_blank">View website</a></p>
    <h5 style="margin-bottom: 5px;">Task:</h5>
    <p style="margin-bottom: 30px;">[icon type="icon-doc-text"] Suspen disse fermen tum</p>
    [icon_bar icon="icon-facebook" link="#" target="" size="small" social="facebook"][icon_bar icon="icon-gplus" link="#" target="" size="small" social="google"][icon_bar icon="icon-pinterest" link="#" target="" size="small" social="pinterest"][icon_bar icon="icon-dribbble" link="#" target="" size="small" social="dribbble"]
    but for Column - Style CSS below:
    <style>
    .single-photo-wrapper, .project-description { display: none; }
    </style>
  • But how do you get rid of the "choose image" spreading in the top of that page?
  • Please show us on screenshot which image you mean because we are not sure.
  • Perhaps he means the featured image. 

    How do you get rid of the featured image at the top of individual portfolio pages since it's required show up on the portfolio index page?
  • @vrathbon You can do this with below css code:
    .single-portfolio .single-photo-wrapper .image_frame { display: none !important; }
Sign In or Register to comment.