Daniel Morris
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Custom Login] "Username" title name changed after updateHi weblizar_support,
I understand. I have updated and cross-checked all my relevant live links on multiple platforms and the plugin is working at 110% again. Thank you for your timely support as well as your continued support on the plugin itself.
Regards,
Best Survival TechForum: Plugins
In reply to: [Admin Custom Login] "Username" title name changed after updateThank you for your quick updates. There are however still two issues that I am aware of.
There are two problems.
1.) Login form shadow is now gone due to this code:
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
located at:
http://www.example.com/wordpress/wp-admin/load-styles.php?c=0&dir=ltr&load%5B%5D=dashicons,buttons,forms,l10n,login&ver=4.52.) The second problem is that the Font Awesome icons for username and password have drifted at a north-west angle by a few pixels making it look off centered as seen here in this image: http://i.imgur.com/sNwA23T.png
Thanks again.
Regards,
Daniel Morris
Best Survival TechForum: Plugins
In reply to: [Admin Custom Login] "Username" title name changed after updateTotally forgot about editing plugins directly from the admin dashboard.
Thanks, Vivenet
Regards,
Best Survival TechForum: Plugins
In reply to: [Admin Custom Login] "Username" title name changed after updateAlso on line 107 of the same file chnage
<?php _e(‘X-k!d–> Deepak’,’WEBLIZAR_ACL’);?>
to the proper code of
<?php _e(‘Username’,’WEBLIZAR_ACL’);?>
you can do a search and replace if you want.
I have no idea how many more errors there are but this needs an update fast.
Regards,
Best Survival TechForum: Plugins
In reply to: [Admin Custom Login] Plugin still not working fully after updateAlso on line 107 of the same file chnage
<?php _e(‘X-k!d–> Deepak’,’WEBLIZAR_ACL’);?>
to the proper code of
<?php _e(‘Username’,’WEBLIZAR_ACL’);?>
you can do a search and replace if you want.
I have no idea how many more errors there are but this needs an update fast.
Regards,
Best Survival TechForum: Plugins
In reply to: [Admin Custom Login] Plugin still not working fully after updateNow that ive looked at it you got a LOt of new problems with your code.
Forum: Plugins
In reply to: [Admin Custom Login] "Username" title name changed after updateNow that ive looked at it you got a LOt of new problems with your code.
Forum: Plugins
In reply to: [Admin Custom Login] Plugin still not working fully after updateThe problem is located in the file admin-custom-login.php on line 107
<?php _e(‘sHiNyMiLeS…’,’WEBLIZAR_ACL’);?>
P.S You could credit me somehow with a back link someone/anywhere. That would be appreciated.. New website so I try to take advantage of getting what I can when I can. Doesn’t hurt to ask. = P
Regards,
Best Survival TechForum: Plugins
In reply to: [Admin Custom Login] "Username" title name changed after updateHOW TO FIX TILL UPDATE ARRIVES
CURRENT FIX AND WORKAROUND….The problem exists in the file: admin-custom-login.php
This file can be found at the following URL/directory:
public_html/wordpress/wp-content/plugins/admin-custom-login.php
1. Using an FTP client download the file and open it
2. While making sure word wrap is off look on line 107 locate and change the following code:<?php _e(‘sHiNyMiLeS…’,’WEBLIZAR_ACL’);?>
to the proper code:
<?php _e(‘Username’,’WEBLIZAR_ACL’);?>
3. Save it and upload it back to the proper location. this is a temp fix.
4. Additionally, you can open the file admin-custom-login.php and do a search and replace for the word sHiNyMiLeS… and replace with Username
I have not found a fix for the shadow effect yet
Regards,
Best Survival TechForum: Plugins
In reply to: [Admin Custom Login] "Username" title name changed after updateI have just created a ticket with the plugin dev as well for the same issue. Yesterday the plugin was broken for 4.5 coleman. He did a update that fixed two of the issues I pointed out. But now there are a few more issues still to be resolved.
The username being “sHiNyMiLeS…”
and
the login form shadow box feature no longger works.
Regards
Best Survival TechThank you for the update.
Version 2.4.4 14/03/2016
Few bug updated which is reported by Users
Opacity & Background problem fixed
Compatible With WordPress 4.5 versionRegards
Best Survival TechI was expectin to see an update to your plugin when i logged in this morning. I do not.
Also i’ve read on other forums ppl are having the same issue with your plugin as 4.5 rolled out.
It’s not a coincidence we are all having the same issue with your plugin the same day 4.5 rolls out. Get it fixed and stop wasting time telling us its not your plugin and that’s its us.
Further more After 4.5 6 other plugins of mine had the same issuse. they all broke. All 6 of them have been fixed now. Except for this one. I was able to find the issue. I provided you with the new code that was added and you still do now believe it is a problem with the plugin.