Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hi wp_begginer_pri,

    – Please go to the plugin folder “admin-custom-login”
    – Find the file “login-form-screen.php”
    – Open this file in text editor
    – Go to the line number 310
    – Here is line

     <p class='login-msg-above'><?php echo $log_form_above_msg; ?></p> </pre
    - Replace with 
    
    <p class='login-msg-above'><?php echo html_entity_decode(stripslashes($log_form_above_msg)); ?></p>
    

    - and save the file

    Thanks.

    Thread Starter Wp_begginer_pri

    (@wp_begginer_pri)

    many thanks for this ?? Will you include this in your next update?

    I did not yet test the fix but am almost sure it will work.

    Many thanks ??

    Best Regards,

    Pri

    Plugin Support weblizar_support

    (@weblizar_support)

    Hello,

    Yes, we will add this in the future update.

    Thanks.

    Thread Starter Wp_begginer_pri

    (@wp_begginer_pri)

    Perfect ?? Thanks a lot for confirming ??

    Plugin Support weblizar_support

    (@weblizar_support)

    Hi wp_begginer_pri,

    – Welcome
    – if you like our support please review us.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Old bug back’ is closed to new replies.