WPML
Statut
En attente de l’auteur
Extension/thème associé
Spectra
Étiquettes de sujet
Compatibility

Aperçu de l’anomalie

Lorsque vous utilisez Spectra avec WPML, vous pouvez rencontrer le problème suivant : certains blocs Spectra n’apparaissent pas dans l’Éditeur de traduction avancé (ATE), ou leur contenu reste non traduit sur l’interface publique même après la traduction.

Solution de contournement

  • Allez dans WPML > Paramètres > Configuration XML personnalisée dans votre tableau de bord WordPress.
  • Ajoutez la configuration XML suivante et enregistrez :
    <wpml-config>
      <gutenberg-blocks>
        <gutenberg-block type="uagb/info-box" translate="1">
          <xpath>//*[contains(@class, "uagb-ifb-title")]</xpath>
          <xpath>//p[contains(@class, "uagb-ifb-desc")]</xpath>
          <xpath>//span[contains(@class, "uagb-inline-editing")]</xpath>
          <key name="tempHeadingDesc" />
          <key name="ctaText" />
        </gutenberg-block>
        <gutenberg-block type="uagb/image-gallery" translate="1">
          <key name="mediaGallery">
            <key name="*">
              <key name="id"/>
              <key name="url" type="link" />
              <key name="alt" />
              <key name="link" type="link" />
              <key name="caption" />
            </key>
          </key>
          <key name="mediaIDs">
            <key name="*" />
          </key>
        </gutenberg-block>
        <gutenberg-block type="uagb/tabs" translate="1">
          <key name="tabHeaders" />
          <xpath>//*[contains(@class, "uagb-tab")]/a/div</xpath>
        </gutenberg-block>
        <gutenberg-block type="uagb/tabs-child" translate="1">
          <key name="header" />
          <key name="tabHeaders">
            <key name="*" />
          </key>
        </gutenberg-block>
        <gutenberg-block type="uagb/modal" translate="1">
          <xpath>//span[contains(@class, "uagb-inline-editing")]</xpath>
          <xpath type="link">//a[contains(@class, "uagb-modal-button-link")]/@href</xpath>
          <key name="buttonText"/>
        </gutenberg-block>
      </gutenberg-blocks>
    </wpml-config>
            

Toutes les anomalies connues →