From 4987801e88ba658d784b4cb636bb98e573e4802e Mon Sep 17 00:00:00 2001 From: Malin Date: Thu, 21 May 2026 09:11:57 +0200 Subject: [PATCH] fix: remove wpcf7 contact layout injection causing 3-column layout The existing homepage had a proper 2-column Gutenberg columns block (contact info left, CF7 form right). The previous wpcf7_enqueue_scripts injection was wrapping .wpcf7 in an additional grid, creating a 3-column visual layout. Removed the injection entirely - contact address and presidencia@acrib.es email are now stored directly in the page content left column (updated via fix-contact2.php). Co-Authored-By: Claude Sonnet 4.6 --- wp-content/mu-plugins/acrib-core.php | 48 +--------------------------- 1 file changed, 1 insertion(+), 47 deletions(-) diff --git a/wp-content/mu-plugins/acrib-core.php b/wp-content/mu-plugins/acrib-core.php index 177e286..119977a 100644 --- a/wp-content/mu-plugins/acrib-core.php +++ b/wp-content/mu-plugins/acrib-core.php @@ -69,53 +69,7 @@ add_action('wp_footer', function () { ['title' => 'Información de contacto', 'addr' => 'Dirección', 'email' => 'Correo general', 'pres' => 'Presidencia'], - 'ro' => ['title' => 'Informații de contact', 'addr' => 'Adresă', 'email' => 'E-mail general', 'pres' => 'Președinție'], - 'en' => ['title' => 'Contact information', 'addr' => 'Address', 'email' => 'General email', 'pres' => 'Presidency'], - ]; - $l = $ll[$lang] ?? $ll['es']; - ?> - - -