obbyug23
Forum Replies Created
-
Forum: Plugins
In reply to: [[Abandoned] PPress] Can't get plugin to workAh, cheers.
Do you have a plugin which allows a user to login with either their username or email on the Profile Press login page?
Forum: Plugins
In reply to: [[Abandoned] PPress] Can't get plugin to workThanks, I managed to solve that by taking a look at examples of other templates.
One other issue… I’m getting the error ‘Email address is not valid’ when attempting to signup – this shouldn’t be happening as my registration form only asks for a username and password
[reg-username id="reg-username" placeholder="Username"] <br> [reg-password id="reg-password" placeholder="Password"] <br> [reg-submit value="Register" id="submit-button"]Forum: Plugins
In reply to: [[Abandoned] PPress] Can't get plugin to workI just tested Profile Press on a default WordPress theme (rather than my custom one) and the login form displays.
Seems like it’s a problem with my custom theme – are there certain lines of code required for Profile Press to function?
Forum: Plugins
In reply to: [[Abandoned] PPress] Can't get plugin to workYes, it’s simply [profilepress-login id=”2″]
By the way, this is a custom WordPress theme made by myself. Is there anything I need to include in page.php for Profile Press to work?