Problem with portfolio

Hello, running latest version of X-theme and everything up to date. Trying portfolio for the first time, but it is not working. Featured images do not appear on the portfolio page: https://www.vivalogue.com/book-cover-design/

Two portfolio items created, with the correct category, and the correct portfolio parent (Book Cover Design).


Have checked for plugin conflict by disabling all plugins except for Cornerstone. Still doesn’t work.

Clearly, I’m doing something wrong. Can you help?

Hey @kjdenny,

The issue is coming from your custom CSS.

Please remove it and before reporting an issue, please remove all customizations as we need to know if the issue is coming from the theme.

Thanks.

The problem that I have is that I do not want the featured image for news stories to appear on the news page (which is why I had that custom css). (Other themes I work with have the option to hide the featured image on posts, but not you, so I had to add to custom css.)

Is there anyway to suppress the featured image appearing on individual posts (and on the blog page), but still have the portfolio work? ie .entry-thumb - specific to posts, and .entry-thumb specific to portfolios.

Thanks,

I just want to suppress the featured image from appearing on individual posts and profile items.

The CSS for that should be:

.single-x-portfolio .entry-thumb,
.single-post  .entry-thumb {
    display: none;
}

Hope that helps.

Thank you. It does.

You are most welcome. :slight_smile:

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