PluginProbe ʕ •ᴥ•ʔ
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) / 2.6.9
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) v2.6.9
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 / update.php
mystickymenu Last commit date
css 2 years ago fonts 4 years ago images 2 years ago js 2 years ago languages 2 years ago class-review-box.php 2 years ago class-upgrade-box.php 2 years ago help.php 2 years ago index.php 8 years ago mystickymenu-affiliate.php 2 years ago mystickymenu-contact-leads.php 2 years ago mystickymenu-deactivate-form.php 2 years ago mystickymenu-fonts.php 2 years ago mystickymenu-popup.php 2 years ago mystickymenu-review-popup.php 2 years ago mystickymenu.php 2 years ago mystickymeny-new-welcomebar.php 2 years ago readme.txt 2 years ago recommended-plugins.php 2 years ago stickymenu-dashboard.php 2 years ago uninstall.php 2 years ago update.php 2 years ago upgrade-to-pro.php 2 years ago welcome-bar.php 2 years ago
update.php
243 lines
1 <?php
2 if (!defined('ABSPATH')) { exit; }
3 $email = (isset($_SERVER['HTTP_HOST']) && $_SERVER['HTTP_HOST'] == "playground.wordpress.net")?"":get_option('admin_email');
4 ?>
5 <style>
6 body {
7 background: #ffffff !important;
8 }
9 </style>
10 <div class="myStickymenu-updates-form">
11 <div class="updates-form-form-left">
12 <div class="updates-form-form-left-text">premio</div>
13 <img src="<?php echo MYSTICKYMENU_URL ?>/images/wcupdate_email.svg" style="width: 230px;margin: 60px 0px 20px 0px;" />
14 <p>Grow your WordPress websites with our plugins</p>
15 </div>
16 <div class="updates-form-form-right">
17 <div class="update-title">Be the first to know product updates, tips & discounts</div>
18 <p>Be among the first to know about our latest features & what we're working on. Plus insider offers & flash sales</p>
19 <div class="updates-form">
20 <div class="update-form-input">
21 <div class="mail-icon">
22 <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
23 <mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="4" width="20" height="16">
24 <path fill-rule="evenodd" clip-rule="evenodd" d="M22 6C22 4.9 21.1 4 20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6ZM20 6L12 11L4 6H20ZM12 13L4 8V18H20V8L12 13Z" fill="white"/>
25 </mask>
26 <g mask="url(#mask0)">
27 <rect width="24" height="24" fill="#94A3B8"/>
28 </g>
29 </svg>
30 </div>
31 <input id="myStickymenu_update_email" autocomplete="off" value="<?php echo esc_attr($email) ?>" placeholder="Email address">
32 <button href="javascript:;" class="button button-primary form-submit-btn yes">Sign Up</button>
33 </div>
34 <!-- <div class="update-form-skip-button">
35 <button href="javascript:;" class="button button-secondary form-cancel-btn no">Skip</button>
36 </div> -->
37 </div>
38
39 <div class="update-notice-latter">
40 <span><a href="javascript:;" class="skip-dolatter form-cancel-btn no">No, I will do it later</a></span>
41 </div>
42
43 <div class="update-notice">
44 You can remove yourself from the list whenever you want, no strings attached
45 </div>
46 <input type="hidden" id="myStickymenu_update_nonce" value="<?php echo wp_create_nonce("myStickymenu_update_nonce") ?>">
47 </div>
48 </div>
49 <style>
50
51 @font-face {
52 font-family: 'Lato';
53 src: url('<?php echo MYSTICKYMENU_URL."fonts/Lato-Regular.ttf";?>');
54 }
55
56 #wpwrap{
57 background: url('<?php echo MYSTICKYMENU_URL;?>images/update-bg.jpg');
58 background-position: bottom center;
59 background-size: cover;
60 }
61 .myStickymenu-updates-form {
62 width: 768px;
63 padding: 0 30px 0 0;
64 box-shadow: 0px 20px 25px rgb(0 0 0 / 10%), 0px 10px 10px rgb(0 0 0 / 4%);
65 display: flex;
66 margin: 100px auto 0;
67 font-family: Lato, sans-serif;
68 background:#ffffff;
69 }
70 .update-title{
71 font-style: normal;
72 font-weight: 700;
73 font-size: 30px;
74 align-items: center;
75 color: #334155;
76 position: relative;
77 line-height: 36px;
78 font-family:Lato;
79 }
80 .updates-form-form-left {
81 padding: 25px 0px 50px 0px;
82 background: linear-gradient(180deg, #3C139A 25.79%, #2A0D76 72.72%);
83 border-radius: 14.42px 0px 0px 14.419px;
84 text-align:center;
85 width: 70%;
86 }
87 .updates-form-form-left p{
88 font-size: 16px;
89 line-height: 1.5;
90 margin: 0;
91 color: #fff;
92 padding: 0px 36px;
93 font-family:Lato;
94 }
95
96 .updates-form-form-left span{
97 color: #fff;
98 margin-left: 0px;
99 margin-top: 0px;
100 position: absolute;
101 font-size: 20px;
102 line-height: 0.5;
103 font-family:Lato;
104 }
105
106 .updates-form-form-left-text{
107 color: #fff;
108 font-size: 20px;
109 font-weight: 600;
110 text-align: left;
111 padding-left: 30px;
112 font-family:Lato;
113 }
114
115 .updates-form-form-right{
116 margin-left: 16px;
117 padding: 70px 47px 70px 45px;
118 }
119
120 .updates-form-form-right p {
121 font-size: 16px;
122 font-style: normal;
123 font-weight: normal;
124 line-height: 150%;
125 position: relative;
126 color: #475569;
127 margin: 32px 0px 20px 0px;
128 font-family:Lato;
129 }
130 /*.updates-form-form-right p:after {
131 content: "";
132 border: 1px solid #3C85F7;
133 position: absolute;
134 bottom: 5px;
135 left: 0;
136 width: 90px;
137 }*/
138 .updates-form {
139 /* display: flex; */
140 }
141 .update-form-input {
142 position: relative;
143 }
144 .update-form-input input {
145 width: 385px;
146 background: #F4F4F5;
147 border: 1px solid #F4F4F5;
148 box-sizing: border-box;
149 border-radius: 8px;
150 height: 42px;
151 line-height: 40px;
152 padding: 0 50px 0 40px;
153 font-size: 13px;
154 box-sizing: border-box;
155 color: #334155;
156 }
157 .update-form-input .form-submit-btn {
158 background: #5A00F0;
159 border-radius: 8px;
160 border: none;
161 color: #fff;
162 font-style: normal;
163 font-weight: 500;
164 font-size: 13px;
165 line-height: 150%;
166 height: 36px;
167 padding: 0 10px;
168 position: absolute;
169 right: 3px;
170 top: 3px;
171 width: 100px;
172 font-family:Lato;
173 }
174
175 .update-form-input #myStickymenu_update_email:hover{
176 border-bottom: 1px solid #5A00F0;
177 border-radius: 8px 8px 0px 0px;
178 }
179
180 .update-form-input #myStickymenu_update_email:focus-visible{
181 border :1px solid #5A00F0 !important;
182 outline: 1px !important;
183 border-radius: 8px;
184 }
185
186 .update-form-input .form-submit-btn:hover{
187 background: #5A00F0;
188 }
189
190 .updates-form .form-cancel-btn.no {
191 margin: 0 0 0 3px;
192 background: transparent;
193 border: none;
194 color: #64748B;
195 font-size: 13px;
196 line-height: 40px;
197 padding: 0 0 0 5px;
198 }
199 .updates-form .form-cancel-btn.no:hover {
200 color: #334155;
201 }
202 .mail-icon {
203 position: absolute;
204 top: 8px;
205 left: 10px;
206 }
207 .update-notice {
208 margin: 50px 22px 0 0px;
209 font-size: 16px;
210 line-height: 150%;
211 color: #28375A;
212 text-align:center;
213 font-family:Lato;
214 }
215
216 .update-notice-latter{
217 margin: 20px 0px;
218 width: 100%;
219 text-align: center;
220 color:#28375A;
221 }
222
223 .update-notice-latter span a{
224 text-decoration: underline;
225 cursor: pointer;
226 color:#28375A;
227 }
228
229
230 .update-title:after{
231 content: '';
232 background: #605DEC;
233 width: 19%;
234 height: 2px;
235 position: absolute;
236 bottom: -16px;
237 left: 0;
238 }
239
240
241
242 </style>
243