Pular a navegação

Resolved

Reported for: WPML SEO 2.1.0

Resolved in: WooCommerce Multilingual 5.4.0

Topic Tags: Compatibility

Overview of the issue

There is a styling conflict on the WooCommerce product edit screen when the Yoast SEO: WooCommerce addon is active. Specifically, the options for setting prices in other currencies within the Variations section of a product becomes misaligned.

Workaround

Please, make sure of having a full site backup of your site before proceeding.

  • Go to WPML > Languages > Language switcher options > Additional CSS (optional).
  • Add the following CSS rule:
    .wcml_custom_prices_block {
        clear: both;
        padding-top: 10px;
    }