PWR Plugins
Forum Replies Created
-
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,
ThiagoForum: Plugins
In reply to: [PowerFolio - Portfolio & Image Gallery for Elementor] Display item pageHello @smoothmedia =)
For now we have 2 options:
– Open the featured image on a lightbox
– Open the portfolio project pageYou can select this on the “Each project links to” widget option.
I added your suggestion to our feature requests list. So we may add it in a future version/release.
Regards,
ThiagoHi there =)
I think it’s because you are using a transparent image.
It happens because the html structure displays the block image twice depending of the portfolio mode (one in a
tag, and the other one as a background through CSS).
You have 2 ways to fix this:
Option #1 – Add a white background to your image (using a image editor). – RecommendedOption #2 – Add some CSS to remove the background image. You can add the following CSS code to Appearance > Customize > Additional CSS:
.elementor-14 .elementor-element.elementor-element-f6be058 .elpt-portfolio-content .portfolio-item {background: none !important;}
However, some portfolio modes will not work as expected. That’s why we recommend the first option.Please let us know if it worked for you.
PS: It does not have impact on page load performance/speed, because the 2 images are the same file.
Forum: Plugins
In reply to: [PowerFolio - Portfolio & Image Gallery for Elementor] CANT IMPORT MEDIAHello @serenannnnn,
This is expected. With the plugin, you have the option to link the portfolio items to the portfolio single page, or to open the featured image into a lightbox.
If you want to use it with the gallery mode (lightbox), you can use the following steps:
– Add your portfolio items to Portfolio > Add new
– Add a featured image to the item (this is the item that will be used in the lightbox)
– When adding the portfolio widget to the page, select the “lightbox” mode on the “each project links to” option.Please check this video tutorial for more detials: https://www.youtube.com/watch?v=eikLVsTO0yw&feature=emb_title
Please let us know if it worked for you.
- This reply was modified 5 years, 3 months ago by PWR Plugins.
Hi there,
We fixed this issue in the new update (v 1.2.5, released today). Could you please update and check if it’s solved for you?
Forum: Plugins
In reply to: [PowerFolio - Portfolio & Image Gallery for Elementor] Elementor PortfolioHello @techideake,
We have a know issue with GUtenberg (categories are nto displayed on editor if you are using Gutenberg). We are working to fix it in the next update.
As a workaround, please install the Classic Editor plugin (https://br.ww.wp.xz.cn/plugins/classic-editor/). With the classic editor, the categories will be available.
Please let us know if it worked for you.
Forum: Plugins
In reply to: [Power Ups for Elementor] Plugin has a warning from WordPressHello @gamicord,
Did it worked for you?- This reply was modified 5 years, 3 months ago by PWR Plugins.
Forum: Plugins
In reply to: [PowerFolio - Portfolio & Image Gallery for Elementor] Elementor PortfolioHi there,
Please try the steps below:
– Go to Portfolio > Add new Item
– Add the first item of your portfolio. Similar to a regular post. Make sure to add a featured image.
– Repeat the steps to add some items to your portfolio.
– Create a new page using Elementor.
– Drag and drop the portfolio widget to your pag (you cna search for the “Portfolio Elementor” widget)
– Customize it using the widget options and publish the page.
– Done! Your new portfolio is ready!Please let us know if it worked for you.
Hi there.
Unfortunately it’s not possible at the moment, unless with custom code. But we plan to add a pagination feature on a future update.
Please check if the following solution also works for you: https://ww.wp.xz.cn/support/topic/default-website-url-portfolio-url-points-to-template-can-we-change/
Hello @gracenote3,
Yes. On the “wp-content\plugins\portfolio-elementor\classes\powerfolio_post_types.php” set the line 51:
'has_archive' => true,
to false:
'has_archive' => false,After that, pelase re-save your permalinks.
Please let us know if it worked for you.