Plugin Directory

Changeset 1851365


Ignore:
Timestamp:
04/03/2018 01:25:12 AM (8 years ago)
Author:
christophherr
Message:

Update trunk to latest version.

Location:
genesis-connect-for-woothemes-sensei/trunk
Files:
8 added
5 edited

Legend:

Unmodified
Added
Removed
  • genesis-connect-for-woothemes-sensei/trunk/README.md

    r1671756 r1851365  
    11# Genesis Connect for Woothemes Sensei
    22
    3 Contributors: christophherr 
    4 Donate link: https://www.christophherr.com/donate/ 
    5 Tags: woothemes sensei, woothemes, genesis, genesis connect, studiopress 
    6 Requires at least: 4.1 
    7 Tested up to: 4.
    8 Stable tag: 1.1.1 
    9 License: GPL-2.0+ 
     3Contributors: christophherr
     4Donate link: https://www.christophherr.com/donate/
     5Tags: automattic sensei, sensei, genesis, genesis connect, studiopress, woocommerce sensei
     6Requires at least: 4.1
     7Tested up to: 4.9
     8Stable tag: 1.2.0
     9License: GPL-2.0+
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.txt
    1111
    12 This plugin integrates the Genesis Framework from Studiopress with the Woothemes Sensei plugin.
     12This plugin integrates the Genesis Framework from Studiopress with the Sensei plugin.
    1313
    1414## Description
    1515
    16 The base for this plugin is code taken from [WooThemes Support](https://support.woothemes.com/hc/en-us/articles/204428855-StudioPress-Genesis).
     16The plugin expands on the [Sensei Documentation](https://docs.woocommerce.com/document/sensei-and-theme-compatibility/) about adding theme compatibility.
    1717
    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.
     18You 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.
    1919
    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...
     20In 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.
    2121
    22 This plugin will only work (i.e. activate) if the Genesis Framework and its child themes and Woothemes Sensei are activated.
     22This plugin will only work (i.e. activate) if the Genesis Framework and its child themes are activated.
    2323
    2424Version 1.1.0 forces a content-sidebar layout on course, lesson and question posts to avoid the sidebar showing underneath the main content.
    2525
    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.
     26Version 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
     28It 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
     32in your functions.php anymore. Please use the Genesis Layout options instead.
    2933
    3034## Installation
    3135
    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.
     361.  Upload the entire `Genesis-Connect-for-Woothemes-Sensei` folder to your `/wp-content/plugins` directory.
     372.  Activate the plugin through the 'Plugins' menu in WordPress.
    3438
    3539Alternatively, you can
    3640
    37 1. Click on 'Add new' in the 'Plugins' menu
    38 2. Type (or copy and paste) the name of this plugin into the search box
    39 3. Click on 'Install Now'
     411.  Click on 'Add new' in the 'Plugins' menu
     422.  Type (or copy and paste) the name of this plugin into the search box
     433.  Click on 'Install Now'
    4044
    4145## Frequently Asked Questions
     
    5155
    5256Case 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.
     57Version 1.1.0 forced a content-sidebar layout on single course, lesson and questions.
     58Since Version 1.2.0 the Genesis Layout options can be used to alter the appearance.
    5559
    5660### Are there any settings?
    5761
    58 No. You simply activate the plugin and the necessary wrappers are inserted into your Genesis child theme.
     62You simply activate the plugin and the necessary wrappers are inserted into your Genesis child theme.
     63Since version 1.2.0, you can choose the layouts of your courses, lessons, questions and modules with the Genesis Layout options.
    5964
    6065### How can I change how the plugin works?
     
    6368
    6469## 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.
    6577
    6678### 1.1.1
     
    8294
    8395* 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)
    8597
    8698### 1.0.2
     
    98110## Upgrade Notice
    99111
     112### 1.2.0
     113
     114This version forces a content-sidebar layout on course, lesson and question archives and the module taxonomy.
     115Please refer to the readme.txt if you want to remove this feature.
     116
    100117### 1.1.1
    101118
     
    104121### 1.1.0
    105122
    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, lesston 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. 
     123This version adds a version check for Woothemes Sensei to use the appropriate array when removing the standard Sensei wrappers.
     124Version 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.
     125Please refer to the readme.txt if you want to remove this feature.
    109126Woothemes Sensei has to be already active before the plugin will activate.
    110127
  • genesis-connect-for-woothemes-sensei/trunk/genesis-connect-for-woothemes-sensei.php

    r1671756 r1851365  
    22/**
    33 * Plugin Name: Genesis Connect for Woothemes Sensei
    4  * Plugin URI: http://www.christophherr.com
    5  * Description: Plugin wrapper to easily integrate the Woothemes Sensei 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.
    66 * Author:      Christoph Herr
    7  * Author URI:  http://www.christophherr.com
    8  * Version:     1.1.1
     7 * Author URI:  https://www.christophherr.com
     8 * Version:     1.2.0
    99 * Text Domain: genesis-connect-for-woothemes-sensei
    1010 * Domain Path: /languages
    1111 * License:     GPL-2.0+
    12  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     12 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt
    1313 *
    1414 * @package   GenesisConnectforWoothemesSensei
    1515 * @author    Christoph Herr
    16  * @version   1.1.1
     16 * @version   1.2.0
    1717 * @license   GPL-2.0+
    1818 *
     
    3636}
    3737
     38add_action( 'plugins_loaded', 'gcfws_load_textdomain' );
     39/**
     40 * Load plugin textdomain.
     41 *
     42 * @since 1.0.1
     43 *
     44 * @return void
     45 */
     46function gcfws_load_textdomain() {
     47    load_plugin_textdomain( 'genesis-connect-for-woothemes-sensei', false, plugin_basename( dirname( __FILE__ ) ) . '/languages' );
     48}
     49
     50register_activation_hook( __FILE__, 'gcfws_activation' );
    3851/**
    3952 * This function runs on plugin activation. It checks to make sure the
    4053 * Genesis Framework and Woothemes Sensei are active. If not, it deactivates the plugin.
    4154 *
    42  * @since 1.0
     55 * @since 1.0.0
     56 *
     57 * @return void
    4358 */
    4459function gcfws_activation() {
     
    5065}
    5166
    52 register_activation_hook( __FILE__, 'gcfws_activation' );
    53 
     67add_action( 'admin_init', 'gcfws_plugin_deactivate' );
     68add_action( 'switch_theme', 'gcfws_plugin_deactivate' );
    5469/**
    5570 * This function is triggered when the WordPress theme is changed.
    5671 * It checks if the Genesis Framework is active. If not, it deactivates the plugin.
    5772 *
    58  * @since 1.0
     73 * @since 1.0.0
     74 *
     75 * @return void
    5976 */
    6077function gcfws_plugin_deactivate() {
     
    6683}
    6784
    68 add_action( 'admin_init', 'gcfws_plugin_deactivate' );
    69 add_action( 'switch_theme', 'gcfws_plugin_deactivate' );
    70 
    7185/**
    7286 * Error message if you're not using the Genesis Framework.
    7387 *
    74  * @since 1.0
     88 * @since 1.0.0
     89 *
     90 * @return void
    7591 */
    7692function 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    );
    7898
    79     echo '<div class="error"><p>' . $error . '</p></div>';
     99    printf( '<div class="error"><p>%s</p></div>', $error );
    80100
    81101    if ( isset( $_GET['activate'] ) ) {
     
    85105
    86106/**
    87  * Load plugin textdomain.
     107 * Load the plugin files.
    88108 *
    89  * @since 1.0.1
     109 * @since 1.2.0
     110 *
     111 * @return void
    90112 */
    91 function gcfws_load_textdomain() {
    92     load_plugin_textdomain( 'genesis-connect-for-woothemes-sensei', false, plugin_basename( dirname( __FILE__ ) ) . '/languages' );
     113function gcfws_autoloader() {
     114    require 'src/sensei-integration/sensei-integration.php';
     115    require 'src/site-layout/site-layout.php';
    93116}
    94117
    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 );
     118gcfws_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) 2015 Genesis Connect for Woothemes Sensei
     1# Copyright (C) 2018 Genesis Connect for Woothemes Sensei
    22# This file is distributed under the same license as the Genesis Connect for Woothemes Sensei package.
    33msgid ""
    44msgstr ""
    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"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/genesis-connect-"
    77"for-woothemes-sensei\n"
    8 "POT-Creation-Date: 2015-10-13 03:35:28+00:00\n"
     8"POT-Creation-Date: 2018-04-03 01:10:48+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
     12"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <[email protected]>\n"
     
    1818msgstr ""
    1919
    20 #: genesis-connect-for-woothemes-sensei.php:77
     20#. translators: Link to the Studiopress website.
     21#: genesis-connect-for-woothemes-sensei.php:95
    2122msgid ""
    2223"Sorry, you can't use the Genesis Connect for Woothemes Sensei Plugin unless "
    23 "the <a href=\"%s\">Geneis Framework</a> is active. The plugin has been "
     24"the <a href=\"%s\">Genesis Framework</a> is active. The plugin has been "
    2425"deactivated."
    2526msgstr ""
     
    2930msgstr ""
    3031
    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)  #-#-#-#-#
    3233#. 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)  #-#-#-#-#
    3435#. Author URI of the plugin/theme
    35 msgid "http://www.christophherr.com"
     36msgid "https://www.christophherr.com"
    3637msgstr ""
    3738
    3839#. Description of the plugin/theme
    3940msgid ""
    40 "Plugin wrapper to easily integrate the Woothemes Sensei plugin with the "
     41"Plugin wrapper to easily integrate the Automattic Sensei plugin with the "
    4142"Genesis Framework. This plugin will only work with the Genesis Framework and "
    4243"its child themes."
  • genesis-connect-for-woothemes-sensei/trunk/readme.txt

    r1671756 r1851365  
    33Contributors: christophherr
    44Donate link: https://www.christophherr.com/donate/
    5 Tags: woothemes sensei, woothemes, genesis, genesis connect, studiopress
     5Tags: automattic sensei, sensei, genesis, genesis connect, studiopress, woocommerce sensei
    66Requires at least: 4.1
    7 Tested up to: 4.8
    8 Stable tag: 1.1.1
     7Tested up to: 4.9
     8Stable tag: 1.2.0
    99License: GPL-2.0+
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.txt
    1111
    12 This plugin integrates the Genesis Framework from Studiopress with the Woothemes Sensei plugin.
     12This plugin integrates the Genesis Framework from Studiopress with the Sensei plugin.
    1313
    1414== Description ==
     15The plugin expands on the [Sensei Documentation](https://docs.woocommerce.com/document/sensei-and-theme-compatibility/) about adding theme compatibility.
    1516
    16 The base for this plugin is code taken from [WooThemes Support](https://support.woothemes.com/hc/en-us/articles/204428855-StudioPress-Genesis).
     17You 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.
    1718
    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.
     19In 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.
    1920
    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.
     21This plugin will only work (i.e. activate) if the Genesis Framework and its child themes are activated.
    2322
    2423Version 1.1.0 forces a content-sidebar layout on course, lesson and question posts to avoid the sidebar showing underneath the main content.
    2524
    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.
     25Version 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
     27It 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
     31in your functions.php anymore. Please use the Genesis Layout options instead.
    2932
    3033== Installation ==
     
    5053However, depending on other factors such as the individual theme's styling and layout, the output may be unexpected, and require some tweaking.
    5154Case 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.
     55Version 1.1.0 forced a content-sidebar layout on single course, lesson and questions.
     56Since Version 1.2.0 the Genesis Layout options can be used to alter the appearance.
    5457
    5558= Are there any settings? =
    5659
    57 No. You simply activate the plugin and the necessary wrappers are inserted into your Genesis child theme.
     60You simply activate the plugin and the necessary wrappers are inserted into your Genesis child theme.
     61Since version 1.2.0, you can choose the layouts of your courses, lessons, questions and modules with the Genesis Layout options.
    5862
    5963= How can I change how the plugin works? =
     
    6266
    6367== 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.
    6475
    6576= 1.1.1 =
     
    97108== Upgrade Notice ==
    98109
     110= 1.2.0 =
     111
     112This version adds the Genesis Layout options to course, lesson and question posts and archives and the module taxonomy.
     113Please refer to the readme.txt for more information.
     114
    99115= 1.1.1 =
    100116
Note: See TracChangeset for help on using the changeset viewer.