Universal Dark Mode Invenza

설명

Advanced full-site dark mode management system for WordPress. Allows you to configure customizable color schemes, exclude specific sections, and create priority rules for selectors.

Developer Notes

This plugin uses PostCSS for CSS compilation and nesting, and PHP_CodeSniffer (PHPCS) for WordPress coding standard checks. Source files and build configurations are included.

CSS Compilation

To build the compiled stylesheets:
1. Ensure Node.js and npm are installed.
2. Run npm install in the plugin directory to install dependencies.
3. Run npm run build to compile styles from src/css/ to admin/css/ and public/css/.

Coding Standards

To run WordPress coding standard checks:
1. Ensure Composer is installed.
2. Run composer install to install development packages.
3. Run vendor/bin/phpcs to check PHP code against WordPress standards.

설치

  1. Upload the universal-dark-mode-invenza folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Settings -> Universal Dark Mode Invenza to configure.

FAQ

How do I enable dark mode?

Once activated, navigate to Settings -> Universal Dark Mode Invenza to configure the colors and toggle the dark mode switch.

Can I exclude specific pages or sections?

Yes, you can configure exclusions using selectors or section names directly in the plugin settings page.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Universal Dark Mode Invenza”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Universal Dark Mode Invenza”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • Initial release.