PluginProbe
Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls / 5.6.3
Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls v5.6.3
6.5.0 6.4.9 6.4.8 6.4.7 6.4.6 6.4.5 6.4.4 6.4.3 6.4.2 6.4.1 6.4.0 6.3.9 6.3.8 6.3.7 6.3.6 6.3.5 6.3.4 6.3.3 5.6.0 5.6.1 5.6.2 5.6.3 5.6.4 5.6.5 5.6.6 All 153 releases
poll-maker / admin / partials / features / poll-maker-formfields_page-display.php

poll-maker-formfields_page-display.php in Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls 5.6.3, at admin/partials/features/poll-maker-formfields_page-display.php

51 lines 3.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="wrap">
2 <div class="ays-poll-heading-box">
3 <div class="ays-poll-wordpress-user-manual-box">
4 <a href="https://ays-pro.com/wordpress-poll-maker-user-manual" target="_blank" style="text-decoration: none;font-size: 13px;">
5 <i class="ays_poll_fas ays_fa_file_text"></i>
6 <span style="margin-left: 3px;text-decoration: underline;"><?php echo __("View Documentation", "poll-maker"); ?></span>
7 </a>
8 </div>
9 </div>
10 <h1 class="wp-heading-inline">
11 <?php
12 echo esc_html(get_admin_page_title());
13 ?>
14 </h1>
15 <div class="ays-poll-how-to-user-custom-fields-box" style="margin: auto;">
16 <div class="ays-poll-how-to-user-custom-fields-title">
17 <h4><?php echo __( "Learn How to Use Custom Fields in Poll Maker", "poll-maker" ); ?></h4>
18 </div>
19 <div class="ays-poll-how-to-user-custom-fields-youtube-video">
20 <iframe width="560" height="315" src="https://www.youtube.com/embed/LnaTowgH29c" loading="lazy" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
21 </div>
22 </div>
23 <div class="form-group row" style="margin: 20px 0 0 0;">
24 <div class="col-sm-12 only_pro" style="padding:10px 0 0 10px;">
25 <div class="pro_features" style="justify-content:flex-end;">
26 </div>
27 <img src="<?php echo POLL_MAKER_AYS_ADMIN_URL . '/images/features/personal_avatar.png'; ?>" alt="Statistics" style="width: 100%;">
28 <a href="https://ays-pro.com/wordpress/poll-maker" target="_blank" class="ays-poll-new-upgrade-button-link">
29 <div class="ays-poll-new-upgrade-button-box">
30 <div>
31 <img src="<?php echo POLL_MAKER_AYS_ADMIN_URL.'/images/icons/pro-features-icons/locked_24x24.svg'?>">
32 <img src="<?php echo POLL_MAKER_AYS_ADMIN_URL.'/images/icons/pro-features-icons/unlocked_24x24.svg'?>" class="ays-poll-new-upgrade-button-hover">
33 </div>
34 <div class="ays-poll-new-upgrade-button"><?php echo __("Upgrade", "poll-maker"); ?></div>
35 </div>
36 </a>
37 <div class="ays-poll-center-big-main-button-box ays-poll-new-big-button-flex">
38 <div class="ays-poll-center-big-main-button-box">
39 <a href="https://ays-pro.com/wordpress/poll-maker" target="_blank" class="ays-poll-new-upgrade-button-link">
40 <div class="ays-poll-center-new-big-upgrade-button">
41 <img src="<?php echo POLL_MAKER_AYS_ADMIN_URL.'/images/icons/pro-features-icons/locked_24x24.svg'?>" class="ays-poll-new-button-img-hide">
42 <img src="<?php echo POLL_MAKER_AYS_ADMIN_URL.'/images/icons/pro-features-icons/unlocked_24x24.svg'?>" class="ays-poll-new-upgrade-button-hover">
43 <?php echo __("Upgrade", "poll-maker"); ?>
44 </div>
45 </a>
46 </div>
47 </div>
48 </div>
49 </div>
50 </div>
51