Files
Malin f3ff7b7186 feat: initial ACRIB WordPress deployment
- WordPress 6.9.4 (es_ES) with Kadence theme
- Homepage: Hero, La Asociación, Pilares, Beneficios, Eventos, Miembros, Hazte Miembro, Contacto
- Brand identity: #13294b navy, #a12932 burgundy, #c69c48 gold
- Fonts: Raleway (headings) + Source Sans 3 (body) + Lato (UI)
- Plugins: Kadence Blocks, Polylang, Contact Form 7
- Custom CSS with full brand styling and responsive layout
- HTTPS enforced via wp-config.php proxy detection
2026-05-19 19:25:59 +02:00

1 line
657 B
JavaScript

(function(){"use strict";window.kadenceBlocksMasonry={trigger_animation_class(a){a.classList.add("kt-masonry-trigger-animation")},init(){const a=document.querySelectorAll(".kb-masonry-init");if(a.length)for(let c=0;c<a.length;c++){const d=a[c].getAttribute("data-item-selector");let e=!0;document.body.classList.contains("rtl")&&(e=!1);var b=new Masonry(a[c],{itemSelector:d,isOriginLeft:e});b.layout(),b.once("layoutComplete",function(){const b=new CustomEvent("layoutComplete");a[c].dispatchEvent(b)})}}},"loading"===document.readyState?document.addEventListener("DOMContentLoaded",window.kadenceBlocksMasonry.init):window.kadenceBlocksMasonry.init()})();