• Resolved shieldfire

    (@shieldfire)


    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?

    • This topic was modified 6 years, 4 months ago by shieldfire.
    • This topic was modified 6 years, 4 months ago by shieldfire.
Viewing 1 replies (of 1 total)
  • Plugin Author rtowebsites

    (@rtowebsites)

    Hello @shieldfire,

    as you can see in the debug output, the returned value contains a link to the post term. So if you check if the value is equal to “FOO” it can not be true. It contains “FOO“.

    But no worry, we got two easy solutions for your problem!

    Solution 1: check if it contains “FOO”
    Solution 2: click on the dynamic tag, set inside the settings link = no

    We would suggest to use both options, since you can have multiple tags on a post and links can contain words from categories.

    We close this issue. If you need any further help, just write here or open a new issue. Thank you

Viewing 1 replies (of 1 total)

The topic ‘Taxonomy not triggering’ is closed to new replies.