ClaraLopez
Forum Replies Created
-
Update polylang to 1.6.5 and SEO by Yoast 1.7.3 will perfectly work 🙂
Forum: Plugins
In reply to: [Polylang] WP-Seo by Yoast-update – PolyLang errorsThanks for the 1.7.1 version! I’ve tried this on line 89 at plugins-compat.php and should work, but my main menu gets a little bit stuck when scrolling.
$wpseo_front->options = array_merge((array) $wpseo_front->options, (array) get_option( $opt ) );
Take a look if you can improve it. I’m going to go back to 1.7.1 by the way
https://wordpress.org/support/topic/wp-seo-by-yoast-172-update-polylang-version-164-errors?replies=7
I’ve got the same problem and I’ve tried changing line 89 with the following line code but then the main menu gets a little bit stuck, so I decided not to change it.
$wpseo_front->options = array_merge((array) $wpseo_front->options, (array) get_option( $opt ) );
I got the idea from here, if someone gets inspired
http://icode4you.net/fixing-the-warning-array_merge-function-array-merge-error-in-wordpresss-wp-ecommerce-plugin/