• Resolved jesusinica

    (@jesusinica)


    wp-content/plugins/miniorange-login-openid/miniorange_openid_sso_settings.php:926

    php
    $size = (!empty($args['width']) ? 'width="' . $args['width'] . '" ' : 'width="50"');
                                if ($user_picture !== false AND strlen(trim($user_picture)) > 0) {    //Avatar found?
                                    return '<img alt="' . $user_meta_name . '" src="' . $user_picture . '" class="avatar apsl-avatar-social-login avatar-' . $size . ' photo" height="' . $size . '" width="' . $size . '" />';
                                }
    

    Results in

    php
    <img alt="<user_id>>"
                                                                src="<linkedin_url>"
                                                                class="avatar apsl-avatar-social-login avatar-width=" 60px"
                              photo" height="width="60px" " width="width="60px" " /></a>
    
    
Viewing 1 replies (of 1 total)
  • Plugin Author miniOrange

    (@cyberlord92)

    Hello @jesusinica,

    Thank you for reaching out to us.

    The issue you are pointing to is not due to this plugin and you might be referring to our other plugin. Please send us a query from the plugin support form.

Viewing 1 replies (of 1 total)
  • The topic ‘Bug in your code’ is closed to new replies.