Forum Replies Created
-
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: https://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: https://breventos.net/confirme-sua-presenca/
thanks!