[Resolved] Customer account – GeneratePress + EDD

Home Forums Support [Resolved] Customer account – GeneratePress + EDD

Home Forums Support Customer account – GeneratePress + EDD

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1114866
    Anonymous

    Dear support!

    I am using Premium Generate Press with EDD and I like the idea of login forms and account area for each user. How can I change WordPress logo from login site to my own brand?

    Second question – how to disable top area when they are logged in? That is why I am not using it currently as it is not pretty. You hid it somehow from your site, how is it possible? And last but not least, how can I then add Log out to my Account page?

    Thank you πŸ™‚

    Peter

    #1115125
    David
    Staff
    Customer Support

    Hi there,

    there are several plugins on the WP repo for customizing the login or you this article covers the code method:

    https://davidwalsh.name/change-wordpress-logo

    And this article to hide admin bar to all but Administrators:

    https://www.wpbeginner.com/wp-tutorials/how-to-disable-wordpress-admin-bar-for-all-users-except-administrators/

    #1115342
    Anonymous

    Hi, thank you for your reply, gonna check the links right now!

    Peter

    #1115826
    David
    Staff
    Customer Support

    You’re welcome

    #1115905
    Anonymous

    Thank you for support David

    I changed the logo with Change Login Logo plugin.

    I hid admin bar to all but Administrator with change to functions.php file

    I had to implemented Log out somehow and I used Login Logout Menu plugin – now I need to implement redirecting to homepage after they log in as it will take them to WP dashboard of their account.

    Do you think it can be problem with the speed of the site or theme with these workarounds?

    Also, the formatting of Login/Register from EDD is a little but off, don’t know how to fix it

    Thank you!

    Peter

    #1115928
    Anonymous

    I solved logout and redirect with the code below – added to functions.php

    add_action('wp_logout','ps_redirect_after_logout');
    function ps_redirect_after_logout(){
             wp_redirect( 'your url here' );
             exit();
    }
    #1116442
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    I don’t think you should experience any issues with those tweaks πŸ™‚

    #1116525
    Anonymous

    Thanks,

    the only issue I have now is weird formatting when using edd_login and edd_register shortcodes on my site. I create a new Page and insert shortcodes, but it does not look good.

    Peter

    #1116528
    Leo
    Staff
    Customer Support

    Formatting EDD content might be something you need to check with their support.

    If you can link/guide me to the page, I can make sure nothing from the theme is interfering.

    #1116567
    Anonymous

    Link to my website with shortcodes (register/login, purchase history). If the user is not logged in or does not have an account it will present it like this:

    https://infantools.com/support/account/

    #1116917
    Leo
    Staff
    Customer Support

    Yup GP only set the color and background color for those forms.

    The rest is coming from EDD itself which you will need to check with their support.

    #1117271
    Anonymous

    Thank you very much for help. I am making this topic resolved!

    Peter

    #1118027
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.