| @@ -13,8 +13,11 @@ | ||
| 13 | 13 | ) |
| 14 | 14 | ); |
| 15 | 15 | ?> |
| 16 | 16 | <div class="frmcenter frm-m-12"> |
| 17 | + <div class="frm-video-wrapper frm-mb-md"> | |
| 18 | + <iframe width="843" height="474" src="https://www.youtube.com/embed/pmYbQ79wonQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | |
| 19 | + </div> | |
| 17 | 20 | <h2><?php esc_html_e( 'Show and Edit Entries with Views', 'formidable' ); ?></h2> |
| 18 | 21 | <p style="max-width:400px;margin:20px auto"> |
| 19 | 22 | <?php esc_html_e( 'Bring entries to the front-end of your site for full-featured applications or just to show the content.', 'formidable' ); ?> |
| 20 | 23 | </p> |
| @@ -21,13 +24,9 @@ | ||
| 21 | 24 | <?php |
| 22 | 25 | $upgrade_link_args = array( |
| 23 | 26 | 'medium' => 'views-info', |
| 24 | 27 | 'plan' => 'view', |
| 25 | - 'class' => 'frm-mb-md frm-button-primary', | |
| 26 | 28 | ); |
| 27 | 29 | FrmAddonsController::conditional_action_button( 'views', $upgrade_link_args ); |
| 28 | 30 | ?> |
| 29 | - <div class="frm-video-wrapper"> | |
| 30 | - <iframe width="843" height="474" src="https://www.youtube.com/embed/pmYbQ79wonQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | |
| 31 | - </div> | |
| 32 | 31 | </div> |
| 33 | 32 | </div> |