Plugin Directory

Changeset 770489


Ignore:
Timestamp:
09/11/2013 10:41:09 PM (12 years ago)
Author:
setzer
Message:

Some tweaks to readme because of weird wp.org formatting issues

Location:
side-matter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • side-matter/tags/1.3/readme.txt

    r770477 r770489  
    4444
    4545This 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
     47Your 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
     49Another 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
     51If 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).)
    4952
    5053= Why doesn't the plugin work with my theme? =
  • side-matter/trunk/readme.txt

    r770477 r770489  
    4444
    4545This 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
     47Your 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
     49Another 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
     51If 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).)
    4952
    5053= Why doesn't the plugin work with my theme? =
Note: See TracChangeset for help on using the changeset viewer.