وضاحت
Make front end styling easier for child themes on the Genesis Framework based on whether JavaScript is enabled or not.
Adds a no-js
body class to the front end, and a script on genesis_before
which immediately changes the class to js
if JavaScript is enabled.
This is how WP does things on the back end, to allow different styles for the same elements depending if JavaScript is active or not.
This plugin is only useful if you’re using a child theme of the Genesis Framework since it uses the genesis_before
hook.
انسٽاليشن
Once this plugin is installed and activated, then it will work automatically. There are no options, and nothing to set-up.
Upload
- Download the latest tagged archive (choose the “zip” option).
- Go to the Plugins -> Add New screen and click the Upload tab.
- Upload the zipped archive directly.
- Go to the Plugins screen and click Activate.
Manual
- Download the latest tagged archive (choose the “zip” option).
- Unzip the archive.
- Copy the folder to your
/wp-content/plugins/
directory. - Go to the Plugins screen and click Activate.
Check out the Codex for more information about installing plugins manually.
Git
Using git, browse to your /wp-content/plugins/
directory and clone this repository:
git clone git@github.com:GaryJones/genesis-js-no-js.git
Then go to your Plugins screen and click Activate.
Composer
composer require gamajo/genesis-js-no-js
FAQ
- Installation Instructions
-
Once this plugin is installed and activated, then it will work automatically. There are no options, and nothing to set-up.
Upload
- Download the latest tagged archive (choose the “zip” option).
- Go to the Plugins -> Add New screen and click the Upload tab.
- Upload the zipped archive directly.
- Go to the Plugins screen and click Activate.
Manual
- Download the latest tagged archive (choose the “zip” option).
- Unzip the archive.
- Copy the folder to your
/wp-content/plugins/
directory. - Go to the Plugins screen and click Activate.
Check out the Codex for more information about installing plugins manually.
Git
Using git, browse to your
/wp-content/plugins/
directory and clone this repository:git clone git@github.com:GaryJones/genesis-js-no-js.git
Then go to your Plugins screen and click Activate.
Composer
composer require gamajo/genesis-js-no-js
- What does this plugin actually do?
-
If you look at the source of a WordPress back end page, you’ll see it has a body class of
no-js
. Immediately after the openingbody
tag is a small script which replacesno-js
withjs
(you can see the amended class with browser developer tools).WordPress uses this to apply different styles to the same elements, depending on whether JavaScript is present or not.
This plugin recreates the same effect, but for the front end of Genesis Framework child themes.
- Shouldn’t the script be at the end of the page?
-
Usually, yes, but it’s a fairly small script, so does not block rendering of other content for any noticeable length of time.
Doing it immediately also reduces a flash of incorrectly styled content, as the page does not load with
no-js
styles, then switch tojs
once everything has finished loading.
جائزا
تعاون ڪندڙ & ڊولپرز
“Genesis JS / No JS” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.
تعاون ڪندڙواحد: “Genesis JS / No JS” 1 لوڪل ۾ ترجمو ڪيو ويو آهي. ترجمي ڪندڙن جي مهرباني سندن تعاون لاءِ.
ترجمو ڪريو “Genesis JS / No JS” توهان جي ٻولي ۾.
ڊولپمينٽ ۾ دلچسپي؟
ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.
لاگ تبدیل ڪريو
See CHANGELOG.md for all of the changes.