Changeset 1369602
- Timestamp:
- 03/12/2016 12:55:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
genesis-connect-for-woothemes-sensei/trunk/readme.txt
r1369560 r1369602 14 14 == Description == 15 15 16 The base for this plugin is code taken from <a href="https://support.woothemes.com/hc/en-us/articles/204428855-StudioPress-Genesis>Woothemes support</a>.16 The base for this plugin is code taken from [WooThemes Support] (https://support.woothemes.com/hc/en-us/articles/204428855-StudioPress-Genesis). 17 17 18 You will need the <a href="http://www.woothemes.com/products/sensei/">Woothemes Sensei</a> plugin and the <a href="http://www.studiopress.com>Genesis Framework</a>from Studiopress and/or one of its child themes.18 You will need the [WooThemes Sensei] (http://www.woothemes.com/products/sensei/) plugin and the [Genesis Framework] (http://www.studiopress.com) from Studiopress and/or one of its child themes. 19 19 20 20 In other words, if you are not trying to integrate the Woothemes Sensei plugin with the Genesis Framework and/or one of its child themes, this plugin is pretty much useless for you... … … 26 26 To change this new feature, you have to use a remove_action on the code the plugin is adding. 27 27 Add <code>remove_action( 'genesis_meta', 'gcfws_force_content_sidebar_layout' );</code> to your functions.php. 28 If you want to use a different layout, the <href="https://my.studiopress.com/snippets/admin-management/">Studiopress Snippets</a>should help to get you started.28 If you want to use a different layout, the [Studiopress Snippets] (https://my.studiopress.com/snippets/admin-management/) should help to get you started. 29 29 30 30 == Installation == … … 76 76 77 77 * Corrected oversight in the original code. First closing tag should be `</main>` instead of `</div>` 78 see: <a href="http://cobaltapps.com/forum/forum/main-category/main-forum/81542-woo-sensei?p=82210#post82210">Cobalt Apps forum</a>78 see: [Cobalt Apps Forum] (http://cobaltapps.com/forum/forum/main-category/main-forum/81542-woo-sensei?p=82210#post82210) 79 79 80 80 = 1.0.2 =
Note: See TracChangeset
for help on using the changeset viewer.