gurabelo17
Forum Replies Created
-
Oi @andyztrw,
Consegui resolver, mas não tenho certeza de onde estava o problema exatamente. Dos 3 sites que mantenho usando esse plugin, 1 estava funcionando e era justo um que estava fora do meu servidor.
O que eu fiz:
– Atualizei os valores do PHP no servidor, memory limit, time limit, etc.
– Voltei o WordPress para a versão 5.7.3
– Voltei o Woocommerce para a versão 5.3.1
– Reiniciei a VPN.Atualizei o Token do Pagseguro.
Fiz vários testes entre todas as tentativas, mas como disse não sei exato que fez resolver o problema.
Forum: Plugins
In reply to: [Masks Form Fields] Plugin not working anymore for meHi @ivanpetermann,
I`ve submited the form.
Olá @andyztrw,
Aparentemente estou com o mesmo problema. Você conseguiu resolver?
Forum: Plugins
In reply to: [Masks Form Fields] Plugin not working anymore for meHi @ivanpetermann,
Thanks for trying to help me.
Although that code works, it brokes the layout and the pop-up content shows before clicking. It seems a CSS issue now, but I don’t know what to do.
Do you have any suggestion? I’m also willing to hire someone to do this for me.
Thank you.
Forum: Plugins
In reply to: [Masks Form Fields] Plugin not working anymore for meThis is the code that I`am using to include the cpf class and was working:
<?php $required = isset( $field->required ) && 'on' === $field->required ? true : false; $option_id = "tribe-tickets-meta_{$field->slug}_{$ticket->ID}{{data.attendee_id}}"; $field = (array) $field; $multiline = isset( $field['extra'] ) && isset( $field['extra']['multiline'] ) ? $field['extra']['multiline'] : ''; $field_name = 'tribe-tickets-meta[' . $ticket->ID . '][{{data.attendee_id}}][' . esc_attr( $field['slug'] ) . ']'; //INÍCIO acrescenta novas variaveis $cpf = "cpf"; $data_nasci = "nascimento"; $telefone = "telefone"; //FIM acrescenta novas variaveis $disabled = false; $classes = [ 'tribe-common-b1', 'tribe-field', 'tribe-tickets__item__attendee__field__text' ]; if ( $required ) { $classes[] = 'tribe-tickets-meta-required'; } if ( $multiline ) { $classes[] = 'tribe-tickets__item__attendee__field__textarea'; } ?> <!--DEFINICAO DE QUAL CLASSE USAR - DA LINHA 38 ATÉ 51--> <div <?php tribe_classes( $classes ); ?> > <label class="tribe-common-b2--min-medium tribe-tickets-meta-label" for="<?php echo esc_attr( $option_id ); ?>" ><?php echo wp_kses_post( $field['label'] ); ?><?php tribe_required_label( $required ); ?></label> <?php if ( $multiline ) : ?> <textarea id="<?php echo esc_attr( $option_id ); ?>" class="tribe-common-form-control-text__input ticket-meta" name="<?php echo esc_attr( $field_name ); ?>" <?php tribe_required( $required ); ?> <?php tribe_disabled( $disabled ); ?> ><?php echo esc_textarea( $value ); ?></textarea> <?php else : ?> <!--DEFINICAO DE QUAL CLASSE USAR - DA LINHA 38 ATÉ 69 - RETIREI A CLASSE PADRAO QUE ESTAVA NA LINHA 72--> <input <?php switch ($option_id) { case (strpos($option_id, $cpf) == true): echo "class='cpf tribe-common-form-control-text__input ticket-meta' minlength='14'"; break; case (strpos($option_id, $data_nasci) == true): echo "class='date tribe-common-form-control-text__input ticket-meta' minlength='10'"; break; case (strpos($option_id, $telefone) == true): echo "class='phone tribe-common-form-control-text__input ticket-meta'"; break; default: echo "class='tribe-common-form-control-text__input ticket-meta'"; }?> type="text" id="<?php echo esc_attr( $option_id ); ?>" name="<?php echo esc_attr( $field_name ); ?>" value="<?php echo esc_attr( $value ); ?>" <?php tribe_required( $required ); ?> <?php tribe_disabled( $disabled ); ?> /> <?php endif; ?> </div>Forum: Plugins
In reply to: [Masks Form Fields] Plugin not working anymore for meHi @ivanpetermann,
Thank you for trying to help.
Unfortunately it not solve my problem. Must probably because I do not have the development skills required.
The strange is, it was working perfectly a month ago, and nothing has changed in the theme, it was already a form inside a popup.
But anyway, this last code you shared, it is supposed to include inside the functions.php?
Thank you,
Gustavo R.Forum: Plugins
In reply to: [Masks Form Fields] Plugin not working anymore for meHi Ivan,
Thanks for your reply.
It is working for CF7, but not for my other forms.
Please, check this page and try to buy a ticket to see the problem.
https://timeaction.com.br/evento/cross-aquathlon-2021/#tribe-tickets
It was working fine some weeks ago, including the fields date and phone.
As it does not have a default way to insert classes via wp panel, I made a code to include it in my child theme. I can send you the code if you could check.Thanks in advance for your help!
Forum: Plugins
In reply to: [Claudio Sanches - PagSeguro for WooCommerce] Erro de Caracteres especiais@lucosta, Muito obrigado por compartilhar! Resolveu meu problema.
Hi @maartenbelmans,
Thanks for your fast reply.
I enter the custom class in the settings, then save, and it is not inserted into the html atribute class=””. Just keeps the default class=”wapf-input”.
I would like to have a custom class like class=”wapf-input date”, so i can use a third plugin to have masks in the field, for example.
Forum: Plugins
In reply to: [Brazilian Market on WooCommerce] Permitir apenas uma compra por CPFOlá, também tenho interesse nessa solução. Alguém?
Obrigado!
Forum: Plugins
In reply to: [Claudio Sanches - PagSeguro for WooCommerce] Pagamento Recorrente PagSeguroOlá @claudiosanches, existe alguma previsão para liberar o pagamento recorrente? Aproveito para agradecer todo seu trabalho com o plugin. Parabéns, é muito útil.
Abraços.
I am facing the same problem. Performance test didnt bring any result.
angelicapacheco.com.br
Forum: Plugins
In reply to: [WP Max Submit Protect] Field limit not reflectin php.iniHi jason,
Problem solved. My host server made the modifications and it worked.
Thank you again, the plugin works fine.
Gustavo R.
Forum: Plugins
In reply to: [WP Max Submit Protect] Field limit not reflectin php.iniHi Jason,
First of all, thanks for the quick response. I’m trying to solve this for a long time.
In fact I have listed the configuration you mentioned above and it does not work. In my recent tests I managed to run on the local server and it worked fine if I put max_input_vars php_value 2000 in .htaccess file. But this configuration is not supported by my online serve hosting .
Do you have any other ideas?
You may want to see a copy of the output from phpinfo (). I can send you an email with that.Thanks for you attention.
Best regards,
Gustavo R.
Forum: Plugins
In reply to: [WP Max Submit Protect] Field limit not reflectin php.iniHi Jason,
I`am having the same problem and my settings in php.ini are as follows:
suhosin.post.max_array_index_length = 256
suhosin.post.max_totalname_length = 65535
suhosin.post.max_vars = 5000
suhosin.request.max_array_index_length = 256
suhosin.request.max_totalname_length = 65535
suhosin.request.max_vars = 5000max_input_vars = 5000
max_execution_time = 300
max_input_time = 600
memory_limit = 256MThe WP Max Submit Protect plugin still showing the message:
“This form has too many fields (1513) for the server to accept (max 1000)”
Can you help me to solve this issue?
Best Regards
Gustavo R.