mystickymenu
Last commit date
admin
1 week ago
dist
1 week ago
images
1 year ago
languages
1 week ago
class-email-signup.php
7 months ago
class-help.php
1 month ago
class-review-box.php
1 month ago
class-upgrade-box.php
1 month ago
index.php
8 years ago
mystickymenu-admin-widgetanalytics.php
1 week ago
mystickymenu-contact-leads.php
1 week ago
mystickymenu-deactivate-form.php
1 month ago
mystickymenu-fonts.php
2 years ago
mystickymenu-leads.php
1 week ago
mystickymenu-popup.php
1 month ago
mystickymenu-review-popup.php
9 months ago
mystickymenu.php
1 week ago
mystickymeny-new-welcomebar.php
1 week ago
readme.txt
1 week ago
recommended-plugins.php
7 months ago
uninstall.php
2 years ago
upgrade-to-pro.php
1 month ago
welcome-bar.php
1 week ago
mystickymenu-admin-widgetanalytics.php
148 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Sticky menu Analytics Pro Feature |
| 4 | * |
| 5 | * @author : Premio <contact@premio.io> |
| 6 | * @license : GPL2 |
| 7 | * */ |
| 8 | |
| 9 | if (defined('ABSPATH') === false) { |
| 10 | exit; |
| 11 | } |
| 12 | ?> |
| 13 | |
| 14 | <div class="container sticky-header-content wrap max-w-4xl!"> |
| 15 | <div class="mystickymenu-widgetanalytic-body"> |
| 16 | <div class="flex-1"> |
| 17 | <div class="mystickymenu-widgetanalytic-heading text-2xl sm:text-3xl md:text-4xl"> |
| 18 | <?php _e("Unlock My Sticky Bar <span>Analytics</span> 🚀", "mystickymenu") ?> |
| 19 | </div> |
| 20 | |
| 21 | <div class="mystickymenu-licenseimage"> |
| 22 | <img class="h-full w-auto" src="<?php echo esc_url(plugins_url('/images/analytics-image.png', __FILE__)); ?>" alt="Stickymenu analytics" /> |
| 23 | </div> |
| 24 | |
| 25 | <div class="text-center text-xl sm:text-2xl md:text-3xl text-[#181749]"> |
| 26 | <?php esc_html_e( 'What can you use it for?', 'mystickymenu');?> |
| 27 | </div> |
| 28 | <ul class="mt-7 flex flex-col space-y-2 content-center gap-6 flex-col md:flex-row md:gap-5"> |
| 29 | <li class="flex items-center py-6 px-7 bg-[#F9FAFB] rounded-md space-x-6 text-cht-gray-150 text-lg font-primary"> |
| 30 | <img width="42" height="59" src="<?php echo esc_url(MYSTICKYMENU_URL) ?>/images/channel-discover.svg" alt="Channel Discover"> |
| 31 | <span class="max-w-[305px] text-sm text-[#181749] text-center pt-2"><?php printf(esc_html__('%1$sDiscover%2$s the most frequently used channels', "mystickymenu"), '<strong>', '</strong>') ?></span> |
| 32 | </li> |
| 33 | <li class="flex items-center py-6 px-7 bg-[#F9FAFB] rounded-md space-x-6 text-cht-gray-150 text-lg font-primary"> |
| 34 | <img width="42" height="59" src="<?php echo esc_url(MYSTICKYMENU_URL) ?>/images/channel-tracking.svg" alt="Channel Tracking"> |
| 35 | <span class="max-w-[305px] text-sm text-[#181749] text-center pt-2"><?php printf(esc_html__('Keep %1$strack%2$s of how each widget performs', "mystickymenu"), '<strong>', '</strong>') ?></span> |
| 36 | </li> |
| 37 | <li class="flex items-center py-6 px-7 bg-[#F9FAFB] rounded-md space-x-6 text-cht-gray-150 text-lg font-primary"> |
| 38 | <img width="42" height="59" src="<?php echo esc_url(MYSTICKYMENU_URL); ?>/images/channel-analyze.svg" alt="Channel Analyze"> |
| 39 | <span class="max-w-[305px] text-sm text-[#181749] text-center pt-2"><?php printf(esc_html__('%1$sAnalyze%2$s the number of unique clicks and the %3$sclick-through rate%4$s', "mystickymenu"), '<strong>', '</strong>', '<strong>', '</strong>') ?></span> |
| 40 | </li> |
| 41 | </ul> |
| 42 | |
| 43 | <div class="flex items-center mt-5 space-x-3 content-center"> |
| 44 | <a class="msb-primary-button px-6!" href="<?php echo esc_url(admin_url("admin.php?page=my-stickymenu-upgrade")) ?>" > |
| 45 | <?php esc_html_e('Upgrade to Pro 🚀', 'mystickymenu'); ?> |
| 46 | </a> |
| 47 | </div> |
| 48 | </div> |
| 49 | |
| 50 | </div> |
| 51 | </div> |
| 52 | |
| 53 | <style> |
| 54 | #wpcontent { |
| 55 | padding: 20px !important; |
| 56 | } |
| 57 | .mystickymenu-widgetanalytic-body { |
| 58 | display: flex; |
| 59 | justify-content: space-evenly; |
| 60 | } |
| 61 | .mystickymenu-widgetanalytic-heading { |
| 62 | font-style: normal; |
| 63 | font-weight: 600; |
| 64 | text-align: center; |
| 65 | color: #000000; |
| 66 | display: block; |
| 67 | margin: 20px auto 30px auto; |
| 68 | justify-content: center; |
| 69 | align-items: end; |
| 70 | line-height: 1; |
| 71 | } |
| 72 | |
| 73 | .mystickymenu-widgetanalytic-heading span { |
| 74 | color: #6558F5; |
| 75 | font-size: inherit; |
| 76 | font-weight: 800; |
| 77 | } |
| 78 | |
| 79 | |
| 80 | .mystickymenu-widgetanalytic-body h3 { |
| 81 | font-family: 'Lato'; |
| 82 | font-style: normal; |
| 83 | font-weight: 600; |
| 84 | font-size: 32px; |
| 85 | line-height: 29px; |
| 86 | color: #000000; |
| 87 | text-align: center; |
| 88 | margin:20px 0 16px; |
| 89 | } |
| 90 | |
| 91 | /*.mystickymenu-widgetanalytic-body .w-auto{ |
| 92 | width:100%; |
| 93 | }*/ |
| 94 | |
| 95 | .mystickymenu-widgetanalytic-body ul { |
| 96 | display: flex; |
| 97 | margin-top: 1.75rem; |
| 98 | } |
| 99 | |
| 100 | .mystickymenu-widgetanalytic-body img { |
| 101 | height: auto; |
| 102 | max-width: 100%; |
| 103 | display: block; |
| 104 | vertical-align: middle; |
| 105 | } |
| 106 | |
| 107 | .mystickymenu-widgetanalytic-body li { |
| 108 | flex-direction:column; |
| 109 | padding:26px 35px 26px 35px; |
| 110 | box-sizing: border-box; |
| 111 | flex: 1; |
| 112 | background: #FFFFFF; |
| 113 | box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.2); |
| 114 | border-radius: 16px; |
| 115 | display:flex; |
| 116 | font-size: 1.125rem; |
| 117 | line-height: 1.75rem; |
| 118 | align-items: center; |
| 119 | margin: 0; |
| 120 | } |
| 121 | |
| 122 | .mystickymenu-widgetanalytic-body .mt-5{ |
| 123 | text-align:center; |
| 124 | border-radius:8px; |
| 125 | margin-top:3.25rem; |
| 126 | margin-bottom:2.25rem; |
| 127 | } |
| 128 | |
| 129 | .mystickymenu-widgetanalytic-body ul li img{ |
| 130 | width:auto; |
| 131 | height:48px; |
| 132 | } |
| 133 | |
| 134 | .mystickymenu-widgetanalytic-body img.h-full.w-auto{ |
| 135 | display: flex; |
| 136 | margin: 0 auto; |
| 137 | justify-content: center; |
| 138 | align-items: center; |
| 139 | width: auto; |
| 140 | height:100%; |
| 141 | } |
| 142 | |
| 143 | |
| 144 | .mystickymenu-widgetanalytic-body .px-7.py-8.flex-1 h2.mystickymenu-widgetanalytic-heading img{ |
| 145 | float:right; |
| 146 | } |
| 147 | </style> |
| 148 |