Only have certain portfolio item pages enabled

Good afternoon team,

I currently have all portfolio item pages disabled (ravenpinaud.com) as a short-term fix - however I would like to know if there was a way to only enable certain portfolio items to have its own page?

Some of my larger works (like the websites) I would like to have their own portfolio item page clickable (like how originally coded) however my smaller items like logos, i would not like to have a portfolio item page enabled for them, and only have them viewable from the main portfolio cascade/grid.

This is because I find the featured image selection on the portfolio item pages to be too large - and I havent found a way to keep the featured images a smaller size (their uploaded size) to be the same on the portfolio item page.

If there is a way to only enable some pages, or keep the featured image size the original uploaded and intended size when on the portfolio item pages - please let me know!

Thank you

update: for now I have added the following code:

.single-x-portfolio .entry-featured {
display: block;
max-width: 500px;
margin: 0 auto;
padding: 20px 0;
}

However, this restricts my larger photos to the 500px width. I’ve tried max-width: fit-content; and max-width: 100%; with no luck.

Thank you

Hey @webraven,

Instead of custom coding, I’d recommend you build a custom Single Portfolio display using the Layout Builder. With the Layout Builder, not only can you create a custom layout but assign a layout to specific portfolio item.

You can learn more from the video below:

By the way, we only provide custom coding guidance in our One Premium Support. If you wish to continue editing your site using custom codes, you might want to subsribe to One.

Hope that helps.

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