PWR Plugins
Forum Replies Created
-
@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: [Portfolio for Elementor & Image Gallery | PowerFolio] 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: [Portfolio for Elementor & Image Gallery | PowerFolio] 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: [Portfolio for Elementor & Image Gallery | PowerFolio] 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://www.ads-software.com/plugins/wp-rollback/
Forum: Plugins
In reply to: [Portfolio for Elementor & Image Gallery | PowerFolio] 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.
Hello @juanalfonzo , please check thsi link: https://powerfoliowp.com/docs/editing-your-portfolio-single-page-with-elementor/
Hello Sarah,
For now, it’s possible to add images with custom links using the Image Gallery widget. This is a feature of the PRO version.
However, we just found a small bug there, please check this link for the details and how to fix it: https://www.ads-software.com/support/topic/connect-each-image-in-image-gallery-to-custom-url/#post-16902046
We will fix this small bug in the next version. We want to also implement a similar feature for the portfolio post type/widget.
Please let us know if you need any help.
Hi there,
We found that this is a bug in version 3.0, we will fix this in the next release.
For now, please try the following:
– Open the wp-content\plugins\portfolio-elementor\classes\Powerfolio_Portfolio.php fileAround line 508 (inside get_portfolio_link_data), replace the following snippet
if ($settings['linkto'] == 'image') { $portfolio_link = $portfolio_image; $portfolio_link_class = 'elpt-portfolio-lightbox'; $portfolio_link_rel = 'rel=elpt-portfolio_' . $rel_id; } else if ($settings['linkto'] == 'image_elementor') { $portfolio_link = $portfolio_image; $portfolio_link_class = 'elpt-portfolio-elementor-lightbox'; $portfolio_link_rel = 'rel="elpt-portfolio_' . $rel_id . '"'; } else if ($settings['linkto'] == 'link' && array_key_exists('list_external_link', $post)) { $portfolio_link = $post['list_external_link']['url']; if ($post['list_external_link']['is_external'] == true) { $portfolio_link_target = 'target="_blank"'; } if ($post['list_external_link']['nofollow'] == true) { $portfolio_link_follow = 'rel="nofollow"'; } }
With:
if ($post['linkto'] == 'link' && array_key_exists('list_external_link', $post)) { $portfolio_link = $post['list_external_link']['url']; if ($post['list_external_link']['is_external'] == true) { $portfolio_link_target = 'target="_blank"'; } if ($post['list_external_link']['nofollow'] == true) { $portfolio_link_follow = 'rel="nofollow"'; } } else if ($settings['linkto'] == 'image') { $portfolio_link = $portfolio_image; $portfolio_link_class = 'elpt-portfolio-lightbox'; $portfolio_link_rel = 'rel=elpt-portfolio_' . $rel_id; } else if ($settings['linkto'] == 'image_elementor') { $portfolio_link = $portfolio_image; $portfolio_link_class = 'elpt-portfolio-elementor-lightbox'; $portfolio_link_rel = 'rel="elpt-portfolio_' . $rel_id . '"'; }
Please let us know if it works.
Hi there,
Could you please try using this plugin? It will allow you to re-order the posts from the portfolio post type: https://www.ads-software.com/plugins/post-types-order/
Please let us know if it works.It’s still possible to do that in the latest version, with the following steps:
- Edit the page with Elementor
- Edit the portfolio widget
- Go to “Hover effect settings> Each Project links to”
- Select portfolio single page option and save