Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Collins Agbonghama

    (@collizo4sky)

    May I see the shortcode you inserted in the said page?

    Thread Starter obbyug23

    (@obbyug23)

    Yes, 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?

    Thread Starter obbyug23

    (@obbyug23)

    I 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?

    Plugin Author Collins Agbonghama

    (@collizo4sky)

    Only thing i can think of is ensure you are using the_content() function to output the post/page content.

    Look into how other themes built their templates.

    Thread Starter obbyug23

    (@obbyug23)

    Thanks, 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"]
    Plugin Author Collins Agbonghama

    (@collizo4sky)

    Hi, WordPress requires email address during registration.

    Without email, users can’t regisrer. That’s how it works.

    Thread Starter obbyug23

    (@obbyug23)

    Ah, cheers.

    Do you have a plugin which allows a user to login with either their username or email on the Profile Press login page?

    Plugin Author Collins Agbonghama

    (@collizo4sky)

    Upgrade to the PRO version.

    The pro version can do what you seek.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Can't get plugin to work’ is closed to new replies.