Site logo

Archived topic

Customer account - GeneratePress + EDD

12 replies · Started by Former User on December 26, 2019

Viewing posts 1–13 of 13

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

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

Peter

You're welcome

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

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();
}

Hi there,

I don't think you should experience any issues with those tweaks :)

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

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.

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/

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.

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

Peter

No problem :)

This archived topic is closed to new replies.