PWR Plugins
Forum Replies Created
-
Hi there,
The issue happens in the english version, right?
Please try to edit the transleted post using the manual/WordPress editor (not an translation editor) and check if the post is assigned to the english category (e.g. to the “Exhibitions” category). If not, please assign it and save.
Hello,
The portfolo post type (elemenfolio) should work like any other post type. So you should be able to enable the “edit with elementor” option inside elementor settings.
To enable comments, as this feature is not currently supported, you will need to edit the plugin code:
– Open the wp-content\plugins\portfolio-elementor\classes\powerfolio_post_types.php file
– Replace the line 55:
'supports' => array('title','editor', 'thumbnail')
With this:
'supports' => array('title','editor', 'thumbnail', 'comments')About the social cards, you may need to use a plugin that adds this feature to custom post types.
Hello,
There is a option on WPML > Settings to set the portfolio category taxonomy as translatable. After that, you can translate it like other translatable taxonomies.
Please check this link: https://wpml.org/documentation/getting-started-guide/translating-post-categories-and-custom-taxonomies
Hello @irfanmalik,
You want to keep the item title always displayed on mobile. Is that correct?
If so, unfortunately this is not possible at the moment. But I added it to our feature request list, to implement it in the future.
Forum: Plugins
In reply to: [PowerFolio - Portfolio & Image Gallery for Elementor] thumbnails glitchHello @kalapishev 🙂
Could you please send us more details about the issue? I checked your screenshot and the link but didn’t find it.
Forum: Plugins
In reply to: [PowerFolio - Portfolio & Image Gallery for Elementor] carouselHello Ines,
We have a carousel widget in PRO version, but I’m not sure if it works the way you expected, as the customization is a bit limited for it.
We just saw and responded to your email on our support email.
Regards,
ThiagoHi there, sorry for the delay,
We checked the issue and it seems normal here (only 1 image is displayed in the light box). Could you please let us know what browser are you using? If possible, please also send us a screencast.
Hi there, sorry for the delay and thanks for reporting!
We fixed both issues on the last update (version 2.1.7). Could you please update the plugin and confirm if he issue is solved?
Forum: Plugins
In reply to: [PowerFolio - Portfolio & Image Gallery for Elementor] BackgroundHi there,
I checked the page but this issue seems related with the Elementor plugin or with your theme, and not with our plugin (Powerfolio) as we don’t have this feature.
Could you please check with your theme support?
Hi there,
We just added a new option to hide the “all” button. It’s on the widget settings, under the “General Settings” tab (“Show All option”). Could you pelase check if it works for you?
Hi there,
We just added a new option to hide the “all” button. It’s on the widget settings, under the “General Settings” tab (“Show All option”). Could you pelase check if it works for you?
Hi there,
Please add this CSS snippet to Appearance > Customize > Additional CSS:
.portfolio-filter-item[data-filter="*"] {display: none !important;}Hi there,
COuld you please check if it works correctly if you use the box grid instead of masonry?
The masonry layout re-order the items based on image sizes, and this could be messing up the alphabetical order.
Forum: Plugins
In reply to: [PowerFolio - Portfolio & Image Gallery for Elementor] Technical issueHi there,
This may be related a PHP error. Could you please enable wp_debug on your website and check if there are any errors on the screen or in the debug log? https://ww.wp.xz.cn/support/article/debugging-in-wordpress/
If so, could you please send us a screenshot?
Hi there,
This is issue is probably added by the theme or other plugin. Our plugin does not have this feature.
In case you just want to hide it on portfolio pages, as a workaround you can add this CSS to Appearance > Customize > Additional CSS:
.single-elemenfolio .related_wrap { display: none; }