Changeset 770489
- Timestamp:
- 09/11/2013 10:41:09 PM (12 years ago)
- Location:
- side-matter
- Files:
-
- 2 edited
-
tags/1.3/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
side-matter/tags/1.3/readme.txt
r770477 r770489 44 44 45 45 This most commonly occurs for one of the following reasons: 46 * Your theme has not loaded `side-matter.js`, the script that aligns sidenotes. Theme templates must include calls to [`wp_head`](http://codex.wordpress.org/Function_Reference/wp_head) and [`wp_footer`](http://codex.wordpress.org/Function_Reference/wp_footer) to load Side Matter assets. 47 * A caching or minification plugin is in conflict with Side Matter. This can usually be resolved by adding `/wp-content/side-matter/js/side-matter.js` to the caching plugin's exclusion list. 48 * There's a conflict with your theme. Most often, the culprit is some idiosyncratic bit of theme CSS or JS. (For example, [Twenty Eleven](http://wordpress.org/themes/twentyeleven) can be made to work with Side Matter using [a few lines of CSS](http://wordpress.org/support/topic/sidenotes-not-aligning).) 46 47 Your theme may not be loading `side-matter.js`, the script that aligns sidenotes. Theme templates must include calls to [`wp_head`](http://codex.wordpress.org/Function_Reference/wp_head) and [`wp_footer`](http://codex.wordpress.org/Function_Reference/wp_footer) to load Side Matter assets. 48 49 Another possibility is that a caching or minification plugin is in conflict with Side Matter. This can usually be resolved by adding `/wp-content/side-matter/js/side-matter.js` to the caching plugin's exclusion list. 50 51 If neither of the above apply, your theme may be in conflict with Side Matter. Most often, the culprit is some idiosyncratic bit of theme CSS or JS. (For example, [Twenty Eleven](http://wordpress.org/themes/twentyeleven) can be made to work with Side Matter using [a few lines of CSS](http://wordpress.org/support/topic/sidenotes-not-aligning).) 49 52 50 53 = Why doesn't the plugin work with my theme? = -
side-matter/trunk/readme.txt
r770477 r770489 44 44 45 45 This most commonly occurs for one of the following reasons: 46 * Your theme has not loaded `side-matter.js`, the script that aligns sidenotes. Theme templates must include calls to [`wp_head`](http://codex.wordpress.org/Function_Reference/wp_head) and [`wp_footer`](http://codex.wordpress.org/Function_Reference/wp_footer) to load Side Matter assets. 47 * A caching or minification plugin is in conflict with Side Matter. This can usually be resolved by adding `/wp-content/side-matter/js/side-matter.js` to the caching plugin's exclusion list. 48 * There's a conflict with your theme. Most often, the culprit is some idiosyncratic bit of theme CSS or JS. (For example, [Twenty Eleven](http://wordpress.org/themes/twentyeleven) can be made to work with Side Matter using [a few lines of CSS](http://wordpress.org/support/topic/sidenotes-not-aligning).) 46 47 Your theme may not be loading `side-matter.js`, the script that aligns sidenotes. Theme templates must include calls to [`wp_head`](http://codex.wordpress.org/Function_Reference/wp_head) and [`wp_footer`](http://codex.wordpress.org/Function_Reference/wp_footer) to load Side Matter assets. 48 49 Another possibility is that a caching or minification plugin is in conflict with Side Matter. This can usually be resolved by adding `/wp-content/side-matter/js/side-matter.js` to the caching plugin's exclusion list. 50 51 If neither of the above apply, your theme may be in conflict with Side Matter. Most often, the culprit is some idiosyncratic bit of theme CSS or JS. (For example, [Twenty Eleven](http://wordpress.org/themes/twentyeleven) can be made to work with Side Matter using [a few lines of CSS](http://wordpress.org/support/topic/sidenotes-not-aligning).) 49 52 50 53 = Why doesn't the plugin work with my theme? =
Note: See TracChangeset
for help on using the changeset viewer.