このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Creative Tim's Rotating CSS Cards

説明

This plugin will allow WordPress developers to use Creative Tim’s Rotating CSS Cards through a programmable shortcode.

/* note for the shortcode below to work in WordPress it will need to have all it's options on one line */
[card 
    col_md = "4"
    col_sm = "6"
    cover_photo = "http://www.assets.com/assets/images/rotating_card_thumb.png"
    profile_photo = "http://www.assets.com/assets/images/creative_tim.jpg"
    title = "Creative Tim"
    sub_title = "Start designing and developing faster."
    address = "Bld Victoriei 201, Bucharest, Romania"
    company = "Creative Tim"
    show_stars = "true"
    star_count = "5"
    email = "hello@creative-tim.com"
    phone = "+40746 461 075"
    website = "http://www.creative-tim.com/"
    twitter = "https://twitter.com/CreativeTim"
    facebook = "https://www.facebook.com/CreativeTim"
    googleplus = "http://www.creative-tim.com/contact-us"
    motto = "Start designing and developing faster."
]
<h4>Flipped Card Content Header</h4>

<p>
You can use this this rotating CSS card for presenting your team or to show more information about the users from your platform.  We're sure you can find many other use cases for it and we would like to see them all! Just add a link in the comments and we'll let you know what we think.
</p>

[/card]

Follow Development on GitHub
|
Follow Development on Twitter

インストール

  1. Upload creative-tim-rotating-css folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

: )

評価

1件のレビューをすべて表示

貢献者と開発者

Creative Tim's Rotating CSS Cards はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Creative Tim's Rotating CSS Cards” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.2

  • Enqueue stylesheets only if shortcoe present
  • Remove damaging CSS from stylesheet.

1.0.1

Initial release!