Changeset 770506
- Timestamp:
- 09/11/2013 10:54:51 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
r770500 r770506 43 43 = My notes just sit at the top of the sidebar. = 44 44 45 This most commonly occurs for one of the following reasons: 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 that can be changed or removed. (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).) 45 This usually occurs because of conflicts with your theme or another plugin. Caching/minification plugins are a common culprit; try adding `/wp-content/side-matter/js/side-matter.js` to your caching plugin's exclusion list if it is interfering with Side Matter. 46 47 Theme conflicts can be difficult to pin down, but are most often caused by 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 by changing [a few lines of CSS](http://wordpress.org/support/topic/sidenotes-not-aligning).) 52 48 53 49 = Why doesn't the plugin work with my theme? = -
side-matter/trunk/readme.txt
r770500 r770506 43 43 = My notes just sit at the top of the sidebar. = 44 44 45 This most commonly occurs for one of the following reasons: 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 that can be changed or removed. (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).) 45 This usually occurs because of conflicts with your theme or another plugin. Caching/minification plugins are a common culprit; try adding `/wp-content/side-matter/js/side-matter.js` to your caching plugin's exclusion list if it is interfering with Side Matter. 46 47 Theme conflicts can be difficult to pin down, but are most often caused by 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 by changing [a few lines of CSS](http://wordpress.org/support/topic/sidenotes-not-aligning).) 52 48 53 49 = Why doesn't the plugin work with my theme? =
Note: See TracChangeset
for help on using the changeset viewer.