PWR Plugins
Forum Replies Created
-
Hello @borderlain ,
We just released a new version. The issue is now fixed in Powerfolio version 3.2.2
Hi there,
We’ve reached out to the Patchstack team to investigate this issue. We resolved a similar issue in the last update, so we want to check if this is a false positive or something that needs to be fixed. If so, we’ll fix it soon.
Please keep in mind that this security issue has a low severity impact and is unlikely to be exploited.
Forum: Plugins
In reply to: [PowerFolio - Portfolio & Image Gallery for Elementor] TranslationHello @zinwai , yes, it’s possible!
– You can use the WPML String Translator to translate the text strings from the plugin (you may need to scan it first)
– You can set the portfolio post type as translatable in WPML settings, then translate the posts as regular postsPlease let us know if it works.
Hi there!
Yes, you can definitely create a custom page for your portfolio categories! The easiest way to do this is using Elementor Theme Builder, which lets you design these pages visually without any coding.
Here’s how to do it:
1. First, make sure you have Elementor Pro installed (Theme Builder is a Pro feature).
2. Go to Templates → Theme Builder in your WordPress dashboard.
3. Click “Add New” and select “Archive” template.
4. Give your template a name (like “Portfolio Category Template”).
5. Click “Create Template”.
6. Use Elementor to design your template however you want. You can add: – The Archive Title element to show the category name – The Portfolio widget from PowerFolio to display items from that category – Any other elements you’d like (headings, text, images, etc.)
7. When you’re done designing, click “Publish”.
8. In the display conditions popup, select “Portfolio Categories” under the “Include” section.
9. Click “Save & Close”.Now when someone clicks on a portfolio category in your breadcrumbs, they’ll see your custom-designed page instead of the default one.
Best regards,
Support TeamHi there!
I can provide you with a simple solution to randomize the order of items in the “ALL” section. Add this code snippet to your theme’s functions.php file or preferably in a code snippets plugin:
add_filter('pre_get_posts', function($query) {
// Check if we're dealing with PowerFolio's portfolio post type
if (!is_admin() && isset($query->query['post_type']) && $query->query['post_type'] == 'elemenfolio') {
// Set random ordering
$query->set('orderby', 'rand');
}
return $query;
});This code will modify the WordPress query for portfolio items to display them in random order. Every time someone visits your page, the items will appear in a different random arrangement.
If you prefer to have this randomization only on specific pages, you can adjust the condition to check for specific page IDs as well.
@diogotomaz I checked the link an dit worked correctly.
Does the issue still happens? Could you please send us some screenshots or maybe a screencast of the issue, so we can better understand?
Forum: Reviews
In reply to: [PowerFolio - Portfolio & Image Gallery for Elementor] No Longer WorksHello @tsinhouseweb , the plugin still works, and we released a update last week fixing some known issues.
Hi there, this error should be fixed in the lastest version (3.1.2).
Forum: Plugins
In reply to: [PowerFolio - Portfolio & Image Gallery for Elementor] PHP errorHi there, this error should be fixed in the lastest version (3.1.2).
Hello @awcerde,
We just released a new version with a pagination feature for the grid (available in the PRO version only).
You should be able to set 3 columns and 2 rows, and then use the pagination to go to the next page.
Forum: Plugins
In reply to: [PowerFolio - Portfolio & Image Gallery for Elementor] paginationHello @mly,
We just added this pagination feature to the version 3.1 (PRO version only)
Hello @digisite,
This issue seems related to your theme or with the Elementor Custom Skin plugin, as the portfolio single page is a simple post type with the Elementor editor enabled.
Could you please reach the Elementor Custom Skin plugin support and check if there any additional actions required (e.g. create a archive for the portfolio post type).
Hello @etailleur ,
It’s possible to downgrade the plugin version using the WP Downgrade plugin: https://ww.wp.xz.cn/plugins/wp-rollback/
Forum: Plugins
In reply to: [PowerFolio - Portfolio & Image Gallery for Elementor] Project Details PageHello @contactmediaservices , sorry for the delay.
Could you please go to Settings > Permalinks and re-save? This should fix the 404 error for most cases.Please let us know if it works.
Hello @factorchem , sorry for the delay.
- If you are talking about the next and previous buttons of the single page, they are added by your theme (not by Powerfolio plugin). Also, I noticed that they are already translated. Is it correct? e.g. https://www.corquimia.com/wordpress/presentes-en-alimentaria-2022-foodtech/
- At the moment, the filter only works with the posts that are already displayed on the page, so this expected. We have plans to improve it, but we can’t give an ETA at the moment.