PWR Plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Portfolio for Elementor & Image Gallery | PowerFolio] Double bottomHello @martijnn4455,
Apologies for the delay. We checked the link and found no duplicate buttons. Could you confirm that the issue has been resolved?
Regards
Hi there,
This is related with the theme (not directly related with the plugin).
In this case, you cna hide the featured image by adding this CSS snippet to Appearance > Customize > Additional CSS:
.single-elemenfolio .featured-thumb { display: none; }
Please let us know if it worked for you.
Hi there,
Ee do’nt have the “Filter by parameter” feature yet on our plugin, but I added this suggestion to our list of feature requests.
For now, it’s possible to use the “archive” page of the Portfolio Category to list the items of a specific category. E.g. https://yourwebsite.com/portfoliocategory/category-1/
Kind regards,
ThiagoForum: Plugins
In reply to: [Portfolio for Elementor & Image Gallery | PowerFolio] Images not loadingHi there, sorry for the delay.
I tried to check the link but it not worked. Could you please send us the URL again?
Please also check the if the URL of the images are correct on the source code.
Hi there!
For now, we don’t have this feature. THe title is displayed only on mouseover.
However, we are planning to add this feature.
PS: If you are using Elementor, we do recommend to use the portfolio widget, instead of shortcode.
Hi there!
It seems that the gallery was removed from your page.
Could you please contact us via email ([email protected]) with more details, so we can debug the issue? We will need to take a look because it may be related with the javascript code.
Regards,
ThiagoHi there.
Please test with a minimal install: disable all plugins and temporarily switch to a default theme. Then enable only Elementor + Powerfolio and refresh the permalinks.
If the issue persist after that, please contact us through email (click to the support tab on plugin settings). We will need to check your website to debug.
Thank you very much @sifat12 =)
Hi there,
Please try the following:
– Go to Settings > Permalinks
– Re-save your permalink structureIf the issue persist, could you please send us more details? Please also send us a screenshot.
Forum: Plugins
In reply to: [Portfolio for Elementor & Image Gallery | PowerFolio] No carousel optionHi there.
Thanks for notifying us. It was accidentally removed from the latest version. We are working on a new update to include it later this week.
Regards,
ThiagoPS: The carousel widget is available only in PRO version
Hi there,
It’s probably because the archive was disabled by default on the last update (it was requested by some users). To eanble it again, please try the following:
– Open the wp-content\plugins\portfolio-elementor\classes\powerfolio_post_types.php file
– On line 51, set “has_archive” to true:
'has_archive' => true,
– Got o Settings > Permalinks and re-savePlease let us know if it worked. We are planning to add a option to enable/disable it on dashboard.
Hello @visualhippocracy, welcome! I’m happy that you solved the issue ??
Please note that this modification may be lost after a plugin update, so you may need to apply this fix again. I added this as a feature request for a future update (add a option to change the portfolio slug).@saramerino thansk for the help! ??
Hi there!
We added a new widget option on the update today (version 1.2.9), that allows you to customize the “All” word. You should be able to modify the text through this option.
Could you please update and check if it works for you?
All the best,
ThiagoHi there!
We fixed this bug in the last release. In case you still have the issue, please try the following:
– Disable the free version
– Upload the PRO version to Plugins > All Plugins and activate it.Please let us know if it worked for you.
Hello Tanja,
You can use CSS to increase padding between images. Please try with the snippet below:
.elpt-portfolio-content.elpt-portfolio-margin .portfolio-item-wrapper { padding-left: 20px; padding-right: 20px; padding-bottom: 20px; }
We want to implement a Elementor option to control the magin in a future update.
Regarding the text list, unfortunately we don’t have this feature at the moment. Maybe you can check if there is a Elementor Widget to list posts, then select “Portfolio” as the custom post type (probably on the query control). Or maybe build it manually using a text widget.
Regards,
Thiago