From e226fe4b9e8e4762154fbcfe02476b4ec0d7a117 Mon Sep 17 00:00:00 2001 From: Vinicius Dutra Sales Date: Mon, 4 May 2020 14:40:17 -0300 Subject: [PATCH 1/2] =?UTF-8?q?Corre=C3=A7=C3=A3o=20no=20link=20do=20faceb?= =?UTF-8?q?ook?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fica muito ruim apresentando a URL do Facebook na pagina, foi feita a correção para pessoa somente colocar o que vem depois do https://www.facebook.com/nomedapagina --- section-parts/section-contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section-parts/section-contact.php b/section-parts/section-contact.php index e68f1da..8949569 100644 --- a/section-parts/section-contact.php +++ b/section-parts/section-contact.php @@ -100,7 +100,7 @@ class=" -
+
From d07b73531faaf2aad9283f824e0a7cfe18fe7b11 Mon Sep 17 00:00:00 2001 From: Vinicius Dutra Sales Date: Mon, 4 May 2020 14:42:43 -0300 Subject: [PATCH 2/2] =?UTF-8?q?Corre=C3=A7=C3=A3o=20na=20parte=20do=20Face?= =?UTF-8?q?book?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Foi feita alteração para utilização somente da url da pagina tirando a necessidade da pessoa colocar o link todo do Facebook sem o http:// --- inc/customizer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/customizer.php b/inc/customizer.php index 44bb5fe..1904d75 100644 --- a/inc/customizer.php +++ b/inc/customizer.php @@ -2495,7 +2495,7 @@ function coletivo_customize_register( $wp_customize ) { array( 'label' => esc_html__('Facebook', 'coletivo'), 'section' => 'coletivo_contact_content', - 'description' => esc_html__('Enter the adress without http://', 'coletivo') + 'description' => esc_html__('Enter the name of the page url after the "/" (example of url https://www.facebook.com/facebook, just put facebook)', 'coletivo') ) ); $wp_customize->add_setting( 'coletivo_contact_instagram',