PORTFOLIO VWPBakery Page Builder

Hello, how can I edit individual portfolios with WPBakery Page Builder? I can’t change the page layouts of the individual portfolios.

I only see cornerstone.

Thank you.

Hi Pancrazio,

Thanks for writing in! Portfolio is a custom post type (similar to blog posts), so by default you cannot edit it using Cornerstone or Visual Composer plugin. When you add a portfolio item by filling it’s details, those items will be displayed on a Portfolio layout.

You can see portfolio documentation on our knowledge base section.

However with recent changed to X theme, it is now possible to create custom portfolio items using Cornerstone editor. To do that, first you need to enable that feature by head over to X -> Settings -> Permissions -> General -> Portfolio area.

Hope that helps.

Hi, there,
Unfortunately, portfolios have limits.

I would like to delete the image on the left and use the layout on the right full screen.

https://cocaproject.art/portfolio-item/jhv/

How can I do that?

Are there external plugins to modify individual portfolios?

Thank you.

Hello @PANCRAZIO,

The portfolio item page layout in Ethos is designed to have a 70/30 column layout which displays the portfolio featured image on the left and some info on the right side. If you want this layout to be fullwidth, 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 {
    width: 100%;
    float: none;
}

Please let us know if this works out for you.

thank you, it works properly but there is still a problem: I’m not able to keep off the image in evidence. Have a look to the following link, there you can find the image in evidence I’m talking about. Txs

https://cocaproject.art/portfolio-item/cornerstone-draft/

Hi There @PANCRAZIO

Sorry for the misunderstanding. You need to remove the featured image as well right ? Please add the following CSS rule into your X > Theme Options > CSS area.

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

Hope that helps.

Hi, there,
how can I move the category-tag-share area in the right column 2 to the portfolio?

https://cocaproject.art/artists/cornerstone-draft-2/

Thank you very much.

Hi @PANCRAZIO,

Unfortunately, it’s not possible, that area is part of the template and you wish to move it within the content builder area. And content could be different from each portfolio so there is no workaround at this moment. But doable with custom development and I recommend contacting a developer to implement that setup.

Thanks!

If the content is different for each portfolio, it’s perfect.

Hi @PANCRAZIO,

That what makes it more impossible since the content varies so the positioning of the content will vary too. Still, it’s not doable with the current features, still requires custom development.

Thanks!

Thanks.

I’m sorry, but I don’t understand why there’s a blank space in the footer on this page.

I solved it. Thanks for your help. :wink:

Glad it’s okay now, cheers!

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