WordPress.org

Shqipëri

  • Tema
  • Shtojca
  • Asistencë
  • Mbi
  • Merrni WordPress-in
Merrni WordPress-in
WordPress.org

Plugin Directory

F4 Simple White Label

  • Parashtroni një shtojcë
  • Të parapëlqyerat e mia
  • Hyni
  • Parashtroni një shtojcë
  • Të parapëlqyerat e mia
  • Hyni

Kjo shtojcë s’është testuar me 3 hedhjet e rëndësishme të fundit në qarkullim të WordPress-it. Mund të mos e mirëmbajnë më, ose mundet të mos mbulohet më dhe mund të ketë probleme përputhshmërie, kur përdoret me versione më të freskët të WordPress-it.

F4 Simple White Label

Nga FAKTOR VIER
Shkarkim
  • Hollësi
  • Shqyrtime
  • Instalim
  • Zhvillim
Asistencë

Përshkrim

With F4 Simple White Label you can change the login image, add a custom logo to the admin bar and change the admin footer texts.

Currently this is only possible with a few easy to use hooks. We plan to add an options page to the WordPress backend, so you can change all the above mentioned without using a single line of code.

Usage

You can add the following hooks to the functions.php of your theme.

Add favicon to login page and backend:

add_filter('F4/SWL/admin_favicon', function() {
    return 'url-to-your-favicon.ico';
});

Change the login page image:

add_filter('F4/SWL/login_image', function() {
    return 'url-to-your-login-image.png';
});

You can also change the href, link text, image alt text like this:

add_filter('F4/SWL/login_image_href', function() {
    return 'https://www.f4dev.ch';
});

add_filter('F4/SWL/login_image_link_text', function() {
    return 'This WordPress is powered by FAKTOR VIER';
});

add_filter('F4/SWL/login_image_alt', function() {
    return 'FAKTOR VIER logo';
});

If needed you can add custom inline styles to the image:

add_filter('F4/SWL/login_image_style', function() {
    return 'width:50px; height:50px;';
});

Add a custom logo to the admin bar:

add_filter('F4/SWL/admin_bar_logo', function() {
    return 'url-to-your-admin-bar-logo.png';
});

You can also change the href, logo alt text like this:

add_filter('F4/SWL/admin_bar_logo_href', function() {
    return 'https://www.f4dev.ch';
});

add_filter('F4/SWL/admin_bar_logo_alt', function() {
    return 'FAKTOR VIER logo';
});

If needed you can add custom inline styles to the logo:

add_filter('F4/SWL/admin_bar_logo_style', function() {
    return 'height:20px; margin:8px 0;';
});

If you have users that like to use the light color theme, you can define a different logo for that. If you dont use this hook, the admin_bar_logo logo us used for all themes:

add_filter('F4/SWL/admin_bar_logo_light', function() {
    return 'url-to-your-admin-bar-logo-light.png';
});

Change the backend footer texts:

add_filter('F4/SWL/admin_footer_text', function() {
    return '<span id="footer-thankyou">Thank you for creating with WordPress.Get</span>';
});

add_filter('F4/SWL/admin_footer_update_text', function() {
    return 'Version 5.3';
});

Features overview

  • Add favicon to login page and backend
  • Change the login page image
  • Add a custom logo to the admin bar
  • Change the backend footer texts
  • Easy to use
  • Lightweight and optimized
  • 100% free!

Planned features

  • Everything configurable in the backend without a single line of code

Foto ekrani

  • Login page image
  • Admin bar logo
  • Admin footer texts

Instalim

  1. Upload the plugin files to the /wp-content/plugins/f4-simple-whitelabel directory, or install the plugin through the WordPress plugins screen directly
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the hooks explained in the usage section above

Shqyrtime

Functional

Carlos Hernández 5 Shtator, 2022
It does just what you need without cluttering the dashboard with thousands of options or notifications.
Lexoni 1 shqyrtimin e vetëm

Kontribues & Zhvillues

“F4 Simple White Label” është software me burim të hapur. Në këtë shtojcë kanë dhënë ndihmesë personat vijues.

Kontribues
  • FAKTOR VIER

“F4 Simple White Label” është përkthyer në 3 gjuhë. Faleminderit përkthyesve për ndihmesën e tyre.

Përkthejeni “F4 Simple White Label” në gjuhën tuaj.

Ju intereson zhvillimi?

Shfletoni kodin, shkarkoni depon SVN, ose pajtohuni përmes RSS-je te regjistri i zhvillimeve.

Regjistër ndryshimesh

1.0.11

  • Support WordPress 6.5

1.0.10

  • Support WordPress 6.1

1.0.9

  • Update www.f4dev.ch links

1.0.8

  • Support WordPress 6.0

1.0.7

  • Support WordPress 5.9

1.0.6

  • Support WordPress 5.8

1.0.5

  • Support WordPress 5.7

1.0.4

  • Support WordPress 5.6

1.0.3

  • Support WordPress 5.5

1.0.2

  • Support WordPress 5.4

1.0.1

  • Update namespaces

1.0.0

  • Initial stable release

Të tjera

  • Version 1.0.11
  • Përditësuar së fundi më 1 vit më parë
  • Instalime aktive 200+
  • Version WordPress-i 5.2 ose më i madh
  • E provuar deri me 6.5.5
  • Version PHP-je 7.0 ose më i madh
  • Gjuhë

    English (US), German, German (Austria) dhe German (Switzerland).

    Përkthejeni në gjuhën tuaj

  • Etiketa
    faviconloginlogin pageWhite Labelwhitelabel
  • Pamje e Thelluar

Vlerësime

5 nga 5 yje të mundshëm.
  • 1 shqyrtim me 5 yje 5 yje 1
  • 0 shqyrtime me 4 yje 4 yje 0
  • 0 shqyrtime me 3 yje 3 yje 0
  • 0 shqyrtime me 2 yje 2 yje 0
  • 0 shqyrtime me 1 yje 1 yll 0

Shtoni shqyrtimin tuaj

Shihni krejt shqyrtimet

Kontribues

  • FAKTOR VIER

Asistencë

Keni diçka për të thënë? Ju duhet ndihmë?

Shihni forum asistence

Dhuroni

Do të donit të përkrahnit shpënien më tej të kësaj shtojce?

Dhuroni për këtë shtojcë

  • Rreth
  • Lajme
  • Strehim
  • Privatësi
  • Shembuj
  • Tema
  • Shtojca
  • Modele
  • Mësoni
  • Asistencë
  • Zhvillues
  • WordPress.tv ↗
  • Përfshihuni
  • Veprimtari
  • Dhuroni ↗
  • Pesë për të Ardhmen
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Shqipëri

  • Vizitoni llogarinë tonë X (ish Twitter)
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Vizitoni faqen tonë në Facebook
  • Vizitoni llogarinë tonë Instagram
  • Vizitoni llogarinë tonë LinkedIn
  • Visit our TikTok account
  • Vizitoni kanalin tonë YouTube
  • Visit our Tumblr account
Kodi është Poezi.