Title: Found bug
Last modified: August 9, 2018

---

# Found bug

 *  Resolved [Wp_begginer_pri](https://wordpress.org/support/users/wp_begginer_pri/)
 * (@wp_begginer_pri)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/found-bug-2/)
 * Hi guys,
 * I found a small bug maybe.
 * if you add a link in ACLOGIN–>Settings–>login settings–> “Display Note To User
   Above Login Form”, the domain name of site using your plugin is attached automatically.
 * Eg: if we type in that place a href=”www.example.com”> Hello world </a `
 * Then on clicking Hello world, the link is ” [http://www.domain.com/www.example.com&#8221](http://www.domain.com/www.example.com&#8221);
   instead of [http://www.example.com](http://www.example.com). Naturally this is
   causing 404s 😉
 * To replicate just type a link in the mentioned area. We used https and www to
   be more specific.
 * Can you kindly confirm its a bug or maybe we missed something?
 * Best Regards,
 * Pri
    -  This topic was modified 7 years, 9 months ago by [Wp_begginer_pri](https://wordpress.org/support/users/wp_begginer_pri/).
    -  This topic was modified 7 years, 9 months ago by [Wp_begginer_pri](https://wordpress.org/support/users/wp_begginer_pri/).
    -  This topic was modified 7 years, 9 months ago by [Wp_begginer_pri](https://wordpress.org/support/users/wp_begginer_pri/).

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Support [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/found-bug-2/#post-10575014)
 * hi wp_begginer_pri,
 * The message above login form is a simple text message, it’s not an anchor tag.
   We checked this on our system, but we didn’t get the link.
 * please, share your website URL with us, we will check it and find and provide
   the solution.
 * Thank you.
 *  Thread Starter [Wp_begginer_pri](https://wordpress.org/support/users/wp_begginer_pri/)
 * (@wp_begginer_pri)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/found-bug-2/#post-10575099)
 * Hi,
 * I know it is not an anchor tag 🙂 However, if we want to add an anchor tag in
   that area, you can replicate this error.
 * I am not allowed by client to post his site link as it is not launched yet. Hence,
   can you kindly let me know if you could replicate it by adding any anchor text
   in that area. Try clicking on the link from wp-login.php front end and maybe 
   you can see what I can see?
 * I will try and share a staging site url after asking client about it 😉
 * Thanks,
 * Pri
 *  Plugin Support [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/found-bug-2/#post-10575249)
 * hi, wp_begginer_pri,
 * if possible, please share the screenshot.
    and we need to check, if it is possible
   we will do this.
 * Thank you.
 *  Thread Starter [Wp_begginer_pri](https://wordpress.org/support/users/wp_begginer_pri/)
 * (@wp_begginer_pri)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/found-bug-2/#post-10575564)
 * Hi,
 * Please see:
 * 1. [https://www.dropbox.com/s/6ah7g592nebwffi/AC_LOGIN_SETTINGS.JPG?dl=0](https://www.dropbox.com/s/6ah7g592nebwffi/AC_LOGIN_SETTINGS.JPG?dl=0)
 * 2. [https://www.dropbox.com/s/kw01iv7pl6lgg05/LOGIN_DISPLAY_ISSUE.JPG?dl=0](https://www.dropbox.com/s/kw01iv7pl6lgg05/LOGIN_DISPLAY_ISSUE.JPG?dl=0)
 * Let me know if this helps. If not, I will request client staging access.
 * Best Regards,
 * pri
 *  Plugin Support [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/found-bug-2/#post-10577783)
 * hi,wp_begginer_pri,
 * So you want to give another site URL, in the message.
 * We are working on it and we will send you an update ASAP.
 * Thank you.
 *  Thread Starter [Wp_begginer_pri](https://wordpress.org/support/users/wp_begginer_pri/)
 * (@wp_begginer_pri)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/found-bug-2/#post-10577808)
 * Hi,
 * Exactly. I just wanted to have another site link in that area via ‘a href =””‘.(
   EG: A link to wordpress.com)
 * Thanks a lot for identifying this. 🙂
 * Best Regards,
 *  Plugin Support [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/found-bug-2/#post-10578077)
 * hi wp_begginer_pri,
 * I am sharing two files, which will solve your anchor tag issue. Please replace
   both the files.
 * share 1 settings: [https://www.dropbox.com/s/a4r2yss0nvlvvwc/login-form-background.php?dl=0](https://www.dropbox.com/s/a4r2yss0nvlvvwc/login-form-background.php?dl=0)
 * ( Path: wp-content\plugins\admin-custom-login\includes\login-form-setting )
 * share 2 frontend: [https://www.dropbox.com/s/e89s0u1lbcwic9o/login-form-screen.php?dl=0](https://www.dropbox.com/s/e89s0u1lbcwic9o/login-form-screen.php?dl=0)
 * ( Path: wp-content\plugins\admin-custom-login )
 * I have also written the path, where you will find the files.
    If you face any
   difficulty in replacing the files please tell us.
 * And after replacing please notify us.
 * Thank you
 *  Thread Starter [Wp_begginer_pri](https://wordpress.org/support/users/wp_begginer_pri/)
 * (@wp_begginer_pri)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/found-bug-2/#post-10578305)
 * Hi,
 * I easily replaced the files and it helped fix the issue 🙂
 * Thanks a ton for your help. I will leave you a 5 star as a thank you 🙂
 * I did not try to login as I am already logged in another browser but I am sure
   that it will be ok 😉 If not, I will let you know. I am marking this as resolved
   for now.
 * Am happy I could help you identify this 🙂 Hope you will commit the code for 
   your next update 😉
 * Best Regards,
 * Pri
    -  This reply was modified 7 years, 9 months ago by [Wp_begginer_pri](https://wordpress.org/support/users/wp_begginer_pri/).
 *  Plugin Support [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/found-bug-2/#post-10580655)
 * Hi wp_begginer_pri
 * – Your feedback improves our plugin feature list
    – Thanks for using our plugin.
   Stay continue with us for more new exciting launches.
 * Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Found bug’ is closed to new replies.

 * ![](https://ps.w.org/admin-custom-login/assets/icon-256x256.png?rev=1121656)
 * [Admin Custom Login](https://wordpress.org/plugins/admin-custom-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/admin-custom-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/admin-custom-login/)
 * [Active Topics](https://wordpress.org/support/plugin/admin-custom-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/admin-custom-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/admin-custom-login/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/found-bug-2/#post-10580655)
 * Status: resolved