Padaben
Forum Replies Created
-
Hi @noruzzaman , thank you .
indeed, looks another plugin is creating this column but dunno which one yet.
maybe GPDR compliance.
here it is –
thank you .
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] order completed but email not sentAwesommmeee. I didn’t found it !
perfect
thank you 😀Forum: Plugins
In reply to: [Autocomplete Order Status for WooCommerce] custom delay to set completedThank you Noruzzman.
I hope you can develop this soon enough ^^
BestForum: Plugins
In reply to: [Contact Form 7] @plugin creators(@jules-colle) thank you !
the page not reloading has fixed the thing !
awesome
Have a nice dayForum: Plugins
In reply to: [Contact Form 7] @plugin creatorsTrue !
mostly I do delete the css from loading and add the lines to my childtheme/style.css
and I do try to load the js only when needed.
I’ll check with default theme and see.
I’ll let you know,
thank youForum: Plugins
In reply to: [DS CF7 Math Captcha] integrate translation stringsHi, yes, except the sentense What is !
Here a post for that ! : https://ww.wp.xz.cn/support/topic/translate-what-is-2/#new-topic-0Forum: Plugins
In reply to: [Contact Form 7] Translate What isThank you ! 😀 I do that
Forum: Plugins
In reply to: [Contact Form 7] @plugin creatorsHi, thank you, sorry, but I tried this several times
can’t make it work into child theme functions.php
https://www.benjaminbossu.com/contact-benjamin/add_action('wp_footer', 'custom_wpcf7_hide_form');
function custom_wpcf7_hide_form() {
?>
<script type="text/javascript">
document.addEventListener( 'wpcf7mailsent', function( event ) {
document.querySelectorAll("form.wpcf7-form > :not(.wpcf7-response-output)").forEach(el => {
el.style.display = 'none';
});
}, false );
</script>
<?php
}thank you
Forum: Plugins
In reply to: [Contact Form 7] Translate What isi am in local, not yet ready to put online, you can see your line 261 of ds-cf7-math-captcha.php
$ds_cf7_captcha .= ‘What is ‘ . esc_html($actnVal2) . ‘ ‘;
that is not translate proof !
Thank youForum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Error with last php version.YEs 😀
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Error with last php version.replacing the plugin files
- This reply was modified 1 year, 7 months ago by Padaben.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Error with last php version.yeah ! I manage to make it work
It is ok 😀 😀 thank youForum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Error with last php version.Hi, I hope you are well
I would like to get to you about this issue.
I didn’t see a fix into the changelog and the problem in the email is still on.
Any help would be appreciated .
thank you 😀Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Error with last php version.oh yeahh @jules-colle thank you.
any idea when ? 😀
Best