PluginProbe ʕ •ᴥ•ʔ
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) / 2.7.7
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) v2.7.7
2.9.1 2.9.0 2.8.9 2.8.8 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 2.0 2.0.1 2.0.3 2.0.4 2.0.5 2.0.6 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.6.9 2.7 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7
mystickymenu / mystickymenu-admin-widgetanalytics.php
mystickymenu Last commit date
admin 1 year ago css 1 year ago fonts 4 years ago images 1 year ago js 1 year ago languages 2 years ago class-review-box.php 1 year ago class-upgrade-box.php 1 year ago help.php 1 year ago index.php 8 years ago mystickymenu-admin-widgetanalytics.php 1 year ago mystickymenu-affiliate.php 1 year ago mystickymenu-contact-leads.php 1 year ago mystickymenu-deactivate-form.php 1 year ago mystickymenu-fonts.php 2 years ago mystickymenu-popup.php 1 year ago mystickymenu-review-popup.php 1 year ago mystickymenu.php 1 year ago mystickymeny-new-welcomebar.php 1 year ago readme.txt 1 year ago recommended-plugins.php 1 year ago stickymenu-dashboard.php 1 year ago uninstall.php 2 years ago update.php 1 year ago upgrade-to-pro.php 1 year ago welcome-bar.php 1 year ago
mystickymenu-admin-widgetanalytics.php
200 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 <link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" />
15 <div class="container mystickymenu-widgetanalytic-wrap wrap">
16 <h2></h2>
17 <div class="bg-white flex rounded-lg border border-solid border-[#EAEFF2] mystickymenu-widgetanalytic-body">
18 <div class="px-7 py-8 flex-1">
19 <h2 class="mystickymenu-widgetanalytic-heading"><?php _e("Unlock My Sticky Bar <span>Analytics</span> 🚀", "mystickymenu") ?></h2>
20
21 <div class="flex items-center content-center mt-5 space-x-3">
22 <a class="btn rounded-lg drop-shadow-3xl font-normal" href="<?php echo esc_url(admin_url("admin.php?page=my-stickymenu-upgrade")) ?>" title="Upgrade to Pro">
23 <?php esc_html_e('Upgrade to Pro 🚀', 'Mystickymenu'); ?>
24 </a>
25 </div>
26
27 <div class="mystickymenu-licenseimage">
28 <img class="h-full w-auto" src="<?php echo esc_url(plugins_url('/images/analytics-image.png', __FILE__)); ?>" alt="Stickymenu analytics" />
29 </div>
30
31 <h3><?php esc_html_e( 'What can you use it for?', 'mystickymenu');?></h3>
32 <ul class="mt-7 flex flex-col space-y-2 content-center">
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-discover.svg" alt="Channel Discover">
35 <span class="max-w-[305px]"><?php _e("<strong>Discover</strong> the most frequently used channels", "mystickymenu") ?></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-tracking.svg" alt="Channel Tracking">
39 <span><?php _e("Keep <strong>track</strong> of how each widget performs", "mystickymenu") ?></span>
40 </li>
41 <li class="flex items-center py-6 px-7 bg-[#F9FAFB] rounded-md space-x-6 text-cht-gray-150 text-lg font-primary">
42 <img width="42" height="59" src="<?php echo esc_url(MYSTICKYMENU_URL); ?>/images/channel-analyze.svg" alt="Channel Analyze">
43 <span><?php _e("<strong>Analyze</strong> the number of unique clicks and the <strong>click-through rate</strong>", "mystickymenu") ?></span>
44 </li>
45 </ul>
46
47 <div class="flex items-center mt-5 space-x-3 content-center">
48 <a class="btn rounded-lg drop-shadow-3xl font-normal" href="<?php echo esc_url(admin_url("admin.php?page=my-stickymenu-upgrade")) ?>" title="Upgrade to Pro">
49 <?php esc_html_e('Upgrade to Pro 🚀', 'Mystickymenu'); ?>
50 </a>
51 </div>
52 </div>
53
54 </div>
55 </div>
56
57 <style>
58 .mystickymenu-widgetanalytic-body {
59 display: flex;
60 justify-content: space-evenly;
61 }
62 .mystickymenu-widgetanalytic-body .px-7.py-8.flex-1 h2.mystickymenu-widgetanalytic-heading {
63 font-family: 'Lato';
64 font-style: normal;
65 font-weight: 800;
66 font-size: 48px;
67 line-height: 48px;
68 text-align: center;
69 color: #000000;
70 display: block;
71 margin: 40px auto;
72 display: Block;
73 justify-content: center;
74 align-items: end;
75 max-width: 500px;
76 }
77
78 .mystickymenu-widgetanalytic-body .px-7.py-8.flex-1 h2.mystickymenu-widgetanalytic-heading span{
79 color: #3C85F7;
80 font-size: 48px;
81 font-weight: 800;
82 }
83
84
85 .mystickymenu-widgetanalytic-body .px-7.py-8.flex-1 h3{
86 font-family: 'Lato';
87 font-style: normal;
88 font-weight: 600;
89 font-size: 32px;
90 line-height: 29px;
91 color: #000000;
92 text-align: center;
93 margin:20px 0 16px;
94 }
95
96 /*.mystickymenu-widgetanalytic-body .w-auto{
97 width:100%;
98 }*/
99
100 .mystickymenu-widgetanalytic-body ul.mt-7.flex.flex-col.space-y-2 {
101 display: flex;
102 flex-direction: column;
103 margin-top: 1.75rem;
104 }
105
106 .mystickymenu-widgetanalytic-body img {
107 height: auto;
108 max-width: 100%;
109 display: block;
110 vertical-align: middle;
111 }
112
113 .mystickymenu-widgetanalytic-body li {
114 flex-direction:column;
115 padding:26px 35px 26px 35px;
116 box-sizing: border-box;
117 width: 282px;
118 height: 153.26px;
119 background: #FFFFFF;
120 border-top: 2px solid #DFDFFC;
121 box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
122 border-radius: 16px;
123 margin: 0px 10px 20px 10px;
124
125 display:flex;
126 font-size: 1.125rem;
127 line-height: 1.75rem;
128 align-items: center;
129
130 }
131 .mystickymenu-widgetanalytic-body ul.mt-7.flex.flex-col.space-y-2 {
132 flex-direction:column;
133 flex-flow:wrap;
134 margin-bottom: 1.75rem;
135 }
136
137 .mystickymenu-widgetanalytic-body .mt-5{
138 text-align:center;
139 border-radius:8px;
140 margin-top:3.25rem;
141 margin-bottom:2.25rem;
142 }
143
144 .mystickymenu-widgetanalytic-body span{
145 font-family: 'Lato';
146 font-style: normal;
147 font-weight: 400;
148 font-size: 14px;
149 line-height: 17px;
150 text-align: center;
151 margin-top:20px;
152 margin-left: 0px;
153 color: #000000;
154 max-width: 405px;
155 }
156
157 .mystickymenu-widgetanalytic-body a.btn.rounded-lg.drop-shadow-3xl.font-normal{
158 padding:16px 47px 16px 47px;
159 font-size:20px;
160 text-align:center;
161 font-weight: 400;
162 border-radius: 0.5rem;
163 background-color: #3c85f7;
164 color: #fff;
165 text-decoration-line: none;
166 line-height: 1.25rem;
167 --tw-drop-shadow: drop-shadow(0px 9px 7px rgba60 133 247 /0.37%));
168 border: 1px solid #3c85f7;
169 }
170
171 .mystickymenu-widgetanalytic-body ul li img{
172 width:auto;
173 height:48px;
174 }
175
176 .mystickymenu-widgetanalytic-body img.h-full.w-auto{
177 display: flex;
178 margin: 0 auto;
179 justify-content: center;
180 align-items: center;
181 width: auto;
182 height:100%;
183 }
184
185
186 .mystickymenu-widgetanalytic-body .px-7.py-8.flex-1 h2.mystickymenu-widgetanalytic-heading img{
187 float:right;
188 }
189
190 @media screen and (max-width: 768px){
191 .mystickymenu-widgetanalytic-body .px-7.py-8.flex-1 h2.mystickymenu-widgetanalytic-heading span,
192 .mystickymenu-widgetanalytic-body .px-7.py-8.flex-1 h2.mystickymenu-widgetanalytic-heading{
193 font-size: 28px;
194 }
195 .mystickymenu-widgetanalytic-body li {
196 margin: 0px 20px 20px 20px;
197 }
198 }
199 </style>
200