light_in_tunel
Forum Replies Created
-
Yes I Do.
yes it is. Thank you.
One more question. How can I have some text printed if none of the events fill those conditions? Because by default we get no message, right?
I found some different instructions on another site.
Add to functions.php
function lb_em_options_save() {
update_option(‘dbem_conditional_recursions’, 2);
}
add_action(’em_options_save’, ‘lb_em_options_save’);And then save settings on the plugin backoffice (no need to make any change)
https://laubsterboy.com/blog/2014/07/events-manager-custom-event-attributes-conditionals
Each of those conditional placeholder work independently.
Nested they print no informationIt’s nothing. Blank page. Yep that what I wanted to know.
is there anyway to check if my change on wp-config is working?here it is:
[events_list]{has_bookings}{has_image}<li class="curso">#_EVENTIMAGE #_EVENTLINK</li>{/has_image}{/has_bookings}[/events_list]
Yep. that is my last line on wp-config.
Hi There,
I’m also having this problem: changed wp-config but I’m unable to get nested conditional placeholder to work. Can please someone help me?
Thanks in advance
Forum: Plugins
In reply to: [Event Registration] Error on ActivateMe too get that error upon activation.
Have you find a solution?
Thanks
Thanks for the quick response.
Would I be able to use it like custom sidebars? Meaning, having one different widget for each page I want and have several page links in a collapsible presentation.
kind regards