Bug in the rules with WPML
-
Hello.
I think i discovered a bug in the plugin.
The bug appear with WPL installed.I have this rule (say rule #1) :
if ( ! $show && defined( 'ICL_LANGUAGE_CODE' ) )
And i have this rule (say rule #2) :
else if ( defined('ICL_LANGUAGE_CODE') && $instance['dw_include'] && $show && ! isset( $instance[ 'lang-' . ICL_LANGUAGE_CODE ] ) )
I want the widget to show on post ID 10 only for example.
So i check to display “only on checked pages” and check post 10.=> The widget don’t display because i don’t check language FR ($show is set to false by rule #2).
However, if i check the language FR, the widget will be displayed on all FR pages ($show is set to true by rule #1)
I think there’s a missing conditional rule somewhere ??
- The topic ‘Bug in the rules with WPML’ is closed to new replies.