Viewing 4 replies - 1 through 4 (of 4 total)
  • plugin.ui.php
    in function wsl_add_javascripts()
    find

    if( get_option( 'wsl_settings_use_popup' ) != 1 ){
     ?return null;
     }

    replace

    if( get_option( 'wsl_settings_use_popup' ) == 2 ){
     ?return null;
     }

    Thread Starter kraket3

    (@kraket3)

    Thank you it works perfectly!

    Thread Starter kraket3

    (@kraket3)

    By the way, does anyone know why profile pics from facebook turn out so blurry and pixelated when they’ve been retrieved to my site?

    Anyone know how this happened? The fix above worked for me. ??
    Thanks @uradvd

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WordPress Social Login] Does not work’ is closed to new replies.