Hi again
Is there an option with the theme to change the Wordpress logo on the login page?
Login Logo
10 posts from 3 voices-
Posted 1 year ago #
-
Hey,
no Abundance doesn't offer this feature but you can follow tutorials like: http://wplift.com/how-to-change-the-logo-on-your-wordpress-login-pagePosted 1 year ago # -
Hi again
Just tried to change the login logo with the instructions given. Obviously I did something wrong. I got the following message:
Parse error: syntax error, unexpected T_LNUMBER in /home/bozosqld/public_html/wp-content/themes/abundance/functions.php on line 146
I have taken out what I entered in the functions.php file but I still get the same error message. I can no longer see any of my site!!
Help is needed!!
Thanks.
Posted 1 year ago # -
Try to replace your file with the original functions.php. Here's my own code:
// custom admin login logo function custom_login_logo() { echo '<style type="text/css"> h1 a { background-image: url('.get_bloginfo('template_directory').'/images/custom-login-logo.png) !important; } </style>'; } add_action('login_head', 'custom_login_logo');it shouldn't trigger any php errors. Make sure that you paste the code before the php ?> closing tag.
Posted 1 year ago # -
didn't work. I have just had a live chat with Hostgator. I can restore my site as it was. I did a backup about 7 hours ago. It would only mean I would have lost a few hours work. That might be the better solution unless you have a better one.
Thanks
Posted 1 year ago # -
Thanks for the help but I don't want to lose to much of the work I have already done. So I am going ahead and restoring the site to how it was about 10 hours ago.
But thanks anyway.
Posted 1 year ago # -
Hey again,
Have gone into File Manager within my hosting account and managed to restore my site. Unfortunately I have already ordered the restoration of this afternoon's backup. On live chat now trying to stop that. I think that is done. Cross fingers!!!
obviously i still want to change the login logo. Is there another way without going through ALL this again?
Alderino
PS thanks for all your help. I really appreciate the professionalism and support that comes with any theme KRIESI does
Posted 1 year ago # -
There are free WordPress plugins to accomplish this, try a Google search:
http://www.google.com/search?client=safari&rls=en&q=wordpress+plugin+to+change+login+logo&ie=UTF-8&oe=UTF-8White Label Branding is a premium plugin that will do this and much more:
http://codecanyon.net/item/white-label-branding-for-wordpress/125617Posted 1 year ago # -
Hi wildrays
Thanks for the information. I will check out those plugins.
Cheers.
Posted 1 year ago # -
I've used: http://www.uberweb.com.au/uber-login-logo-wordpress-plugin/ in the past.
Posted 1 year ago #
Reply
You must log in to post.














