IT仕事

WP Canvas – Shortcodes のテスト

投稿日:2015年10月28日 更新日:

こりゃ便利だ。

[wc_row][wc_column size=”one-third” position=”first”]

Sample Content

[wc_box color=”danger” text_align=”left”]

Sample Content

[/wc_box]

[/wc_column][wc_column size=”one-third”]

Sample Content

[wc_accordion collapse=”0″ leaveopen=”0″ layout=”box”]

[wc_accordion_section title=”Section 1″]

Sample Content

[/wc_accordion_section]

[wc_accordion_section title=”Section 2″]

Sample Content

[/wc_accordion_section]

[/wc_accordion]

[/wc_column][wc_column size=”one-third” position=”last”]

Sample Content

[wc_divider style=”image” margin_top=”” margin_bottom=””]

[wc_divider style=”image2″ margin_top=”” margin_bottom=””]

[wc_divider style=”image3″ margin_top=”” margin_bottom=””]

[/wc_column][/wc_row]

[wc_row][wc_column size=”three-fourth” position=”first”]

Sample Content

[wc_button type=”primary” url=”http://webplantmedia.com” title=”Visit Site” target=”self” position=”float”]Sample Content[/wc_button]

[wc_googlemap title=”St. Paul’s Chapel” location=”209 Broadway, New York, NY 10007″ zoom=”10″ height=”250″ title_on_load=”no” class=””]

[/wc_column][wc_column size=”one-fourth” position=”last”]

Sample Content

[wc_pricing type=”primary” featured=”yes” plan=”Basic” cost=”$19.99″ per=”per month” button_url=”#” button_text=”Sign Up” button_target=”self” button_rel=”nofollow”]

  • 30GB Storage
  • 512MB Ram
  • 10 databases
  • 1,000 Emails
  • 25GB Bandwidth

[/wc_pricing][/wc_column][/wc_row]

-IT仕事

執筆者:

関連記事

no image

住所を自動入力するフォーム

以下のリンクを参考に、郵便番号から都道府県と市町村名を自動入力するフォームを作った、とある企業さんのWebサイトにて。 AjaxZip 2.0 – Ajax郵便番号→住所自動入力フォーム( …

no image

Win7初体験・初トラブル

会社の人が初めてWin7入りPCを買ったので例によってトラブルに遭遇した。 ファイルサーバにアクセスしようとすると、「ネットワークパスワードを入力して下さい」のダイアログが出る。それでつながらない。 …

no image

秀丸マクロで文字の折り返しを最大

今まで秀丸マクロでできないと思っていた、文字の折り返しを最大にする操作と、その後カーソルを移動させる操作が、実はできることがわかった。 自分のケースだと、 config “xAutoAdj …

no image

CliborとPythonで明日(昨日)の日付を出す

Clibor、使ってますか? 私は毎日使っています 例えば、「2018/07/02(月)」のように明日の日付を書きたいと思ったら、どうやって入力していますか? キーボードで13個以上のキーを押して、曜 …

no image

会社のサイトを常時SSL化

会社のショッピングサイト2つのうち、1つを常時SSL化の作業に着手。 まずは、こちらのサイトを参考に、.htaccessを修正。301リダイレクトになるパターンがいいみたい。 httpからhttpsに …