Pro Portfolio

Hello I have a portfolio item that I want to edit. i want to remove the thumbnail and just have 1 column so that when i add items like a slider or video they’re not pushed off to the side. Is this possible?

Hi There @Oasis

Thanks for writing in! It is possible to create Portfolio items using Pro builder. To do that, first head over to Pro -> Settings -> Permissions -> General area and enable Portfolio editing feature (make sure to click update button to save changes).

Then you should be able to create Portfolio items using Pro builder.

Hope that helps.

Yes I had already enabled that but when i try that I cannot use all of the page… as you can see in photo

Hello Oasis,

Thanks for updating the thread.

Can you please share the website URL? There are multiple licences on your account, so it’s difficult for us to figure out the url of the website of which credentials have been shared.

Thanks.

sorry yes:

Hello @Oasis,

Please be advised that the portfolio item layout in Ethos stack looks like this:

The left side is for the featured image and the right side is for the portfolio item contents. Only the right side is editable in the editor because we have custom-built the layout to look that way. If you want to have one column, go to the settings tab, Settings > Custom JS and insert the following custom js code

.single-x-portfolio .entry-featured,
.single-x-portfolio .entry-wrap {
    float: none;
    width: 100%;
    padding: 0;
}

Once the code is in place, you will have a fullwidth content area for your portfolio item contents.

Hope this helps. Please let us know how it goes.

hey @Oasis,

Please follow the suggestion here:

Hope this helps.

Hi neither of these solutions seem to work.

Maybe I could switch to another stack but I need to have the categories that ethos offers for filter content in portfolio… or maybe I’m doing it wrong?

Hello Oasis,

Regretfully you cannot mixed the stacks. Each stack has its own unique design and features just like the filterable index or the content filter in the portfolio when using Ethos.

Back to your original post:

Hello I have a portfolio item that I want to edit. i want to remove the thumbnail and just have 1 column so that when i add items like a slider or video they’re not pushed off to the side. Is this possible?

Yes, this is possible. If you follow my suggestion and remove the featured image then you can add a slider or a video at the top section of the content.

Ok great that looks good. How would I display a featured image in the portfolio but not in the portfolio item?

Thank you for your help!

Hello @Oasis,

You can set a featured image for your portfolio items so that the image will display in the portfolio page. If you do not want to display it in the portfolio item, then you will need to add this custom css:

 .single-x-portfolio .entry-featured {
    display: none;
}

We would love to know if this has worked for you. Thank you.

Thanks - that does remove the image as desired but then the custom JS no longer seems to work so it looks like this:

Hey @Oasis,

It does not work for you because you haven’t added the custom css. Please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.single-x-portfolio .entry-featured,
.single-x-portfolio .entry-wrap {
    float: none;
    width: 100%;
    padding: 0;
}

If you need anything else we can help you with, please let us know.

Great - that’s it working now

Awesome!
We’re glad we were able to help you out.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.