이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Genesis Connect for Woothemes Sensei

설명

The plugin expands on the Sensei Documentation about adding theme compatibility.

You will need the Sensei plugin and the Genesis Framework from StudioPress and/or one of its child themes.

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.

This plugin will only work (i.e. activate) if the Genesis Framework and its child themes 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.

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 compatibility, the single posts are still set to a content-sidebar layout but this can be overwritten by the Genesis Layout options.

It should not be necessary to remove the formerly forced content-sidebar layout on single posts with

remove_action( 'genesis_meta', 'gcfws_force_content_sidebar_layout_on_cpt_posts' );

in your functions.php anymore. Please use the Genesis Layout options instead.

설치

  1. Upload the entire Genesis-Connect-for-Woothemes-Sensei folder to your /wp-content/plugins directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Alternatively, you can

  1. Click on ‘Add new’ in the ‘Plugins’ menu
  2. Type (or copy and paste) the name of this plugin into the search box
  3. Click on ‘Install Now’

FAQ

Does this work with any WordPress theme?

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

Version 1.1.0 forced a content-sidebar layout on single course, lesson and questions.
Since Version 1.2.0 the Genesis Layout options can be used to alter the appearance.

Are there any settings?

You simply activate the plugin and the necessary wrappers are inserted into your Genesis child theme.

Since version 1.2.0, you can choose the layouts of your courses, lessons, questions and modules with the Genesis Layout options.

How can I change how the plugin works?

There are no settings and no settings screen. You would have to change the code directly in the source.

후기

2020년 5월 17일
This plugin work as promised, maybe need some fine tuning but thank you!
2016년 9월 3일
Works out of the box with Genesis and Sensei 1.9.3 - even with my customized Magazine Pro theme. This used to be a major, incompatibility issue that Christopher Herr solved. He also updated the plugin to reflect the Sensei 1.9 changes - very much appreciated. Brilliant work - highly recommended!
모든 4 평가 읽기

기여자 & 개발자

“Genesis Connect for Woothemes Sensei”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Genesis Connect for Woothemes Sensei”(이)가 3(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Genesis Connect for Woothemes Sensei”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2.0

  • Adds Genesis Layout options to course, lesson, and question posts and archives and the module taxonomy.
  • Previously forced content-sidebar layout can be overwritten by the Genesis Layout options.
  • Updates Readme.
  • More modular code structure.

1.1.1

  • Better Code Standards.
  • Removes unnecessary code.
  • Updates Readme Urls.

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 remove_action( 'genesis_meta', 'gcfws_force_content_sidebar_layout' ); 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 the original code. First closing tag should be </main> instead of </div>
    see: [Cobalt Apps Forum] (http://cobaltapps.com/forum/forum/main-category/main-forum/81542-woo-sensei?p=82210#post82210)

1.0.2

  • POT file added

1.0.1

  • Loading textdomain for i18n

1.0

  • Initial release on Github