-
AuthorPosts
-
December 7, 2016 at 10:40 am #721412
Hi there,
Since I’m not sure what is causing the problem (WPML, WooCoomerce itself, Enfold theme), so I’m posting the issue here as well.
After updating to WordPress 4.7, variable products are not displayed correctly in the default language (German) any more. An example can be found here: http://www.mondiale.de/web/en/product/deutsch-intensiv-a1-b1/
There you can see that a user first has to click on “Add to Cart” to see the variations. On the translated pages, however, it still works as intended and as it used to, as the variations are immediately displayed: http://www.mondiale.de/web/en/product/intensive-course-german-a1-b1/
Everything was working fine yesterday with the latest versions of WPML and WooCommerce, it only got broke after updating to WordPress 4.7 today.
Looking forward to any help! Thanks!
December 9, 2016 at 6:08 pm #722548Hey mchbeck,
deactivate your plugins one by one to find out which one is causing this issue. Also let us know what some other plugin’s authors are saying about it.
Best regards,
AndyDecember 12, 2016 at 9:18 am #723017Hi Andy,
Thanks for your reply. It appears to be a problem with WPML after upgrading to WP 4.7, see: https://wpml.org/forums/topic/variable-products-not-displayed-correctly-after-update-to-wp-4-7/ & https://wpml.org/forums/topic/variable-produkte-werden-nach-update-auf-wp-4-7-nicht-korrekt-angezeigt/ (German).
December 12, 2016 at 4:18 pm #723214Hi,
we have a temporare quick fix for the curent WPML issue:
/** * This fixes the issue with truncated links in Enfold theme with WPML 3.6.0 * WARNING: ILLEGAL STRING OFFSET 'LANGUAGE_CODE' IN …\WP-CONTENT\THEMES\ENFOLD\CONFIG-WPML\CONFIG.PHP ON LINE (number of line) */ add_action( 'init', 'wpmlcore_3776_temporary_fix' ); function WPMLcore_3776_temporary_fix() { remove_filter( 'WPML_filter_link','avia_change_wpml_home_link', 10 ); }
You can use this code inside functions.php.
Best regards,
AndyDecember 13, 2016 at 9:00 am #723597Hi Andy,
das beschriebene Problem hat leider nichts mit meinem Problem zu tun.
Im WPML-Forum hat man mein Problem mittlerweile allerdings gelöst: https://wpml.org/errata/product-variations-not-display-variation-original-language/https://wpml.org/errata/product-variations-not-display-variation-original-language/
December 13, 2016 at 5:07 pm #723823Hi,
super, freut mich, dass die Jungs von WPML dir helfen konnte.
Lass uns gerne in einem neuen Ticket wissen, wenn du wieder Hilfe brauchst mit dem Theme. Wir unterstützen dich gerne.Gruß,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.