• Resolved stefiza

    (@stefiza)


    Hi,
    I’m trying to use nested conditional placeholders and it seems doesn’t work for me.
    I inserted a line in wp-config-php
    define('EM_CONDITIONAL_RECURSIONS',2);
    this is the code I added in the single event page:

    
    {has_bookings}
    	<h1 class="entry-title">Come partecipare all'evento</h1>
    	{logged_in}
    		some text
    	{/logged_in}
    	{not_logged_in}
    		other text
    	{/not_logged_in}
    	#_BOOKINGFORM
    {/has_bookings}

    If I try the conditional placeholders not indented, it works.
    Any idea?
    Thanks!
    Stefi

Viewing 1 replies (of 1 total)
  • caimin_nwl

    (@caimin_nwl)

    Hi Stefi,

    Which version of Events Manager and WordPress are you using?

    Are you seeing your H1 title and the booking form?

    Are you using a cache plugin?

Viewing 1 replies (of 1 total)

The topic ‘Nested conditional placeholders doesn’t work’ is closed to new replies.