• Resolved jellicleit

    (@jellicleit)


    Hi,
    ‘font size’ field in settings page always shows ‘3px’, no matter what value was saved before.
    Issue resolved moving line 44 of module ‘mwpl-dashboard-custom-login.php’ back 2 lines:

    from:

    if($mwpl_font_size == $i) $selected = 'selected';
    $default = '';
    if($i == 24) $default = 'Default';
    else $selected = '';
    

    to:

    if($mwpl_font_size == $i) $selected = 'selected';
    else $selected = '';
    $default = '';
    if($i == 24) $default = 'Default';
    

    glad if it helps, cheers.

    • This topic was modified 8 years, 2 months ago by jellicleit.
Viewing 1 replies (of 1 total)
  • Plugin Author bhaldie

    (@bhaldie)

    I will add it to my source code and have an update shortly. Thanks for the input ??

Viewing 1 replies (of 1 total)
  • The topic ‘Minor Issue: wrong font size in customized login settings’ is closed to new replies.