PluginProbe
Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls / 6.3.3
Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls v6.3.3
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 5.6.7 All 152 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 6.3.3, at admin/partials/features/poll-maker-formfields_page-display.php

57 lines 3.4 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 esc_html__("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 esc_html__( "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 <div class="ays-poll-community-youtube-video">
21 <div class="ays-poll-create-poll-youtube-video">
22 <div class="ays-poll-youtube-placeholder" data-video-id="LnaTowgH29c">
23 <img src="<?php echo esc_url(POLL_MAKER_AYS_ADMIN_URL .'/images/custom-fields-in-poll.webp'); ?>" loading="lazy" width="560" height="315">
24 </div>
25 </div>
26 </div>
27 </div>
28 </div>
29 <div class="form-group row" style="margin: 20px 0 0 0;">
30 <div class="col-sm-12 only_pro" style="padding:10px 0 0 10px;">
31 <div class="pro_features" style="justify-content:flex-end;">
32 </div>
33 <img src="<?php echo esc_url(POLL_MAKER_AYS_ADMIN_URL) . '/images/features/personal_avatar.png'; ?>" alt="Statistics" style="width: 100%;">
34 <a href="https://ays-pro.com/wordpress/poll-maker" target="_blank" class="ays-poll-new-upgrade-button-link">
35 <div class="ays-poll-new-upgrade-button-box">
36 <div>
37 <img src="<?php echo esc_url(POLL_MAKER_AYS_ADMIN_URL).'/images/icons/pro-features-icons/locked_24x24.svg'?>">
38 <img src="<?php echo esc_url(POLL_MAKER_AYS_ADMIN_URL).'/images/icons/pro-features-icons/unlocked_24x24.svg'?>" class="ays-poll-new-upgrade-button-hover">
39 </div>
40 <div class="ays-poll-new-upgrade-button"><?php echo esc_html__("Upgrade", "poll-maker"); ?></div>
41 </div>
42 </a>
43 <div class="ays-poll-center-big-main-button-box ays-poll-new-big-button-flex">
44 <div class="ays-poll-center-big-main-button-box">
45 <a href="https://ays-pro.com/wordpress/poll-maker" target="_blank" class="ays-poll-new-upgrade-button-link">
46 <div class="ays-poll-center-new-big-upgrade-button">
47 <img src="<?php echo esc_url(POLL_MAKER_AYS_ADMIN_URL).'/images/icons/pro-features-icons/locked_24x24.svg'?>" class="ays-poll-new-button-img-hide">
48 <img src="<?php echo esc_url(POLL_MAKER_AYS_ADMIN_URL).'/images/icons/pro-features-icons/unlocked_24x24.svg'?>" class="ays-poll-new-upgrade-button-hover">
49 <?php echo esc_html__("Upgrade", "poll-maker"); ?>
50 </div>
51 </a>
52 </div>
53 </div>
54 </div>
55 </div>
56 </div>
57