Thread Starter
danbru
(@danbru)
It seems that this is also having a problem with the use of the custom attribute – #_LATT{Public Location Name}.
When I remove the {has_location} condition and log out, the events displays “/not_logged_in” where the #_LATT{Public Location Name} should be.
Bug?
Do #_LATT{Public Location Name} and #_LOCATIONLINK both work when displayed out of conditional placeholders?
Thread Starter
danbru
(@danbru)
Something I learned on this…
If I add a space after “#_LATT{Public Location Name}”, the “/not_logged_in” issue mentioned 3 posts up is fixed.
I guess that is because the custom attribute is taking the {/not_logged_in} as a default value. In other words, reading it as #_LATT{x}{default x}. Maybe?
Still having original problem with nested conditionals.
Thanks for your help!
hi,
in your location attribute, can you try to change ‘Public Location Name’ to something like ‘Public_Location_Name’ ?
Thread Starter
danbru
(@danbru)
Finally! Got it working!
For some reason I needed to have define('EM_CONDITIONAL_RECURSIONS',2); at the top of my wp_config.php file (but under the <?php of course).
Hopefully this can help someone else.