further: i have anonymous registration set to no.
and booking form login display option set to Yes
no-user booking modes does not give me the register form with yes or no selected.
i tried changing the anyone can register settings to no avail.
you can enable option under WP Settings > General > Anyone can register
hi @angelo_nwl unfortunately, this changed nothing for me. i mentioned that in my reply to this thread. here is a screenshot of the site with no other plugins active and the twentynineteen theme. i have left the site in ‘anyone can register mode’ for you to look at.
https://imgur.com/AJHAlxh
Plugin Support
timrv
(@timrv)
Hello,
Events Manager uses WordPress users. Thus any 3rd party plugins that creates custom registration page should do the job. By Default the WordPress registration link of WordPress is https://example.com/wp-login.php?action=register
Please make sure that you allow Registration on your Site first: Dashboard > Settings > General > CHECK “Anyone can register”
Alternatively, You could add a text and that goes to that link under Events > Settings > Formatting > Events > Single Event Page format. Then you could wrap those links with a conditional placeholder so it would only show when a user is not logged-in:
{not_logged_in}
Registeration
{/not_logged_in}
More info about conditional placeholders: https://wp-events-plugin.com/documentation/conditional-placeholders/
Another method is, You could use 3rd party plugins to create registration page and add a link on your main nagivation.
-
This reply was modified 2 years, 10 months ago by
timrv.
so i have to create a registration page? your plugin doesn’t do that automatically? it seems like from your demo it should. i think it’s not working properly.
enabling option anyone can register seems to work since you can see the Sign Up link from this screenshot https://imgur.com/AJHAlxh vs https://imgur.com/a/naCoUyO ?