PluginProbe
Smart Grid-Layout Design for Contact Form 7 / 4.12
Smart Grid-Layout Design for Contact Form 7 v4.12
4.18.0 4.17.0 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 4.0.0 4.0.1 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.10 4.11 4.12 4.13 4.14 All 119 releases
cf7-grid-layout / assets / cf7-admin-table / admin / partials / cf7sg-tutorials-dynamic.php

cf7sg-tutorials-dynamic.php in Smart Grid-Layout Design for Contact Form 7 4.12, at assets/cf7-admin-table/admin/partials/cf7sg-tutorials-dynamic.php

26 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /* panel for dynamic lists tutorials */
3 ?>
4 <div class="container">
5 <div class="row">
6 <div class="columns one-third">
7 <div class="iframe">
8 <iframe src="https://www.youtube-nocookie.com/embed/t9he4Tca5o8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
9 </div>
10 <h3>
11 Dynamic lists are built using the <code class="cf7tag">[dynamic_dropdown]</code> tag, leveraging the CMS power of WordPress to manage large lists.
12 </h3>
13 <ul>
14 <li><a href="https://www.youtube.com/watch?v=t9he4Tca5o8&amp;t=150s">00:02:30</a><span> - Managing lists with taxonomies</span></li>
15 <li><a href="https://www.youtube.com/watch?v=t9he4Tca5o8&amp;t=260s">00:04:20</a><span> - Creating a dynamic dropdown field</span></li>
16 <li><a href="https://www.youtube.com/watch?v=t9he4Tca5o8&amp;t=420s">00:07:00</a><span> - filtering the term query</span></li>
17 <li><a href="https://www.youtube.com/watch?v=t9he4Tca5o8&amp;t=710s">00:11:50</a><span> - dynamic lists using post titles</span></li>
18 <li><a href="https://www.youtube.com/watch?v=t9he4Tca5o8&amp;t=985s">00:16:25</a><span> - dynamic lists using a custom taxonomy</span></li>
19 <li><a href="https://www.youtube.com/watch?v=t9he4Tca5o8&amp;t=1198s">00:19:58</a><span> - dynamic lists using a filter hook</span></li>
20 </ul>
21 </div>
22 <div class="columns one-third">
23 </div>
24 </div>
25 </div>
26