Olaf01
Forum Replies Created
-
Thanks for the quick reply.
Sorry! I have the plugin “Events Manager Importer” installed. This is not a built-in feature …I’ve got the same error (limited to settings, help). Events Manager (not Pro) Version 5.5.1 WordPress 3.6.1
When I try the link: “…/wp-admin/post-new.php?post_type=event” just keeps saying “Cheating Huh?”
Add events option do not appear in the Admin “+ New” menu…Unfortunately, there is only a workaround and not a solution!
The error is caused by an infinite loop of
while ( count($EM_Events) > 0 )If I set
$ical_limit = 5;
for example, everything is running correctly.Obviously, the function
get_option('dbem_ical_limit');returns an incorrect result.
Might it be the case that the value ofdbem_ical_limitis not set correctly?Forum: Plugins
In reply to: [Visual Form Builder] German Date Picker: validation errorI’ve found it. Simply add the appropriate method. Everything can be found here …
Olaf
Forum: Plugins
In reply to: [Visual Form Builder] German Date Picker: validation errorThank you for pointing that out. Now I can translate the error message. But How can I switch to validate the German date? I have found that I need to add the rule “dateDE: true”. But how do I do that for all data fields?
Olaf