Home › Forums › Legacy Support › Support queries › How-to & Troubleshooting › header login popup not working in production site Tagged: login, php, popup login This topic has 19 replies, 4 voices, and was last updated 7 years, 9 months ago by jlgonzalezdiaz. Viewing 5 posts - 16 through 20 (of 20 total) ← 1 2 Author Posts February 14, 2017 at 8:30 am #95422 jlgonzalezdiazParticipant This reply has been marked as private. February 15, 2017 at 2:11 pm #95727 Anshuman SahuKeymaster We can communicate on teamviewer .There we can debug your issue . OR you can upload your site to another server which allow access to other countries . Then share its credentials here along with cpanel . February 15, 2017 at 9:16 pm #95763 jlgonzalezdiazParticipant This reply has been marked as private. February 16, 2017 at 1:44 pm #95902 Anshuman SahuKeymaster fixed the login issue by adding the below code in your wplms-customizer.php file in wplms customizer plugin : add_filter('wplms_login_widget_action','fix_url_for_italy2'); function fix_url_for_italy2(){ return site_url().'/wp-login.php'; } To translate please follow : TRANSLATION GUIDES https://wplms.io/support/knowledge-base/translate-using-loco-translate-plugin/ https://wplms.io/support/knowledge-base/retain-translation-after-update-and-fix-translation-issues-after-update-guide-by-wplms/ https://wplms.io/support/knowledge-base/buddy-press-translation-using-loco-translator/ February 17, 2017 at 2:54 pm #96129 jlgonzalezdiazParticipant Thank you so much!, finally everything works like a charm. Sorry for this delay. Best Regards!. Author Posts Viewing 5 posts - 16 through 20 (of 20 total) ← 1 2 The topic ‘header login popup not working in production site’ is closed to new replies.