Replies: 0
When I try to add a condition to trigger the display of a progress bar on Taxonomy categories = FOO
the progress bar isn’t displayed when category in fact is FOO.
I have other conditions (like if user doesn’t have a bio, display message to create bio) that work – so plugin is apparently working as such.
When turning on debug I get
Element:section-7aba2bc (section)
DynamicTag-Tag:post-terms
DynamicTag-Key:
DynamicTag-Value:<a href="http://dev.stockholmsschack.se/category/foo/" rel="tag">FOO</a>
Check-Value:FOO
Check-Value2:
Condition-Type:default
Condition:Show if equal
Condition met:no
UPDATE: playing aroud some more, I can get the progbar to display when conditions are NOT met, even though they actually are. The category FOO is short enough not to include spelling errors. So category IS “FOO” and if I set the condition NOT to equal FOO then it displays… Weird. Original progbar didn’t display at all either way, I changed widget to get this far.
What can I be missing?