• Resolved citrix

    (@citrix)


    Hello,
    im trying to nesting conditional placeholders, but its noct working.
    i added define( ‘EM_CONDITIONAL_RECURSIONS’,3); to the wp-config.
    Here is my snippet:

    {has_category_aerztekurs}
        {has_category_notfallmedizin}
                 <td data-label="">
                 <img src="https://campusacademy-neuruppin.de/wp-content/uploads/2021/10/Notfall_Arzt_Fachpersonal.png" width="50%" title="Notfall, Arzt, Fachpersonal">
                           </td>
        {/has_category_notfallmedizin}

    the event has both categories, but the image is not shown.
    without {has_category_notfallmedizin} all it′s correctly.

    Where is my Problem? is this a feature of the pro-version?

    Thanks for help ??
    Greetings, Rolf.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Rolf,
    i don’t think it’s a pro feature, but i’m not sure.

    did you close {has_category_aerztekurs}?

    {has_category_aerztekurs}
        {has_category_notfallmedizin}
                 <td data-label="">
                 <img src="https://campusacademy-neuruppin.de/wp-content/uploads/2021/10/Notfall_Arzt_Fachpersonal.png" width="50%" title="Notfall, Arzt, Fachpersonal">
                           </td>
        {/has_category_notfallmedizin}
    {/has_category_aerztekurs}

    Grü?e aus K?ln ??
    Jan

    • This reply was modified 3 years, 5 months ago by jkjkjk.
    Plugin Support angelo_nwl

    (@angelo_nwl)

    In addition to the above comment, can I know where did you add EM_CONDITIONAL_RECURSIONS in your wp-config? Should be above the following line

    /* That's all, stop editing! Happy blogging. */

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘nesting conditional placeholders not working’ is closed to new replies.