Renan Bernordi
Forum Replies Created
-
Forum: Plugins
In reply to: [Web Stories] Disable Ads in specific StoriePerfect! Thanks! ??
Forum: Plugins
In reply to: [Web Stories] Disable Ads in specific StorieI know there is no specific option, but I am looking for help to tell me which filter, action I could work with to disable this option when necessary.
Forum: Plugins
In reply to: [Web Stories] Filter to edit the content of all storiesWow, this is perfect!
Exactly what I needed ??
Thank you very much
Forum: Reviews
In reply to: [Index WP MySQL For Speed] Broke my siteThe effects of indexing are most noticeable if you have a large database.
About the site crash when creating the index, “it’s normal”, for the indexing to be done MySQL needs to lock the tables, regardless of the plugin.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Sync Post Types and TaxonomiesThank you very much.
I will try to use WP all import/export.
Forum: Plugins
In reply to: [Claudio Sanches - Correios for WooCommerce] URL do Codigo de RastreamentoOpa, mas ai é mais fácil, tem um template dentro do plugin com essa tela:
woocommerce-correios\templates\myaccount\tracking-codes.php
Basta copiar para dentro do seu tema na pasta woocommerce com as altera??es.
Forum: Plugins
In reply to: [Claudio Sanches - Correios for WooCommerce] URL do Codigo de Rastreamento@bropke essa fun??o é valida somente para o link que chega nos emails. O link do painel administrativo deve ser outro filter.
Forum: Plugins
In reply to: [Claudio Sanches - Correios for WooCommerce] URL do Codigo de Rastreamento@bropke exatamente.
Forum: Plugins
In reply to: [Claudio Sanches - Correios for WooCommerce] URL do Codigo de RastreamentoNossa, obrigado pela rápida resposta, acabei ajustando o return para um outro servi?o de rastreamento:
add_filter( 'woocommerce_correios_email_tracking_core_url', function( $url, $tracking_code ) { $url = '<a href="https://cademeupacote.ml/correios/'.$tracking_code.'">'.$tracking_code.'</a>'; return $url; }, 10, 2 );
Muito obrigado!
- This reply was modified 6 years, 6 months ago by Renan Bernordi.
I have a wordpress theme that fits multiple domains, I know I can control various domains by GTM, but it would be easier to have multiple GTM IDs per organization.