PWR Plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Portfolio for Elementor & Image Gallery | PowerFolio] 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: [Portfolio for Elementor & Image Gallery | PowerFolio] 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: [Portfolio for Elementor & Image Gallery | PowerFolio] 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://www.ads-software.com/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; }
Forum: Plugins
In reply to: [Portfolio for Elementor & Image Gallery | PowerFolio] portfolio categoriesHi there,
THe single page is created by the theme or by the page builder (Elementor). We don’t have a feature in the plugin to hide it.
Maybe you can hide a specific item of the page using CSS (e.g. display: none;)
Forum: Plugins
In reply to: [Portfolio for Elementor & Image Gallery | PowerFolio] 2 column mobileHello
Unfortunately we don’t have this feature yet. But this can be done with some CSS customization.
I found that you already did it by using the CSS below. So I’m adding here for future reference:
@media (min-width: 1px) .elpt-portfolio-content .portfolio-item-wrapper { float: left; width: 50%; }
Hello @bolgenstudio,
It seems that you are using the default portfolio from elementor (and not our plugin – Powerfolio) ??
To remove the grey space, you can add the following css snippet to appearance > Customize > Additional CSS:
.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail { position: absolute; background-color: rgba(0,0,0,.0) !important; }
Hello @jvaz18,
Can you please check if it’s possible to translate the string using a plugin like Loco Translate? Most strings in the plugin are translatable.
Please let us know if it works
Hello @urvik1,
You can use Elementor to edit the portfolio single page, then add a Button using it.
Please let us know if it works.