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
/* (320x480) iPhone (Original, 3G, 3GS) */ | |
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) { | |
/* insert styles here */ | |
} | |
/* (320x480) Smartphone, Portrait */ | |
@media only screen and (device-width: 320px) and (orientation: portrait) { | |
/* insert styles here */ | |
} | |
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
[Orçamento] - Landing Page F01 - SITE DO CLIENTE | |
<b>Nome:</b> [field id="nome"]<br> | |
<b>E-mail:</b> [field id="email"]<br> | |
<b>Telefone/Whatsapp:</b> [field id="mascara_telefone_nono_digito"]<br> | |
<b>Assunto:</b> [field id="assunto"]<br> | |
<b>Mensagem:</b> [field id="mensagem"] | |
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); |
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
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
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
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
.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
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
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 |
OlderNewer