Changeset 1369607
- Timestamp:
- 03/12/2016 01:22:44 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
genesis-connect-for-woothemes-sensei/tags/1.1.0/readme.txt
r1369605 r1369607 14 14 == Description == 15 15 16 The base for this plugin is code taken from [WooThemes Support] (https://support.woothemes.com/hc/en-us/articles/204428855-StudioPress-Genesis).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 [WooThemes Sensei] (http://www.woothemes.com/products/sensei/) plugin and the [Genesis Framework] (http://www.studiopress.com) from Studiopressand/or one of its child themes.18 You will need the [WooThemes Sensei](http://www.woothemes.com/products/sensei/) plugin and the [Genesis Framework from Studiopress](http://www.studiopress.com) 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 [Studiopress Snippets] (https://my.studiopress.com/snippets/admin-management/) 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 ==
Note: See TracChangeset
for help on using the changeset viewer.