Changeset 1851365
- Timestamp:
- 04/03/2018 01:25:12 AM (8 years ago)
- Location:
- genesis-connect-for-woothemes-sensei/trunk
- Files:
-
- 8 added
- 5 edited
-
README.md (modified) (6 diffs)
-
genesis-connect-for-woothemes-sensei.php (modified) (5 diffs)
-
index.php (modified) (1 diff)
-
languages/genesis-connect-for-woothemes-sensei.pot (modified) (3 diffs)
-
readme.txt (modified) (4 diffs)
-
src (added)
-
src/index.php (added)
-
src/sensei-integration (added)
-
src/sensei-integration/index.php (added)
-
src/sensei-integration/sensei-integration.php (added)
-
src/site-layout (added)
-
src/site-layout/index.php (added)
-
src/site-layout/site-layout.php (added)
Legend:
- Unmodified
- Added
- Removed
-
genesis-connect-for-woothemes-sensei/trunk/README.md
r1671756 r1851365 1 1 # Genesis Connect for Woothemes Sensei 2 2 3 Contributors: christophherr 4 Donate link: https://www.christophherr.com/donate/ 5 Tags: woothemes sensei, woothemes, genesis, genesis connect, studiopress6 Requires at least: 4.1 7 Tested up to: 4. 88 Stable tag: 1. 1.19 License: GPL-2.0+ 3 Contributors: christophherr 4 Donate link: https://www.christophherr.com/donate/ 5 Tags: automattic sensei, sensei, genesis, genesis connect, studiopress, woocommerce sensei 6 Requires at least: 4.1 7 Tested up to: 4.9 8 Stable tag: 1.2.0 9 License: GPL-2.0+ 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.txt 11 11 12 This plugin integrates the Genesis Framework from Studiopress with the WoothemesSensei plugin.12 This plugin integrates the Genesis Framework from Studiopress with the Sensei plugin. 13 13 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 plugin expands on the [Sensei Documentation](https://docs.woocommerce.com/document/sensei-and-theme-compatibility/) about adding theme compatibility. 17 17 18 You will need the [ WooThemesSensei](https://woocommerce.com/products/sensei/) plugin and the [Genesis Framework from Studiopress](https://www.studiopress.com) and/or one of its child themes.18 You will need the [Sensei](https://woocommerce.com/products/sensei/) plugin and the [Genesis Framework from Studiopress](https://www.studiopress.com) and/or one of its child themes. 19 19 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...20 In other words, if you are not trying to integrate the Sensei plugin with the Genesis Framework and/or one of its child themes, you don't need or want this plugin. 21 21 22 This plugin will only work (i.e. activate) if the Genesis Framework and its child themes a nd Woothemes Sensei are activated.22 This plugin will only work (i.e. activate) if the Genesis Framework and its child themes are activated. 23 23 24 24 Version 1.1.0 forces a content-sidebar layout on course, lesson and question posts to avoid the sidebar showing underneath the main content. 25 25 26 To change this new feature, you have to use a remove_action on the code the plugin is adding. 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. 26 Version 1.2.0 adds the Genesis Layout options to course, lesson and question posts and archives and the module taxonomy allowing better control about the layout options. For backwards-compatibiliy, The single posts are still set to a content-sidebar layout but this setting can be overwritten by the Genesis Layout options. 27 28 It should not be necessary to remove the formerly forced content-sidebar layout on single posts with 29 30 * <code>remove_action( 'genesis_meta', 'gcfws_force_content_sidebar_layout_on_cpt_posts' );</code> 31 32 in your functions.php anymore. Please use the Genesis Layout options instead. 29 33 30 34 ## Installation 31 35 32 1. Upload the entire `Genesis-Connect-for-Woothemes-Sensei` folder to your `/wp-content/plugins` directory.33 2. Activate the plugin through the 'Plugins' menu in WordPress.36 1. Upload the entire `Genesis-Connect-for-Woothemes-Sensei` folder to your `/wp-content/plugins` directory. 37 2. Activate the plugin through the 'Plugins' menu in WordPress. 34 38 35 39 Alternatively, you can 36 40 37 1. Click on 'Add new' in the 'Plugins' menu38 2. Type (or copy and paste) the name of this plugin into the search box39 3. Click on 'Install Now'41 1. Click on 'Add new' in the 'Plugins' menu 42 2. Type (or copy and paste) the name of this plugin into the search box 43 3. Click on 'Install Now' 40 44 41 45 ## Frequently Asked Questions … … 51 55 52 56 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. 53 That´s why a content-sidebar layout is forced on single course, lesson and questions posts since version 1.1.0.54 To remove this behaviour, add <code>remove_action( 'genesis_meta', 'gcfws_force_content_sidebar_layout' );</code> to your functions.php.57 Version 1.1.0 forced a content-sidebar layout on single course, lesson and questions. 58 Since Version 1.2.0 the Genesis Layout options can be used to alter the appearance. 55 59 56 60 ### Are there any settings? 57 61 58 No. You simply activate the plugin and the necessary wrappers are inserted into your Genesis child theme. 62 You simply activate the plugin and the necessary wrappers are inserted into your Genesis child theme. 63 Since version 1.2.0, you can choose the layouts of your courses, lessons, questions and modules with the Genesis Layout options. 59 64 60 65 ### How can I change how the plugin works? … … 63 68 64 69 ## Changelog 70 71 ### 1.2.0 72 73 * Adds Genesis Layout options to course, lesson, and question posts and archives and the module taxonomy. 74 * Previously forced content-sidebar layout can be overwritten by the Genesis Layout options. 75 * Updates Readme. 76 * More modular code structure. 65 77 66 78 ### 1.1.1 … … 82 94 83 95 * Corrected oversight in the original code. First closing tag should be `</main>` instead of `</div>` 84 see: [Cobalt Apps Forum](http://cobaltapps.com/forum/forum/main-category/main-forum/81542-woo-sensei?p=82210#post82210)96 see: [Cobalt Apps Forum](http://cobaltapps.com/forum/forum/main-category/main-forum/81542-woo-sensei?p=82210#post82210) 85 97 86 98 ### 1.0.2 … … 98 110 ## Upgrade Notice 99 111 112 ### 1.2.0 113 114 This version forces a content-sidebar layout on course, lesson and question archives and the module taxonomy. 115 Please refer to the readme.txt if you want to remove this feature. 116 100 117 ### 1.1.1 101 118 … … 104 121 ### 1.1.0 105 122 106 This version adds a version check for Woothemes Sensei to use the appropriate array when removing the standard Sensei wrappers. 107 Version 1.1.0 also forces a content-sidebar layout on single course, less ton and question posts to avoid the sidebar showing underneath the main content.108 Please refer to the readme.txt if you want to remove this feature. 123 This version adds a version check for Woothemes Sensei to use the appropriate array when removing the standard Sensei wrappers. 124 Version 1.1.0 also forces a content-sidebar layout on single course, lesson and question posts to avoid the sidebar showing underneath the main content. 125 Please refer to the readme.txt if you want to remove this feature. 109 126 Woothemes Sensei has to be already active before the plugin will activate. 110 127 -
genesis-connect-for-woothemes-sensei/trunk/genesis-connect-for-woothemes-sensei.php
r1671756 r1851365 2 2 /** 3 3 * Plugin Name: Genesis Connect for Woothemes Sensei 4 * Plugin URI: http://www.christophherr.com5 * Description: Plugin wrapper to easily integrate the WoothemesSensei plugin with the Genesis Framework. This plugin will only work with the Genesis Framework and its child themes.4 * Plugin URI: https://www.christophherr.com 5 * Description: Plugin wrapper to easily integrate the Automattic Sensei plugin with the Genesis Framework. This plugin will only work with the Genesis Framework and its child themes. 6 6 * Author: Christoph Herr 7 * Author URI: http://www.christophherr.com8 * Version: 1. 1.17 * Author URI: https://www.christophherr.com 8 * Version: 1.2.0 9 9 * Text Domain: genesis-connect-for-woothemes-sensei 10 10 * Domain Path: /languages 11 11 * License: GPL-2.0+ 12 * License URI: http ://www.gnu.org/licenses/gpl-2.0.txt12 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt 13 13 * 14 14 * @package GenesisConnectforWoothemesSensei 15 15 * @author Christoph Herr 16 * @version 1. 1.116 * @version 1.2.0 17 17 * @license GPL-2.0+ 18 18 * … … 36 36 } 37 37 38 add_action( 'plugins_loaded', 'gcfws_load_textdomain' ); 39 /** 40 * Load plugin textdomain. 41 * 42 * @since 1.0.1 43 * 44 * @return void 45 */ 46 function gcfws_load_textdomain() { 47 load_plugin_textdomain( 'genesis-connect-for-woothemes-sensei', false, plugin_basename( dirname( __FILE__ ) ) . '/languages' ); 48 } 49 50 register_activation_hook( __FILE__, 'gcfws_activation' ); 38 51 /** 39 52 * This function runs on plugin activation. It checks to make sure the 40 53 * Genesis Framework and Woothemes Sensei are active. If not, it deactivates the plugin. 41 54 * 42 * @since 1.0 55 * @since 1.0.0 56 * 57 * @return void 43 58 */ 44 59 function gcfws_activation() { … … 50 65 } 51 66 52 register_activation_hook( __FILE__, 'gcfws_activation' );53 67 add_action( 'admin_init', 'gcfws_plugin_deactivate' ); 68 add_action( 'switch_theme', 'gcfws_plugin_deactivate' ); 54 69 /** 55 70 * This function is triggered when the WordPress theme is changed. 56 71 * It checks if the Genesis Framework is active. If not, it deactivates the plugin. 57 72 * 58 * @since 1.0 73 * @since 1.0.0 74 * 75 * @return void 59 76 */ 60 77 function gcfws_plugin_deactivate() { … … 66 83 } 67 84 68 add_action( 'admin_init', 'gcfws_plugin_deactivate' );69 add_action( 'switch_theme', 'gcfws_plugin_deactivate' );70 71 85 /** 72 86 * Error message if you're not using the Genesis Framework. 73 87 * 74 * @since 1.0 88 * @since 1.0.0 89 * 90 * @return void 75 91 */ 76 92 function gcfws_admin_notice_message() { 77 $error = sprintf( _e( 'Sorry, you can\'t use the Genesis Connect for Woothemes Sensei Plugin unless the <a href="%s">Geneis Framework</a> is active. The plugin has been deactivated.', 'gcfws' ), 'http://www.studiopress.com' ); 93 $error = sprintf( 94 // translators: Link to the Studiopress website. 95 __( 'Sorry, you can\'t use the Genesis Connect for Woothemes Sensei Plugin unless the <a href="%s">Genesis Framework</a> is active. The plugin has been deactivated.', 'gcfws' ), 96 'http://www.studiopress.com' 97 ); 78 98 79 echo '<div class="error"><p>' . $error . '</p></div>';99 printf( '<div class="error"><p>%s</p></div>', $error ); 80 100 81 101 if ( isset( $_GET['activate'] ) ) { … … 85 105 86 106 /** 87 * Load plugin textdomain.107 * Load the plugin files. 88 108 * 89 * @since 1.0.1 109 * @since 1.2.0 110 * 111 * @return void 90 112 */ 91 function gcfws_load_textdomain() { 92 load_plugin_textdomain( 'genesis-connect-for-woothemes-sensei', false, plugin_basename( dirname( __FILE__ ) ) . '/languages' ); 113 function gcfws_autoloader() { 114 require 'src/sensei-integration/sensei-integration.php'; 115 require 'src/site-layout/site-layout.php'; 93 116 } 94 117 95 add_action( 'plugins_loaded', 'gcfws_load_textdomain' ); 96 97 // Sensei Integration. 98 /** 99 * Declare theme support for Sensei 100 * 101 * @since 1.0 102 */ 103 function gcfws_sensei_support() { 104 add_theme_support( 'sensei' ); 105 } 106 107 add_action( 'after_setup_theme', 'gcfws_sensei_support' ); 108 109 /** 110 * Force content-sidebar layout on Woothemes Sensei Course, Lesson and Question pages. 111 * 112 * @since 1.1 113 */ 114 function gcfws_force_content_sidebar_layout() { 115 if ( is_singular( array( 'course', 'lesson', 'question' ) ) ) { 116 add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_content_sidebar' ); 117 } 118 } 119 120 add_action( 'genesis_meta', 'gcfws_force_content_sidebar_layout' ); 121 122 /** 123 * Remove the default Woothemes Sensei wrappers. 124 * Checks which version of Woothemes Sensei is running 125 * and removes the wrappers accordingly. 126 * 127 * @since 1.1 128 */ 129 function gcfws_remove_default_sensei_wrappers() { 130 131 if ( Sensei()->version >= '1.9.0' ) { 132 remove_action( 'sensei_before_main_content', array( Sensei()->frontend, 'sensei_output_content_wrapper' ), 10 ); 133 remove_action( 'sensei_after_main_content', array( Sensei()->frontend, 'sensei_output_content_wrapper_end' ), 10 ); 134 return; 135 } 136 global $woothemes_sensei; 137 remove_action( 'sensei_before_main_content', array( $woothemes_sensei->frontend, 'sensei_output_content_wrapper' ), 10 ); 138 remove_action( 'sensei_after_main_content', array( $woothemes_sensei->frontend, 'sensei_output_content_wrapper_end' ), 10 ); 139 } 140 141 add_action( 'genesis_meta', 'gcfws_remove_default_sensei_wrappers' ); 142 143 144 // Add custom Sensei content wrappers for Genesis. 145 /** 146 * Opening the custom Sensei wrapper 147 * 148 * @since 1.0 149 */ 150 function gcfws_genesis_sensei_wrapper_start() { 151 echo '<div class="content-sidebar-wrap"><main class="content" role="main" itemprop="mainContentOfPage">'; 152 } 153 154 add_action( 'sensei_before_main_content', 'gcfws_genesis_sensei_wrapper_start', 10 ); 155 156 /** 157 * Closing the custom Sensei wrapper 158 * 159 * @since 1.0 160 */ 161 function gcfws_genesis_sensei_wrapper_end() { 162 echo'</main> <!-- end main-->'; 163 get_sidebar(); 164 echo'</div> <!-- end .content-sidebar-wrap-->'; 165 } 166 167 add_action( 'sensei_after_main_content', 'gcfws_genesis_sensei_wrapper_end', 10 ); 118 gcfws_autoloader(); -
genesis-connect-for-woothemes-sensei/trunk/index.php
r1264531 r1851365 1 <?php 2 /** 3 * Index. 4 * 5 * @package GenesisConnectforWoothemesSensei 6 * @since 1.2.0 7 * @author Christoph Herr 8 * @link https://www.christophherr.com 9 * @license GNU General Public License 2.0+ 10 */ 11 12 // Nothing to see here. -
genesis-connect-for-woothemes-sensei/trunk/languages/genesis-connect-for-woothemes-sensei.pot
r1264591 r1851365 1 # Copyright (C) 201 5Genesis Connect for Woothemes Sensei1 # Copyright (C) 2018 Genesis Connect for Woothemes Sensei 2 2 # This file is distributed under the same license as the Genesis Connect for Woothemes Sensei package. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Genesis Connect for Woothemes Sensei 1. 0.1\n"5 "Project-Id-Version: Genesis Connect for Woothemes Sensei 1.2.0\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/genesis-connect-" 7 7 "for-woothemes-sensei\n" 8 "POT-Creation-Date: 201 5-10-13 03:35:28+00:00\n"8 "POT-Creation-Date: 2018-04-03 01:10:48+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "PO-Revision-Date: 201 5-MO-DA HO:MI+ZONE\n"12 "PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "Language-Team: LANGUAGE <[email protected]>\n" … … 18 18 msgstr "" 19 19 20 #: genesis-connect-for-woothemes-sensei.php:77 20 #. translators: Link to the Studiopress website. 21 #: genesis-connect-for-woothemes-sensei.php:95 21 22 msgid "" 22 23 "Sorry, you can't use the Genesis Connect for Woothemes Sensei Plugin unless " 23 "the <a href=\"%s\">Gene is Framework</a> is active. The plugin has been "24 "the <a href=\"%s\">Genesis Framework</a> is active. The plugin has been " 24 25 "deactivated." 25 26 msgstr "" … … 29 30 msgstr "" 30 31 31 #. #-#-#-#-# plugin.pot (Genesis Connect for Woothemes Sensei 1.0.1) #-#-#-#-#32 #. #-#-#-#-# genesis-connect-for-woothemes-sensei.pot (Genesis Connect for Woothemes Sensei 1.2.0) #-#-#-#-# 32 33 #. Plugin URI of the plugin/theme 33 #. #-#-#-#-# plugin.pot (Genesis Connect for Woothemes Sensei 1.0.1) #-#-#-#-#34 #. #-#-#-#-# genesis-connect-for-woothemes-sensei.pot (Genesis Connect for Woothemes Sensei 1.2.0) #-#-#-#-# 34 35 #. Author URI of the plugin/theme 35 msgid "http ://www.christophherr.com"36 msgid "https://www.christophherr.com" 36 37 msgstr "" 37 38 38 39 #. Description of the plugin/theme 39 40 msgid "" 40 "Plugin wrapper to easily integrate the WoothemesSensei plugin with the "41 "Plugin wrapper to easily integrate the Automattic Sensei plugin with the " 41 42 "Genesis Framework. This plugin will only work with the Genesis Framework and " 42 43 "its child themes." -
genesis-connect-for-woothemes-sensei/trunk/readme.txt
r1671756 r1851365 3 3 Contributors: christophherr 4 4 Donate link: https://www.christophherr.com/donate/ 5 Tags: woothemes sensei, woothemes, genesis, genesis connect, studiopress5 Tags: automattic sensei, sensei, genesis, genesis connect, studiopress, woocommerce sensei 6 6 Requires at least: 4.1 7 Tested up to: 4. 88 Stable tag: 1. 1.17 Tested up to: 4.9 8 Stable tag: 1.2.0 9 9 License: GPL-2.0+ 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.txt 11 11 12 This plugin integrates the Genesis Framework from Studiopress with the WoothemesSensei plugin.12 This plugin integrates the Genesis Framework from Studiopress with the Sensei plugin. 13 13 14 14 == Description == 15 The plugin expands on the [Sensei Documentation](https://docs.woocommerce.com/document/sensei-and-theme-compatibility/) about adding theme compatibility. 15 16 16 The base for this plugin is code taken from [WooThemes Support](https://support.woothemes.com/hc/en-us/articles/204428855-StudioPress-Genesis).17 You will need the [Sensei](https://woocommerce.com/products/sensei/) plugin and the [Genesis Framework from Studiopress](https://www.studiopress.com) and/or one of its child themes. 17 18 18 You will need the [WooThemes Sensei](https://woocommerce.com/products/sensei/) plugin and the [Genesis Framework from Studiopress](https://www.studiopress.com) and/or one of its child themes.19 In other words, if you are not trying to integrate the Sensei plugin with the Genesis Framework and/or one of its child themes, you don't need or want this plugin. 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... 21 22 This plugin will only work (i.e. activate) if the Genesis Framework and its child themes and Woothemes Sensei are activated. 21 This plugin will only work (i.e. activate) if the Genesis Framework and its child themes are activated. 23 22 24 23 Version 1.1.0 forces a content-sidebar layout on course, lesson and question posts to avoid the sidebar showing underneath the main content. 25 24 26 To change this new feature, you have to use a remove_action on the code the plugin is adding. 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. 25 Version 1.2.0 adds the Genesis Layout options to course, lesson and question posts and archives and the module taxonomy allowing better control about the layout options. For backwards-compatibiliy, The single posts are still set to a content-sidebar layout but this setting can be overwritten by the Genesis Layout options. 26 27 It should not be necessary to remove the formerly forced content-sidebar layout on single posts with 28 29 * <code>remove_action( 'genesis_meta', 'gcfws_force_content_sidebar_layout_on_cpt_posts' );</code> 30 31 in your functions.php anymore. Please use the Genesis Layout options instead. 29 32 30 33 == Installation == … … 50 53 However, depending on other factors such as the individual theme's styling and layout, the output may be unexpected, and require some tweaking. 51 54 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. 52 That´s why a content-sidebar layout is forced on single course, lesson and questions posts since version 1.1.0.53 To remove this behaviour, add <code>remove_action( 'genesis_meta', 'gcfws_force_content_sidebar_layout' );</code> to your functions.php.55 Version 1.1.0 forced a content-sidebar layout on single course, lesson and questions. 56 Since Version 1.2.0 the Genesis Layout options can be used to alter the appearance. 54 57 55 58 = Are there any settings? = 56 59 57 No. You simply activate the plugin and the necessary wrappers are inserted into your Genesis child theme. 60 You simply activate the plugin and the necessary wrappers are inserted into your Genesis child theme. 61 Since version 1.2.0, you can choose the layouts of your courses, lessons, questions and modules with the Genesis Layout options. 58 62 59 63 = How can I change how the plugin works? = … … 62 66 63 67 == Changelog == 68 69 = 1.2.0 = 70 71 * Adds Genesis Layout options to course, lesson, and question posts and archives and the module taxonomy. 72 * Previously forced content-sidebar layout can be overwritten by the Genesis Layout options. 73 * Updates Readme. 74 * More modular code structure. 64 75 65 76 = 1.1.1 = … … 97 108 == Upgrade Notice == 98 109 110 = 1.2.0 = 111 112 This version adds the Genesis Layout options to course, lesson and question posts and archives and the module taxonomy. 113 Please refer to the readme.txt for more information. 114 99 115 = 1.1.1 = 100 116
Note: See TracChangeset
for help on using the changeset viewer.