asada1996
Forum Replies Created
-
Forum: Plugins
In reply to: [Membership 2] Make email address the usernameRight I did some research and I’ve managed to solve this issue by using the following plugin: https://ww.wp.xz.cn/plugins/profile-builder/
And as advised on another thread I added the following code in my functions.php file:
add_filter(‘ms_frontend_handle_registration’, ‘__return_false’);
In the settings for profile builder you can choose to use just email and not username.
Forum: Plugins
In reply to: [Membership 2] My Account PageThanks for your reply.
I managed to accomplish what I wanted to by just using CSS.
Cheers
Forum: Plugins
In reply to: [Membership 2] Single payment to provide access to specified number of monthsOh, thank you! That was my fault for not noticing that.
Forum: Plugins
In reply to: [Membership 2] Probelms with register and sign inHi,
Thanks for your help, using the shortcodes worked! The form works now. I haven’t fixed the register form validation although it does seem to work on the pop up.
I have another question. Where are the shortcodes generated, in which file? I want to edit the output, I want the register form to look something like this: http://codepen.io/atakan/pen/gqbIz .
Thanks for your help 🙂
Forum: Plugins
In reply to: [Membership 2] Probelms with register and sign inHi,
Thank you for looking into this for me. Yes the register form seems to be working now although if you type in random characters and not a proper format email it doesn’t give you an error it just remains on the same page.
I coded the pop up, it’s basically an on click event on the sign in button. I didn’t use the shortcode, I copied the code from the sign in form on pillbank.co.uk/sign-in/ to create a hidden form which is displayed on click of the button. This is the sign in form that isn’t working.
One other issue is the sign out button once you are signed in, it takes you to a page saying “You are attempting to log out of Pillbank. Do you really want to log out?”. When you click yes it does sign you out but I don’t want this page, I want immediate signing out.
Thank you for your help,
Asad
Forum: Plugins
In reply to: [Membership 2] Login and register forms no longer working!Thank you for your advice!
You are right, it seems that one of the plugins was conflicting, everything is working fine now.
I have replaced the plugin at fault with a similar one replicating the function but not affecting the login capabilities of the site.
Thank you and have a lovely day : )
Asad
Forum: Plugins
In reply to: [Membership 2] Login and register forms no longer working!Sorry it’s not taking you to wp-admin page, its taking you to wp-login.