It used to be that this plugin allowed you to place a nice sized logo on your WP login page. But it hasn’t been updated in over 2 years and now the login logo will only show a max of 80×80 pixels which is very small. And there are no settings within the app to change it. Sad.
]]>Hi,
Is possible to disable access to this plugin for specific roles?
I’m using User Role Editor plugin to manage roles permission.
https://www.ads-software.com/extend/plugins/custom-admin-branding/
]]>I have pasted the url of the logo I wish to use for the login page, and it shows, but the bottom half of it is overlapped by the top of the login form.
The image is 180 x 180px in size. Can you tell me what to do so it is positioned correctly?
Thanks
https://www.ads-software.com/extend/plugins/custom-admin-branding/
]]>I haven’t gotten past the fact that my Photoshop says that none of the included .psd files are valid Photoshop files. I’m using Photoshop CS5.5 on a Macbook Pro. I’ve read all the other comments and believe I will uninstall, anyway. Plus, I went to the author’s site, and they’ve essentially closed down.
https://www.ads-software.com/extend/plugins/custom-admin-branding/
]]>upload buttons dont work, replaced the image on the server via ftp and still seems to show the redhat technologies (or what ever)
bottom line not working
https://www.ads-software.com/extend/plugins/custom-admin-branding/
]]>upload does not work.
https://www.ads-software.com/extend/plugins/custom-admin-branding/
]]>there are two problems that prevent this plugin from working.
1. as pointed out in other messages in this thread, the variable that should contain the site url at row 169 of custom_admin_branding.php file is not correctly inizializated. instead of a variable, anyway, one should use the function site_url() like this:
<script type=”text/javascript” src=”<?php echo site_url(); ?>/wp-content/plugins/custom-admin-branding/js/ColorPicker.js”></script>
2. the thickbox.js jquery plugin seem to be not called at all.
https://www.ads-software.com/extend/plugins/custom-admin-branding/
]]>Unfortunately, setting up 100 blogs individually isn’t going to work. Also, sometimes the h1 a section is used for something else — a notice that you need to log in to a private blog, for example.
And, it would be good to be able to specify the height of the main image used. Yes, we could do the CSS, but that’s another 100 settings ??
https://www.ads-software.com/extend/plugins/custom-admin-branding/
]]>I’m using the Thematic framework. The code in the Custom CSS panel is ignored.
https://www.ads-software.com/extend/plugins/custom-admin-branding/
]]>I just realized that the plugin isn’t compatible up to the newest version of wordpress but hopefully that is not the issue:
I have installed and uninstalled the plugin. Mainly because I couldn’t get the plugin to change my login logo so I went to try changing a different solution, except even though the plugin is unintalled it still shows the “login logo” as the logo above the login form.
I have no idea how this is happening because as far as I know all traces of the plugin have been deleted, if anyone has any ideas or knowledge on this, it is greatly appreciated!!
thanks!!
https://www.ads-software.com/extend/plugins/custom-admin-branding/
]]>Hello!
is this plugin useful for changing help text in admin panel !?
please help me for that!
thanks!
https://www.ads-software.com/extend/plugins/custom-admin-branding/
]]>Hi Jay,
FYI – you have a number of deprecated calls in your plugin
Try developing with WP-DEBUG switched on to see them.
https://www.ads-software.com/extend/plugins/custom-admin-branding/
]]>The header/footer logos can be selected by name and uploaded manually (e.g. FTP) and are working fine this way. But the “upload” buttons on the settings option page don’t respond. I’m using Firefox 5.0 (have not tested other browsers.)
]]>The brandig logos working only the main site.
I tried with absolute url, but the same.
Custom logos do not display out of the box.
Upload buttons do not function.
After clicking on upload buttons in plug-in settings, admin side bar drop downs in main UI don’t work anymore.
Am I missing something here. I’ve changed settings in the admin panel but the only thing that changes is the “Login Logo”. Nothing else works! It’s still showing the standard WP login screen.
]]>The buttons for uploading logos in the admin area don’t work in Chrome (didn’t test other browsers)
I expect it’d still work if you use a path… But I just replaced it instead.
]]>Instead of using hard-coded references to the WP Content directory you should be using the WP_PLUGIN_URL constant.
$options['login_logo'] = WP_PLUGIN_URL . '/custom-admin-branding/images/login-logo.png';
$options['login_button_background'] = WP_PLUGIN_URL . '/custom-admin-branding/images/button-grad.png';
$options['admin_header_logo'] = WP_PLUGIN_URL . '/custom-admin-branding/images/header-logo.png';
$options['admin_footer_logo'] = WP_PLUGIN_URL . '/custom-admin-branding/images/footer-logo.png';
<script type="text/javascript" src="<?php echo WP_PLUGIN_URL; ?>/custom-admin-branding/js/ColorPicker.js"></script>
https://www.ads-software.com/extend/plugins/custom-admin-branding/
]]>Hi,
installed it into wordpress 3.1. click upload button on any/ all of them to upload images from my computer and they don’t do anything. none of the upload buttons are working mate.
sorry. can you fix this asap. i really need this for my site.
]]>I am using the latest versions of WP and Custom Admin Branding.
On the login page, the footer does not display and on the left side of the page a bundle of links now appear.
Expand
next previous
Close
Previous
0/0
Next
They don’t seem to do anything … except for “expand” which then suddenly makes the login page become infinitely long.
Additionally, the “Upload” buttons in the admin area do not function.
The other elements appear to be working correctly.
]]>Hello,
I just installed the latest version of Custom Admin Branding on WP 3.1. It works but I wanted to point out that file paths to the image files is wrong, You manually have to change that. There is one ../ too much in there. Maybe because I installed wordpress not in the root but in a subfolder?
I also noticed that the Upload button is not working.
Martin
]]>— DESCRIPTION —
Version 3.0.3 causes the following warning in WP 3.1:
PHP Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /var/www/html/blog/wp-includes/functions.php on line 3387
— FIX —
In custom_admin_branding.php
, line 28, replace 8
with 'manage_options'
Patch format:
28c28
< $custombranding_admin = add_options_page(‘Custom Admin Branding’, ‘Custom Admin Branding’, 8, ‘brandingoptions’, ‘admin_branding_options_page’);
—
> $custombranding_admin = add_options_page(‘Custom Admin Branding’, ‘Custom Admin Branding’, ‘manage_options’, ‘brandingoptions’, ‘admin_branding_options_page’);
https://www.ads-software.com/extend/plugins/custom-admin-branding/
]]>The default options for this plugin make the correct modifications to my login and admin, but when I click “Save Changes” on the plugin options page, I am redirected to /wp-admin/options.php, for which I receive a 404 error, and the changes are not committed. Has anyone else encountered this problem, or have any ideas?
Thanks!
]]>on the repository page it says it is 3.0.1, but the header code in custom_branding.php says 3.0.2
wazzup?
]]>Hi Josh,
I really got to say that you plug in is great. Thank you.
But after installing v3.01 I am not so excited by it.
I know you have rewritten it but it has lost the look that i was able to achieve with version 2.0
I liked the way i was able to change the login background and the full header across the top of the admin screen.
Is there anyway that i can reproduce this in version 3?
thanks
j
Hi,
just got the latest update. And unfortunately it is broken.
It doesn’t care about options for image and color.
Bye, Ebicita
https://www.ads-software.com/extend/plugins/custom-admin-branding/
]]>I couldn’t open psd template files. Besides a donate sing won’t let you upload images.
]]>I upgraded and immediately received a fatal error. Deleted the folder containing the plug-in to regain access.
]]>I have had a problem that the login fields are now sitting on the left of the screen instead of center. If i upgrade to version 3 of the plugin i get a fatal error after it has upgraded. I have then downgraded to the previous version. With login fields are now sitting on the left of the screen.