PWR Plugins
Forum Replies Created
-
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://ww.wp.xz.cn/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://ww.wp.xz.cn/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
Hello @bombastik , any feedback?
I checked the link of your page again (http://mathiasandren.se/offentlig-portfolio/) and found that some items are working as expected, but others have a 404 error.
Please try the following:
– Go to Portfolio > All posts and check if the portfolio items are there (maybe they are moved to trash, or set as draft, so you will need to restore it)
– Go to Settings > Permalinks and re-save the permalink structurePlease let us know if it works.
Hello @balram19 ,
It’s possible to rollback to the previous version of any WordPress plugin or theme with this plugin: https://ww.wp.xz.cn/plugins/wp-rollback/- however, this is not recommended for any product, because old versions may have problems and security flaws. So you need to do this at your own risk.
May I ask you, why would you want to use an older version?
Hello @balram19 ,
Thanks for reporting. We released a new version today (3.0.2) with a fix for this error and warning. Could you please update and lconfirm if it fixed the issue for you?
Forum: Plugins
In reply to: [PowerFolio - Portfolio & Image Gallery for Elementor] Undefined array key ??Hello @paul-t20 ,
We released a new version today with the fix for these PHP warnings. Could you please update to the last version and check if it works for you?
Hello @conquistainternet , sorry for the delay.
We released a major update yesterday. Could you please check if this issue is fixed with the new version?
PS: We also released a new mwjor version eysterday. Pelase check if the issue persist with the new version.
Hello @bombastik, sorry for the delay.
We released a new major version yesterday. Could you please check if the issue still happens with the new version?
If so, could you please enable wp_debug and check if there are any errors displayued? If so, please send us a screenshot: https://ww.wp.xz.cn/documentation/article/debugging-in-wordpress/Hello @vinod99 ,
This is weird, as usually this kind of error is related to the theme.
Could you please enable wp_debug and check if it adds any erros to the debug log? If so, please send it to us: https://ww.wp.xz.cn/documentation/article/debugging-in-wordpress/
Hello @momo-fr,
What is the link of the portfolio page?
Does it display any error message? If so, could you please send us a screenshot?
Hello @aamiranwar33 ,
This seems to be a issue with the theme (as it should use the the_content function). Have you checked with the support from WPAstra?