Plugin info

Total downloads: 824
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/27/2016 (3408 days ago)
Added to WordPress: 10/27/2016 (9 years old)
Minimum WordPress version: 4.5.1
Tested up to WordPress version: 4.6.30
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3408 days ago

20/100

Is CSSUA enqueued in your Website abandoned?

Possibly abandoned (last update 3408 days ago).

Compatibility

Requires WordPress: 4.5.1
Tested up to: 4.6.30
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

This plugin enqueues the cssua.js into the website which then adds all the Browser, OS and Device related classes to the HTML tag.

You can use these classes to apply css, specific to Browser, OS or Device.

For Example: if you want the font-size of H1 tag to be smaller in Chrome Browser then you can do it in the following way.

.ua-chrome h1{ font-size: 20px; }

Learn more about cssua.js at http://cssuseragent.org/. Thanks to author for building such a powerful javascript library.

Installation

This section describes how to install the plugin and get it working.

  1. Upload the plugin files to the /wp-content/plugins/cssuaews directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. That’s it. Now open the front end of you website and check the HTML tag. It should now have all the Browser, OS and Device related classes added to it.

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. All the Browser, OS and Device related classes added to HTML tag

    All the Browser, OS and Device related classes added to HTML tag

Changelog

1.0

  • Initial Release
  • cssua.js – 2.1.31