Multisite Login Logos

Plugin Banner

Multisite Login Logos

by prontotools

Download
Description

Do some or all of the websites in your multisite network require a custom login logo? Well now you’re in luck!

This plugin allows you to customize the login logo per site, with the option to use the network’s default logo as well.

Once installed, access your theme’s Customize settings to update the logo.

Here is our Git repository. Feel free to contribute!

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Access your theme’s Customize settings to update the logo.
  1. Access your site's Theme Customizer settings.

    Access your site's Theme Customizer settings.

  2. Choose between the default network logo, or upload a custom one.

    Choose between the default network logo, or upload a custom one.

Работает, но...

By artbaks on September 3, 2016

Плагин работает, но если вставить логотип размером больше чем 84px, например 300*500px он да, отлично подгоняется по ширине в 84px и пропорционально по высоте не искажаясь, но при этом расстояние от верхней точки логотипа до формы ввода логина и пароля будет равно 500px - далековато будет). Испытывалось на .png файле с .svg ещё не пробовал.
Я решил добавить в файл "class-multisite-login-logos.php" в месте где прописаны стили строку echo "background-size: " . $sizes[0] . "px " . $sizes[1] . "px;\n";
Так логотип, отображается в своём натуральном размере будь то 100*100px или 400*500px и не отталкивает форму от себя).
Добавьте настройки по размерам в независимости от размера файла и будет круть!

1.0.2

  • Revise readme.

1.0.1

  • Supports SSL if enabled.

1.0.0

  • Set custom logo on login page in Theme Customizer.
Back to top