Re-import Starter Templates in Portfolio

Re-import Starter Templates in Portfolio

You might have imported all starter sites while getting started with the WP Portfolio plugin. In case you deleted some of the previously imported starter sites, you can re-import them with the Sync option.
You can also fetch newly added starter sites with the Sync option.
Find this setting under WP Portfolio > Settings > General > Import Starter Sites > Sync. Also, make sure to choose preferred Page Builder.

Once Sync is completed, you will see previously deleted and newly added portfolios under WP Portfolio > All Portfolio Items in a draft.

How to Get the ID for Categories, Other Categories, and Tags?

How to Get the ID for Categories, Other Categories, and Tags?

You need to enter IDs for Categories, Other Categories, and Tags in the portfolio shortcut.
Below are steps to get the ID for the category. In the similar way you can get IDs for Other Categories, and Tags.
Step 1 – Go to 「Portfolio > Categories」. Edit the category.
Step 2 – Observe the URL. You will find a section with astra-portfolio-categories&tag_ID= ( your category ID ). Copy the ID. You can use it in portfolio shortcode.

How to Create Image Portfolio?

How to Create Image Portfolio?

Want to showcase images in a nice gallery with sorting and searching options? This article will help you achieve it.
Have a look at the demo page for Image Gallery.
In order to create an image gallery follow the steps –
Step 1 – Add a new portfolio.
Step 2 – Add a Title and Set portfolio type as Image.
Step 3 – Set Thumbnail Image and Portfolio Image. Thumbnail image will be displayed in the Image Gallery, while the Portfolio image will be displayed when a user clicks on the thumbnail image within the gallery.
Step 4 – Set categories and other categories for the image.

If you have set a similar category for different portfolio types ( Website, Image, Video, Single Page ) you can add a tag to make the image more specific.

Step 5 – Repeat above 4 steps to add all your images to the portfolio.
Step 6 – Copy the IDs for all categories, other categories, and tags that are set for all images in the portfolio. See how to get the ID for categories, other categories, and tags? 
Step 7 – Go to a page where you wish to display Image Gallery. Use following shortcode with the IDs that you copied in step 6.
wp_portfolio show-categories="yes"categories="1,2,3,4" show-other-categories="yes" other-categories="5,6" tags="10" columns="2" show-search="no" 
See more information about all shortcode attributes here.
Your Image Galley will display on the page. You can use the above shortcode in the post as well.
Note: After adding the shortcode to the page, if you are getting No Items Found message on the page in the front end, flush the permalinks once.

How to Get License Key of WP Portfolio?

How to Get License Key of WP Portfolio?

The license key (or purchase key) is needed in various instances; like registering the product to receive free updates, logging in to our support center to request support and more.
You can find the key when you log in to our store.
Login to our store and open the Licenses page.
You will see all your license keys information there.

How to Create Video Gallery?

How to Create Video Gallery?

Want to showcase videos in a nice gallery with sorting and searching options? This article will help you achieve it.
Have a look at the demo page for Video Gallery.
In order to create a video gallery follow the steps –
Step 1 – Add a new portfolio.
Step 2 – Add a Title and Set portfolio type as Video.
Step 3 – Set Thumbnail Image and Video URL.

Make sure the video URL is full and valid. Shortened URL will not work.

For example – For YouTube,

Valid URL – https://www.youtube.com/watch?v=YE7VzlLtp-4
Invalid URL – https://youtu.be/YE7VzlLtp-4

Step 4 – Set categories and other categories for the video.

If you have set a similar category for different portfolio types ( Website, Image, Video, Single Page ) you can add a tag to make the video more specific.

Step 5 – Repeat above 4 steps to add all your videos to the portfolio.
Step 6 – Copy the IDs for all categories, other categories, and tags that are set for all videos in the portfolio. See how to get the ID for categories, other categories, and tags? 
Step 7 – Go to a page where you wish to display Video Gallery. Use following shortcode with the IDs that you copied in step 6.
wp_portfolio show-categories="yes" categories="1,2,3,4" show-other-categories="yes" other-categories="5,6" tags="10" columns="2" show-search="no" 
See more information about all shortcode attributes here.
Your Video Galley will display on the page. You can use the above shortcode in the post as well.
Note: After adding the shortcode to the page, if you are getting No Items Found message on the page in the front end, flush the permalinks once.

Portfolio not Displaying with Page Builder Modules

Portfolio not Displaying with Page Builder Modules

WP Portfolio allows displaying 4 different types of portfolios –

Website
Image
Video
Single Page

Except for a Single Page type, all other portfolios do not have WordPress editor in the setting. They only have input fields for an image, required URL and a few related options. So if you view any of these portfolio types, you will get Page Not Found error. As these portfolios do not have WordPress editor/content that can be shown in the frontend, when viewed individually, the plugin unlists them.
Whenever you display these portfolios with Page Builder modules, you get blank results. As mentioned above, the reason is the WP Portfolio plugin unlists website, image, and video portfolios and restricts them to display in the frontend.
In order to display portfolios with any Page Builder module, you need to remove the restriction by the WP Portfolio plugin. You can do so with the following filter. Add a filter in the child theme』s functions.php file.
add_filter( 'astra_portfolio_exclude_portfolio_items', '__return_false' );
For Example – the following screenshot shows the portfolio added with Elementor Pro – Portfolio widget. It shows portfolios in the backend like –

But in the frontend, it shows empty results –
After adding above mentioned filter, portfolios will display in the frontend like –

How to activate WP Portfolio license?

How to activate WP Portfolio license?

After installing WP Portfolio plugin on the site, you need to activate its license key. License activation registers the product to receive free updates, you can log in to our support center to request support and more.

See how to get license key here. Copy the license key.
From the WordPress dashboard, visit to Plugins.
Click on the Activate License tab under plugin WP Portfolio.
Enter license key you copied in above step.
Click on Activate License. That』s it!

How to Hide Portfolio Menu Panel?

How to Hide Portfolio Menu Panel?

The menu panel that appears at the top of the portfolio shows categories, other categories, and the search box. Just for a reference below is the screenshot for menu panel.
If you wish to hide this panel you would need to update some settings.
From the WordPress dashboard navigate to Portfolio > Settings. Settings listed for Display manage the menu for the portfolio.
You can disable all the fields for Display. 
Disabling above settings will not display menu bar for default shortcode – wp_portfolio
If you want to display menu bar for the particular portfolio you can add attributes to the shortcode. – wp_portfolio show-categories="yes" show-other-categories="yes" show-search="yes"
Note: Shortcode has priority than settings. Shortcode will overwrite the Display settings.
Read more about WP Portfolio ShortCode and Attributes.

How to Reorder Portfolio Taxonomies?

How to Reorder Portfolio Taxonomies?

Sometimes you might need to reorder categories and other categories that display in the filter bar. This can be done easily with Category Order and Taxonomy Terms Order plugin.

Install and activate Category Order and Taxonomy Terms Order plugin.
Go to Portfolio > Taxonomy Order
Choose taxonomy you wish to reorder and arrange them

How to Create Single Page Portfolio?

How to Create Single Page Portfolio?

Want to showcase single pages in a gallery with sorting and searching options? This article will help you achieve it.
Have a look at the demo page for Single Page.
In order to create Single Page portfolio follow the steps –
Step 1 – Add a new portfolio.
Step 2 – Add a Title and Set portfolio type as Single Page. Click on Add Portfolio button. 
Step 3 – Single Page Portfolio offers a WordPress default editor as well as Page Builder editor to design your page. You can add your content with default WP editor or use page builder template. If you are not able to see the option to edit page with page builder you are using, refer next step.
Step 4 –  To create a Single Page Portfolio with page builder, first you need to allow portfolio – post type to be edited with page builder. For example – with Elementor, navigate to Elementor > Settings. Tick the checkbox for  Portfolio in Post Types. Save Changes. This will allow Portfolio to be edited with Elementor page builder. Refer screenshot here.
You can follow the similar process for other page builders.
Step 5 – After adding content to the page, set the thumbnail image and select Open Portfolio Item in. If you are not able to see portfolio settings, make sure they are enabled from screen options.

Step 6 – Set categories and other categories for the single page.

If you have set a similar category for different portfolio types ( Website, Image, Video ) you can add a tag to make the page more specific.

Step 7 – Repeat above steps to add all your single page to the portfolio.
Step 8 – Copy the IDs for all categories, other categories, and tags that are set for all single pages in the portfolio. See how to get the ID for categories, other categories, and tags? 
Step 9 – Go to a page where you wish to display a single page portfolio. Use following shortcode with the IDs that you copied in step 8.
wp_portfolio show-categories="yes"categories="1,2,3,4" show-other-categories="yes" other-categories="5,6" tags="10" columns="2" show-search="no" 
See more information about all shortcode attributes here.
Your Single Page Portfolio will display on the page. You can use the above shortcode in the post as well.
Note: After adding the shortcode to the page, if you are getting No Items Found message on the page in the front end, flush the permalinks once.