Skip to content

Commit

Permalink
Updates readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
christophherr committed Mar 4, 2016
1 parent 8998692 commit b8d2fea
Showing 1 changed file with 31 additions and 8 deletions.
39 changes: 31 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,25 @@ Contributors: christophherr
Donate link: https://www.christophherr.com/donate/
Tags: woothemes sensei, woothemes, genesis, genesis connect, studiopress
Requires at least: 4.1
Tested up to: 4.4
Stable tag: 1.0.3
Tested up to: 4.5
Stable tag: 1.1.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt

This plugin integrates the Genesis Framework from Studiopress with the Woothemes Sensei plugin.

== Description ==

This plugin uses code taken from https://support.woothemes.com/hc/en-us/articles/204428855-StudioPress-Genesis.
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>.

You will need the Woothemes Sensei plugin (http://www.woothemes.com/products/sensei/) and the Genesis Framework and/or one of its child themes (http://www.studiopress.com).
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.

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...

This plugin will only work (i.e. activate) with the Genesis Framework and its child themes.
This plugin will only work (i.e. activate) if the Genesis Framework and its child themes and Woothemes Sensei are activated.

Version 1.1.0 forces a content-sidebar layout on course, lesson and question posts to avoid the sidebar showing underneath the main content.
To remove this new feature, add <code>remove_action( 'genesis_meta', 'gcfws_force_content_sidebar_layout' );</code> to your functions.php.

== Installation ==

Expand All @@ -40,7 +43,11 @@ No. This plugin only works with the Genesis Framework and its child themes.

= Does this work with any Genesis child theme? =

Yes and no. Technically, it does, even older (XHTML) themes. However, depending on other factors such as the individual theme's styling and layout, the output may be unexpected, and require some tweaking.
Yes and no. Technically, it does.
However, depending on other factors such as the individual theme's styling and layout, the output may be unexpected, and require some tweaking.
Case in point, if the full-width layout is selected in the Genesis settings, lessons, course and question posts are showing a sidebar underneath the main content.
That´s why a content-sidebar layout is forced on single course, lesson and questions posts since version 1.1.0.
To remove this behaviour, add <code>remove_action( 'genesis_meta', 'gcfws_force_content_sidebar_layout' );</code> to your functions.php.

= Are there any settings? =

Expand All @@ -52,10 +59,20 @@ There are no settings and no settings screen. You would have to change the code

== Changelog ==

= 1.1.0 =

* Adds check to only activate if Woothemes Sensei is already active.
* Forces a content-sidebar layout on single course, lesson and question posts.
To change this behaviour add <code>remove_action( 'genesis_meta', 'gcfws_force_content_sidebar_layout' );</code> to your functions.php.
* After Woothemes Sensei changed their code base dramatically in the 1.9 update,
the previous method of removing the sensei wrappers started to throw error messages.
This update introduces a version check to use the appropriate array for removing the sensei wrappers.


= 1.0.3 =

* Corrected oversight in original code. First closing tag should be `</main>` instead of `</div>`
see: http://cobaltapps.com/forum/forum/main-category/main-forum/81542-woo-sensei?p=82210#post82210
* Corrected oversight in the original code. First closing tag should be `</main>` instead of `</div>`
see: <a href="http://cobaltapps.com/forum/forum/main-category/main-forum/81542-woo-sensei?p=82210#post82210">Cobalt Apps forum</a>

= 1.0.2 =

Expand All @@ -71,6 +88,12 @@ see: http://cobaltapps.com/forum/forum/main-category/main-forum/81542-woo-sensei

== Upgrade Notice ==

= 1.1.0 =
This version adds a version check for Woothemes Sensei to use the appropriate array when removing the standard Sensei wrappers.
Version 1.1.0 also forces a content-sidebar layout on single course, lesston and question posts to avoid the sidebar showing underneath the main content.
Please refer to the readme.txt if you want to remove this feature.
Woothemes Sensei has to be already active before the plugin will activate.

= 1.0.3 =

This version corrects an oversight in the original code
Expand Down

0 comments on commit b8d2fea

Please sign in to comment.