pauloestevaons
Forum Replies Created
-
@ibrahimsharif Can you help me?
Hi, how are you?
I made a video of the error. Here’s the link; I can’t attach the video here.
Thank you.
Video: https://tiburcio.adv.br/wp-content/uploads/2026/04/erro-smtp-config.mov
Estava com esse mesmo problema. Achei como resolver, mas o ideal seria eles atualizarem o plugin. O problema está no arquivo WcBetterShippingCalculatorForBrazil.php do plugin. Removi essas linhas, onde ele retira o campo bairro do checkout.
if (isset($fields['billing']['billing_neighborhood'])) {
unset($fields['billing']['billing_neighborhood']);
}Agora não me pergunte porque eles fizeram isso. rs
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Mailpoet not savingWhen will be released this update?
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Mailpoet not savingI’ll have to look for another plugin. = /
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Mailpoet not savingPlease!!! =/
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Error fill registration form newsletterPlease!!
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Mailpoet not savingThe following error is also generated when filling out the registration form:
Oops! There is a problem with this form: textStatus:error errorThrown:Not Found responseText:Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Mailpoet not savingI’m going through the same problem. Any solution?
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Failed to load bxslider responsiveThank you, qbacoval.
But I did it.see: http://108.179.252.70/~depar634/lookbook/
By staying browsing tabs, using the slide, it crashes. I use this slide a lot, but without this plug-in Ajax. With the plugin can not make it work right.
Would have otherwise? Or you could indicate another slider me to do the same role this?
thank you
Forum: Plugins
In reply to: [Contact Form 7] Validation select custom using wpcf7_add_shortcodePlease
Forum: Plugins
In reply to: [Contact Form 7] Validation select custom using wpcf7_add_shortcodeTakayuki,
I created the code below:add_filter( 'wpcf7_validate_eventos_lista*', 'custom_email_confirmation_validation_filter', 20, 2 ); function custom_email_confirmation_validation_filter( $result, $tag ) { $tag = new WPCF7_Shortcode( $tag ); if ( 'evento' == $tag->name ) { $evento = isset( $_POST['evento'] ) ? trim( $_POST['evento'] ) : ''; if ( $evento == 'notselect') { $result->invalidate( $tag, 'Selecione um evento acima.' ) ); } } return $result; }The filter is working, however it does not have the phrase “Please fill the required field.” under the select I created, similar to most inputs.
If you want to see running: http://breventos.net/confirme-sua-presenca/
thanks!