Joao Mino
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: serious go-slow and image previews not loadingForum: Fixing WordPress
In reply to: Clear cache, but content and theme still stays the same.Forum: Fixing WordPress
In reply to: Clear cache, but content and theme still stays the same.Hello there!
Sorry for hear about your issue. :/
It seems to be a cache problem.
Are you using two caching plugins on your site?
If you are using W3 Total Cache, try to go to Page Cache. There is an option to unselect caching of front page.
Also, did you try to empty all caches and deactivated the plugins?
Please let me know!- This reply was modified 8 years ago by Joao Mino.
Forum: Fixing WordPress
In reply to: How to find which version of WP I am usingHello there!
You can go to Dashboard -> Updates and check the bottom of the page or check where it says “If you need to re-install version x.x.x”…so there’s your version.
You can also check the version without accessing the admin area by looking for the “generator” tag on source code.
- Just right click on any empty area on the screen and select View Page Source from browser menu.
- Press CTRL+F and then search for ‘generator’.
- If the site owner hasn’t disabled version information, then you will be able to see a tag like this:
<meta name="generator" content="WordPress 4.7.2" />
Forum: Plugins
In reply to: [WooCommerce Simply Order Export] Adding fieldsHi @ankit Gade,
I’m trying to add my custom field on the .csv file using the codes you put here. Everything works, but the .csv file that is showing the new column blank.
Here is my code:
function wpg_add_columns($cols) { $cols['wc_settings_tab_pessoa_contato'] = __('Pessoa de Contato', 'mytheme'); return $cols; } add_filter('wpg_order_columns', 'wpg_add_columns'); function wpg_add_fields($settings) { $settings['pessoa_contato'] = array( 'name' => __( 'Pessoa de Contato', 'woocommerce-simply-order-export' ), 'type' => 'checkbox', 'desc' => __( 'Nome e Telefone da Pessoa de Contato', 'woocommerce-simply-order-export' ), 'id' => 'wc_settings_tab_pessoa_contato' ); return $settings; } add_filter('wc_settings_tab_order_export', 'wpg_add_fields'); function csv_write( &$csv, $od, $fields ) { if( !empty( $fields['wc_settings_tab_pessoa_contato'] ) && $fields['wc_settings_tab_pessoa_contato'] === true ){ $pessoa_contato = get_post_meta( $od->id, 'Pessoa de Contato', true ); array_push( $csv, $pessoa_contato ); } } add_action('wpg_before_csv_write', 'csv_write', 10, 3);
I’m not able to write my custom field into the csv file. Could you please help me?
Forum: Plugins
In reply to: [Cobre Grátis WooCommerce] Problem in automatic changing status@penduique
Cara, muito obrigado. Fazendo esta altera??o o status mudou de “aguardando” para “processando” automaticamente após o envio das notifica??o pelo cobre grátis.
Espero que o CobreGrátis atualize esse plugin em breve.
Muito obrigado mais uma vez e ótima semana!
Forum: Plugins
In reply to: [Cobre Grátis WooCommerce] Notification not workingForum: Plugins
In reply to: [Cobre Grátis WooCommerce] Notification not workingHey @raonip Did you find a solution for this issue?
Thanks!Forum: Plugins
In reply to: [Cobre Grátis WooCommerce] Problem in automatic changing statusForum: Plugins
In reply to: [WooCommerce Boleto] Banco Sicredi@andersonnarciso tentei no bradesco.
Forum: Plugins
In reply to: [WooCommerce Boleto] Banco SicrediN?o mostra n?o, mas retorna o ponteiro pro penultimo campo. Ali onde tá o 3.
Mas n?o sei se quer dizer alguma coisa, pois ele nao puxa nem a data de vencimento e nem o valor.Vlw
Forum: Plugins
In reply to: [WooCommerce Boleto] Banco SicrediTentei fazer o pagamento via home banking do Bradesco. Na hora de digitar o codigo de barras, o Bradesco informa o seguinte: Campo digitado inválido.
Obrigado pela ajuda e rápida resposta. ??
Forum: Plugins
In reply to: [WooCommerce Boleto] Banco SicrediOi pessoal,
Se chegou alguma solu??o para adicionar a geracao de boleto do Sicredi?
Abra?os,