-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
31 lines (20 loc) · 1.06 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
=== Plugin Name ===
Contributors: designer023
Donate link: http://carl-topham.com/
Tags: polyfill, ie7, ie8, internet explorer, CSS3, Media Queries, respond.js, selectivizr.js, border box, ie9.js
Requires at least: 3.0.1
Tested up to: 3.9.1
Stable tag: 0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Plugin for patching old versions of IE (7 and 8)to work with CSS3 selectors and Media Queries.
== Description ==
IE 7 and 8 don't do CSS3 or Media queries so instead of adding the fixes to your theme you can add them via a plugin. This means when they finally die a death you can drop support without having to update your theme. This also covers purchased themes so you don't need to alter the actual files.
== Installation ==
1. Upload the `compatiblizr` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Check the options that you would like to include in Settings > Compatiblizr
== Frequently Asked Questions ==
== Changelog ==
= 0.2 =
* Plugin built and assets added.