Jose Goncalves
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta for WooCommerce] Can’t exclude categories for synchronizationI have the same problem here, any solution?
I did the same here.
Mesmo problema aqui
Já conseguiu resolver?Forum: Plugins
In reply to: [Claudio Sanches - Correios for WooCommerce] Correios sem opção de Entrega@nancorrea para qual versão do Woo você fez o downgrade?
Eu voltei para a versão anterior 3.6.1 , porém, não resolveu aqui :/Vc tb fez downgrade no plugin dos correios?
Agradeço desde já!
Hi,
I tried so, but unfortunately it still not work. The file does not appear in the ticket management area.
But now at least when the file is required the form can be completed. Which was not possible before.
Thanks
Hi,
Sure! Here is the code I’m using to generate the upload custom field:
if ( ! defined( 'WPINC' ) ) { die; } add_action( 'plugins_loaded', 'wpas_user_custom_fields' ); function wpas_user_custom_fields() { $imagem_do_registro_args = array( 'title' => 'Imagem do Registro', 'field_type' => 'upload', 'capability' => 'edit_ticket', 'multiple' => false, 'label' => 'Insira aqui a imagem do protocolo', 'log' => true ); wpas_add_custom_field( 'imagem_do_registro', $imagem_do_registro_args ); }Hello there,
Thanks for the feedback and for trying solve the problem. I truly appreciate it.
I downloaded the beta version and replaced in my wordpress installation to test, but the file has not been uploaded yet in administrative area where the regular ticket attached files appear, as you indicated. Please let me know if you have another solution.
Taking advantage of another topic, I found a issue in the form’s checkbox custom fields and would like to request a review. Is it possible that the checkbox fields also have a title field like the radiobox fields?
I usually solve this problem by changing to line 30 on file
“includes/custom-fields/field-types/class-cf-checkbox.php”From:
$ Output = ”;For:
$ Output = ‘<label class = “wpas-label-radio”> {{label}} </ label>’;Thanks
Forum: Plugins
In reply to: [Claudio Sanches - Bcash for WooCommerce] Checkout Lightbox ou TransparenteOi Claudio,
Entendo perfeitamente. Por hora vamos trabalhar com os recursos que o plugin oferece.
Obrigado pela rápida resposta.
Abs,
Forum: Fixing WordPress
In reply to: Fatal Error in WordPressHello Stardrive,
I solved the problem by removing the Pro version of the Master Slider.
I will be waiting for the update.
Thank you for your help
Forum: Fixing WordPress
In reply to: Fatal Error in WordPressHello Stardrive,
I am having the same problem as you at this very moment, I was trying to install TinyMCE Advanced plugin and after the installation was finished, I rebooted my page and I had this same problem
My question is, what was the slider plugin that you deleted?
I have the Pro version of the Master Slider here and do not know if the problem was caused by him. I have not tried to delete it.
I’m grateful for the help.