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

Master Paper Collapse Toggle

설명

Based on jQuery Paper Collapse Plugin, by Alexander Rühle, this WordPress plugin allows you to create toggles in format of collapsible paper cards, inspired by Google Material Design.

You can even use FA icons on your toggles.

Install and basic usage video:
https://www.youtube.com/watch?v=6h_TpRY_JCc

Titles, icons and content:
https://www.youtube.com/watch?v=aAk9ER-Wc28

Shortcode attributes: title, icon, color

설치

  1. Either use the built-in WordPress plugin installer to grab the plugin from the WordPress plugin repository, or upload the entire contents of the master-paper-collapse-toggle.zip folder to the /wp-content/plugins/ directory.

  2. Activate the plugin through the \’Plugins\’ menu in WordPress.

  3. Use the shortcode [mpaper]your content[/mpaper]

  4. You better set a title. Use the attribute title=“Your Title”. Like this: [mpaper title=“Your Title”]your content[/mpaper] .

  5. The default icon is “fa-bullseye”. But you can use any icon available in Font Awsome. First, select the icon you want to use, visiting Font Awsome Icons Cheatsheet Page. Then, copy the name of the icon (“fa-something”) and use it inside the shortcode, as an attribute. Like this: [mpaper title=“Your Title” icon=“fa-arrows”]your content[/mpaper].

  6. If you do not want to use icon on your shortcode, go like this: [mpaper icon=“no”]content[/mpaper].

  7. If you want to change title and icon color, use: [mpaper title=“Your Title” icon=“fa-arrows” color=“red”]your content[/mpaper]. Use hex color codes if you prefer.

FAQ

Q: Is there a maximum number of Master Paper Collpase Toggles I can have on a single blog post or page?

A: I don’t think so. You can have as many as you would like.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Master Paper Collapse Toggle”(을)를 번역하세요.

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

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

변경이력

1.0

Initial release

1.1

Option to choose a color for title and icon added, via shortcode attribute (‘color’).
Class added to icon (mpc-icon), for CSS purposes