Location: site_wide_header
Offer Catalog Handmade bij Oma
Insert Title Into Page Banner
jQuery(document).ready(function($) { var $titleSource = $(‘.banner-overlay-title’).first(); if ($titleSource.length && $(‘.innerbanner’).length) { $(‘.innerbanner’).html(‘ ‘ + $titleSource.html() + ‘ ‘); $titleSource.hide(); } });Continue reading
Podcast RSS Feed CSS
body.search-results .innerbanner, body.single-podcast .innerbanner { background-image: none !important; display: none; } .uvri-podcast { font-family: inherit; } .uvri-tab-nav { display: flex; gap: 4px; border-bottom: 2px solid #2a448b; margin-bottom: 20px; flex-wrap: wrap; } .uvri-tab-btn { background: none; border: none; border-bottom: 3px solid…Continue reading
Staging Site CSS
/* Global */ .btn-primary { display: inline-block; background-color: #2384c7; color: #ffffff; font-size: 14px; font-weight: 700; text-decoration: none; padding: 12px 28px; border-radius: 4px; letter-spacing: 1px; text-transform: uppercase; transition: background-color 0.2s ease, transform 0.1s ease; } .btn-primary:hover { background-color: #2f3b71; color: #ffffff;…Continue reading
Untitled Snippet
/*! * Font Awesome 4.5.0 by @davegandy – http://fontawesome.io – @fontawesome * License – http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */@font-face{font-family:’FontAwesome’;src:url(‘../fonts/fontawesome-webfont.eot?v=4.5.0’);src:url(‘../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0′) format(’embedded-opentype’),url(‘../fonts/fontawesome-webfont.woff2?v=4.5.0’) format(‘woff2’),url(‘../fonts/fontawesome-webfont.woff?v=4.5.0’) format(‘woff’),url(‘../fonts/fontawesome-webfont.ttf?v=4.5.0’) format(‘truetype’),url(‘../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular’) format(‘svg’);font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s…Continue reading
AFW V2 Colors
:root { /* Primary Colors */ –afw-p1: #0f182d; –afw-p2: #878c96; –afw-p2-lite: #E7E8EA; –afw-p3: #1245e8; –afw-p4: #6636e8; /* Division Colors */ –afw-rgv: #00aeef; –afw-rgs: #f15a29; –afw-rgp: #2bb691; /* Secondary Colors */ –afw-s1: #ffda00; –afw-s1-lite: #fff099; –afw-s2: #ffab40; –afw-s2-lite: #ffddb3; –afw-s3: #fe8220;…Continue reading
Single Trad à faire
{{ post.title }} Date d’enregistrement du lien : {{ post.iljwk_date_denregistrement_du_lien | date( ‘d M Y’ ) }} Statut : {{ post.iljwk_statut_actuel.value }} À traduire : {{ post.iljwk_url_a_traduire_jp_titre }}{{ post.iljwk_url_de_la_traduction }} Traduction : {{ post.iljwk_url_de_la_traduction }} Institution source : {{ post.iljwk_institution_source…Continue reading
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