Title: Jose Goncalves's Replies | WordPress.org

---

# Jose Goncalves

  [  ](https://wordpress.org/support/users/zehatm/)

 *   [Profile](https://wordpress.org/support/users/zehatm/)
 *   [Topics Started](https://wordpress.org/support/users/zehatm/topics/)
 *   [Replies Created](https://wordpress.org/support/users/zehatm/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/zehatm/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/zehatm/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/zehatm/engagements/)
 *   [Favorites](https://wordpress.org/support/users/zehatm/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta for WooCommerce] Can’t exclude categories for synchronization](https://wordpress.org/support/topic/cant-exclude-categories-for-synchronization/)
 *  [Jose Goncalves](https://wordpress.org/support/users/zehatm/)
 * (@zehatm)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/cant-exclude-categories-for-synchronization/#post-14092513)
 * I have the same problem here, any solution?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Currency Switcher for WooCommerce by WBW] Conflict with woocommerce product gallery zoom in function](https://wordpress.org/support/topic/conflict-with-woocommerce-product-gallery-zoom-in-function/)
 *  [Jose Goncalves](https://wordpress.org/support/users/zehatm/)
 * (@zehatm)
 * [7 years ago](https://wordpress.org/support/topic/conflict-with-woocommerce-product-gallery-zoom-in-function/#post-11623475)
 * I did the same here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Currency Switcher for WooCommerce by WBW] Conflict with woocommerce product gallery zoom in function](https://wordpress.org/support/topic/conflict-with-woocommerce-product-gallery-zoom-in-function/)
 *  [Jose Goncalves](https://wordpress.org/support/users/zehatm/)
 * (@zehatm)
 * [7 years ago](https://wordpress.org/support/topic/conflict-with-woocommerce-product-gallery-zoom-in-function/#post-11621090)
 * Hi, i have the same problem here :/
    [@jim1997](https://wordpress.org/support/users/jim1997/)
   did u solve it?
 * [@woobewoo](https://wordpress.org/support/users/woobewoo/) your plugin is really
   great as far as I tested it, thanks a lot for it!
    I am thinking of buying the
   PRO version, however, I need to know if native woocommerce zoom still work with
   your plugin.
 * Thanks in advance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Claudio Sanches - Correios for WooCommerce] Problemas com o cálculo de frete dos correios](https://wordpress.org/support/topic/problemas-com-o-calculo-de-frete-dos-correios/)
 *  [Jose Goncalves](https://wordpress.org/support/users/zehatm/)
 * (@zehatm)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/problemas-com-o-calculo-de-frete-dos-correios/#post-11540651)
 * Mesmo problema aqui
    Já conseguiu resolver?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Claudio Sanches - Correios for WooCommerce] Correios sem opção de Entrega](https://wordpress.org/support/topic/correios-sem-opcao-de-entrega/)
 *  [Jose Goncalves](https://wordpress.org/support/users/zehatm/)
 * (@zehatm)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/correios-sem-opcao-de-entrega/#post-11527236)
 * [@nancorrea](https://wordpress.org/support/users/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á!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Awesome Support - WordPress HelpDesk & Support Plugin] Problem with Upload Custom Field](https://wordpress.org/support/topic/problem-with-upload-custom-field/)
 *  Thread Starter [Jose Goncalves](https://wordpress.org/support/users/zehatm/)
 * (@zehatm)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/problem-with-upload-custom-field/#post-8936841)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Awesome Support - WordPress HelpDesk & Support Plugin] Problem with Upload Custom Field](https://wordpress.org/support/topic/problem-with-upload-custom-field/)
 *  Thread Starter [Jose Goncalves](https://wordpress.org/support/users/zehatm/)
 * (@zehatm)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/problem-with-upload-custom-field/#post-8927842)
 * 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 );
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Awesome Support - WordPress HelpDesk & Support Plugin] Problem with Upload Custom Field](https://wordpress.org/support/topic/problem-with-upload-custom-field/)
 *  Thread Starter [Jose Goncalves](https://wordpress.org/support/users/zehatm/)
 * (@zehatm)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/problem-with-upload-custom-field/#post-8927578)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Claudio Sanches - Bcash for WooCommerce] Checkout Lightbox ou Transparente](https://wordpress.org/support/topic/checkout-lightbox-ou-transparente/)
 *  Thread Starter [Jose Goncalves](https://wordpress.org/support/users/zehatm/)
 * (@zehatm)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/checkout-lightbox-ou-transparente/#post-6810460)
 * Oi Claudio,
 * Entendo perfeitamente. Por hora vamos trabalhar com os recursos que o plugin 
   oferece.
 * Obrigado pela rápida resposta.
 * Abs,
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal Error in WordPress](https://wordpress.org/support/topic/fatal-error-in-wordpress/)
 *  [Jose Goncalves](https://wordpress.org/support/users/zehatm/)
 * (@zehatm)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-in-wordpress/#post-6478495)
 * Hello 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal Error in WordPress](https://wordpress.org/support/topic/fatal-error-in-wordpress/)
 *  [Jose Goncalves](https://wordpress.org/support/users/zehatm/)
 * (@zehatm)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-in-wordpress/#post-6478490)
 * Hello 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.

Viewing 11 replies - 1 through 11 (of 11 total)