Jb Audras
Forum Replies Created
-
Forum: Plugins
In reply to: [Reusable Blocks Extended] Does not work with ACF BlocksHi and thanks for your interest!
I can confirm the plugin works fine with ACF Pro Blocs 😃
Widget screenshot: http://jeanbaptisteaudras.com/images/acf-reusable-blocks.png
Cheers,
JbForum: Plugins
In reply to: [GDPR Data Request Form] French translation?Hi,
I’m closing the issue since translations clearly works fine.
Cheers,
JbForum: Plugins
In reply to: [GDPR Data Request Form] Getting ‘Array’ when using echoSolved (see last comment).
Forum: Plugins
In reply to: [GDPR Data Request Form] Plugin not working properlyHi,
The last update fixed this issue.Thanks for your feedback,
JbForum: Plugins
In reply to: [GDPR Data Request Form] Plugin not working properlyHello,
Thanks for your feedback.
I’m going to have a look on the issue and I’ll circle back to you when I have feedback on this issue.Forum: Plugins
In reply to: [GDPR Data Request Form] Automatic confirmationHello,
I’m sorry, but it’s not possible as that is currently not handled by WordPress Core.
Cheers,
JbForum: Plugins
In reply to: [GDPR Data Request Form] French translation?Forum: Plugins
In reply to: [GDPR Data Request Form] Translation not shownHi and thanks for your report @filout!
Right, but it’s because the plugin is not 100% translated in German: https://translate.wordpress.org/projects/wp-plugins/gdpr-data-request-form/stable/de/default/
I don’t have rights to handle German translation, this is the territory of the German translation team.
Feel free to propose a translation by using the link above 🙂
Cheers,
JbForum: Plugins
In reply to: [GDPR Data Request Form] GDPR enchancementsHi and thanks for the report,
All of these should be handled in WordPress Core as this plugins is only displaying front-end forms. It doesn’t handle emails, exports or other features that are related to WordPress Core territory.
Cheers,
JbForum: Plugins
In reply to: [GDPR Data Request Form] Getting ‘Array’ when using echoHi @lobsterdm thanks for your report!
You should rather use
<?php echo do_shortcode( '[gpdr-data-request]' ); ?>Cheers,
JbForum: Plugins
In reply to: [GDPR Data Request Form] Change Email Message Text?Hello,
This is WordPress Core emails and they are not related to this plugin. You’ll need to change the texts by using a custom PHP function or plugin because my plugin only offers the standard WordPress Core emails, sorry 🙂
Forum: Plugins
In reply to: [Export Products, Orders & Customers for WooCommerce] French translationNo problem 🙂
I hope your translation to be validated soon 🙂Forum: Plugins
In reply to: [Export Products, Orders & Customers for WooCommerce] French translationHi @momo-fr @algoritmika ,
If you are working on FR translation, please follow the guidelines: ask for validation or for being PTE on WordPress FR slack (see also: https://fr.wordpress.org/team). These rules are publicly available.So no, @algoritmika it is no a shame a all. Just follow the guidelines please.
Forum: Plugins
In reply to: [GDPR Data Request Form] Interrogation sur le format d’export fourniBonjour,
C’est une bonne question mais je préfère ne pas ajouter de texte dans le formulaire car certain·es utilisateur·ices de cette extension n’en voudront pas. Du coup il vaut mieux ne pas mettre de texte et laisser la possibilité à l’administrateur·ice du site de mettre ce texte ou de ne pas le mettre dans la page 🙂
Forum: Plugins
In reply to: [GDPR Data Request Form] This form does not look niceHello,
Try this CSS rule:
.gdrf-field input[type=email], .gdrf-field input[type=text] { display: block; }