Portfolio problem

  • Unknown's avatar

    Hi,
    I’m using the Snaps theme. I’ve disabled comments for my portfolio projects but now there is “Comments are closed.” in the comment section. Is it possible to get rid of it? (sample of my portfolio project: https://tribellis.cz/portfolio/ats/)

    Also, I’ve set up featured images for all my portfolio projects. Everything works normally on the portfolio page but when I go directly to one portfolio project the featured image is not there at all. Is it how the snaps theme works or am I missing something?

    Thanks.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi! You can hide the comments section with CSS.

    For your theme the no comments section is a class called p.nocomments so if you add the following CSS:

    p.nocomments {
        display: none;}

    Your site should then look like this: Screenshot

    Hope that helps :)

  • Unknown's avatar

    Oh and the featured image is featured on the portfolio page. Nothing will be displayed on the actual project until you add it directly to the project itself.
    For example here, in this Screenshot you can see the featured image above the project, then in the editor you see that I’ve added an image to the body of the project too.

  • Unknown's avatar

    Hi and thanks :)

    …I don’t have my premium plan right now but I’m going to subscribe next week so I will try hiding comments with CSS.

  • Unknown's avatar

    And one more question about portfolio projects. There is a list of project types on the left side of each portfolio project. Can I disable it?

  • The topic ‘Portfolio problem’ is closed to new replies.