Liste tsunamis

Date Raison Hauteur des vagues Détails {# 1. Requête WordPress standard #} {% set liste_brute = mb.get_posts({ ‘post_type’: ‘ilaj_tsunami’, ‘posts_per_page’: -1, ‘post_status’: ‘publish’ }) %} {# 2. L’ASTUCE ANTI-CRASH #} {% set mes_articles = liste_brute|default([]) %} {# 3. On vérifie…Continue reading

Trads à faire

Depuis Sujet Statut À traduire {# 1. Sécurité Rôle (Correction de la syntaxe Twig ici) #} {% if mb.current_user_can(‘ilaj_trads’) or mb.current_user_can(‘administrator’) %} {# 2. Requête WordPress standard #} {% set liste_brute = mb.get_posts({ ‘post_type’: ‘ilaj_trads’, ‘posts_per_page’: -1, ‘post_status’: ‘publish’ })…Continue reading

MetaBox : CSS universel

/* ========================================================================= STRUCTURE UNIVERSELLE DES BADGES D’ALERTE ========================================================================= */ /* 1. Base commune à TOUS les badges du site */ .ilj-badge-alerte { display: inline-flex; align-items: center; justify-content: center; padding: 6px 12px; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; line-height:…Continue reading

Infos URL source

{% if post.ilj_url_source is not empty %} Source : {{ post.ilj_url_titre is not empty ? post.ilj_url_titre : post.ilj_url_source }} {% endif %} {% if post.ilj_date_url is not empty %} Traduction à partir de la version du {{ post.ilj_date_url | date(…Continue reading

Notifications – Color Variables

/** * Notifications – Color Variables * * Reads notification color settings from the JetEngine * Site Features options page and outputs CSS variables. * * JetEngine Options Page: * – Storage: Default as array * * Expected field keys:…Continue reading

Notifications – Styles

/* ========================================== Notification Panel Desktop: shrunken page + right-side panel Tablet/Mobile: full-screen off-canvas panel ========================================== */ /* Main site wrapper */ .notification-page-wrap { position: relative; z-index: 2; transition: transform 0.45s ease; transform-origin: left center; } /* Open state: shrunken page…Continue reading

VC Reveal — Global CSS ── Version: 1.0.0

/* *VC Reveal — Global CSS * Version: 1.0.0 * * ── WHERE TO ADD THIS ────────────────────────────────────────────────────── * * Oxygen Builder → Manage → Settings → Custom CSS (preferred) * OR a WPCode CSS snippet set to inject in *…Continue reading