Après un début d’échange prometteur, La Brainstorm team semble avoir oublié ce problème.
Mes recherches m’ont permis d’identifier l’origine du problème, un nouveau test des identifiants de pages via des fonctions PLL depuis la version .15 du plugin Elementor Header and Footer.
J’ai ajouté une ligne 570 dans wp-content/plugins/header-footer-elementor/inc/class-header-footer-elementor.php :
569 if ( get_post_meta( absint( $template[‘id’] ), ‘ehf_template_type’, true ) === $type ) {
570 return $template[‘id’]; /** Correctif JEBE – Skip the pll test breaking header and footer **/
571 if ( function_exists( ‘pll_current_language’ ) ) {
Le problème est réglé, en espérant que ce soit pris en compte dans une prochaine version du plugin.