This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Botao e quantidade na mesma linha*/ | |
.woocommerce-variation-add-to-cart { | |
display: flex !important; | |
flex-wrap: wrap !important; | |
align-items: center !important; | |
gap: 16px !important; | |
} | |
/*Altura do botao e da quantidade*/ | |
%root% .cart .quantity, %root% .cart .single_add_to_cart_button, %root% a.button[data-product_id]{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
="("&ESQUERDA(C33;2)&") "&EXT.TEXTO(C33;4;5)&"-"&DIREITA(C33;4) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mini Tutorial: Easy SMTP | |
WordPress x SMTP autenticado | |
para o wordpress poder enviar emails com smtp autenticado vc precisa de um plugin de autenticacao de smtp, recomendo instalar o plugin gratuito Easy SMTP | |
1. Email de autenticacao: | |
crie no dominio uma conta de email exclusiva para autenticacao, com nome | |
[email protected] | |
este email sera somente para autenticar no smtp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
codigo para pulsar: | |
#botaum { | |
-webkit-animation: pulse 0.5s infinite; | |
} | |
.pulse-button:hover { | |
-webkit-animation: none; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.botao-pulsar .elementor-button { | |
animation: pulsar 2s infinite; | |
} | |
.botao-pulsar .elementor-button:hover { | |
animation: none; | |
} | |
@keyframes pulsar { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dominio.com/cdn-cgi/trace |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Marcar as opções abaixo: | |
Destination structure: IMAGE ROOTS | |
Cache-Control header: CUSTOM >>> public, max-age86400, stale-while-revalidate=604800, stale-if-error=604800 | |
----------------------- | |
Desmarcar: Create webp files upon request | |
Marcar: Alter HTML e alterar o check para >>> Replace image URLs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vá até configurações >> Avançado | |
Habilitar: Gerenciarei minha própria autenticação de e-mail. | |
*DomainKeys Identified Mail (DKIM)* | |
adicione o domínio e Clique em Gerar | |
Copie e cole o código na Zona DNS do provedor de hospedagem | |
*Estrutura de Política de Remetente (SPF)* | |
adicione o domínio e Clique em Gerar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//google.com | |
//googletagmanager.com | |
//facebook.com | |
//google-analytics.com | |
//fonts.googleapis.com | |
//www.google-analytics.com | |
//ssl.google-analytics.com | |
//www.googletagmanager.com | |
//www.googletagservices.com | |
//www.googleads.g.doubleclick.net |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define('DISALLOW_FILE_EDIT', false); | |
define('DISALLOW_FILE_MODS', false); |
NewerOlder