- This topic has 12 replies, 4 voices, and was last updated 4 years, 11 months ago by Leo.
-
AuthorPosts
-
December 26, 2019 at 9:52 pm #1114866Anonymous
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
December 27, 2019 at 6:43 am #1115125DavidStaffCustomer SupportHi 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:
December 27, 2019 at 8:23 am #1115342AnonymousHi, thank you for your reply, gonna check the links right now!
Peter
December 28, 2019 at 3:56 am #1115826DavidStaffCustomer SupportYou’re welcome
December 28, 2019 at 6:07 am #1115905AnonymousThank 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
December 28, 2019 at 6:41 am #1115928AnonymousI 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(); }
December 28, 2019 at 5:54 pm #1116442TomLead DeveloperLead DeveloperHi there,
I don’t think you should experience any issues with those tweaks π
December 28, 2019 at 10:41 pm #1116525AnonymousThanks,
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
December 28, 2019 at 10:49 pm #1116528LeoStaffCustomer SupportFormatting 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.
December 29, 2019 at 2:09 am #1116567AnonymousLink 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:
December 29, 2019 at 10:57 am #1116917LeoStaffCustomer SupportYup 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.
December 30, 2019 at 3:33 am #1117271AnonymousThank you very much for help. I am making this topic resolved!
Peter
December 30, 2019 at 7:29 pm #1118027LeoStaffCustomer SupportNo problem π
-
AuthorPosts
- You must be logged in to reply to this topic.