Comments on: Create A Portfolio Page https://organicthemes.com/tutorial/create-portfolio-page-wordpress/ Premium WordPress block themes and plugins for the full-site editor. Mon, 25 May 2020 16:44:17 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Emily Morgan https://organicthemes.com/tutorial/create-portfolio-page-wordpress/#comment-495167 Mon, 25 May 2020 16:44:17 +0000 https://organicthemes.com/?post_type=tutorial&p=319608#comment-495167 In reply to Trang.

Hello! Please reach out to our support team either via email (support@organicthemes.com), or in the support forums. Thanks!

]]>
By: Trang https://organicthemes.com/tutorial/create-portfolio-page-wordpress/#comment-494931 Fri, 22 May 2020 07:48:41 +0000 https://organicthemes.com/?post_type=tutorial&p=319608#comment-494931 I want to hide the featured image at the top of the post. But when I hide featured image, the post no longer displays in portfolio view anymore (both 1.portfolio widget page view and 2.category view). How to fix this? I want the post and its thumbnail image still display in portfolio view

Thanks a lot

]]>
By: David Morgan https://organicthemes.com/tutorial/create-portfolio-page-wordpress/#comment-491024 Mon, 23 Mar 2020 15:46:53 +0000 https://organicthemes.com/?post_type=tutorial&p=319608#comment-491024 In reply to Sh.

Hello,

You will need to create a post for each portfolio item. Add your portfolio image as the featured image for the post, and apply a post category (like “portfolio”) for each post. Then, once you have added multiple portfolio posts, they will display in your portfolio widget.

Thanks!

]]>
By: Sh https://organicthemes.com/tutorial/create-portfolio-page-wordpress/#comment-490762 Tue, 17 Mar 2020 22:47:01 +0000 https://organicthemes.com/?post_type=tutorial&p=319608#comment-490762 Hi,
I only have uncathegorized under the portfolio cathegory and there is not any field underneath to fill. Fo rexample, I chose 6 posts and 3 columns but where I can acutally uplaod the content of the posts and pictures.
Thanks

]]>
By: Laura Rodd https://organicthemes.com/tutorial/create-portfolio-page-wordpress/#comment-411300 Wed, 06 Mar 2019 13:27:51 +0000 https://organicthemes.com/?post_type=tutorial&p=319608#comment-411300 Great article and guide, thanks for sharing such useful tips! A decent portfolio must cover a lot of bases. Apart from actually showcasing your work, the text alongside each piece must give the right level of context. Not only that, but it must also be designed well enough to catch people’s attention without shifting focus away from the work itself. Here’s an article covering the same topic and it would be great to have your feedback 🙂 https://goo.gl/AZpd6B

]]>
By: Rebecca https://organicthemes.com/tutorial/create-portfolio-page-wordpress/#comment-387669 Fri, 12 Jan 2018 12:26:15 +0000 https://organicthemes.com/?post_type=tutorial&p=319608#comment-387669 In reply to John Tripp.

Hi John,

The single portfolio isn’t really built to display without the featured image. If you upload a higher quality image with a width of about 1800px, it should display better on the single portfolio. Have you tried doing this already? Otherwise you could change which image loads in each single portfolio with CSS like this:

#post-172 .feature-img.banner-img {
background-image: url(image-url) !important;
}

You’ll need to first upload the image to your media library and find the URL, then you can target the specific post using the ID for that post. This way a different image will load as the background banner for your portfolio post. If you wanted to use the same image for all portfolio posts you would use something like this instead:

.jetpack-portfolio-template-default .feature-img.banner-img {
background-image: url(image-url) !important;
}

Add this to the Additional CSS section of the customizer.

Thanks!

]]>
By: John Tripp https://organicthemes.com/tutorial/create-portfolio-page-wordpress/#comment-387638 Fri, 12 Jan 2018 05:48:51 +0000 https://organicthemes.com/?post_type=tutorial&p=319608#comment-387638 I love this widget, but the featured image on my website ends up pixelated and distorted. Any way to have the featured image in the portfolio gallery, but not on the actual project page?

]]>