お問い合わせ情報の別パターンを増やす

プラグイン VK All in One Expansion Unit では、電話番号やお問い合わせ情報を入力すれば簡単に 連絡先情報を挿入する事ができますが、標準では1パターンしか登録できません。

複数パターンを登録する場合は、この動画で紹介しているように「カスタムHTMLブロック」を使って、指定のHTMLを入力し、それを「再利用ブロック」に登録します。

<div class="veu_contact">
<section class="veu_contact veu_contentAddSection">
<div class="contact_frame">
<p class="contact_txt">
<span class="contact_txt_catch">お気軽にお問い合わせください。</span>
<span class="contact_txt_tel veu_color_txt_key">000-000-0000</span>
<span class="contact_txt_time">受付時間 9:00 - 18:00 [ 土日・祝日除く ]</span>
</p>
<a href="https://demo-ja.lightning.nagoya/contact/" class="btn btn-primary btn-lg contact_bt">
<span class="contact_bt_txt"><i class="far fa-envelope"></i> お問い合わせはこちら <i class="far fa-arrow-alt-circle-right"></i></span>
<span class="contact_bt_subTxt">お気軽にお問い合わせください。</span>
</a>
</div>
</section>
</div>