My clients site just upgraded to WP 3.3 and lost their branded login. Any plans to update this plugin?
]]>Not working after 3.3
]]>After upgrading to 3.3 My brand login has stopped working and I’m back to the original WordPress white screen login screen. Any fix for this?
]]>hi, how can i turn off the opacity change of an input field when hovering or focusing? thanks for your help.
]]>I’m a big fan of the My Brand PI, but recently encountered a fatal error when activating in on a new site. The specific issue is that remove_footer_admin ()
is already delclared in my theme’s functions.php, causing a redeclare error. I tried editing the My Brand functions.php by commenting out and removing the call, but no luck. Would appreciate a hack or workaround.
I installed this plugin today for the first time. It works perfectly. Only when i enable social connect nothing appears on my login page. I thought i should just inform the dev.
Thanks for the great Plugin.
]]>cannot set background color on login page.
wp 3.2
Hi, this is my favorite plugin for customizing the login page. BUT – if I have index.php in root and web files under some subdirectory IT DOES NOT WORK! Because it direct to folder path which is missing the SUBDIRECTORY.. Please could you correct this in new version? THX! Klimas
]]>How do I make this white box transparent ? I have used Firebug and it shows that the css is inherent to the wp-login.php page. This is the WP login page:
]]>In the function my_brand_adminlogo there is some code that should be adjusted to prevent issues with some plugins / pages:
function my_brand_adminlogo() { ?> <?php $ilogo = get_option('mybrandadminlogo'); ?>
<style type="text/css"> #header-logo { width:40px;height:40px; background : transparent url(<?php echo $ilogo; ?>) no-repeat scroll center center;} <? }
to be changed to:
function my_brand_adminlogo() { ?> <?php $ilogo = get_option('mybrandadminlogo'); if (empty($ilogo)) { return; } ?>
<style type="text/css"> #header-logo { width:40px;height:40px; background : transparent url(<?php echo $ilogo; ?>) no-repeat scroll center center;} <? }
And the same for the function my_brand_adminbg:
function my_brand_adminbg() { ?> <?php $ibg = get_option('mybrandadminbg'); ?>
html { background : url(<?php echo $ibg; ?>) repeat; }#footer-upgrade {color:transparent;display:none;} #footer {background-color:transparent;border-top:0px;} </style> <? }
to be changed to:
function my_brand_adminbg() { ?> <?php $ibg = get_option('mybrandadminbg'); if (empty($ibg)) { return; } ?>
html { background : url(<?php echo $ibg; ?>) repeat; }#footer-upgrade {color:transparent;display:none;} #footer {background-color:transparent;border-top:0px;} </style> <? }
]]>
After updating to 3.1, upon logging out, I cannot log back in again as the login page will not load. It sits there on a blank page and just loads indefintely.
]]>On activation I get this error:
Parse error: parse error in D:\wamp\www\seba-atseginez\wp-content\plugins\my-brand\mybrand.php on line 246
Tired to activate and got error.
found that this plugin uses short and normal php tags.
many ISP allows only normal php opening tags
]]>I made a fresh “just for testing” install of WP 3.0.3. With no other plugins added or activated, I added the “My Brand Plugin” version 1.6.3. Immediately the plugin was not allowed to activate, because the plugin file ‘mybrand.php’ is not syntactically correct. On line 246 of that file you’ll see something like this:
<? }
But what it needs to be is this:
<?php }
I don’t know how it became release-ready with a simple problem like that. Since it is easy for users to fix that problem themselves, it would not be a big deal except that once fixed – the plugin still does not work (even though it subsequently becomes activated). The settings page for the plugin is stark-blank. Nothing there. Thus it is unusable, at least on my windows 7 x64 box where I am testing with it.
]]>Hi all,
I would like to know how to change the form, not just the colour, since in the admin control panel I can only see how to change the logo at login screen(control panel) and background colour, but not text.
I want to add some legal text before user register, very tipical one:
-Be polite blah blah blah, dont flame, blah blah, etc…
And some ACCEPT, DECLINE buton.
But I dont know how to or even if thats possible.
Also is not related, but how to make website to go back to main page after user log in?
And the final question, also not realted to this plug in, but I see space for custom avatars when user post coments, but as a user I dont see any option in control panel to upload avatar. How can one user upload his own custom avatar?
Many thanks in advance. And my aplogies if my questions are too stupid, im really new in this….
]]>Can’t seem to get a scroll bar on my registration page, which is an issue, because it has a lot of custom fields on it that are now obscured if I use this plugin. (I am using ‘Register Plus Redux’, a plugin by radiok, that adds a bunch of useful custom fields to the registration process.)
Note that this plugin seems to customize both login and registration pages by default.
Scroll bar please?
]]>When I activate the plugin, my login screen is blank. A look under the covers show it as display: none. I can temporarily change it to display:block (using Firebug), so that I can login and try to fix it. I tried leaving all fields blank – no login. I tried just filling in the image fields – no login. I tried filling in all fields – ugly page, but still no login. In every case, I had to go in and change it to display:block in order to login again.
There are no hints as to whether we are required to use a light background, or any reason at all why the display of the login form would be hidden. The screenshot section of the plugin page is empty. The FAQ just says it’s great. The Installation section just says to activate it. It is clearly broken and I’ll have to try a different branding solution.
Thanks anyway.
]]>Parse error: syntax error, unexpected $end in […]/wp-content/plugins/my-brand/mybrand.php on line 246
]]>Hi,
I use your awesome plugin. However, I have a concern about user experience since they are mant different screen resolution out there.
Do you know about a way to make the background image auto adjust to such different screen resolutions?
Thanks in advance
]]>Hi – when I activate your plug-in I lose my scrollbar on the register now page. I deactivated (to test) and it returns. Curious if this is known problem or possibly a conflict with another plugin? Can’t see how it would be unless some scripts are enabled that are causing it. Suggestions?
]]>My Brand Login bust the position of certain written, after adding Register Plus (to add the password field) https://i53.tinypic.com/j94h2a.png
can solve the problem?
Thanks
]]>