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

Section Page

설명

Section Page a simple plugin allowing you to insert dropdown sections in your wordpress pages and posts.

Prerequisite

This plugin loads wordpress jQuery.

Options

  • HTML tag for section title : Can be h1 h2 (by default) h3 h4 span strong em p
  • HTML classes for section : Additional html classes for each sections (optionnal)
  • HTML classes for section title : Addtional html classes for each sections title (optionnal)
  • HTML classes for section title wrapper : Addtional html classes for each sections title container (optionnal)
  • HTML classes for section content : Additional html classes for each sections content (optionnal)
  • Use a char before section title : Add or not html chars at the left of each sections title
  • Char when section is closed : Char when a section is closed (default : &#9658 )
  • Char when section is open : Char when a section is open (default : &#9660 )
  • Use animation : Smooth or instant dropdown
  • Custom Css : Customize the plugin here (optionnal)

Usage

The plugin add a “Add dropdown section” button to your tinymce editor.
Select your block of text and click the button to wrap the text into a section shortcode.

[section=Title of my section]
Your content
...
[endsection]

This will be automatically replaced by a dropdown section based on the plugin settings.

Customization

Use the Custom Css option with the custom classes options.
You can also modify your theme css file if you are using wordpress on your ftp.
Now when a section is open, it receive the css class owc-sp-active so you can use it for more customization.

스크린샷

  • This is the plugin option panel, available in settings menu.
  • This is the tinymce button added by the plugin and the shortcode generated.
  • This is how your content will look with the plugin activated and shortcodes placed.

설치

  1. Upload the folder section-page to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자

자국어로 “Section Page”(을)를 번역하세요.

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

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

변경이력

1.0.2

  • New option Use animation Smooth or instant dropdown
  • Modified option : HTML classes for section title Now targets the title tag
  • New option HTML classes for section title wrapper Previously “Html classes for section title”
  • New option Custom css Enter your custom css here
  • You can now use the css class owc-sp-active as a callback when a section is open

1.0.1

  • Bug fix on HTML classes for section title and HTML classes for section content. Please upgrade if you want to use your own classes on these elements. Else you can use owc-sp-open and owc-sp-content which are the default classes.