Version Description
Fixed undefined indexes
Download this release
Release Info
Developer | galdub |
Plugin | myStickymenu |
Version | 2.1.7 |
Comparing to | |
See all releases |
Code changes from version 2.1.6 to 2.1.7
- css/mystickymenu-admin.css +1432 -1432
- js/detectmobilebrowser.js +6 -6
- js/iris-script.js +16 -16
- js/mystickymenu-admin.js +90 -90
- js/mystickymenu.js +550 -550
- languages/mystickymenu-de_DE.po +239 -239
- languages/mystickymenu-es_ES.po +237 -237
- languages/mystickymenu-hr_HR.po +241 -241
- languages/mystickymenu-rs_RS.po +237 -237
- languages/mystickymenu.po +203 -203
- mystickymenu.php +804 -802
- readme.txt +9 -1
- uninstall.php +7 -7
css/mystickymenu-admin.css
CHANGED
@@ -1,1433 +1,1433 @@
|
|
1 |
-
@font-face {
|
2 |
-
font-family: 'poppinsregular';
|
3 |
-
src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
|
4 |
-
url('../fonts/poppins-regular-webfont.woff') format('woff');
|
5 |
-
font-weight: normal;
|
6 |
-
font-style: normal;
|
7 |
-
|
8 |
-
}
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
@font-face {
|
14 |
-
font-family: 'poppinsbold';
|
15 |
-
src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
|
16 |
-
url('../fonts/poppins-bold-webfont.woff') format('woff');
|
17 |
-
font-weight: normal;
|
18 |
-
font-style: normal;
|
19 |
-
|
20 |
-
}
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
@font-face {
|
26 |
-
font-family: 'poppins_lightregular';
|
27 |
-
src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
|
28 |
-
url('../fonts/poppins-light-webfont.woff') format('woff');
|
29 |
-
font-weight: normal;
|
30 |
-
font-style: normal;
|
31 |
-
|
32 |
-
}
|
33 |
-
|
34 |
-
#custom-handle {
|
35 |
-
width: 3em;
|
36 |
-
height: 1.6em;
|
37 |
-
top: 50%;
|
38 |
-
margin-top: -.8em;
|
39 |
-
text-align: center;
|
40 |
-
line-height: 1.6em;
|
41 |
-
}
|
42 |
-
|
43 |
-
#mystickymenu {
|
44 |
-
font-family: 'poppinsregular', sans-serif;
|
45 |
-
}
|
46 |
-
|
47 |
-
.main-content {
|
48 |
-
float: left;
|
49 |
-
width: 65%;
|
50 |
-
}
|
51 |
-
|
52 |
-
.main-sidebar {
|
53 |
-
float: right;
|
54 |
-
width: 30%;
|
55 |
-
background: #ffffff;
|
56 |
-
border: 1px solid #e5e5e5;
|
57 |
-
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
58 |
-
}
|
59 |
-
|
60 |
-
.main-sidebar h3 {
|
61 |
-
margin: 0;
|
62 |
-
padding: 8px 12px;
|
63 |
-
border-bottom: 1px solid #ececec;
|
64 |
-
}
|
65 |
-
|
66 |
-
.main-sidebar .inner {
|
67 |
-
padding: 10px;
|
68 |
-
}
|
69 |
-
|
70 |
-
.main-sidebar p {
|
71 |
-
padding: 8px;
|
72 |
-
margin: 0;
|
73 |
-
border-top: solid 1px #e5e5e5;
|
74 |
-
}
|
75 |
-
|
76 |
-
/*.mystickyinput {padding-top: 6px;}*/
|
77 |
-
@media screen and (max-width: 782px) {
|
78 |
-
.main-content, .main-sidebar {
|
79 |
-
width: 100%;
|
80 |
-
float: none;
|
81 |
-
clear: both;
|
82 |
-
}
|
83 |
-
}
|
84 |
-
|
85 |
-
.myssticky-remove-hand {
|
86 |
-
cursor: default;
|
87 |
-
}
|
88 |
-
|
89 |
-
/* */
|
90 |
-
.mystickymenu-content-section input[type="number"]#myfixed_zindex {
|
91 |
-
-moz-appearance: textfield-multiline;
|
92 |
-
}
|
93 |
-
|
94 |
-
.mystickymenu-content-section input[type="number"] {
|
95 |
-
-moz-appearance: textfield;
|
96 |
-
}
|
97 |
-
|
98 |
-
.mystickymenu-content-section input[type="number"]::-webkit-inner-spin-button, .mystickymenu-content-section input[type="number"]::-webkit-outer-spin-button {
|
99 |
-
-webkit-appearance: none;
|
100 |
-
margin: 0;
|
101 |
-
}
|
102 |
-
|
103 |
-
.mystickymenu-content-section .mysticky-number {
|
104 |
-
display: inline-block;
|
105 |
-
margin: 0 0 10px;
|
106 |
-
position: relative;
|
107 |
-
}
|
108 |
-
|
109 |
-
#mystickymenu .mystickymenu-content-section .mysticky-number {
|
110 |
-
/*width: 90px;*/
|
111 |
-
}
|
112 |
-
|
113 |
-
#mystickymenu input[type=number] {
|
114 |
-
color: #A7A7A7;
|
115 |
-
border-radius: 21px;
|
116 |
-
background-color: #ffffff;
|
117 |
-
border: 1px solid #DCE2E2;
|
118 |
-
font-size: 14px;
|
119 |
-
font-weight: 400;
|
120 |
-
height: 42px;
|
121 |
-
padding: 0 10px 0 12px;
|
122 |
-
margin: 0;
|
123 |
-
width: 229px;
|
124 |
-
box-shadow: none;
|
125 |
-
}
|
126 |
-
|
127 |
-
.pt_number {
|
128 |
-
display: inline-block;
|
129 |
-
vertical-align: top;
|
130 |
-
margin-top: 7px;
|
131 |
-
}
|
132 |
-
|
133 |
-
.mystickymenu-content-section .mysticky-number:focus {
|
134 |
-
outline: 0;
|
135 |
-
}
|
136 |
-
|
137 |
-
.mystickymenu-content-section .mysticky-number .pt_number {
|
138 |
-
float: left;
|
139 |
-
position: relative;
|
140 |
-
height: 30px;
|
141 |
-
}
|
142 |
-
|
143 |
-
.mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton {
|
144 |
-
position: relative;
|
145 |
-
cursor: pointer;
|
146 |
-
border-left: 1px solid #b7b7b7;
|
147 |
-
width: 15px;
|
148 |
-
text-align: center;
|
149 |
-
color: #333;
|
150 |
-
font-size: 14px;
|
151 |
-
line-height: 1.1;
|
152 |
-
-webkit-transform: translateX(-100%);
|
153 |
-
transform: translateX(-100%);
|
154 |
-
-webkit-user-select: none;
|
155 |
-
-moz-user-select: none;
|
156 |
-
-ms-user-select: none;
|
157 |
-
user-select: none;
|
158 |
-
}
|
159 |
-
|
160 |
-
.mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton:active {
|
161 |
-
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
162 |
-
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
163 |
-
}
|
164 |
-
|
165 |
-
.mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberup {
|
166 |
-
position: absolute;
|
167 |
-
height: 50%;
|
168 |
-
top: 0;
|
169 |
-
border-bottom: 1px solid #b7b7b7;
|
170 |
-
}
|
171 |
-
|
172 |
-
.mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberdown {
|
173 |
-
position: absolute;
|
174 |
-
bottom: 0px;
|
175 |
-
height: 50%;
|
176 |
-
}
|
177 |
-
|
178 |
-
/* */
|
179 |
-
|
180 |
-
input#mysticky_class_selector {
|
181 |
-
border-radius: 24px;
|
182 |
-
border: 1px solid #E6E5EC;
|
183 |
-
height: 46px;
|
184 |
-
padding: 0 26px;
|
185 |
-
width: 49%
|
186 |
-
}
|
187 |
-
|
188 |
-
.mystickymenu-content-section {
|
189 |
-
background-color: #F9FCFC;
|
190 |
-
border-radius: 7px;
|
191 |
-
margin-bottom: 20px;
|
192 |
-
border: 1px solid #E1E6E6;
|
193 |
-
}
|
194 |
-
|
195 |
-
input#myfixed_disable_small_screen {
|
196 |
-
border-radius: 21px;
|
197 |
-
}
|
198 |
-
|
199 |
-
input#mysticky_active_on_height_home {
|
200 |
-
border-radius: 21px;
|
201 |
-
}
|
202 |
-
|
203 |
-
textarea#myfixed_cssstyle {
|
204 |
-
width: 100%;
|
205 |
-
margin-top: 12px;
|
206 |
-
border-radius: 10px;
|
207 |
-
background-color: #fff;
|
208 |
-
height: 120px;
|
209 |
-
resize: none;
|
210 |
-
border: 1px solid #DCE2E2;
|
211 |
-
padding: 10px 10px;
|
212 |
-
}
|
213 |
-
|
214 |
-
label {
|
215 |
-
font-size: 15px;
|
216 |
-
}
|
217 |
-
|
218 |
-
.sticky-class-sec tr td {
|
219 |
-
width: 50%;
|
220 |
-
}
|
221 |
-
|
222 |
-
.px-wrap {
|
223 |
-
position: relative;
|
224 |
-
display: inline-block;
|
225 |
-
vertical-align: top;
|
226 |
-
}
|
227 |
-
|
228 |
-
.mystickymenu-content-option {
|
229 |
-
padding: 20px 20px 0;
|
230 |
-
}
|
231 |
-
|
232 |
-
.mystickymenu-heading {
|
233 |
-
padding-bottom: 20px;
|
234 |
-
}
|
235 |
-
|
236 |
-
.myStickymenu-header-title {
|
237 |
-
background-color: #B2D2FC;
|
238 |
-
padding: 13px 20px;
|
239 |
-
border-radius: 10px 10px 0 0;
|
240 |
-
}
|
241 |
-
|
242 |
-
.myStickymenu-header-title h3 {
|
243 |
-
margin: 0;
|
244 |
-
color: #1F4B84;
|
245 |
-
font-size: 18px;
|
246 |
-
font-weight: 600;
|
247 |
-
line-height: 1.2;
|
248 |
-
}
|
249 |
-
|
250 |
-
.mystickymenu-heading p {
|
251 |
-
background-color: #D6EFFF;
|
252 |
-
color: #1F4B84;
|
253 |
-
border-radius: 0 0 10px 10px;
|
254 |
-
padding: 13px 20px;
|
255 |
-
margin: 0;
|
256 |
-
font-size: 14px;
|
257 |
-
line-height: 28px;
|
258 |
-
}
|
259 |
-
|
260 |
-
.mystickynumber {
|
261 |
-
position: relative;
|
262 |
-
padding-left: 30px;
|
263 |
-
}
|
264 |
-
|
265 |
-
.pt_numberbutton.pt_numberup {
|
266 |
-
height: 25px;
|
267 |
-
width: 25px;
|
268 |
-
line-height: 25px;
|
269 |
-
background-color: #808080;
|
270 |
-
border-radius: 50%;
|
271 |
-
position: relative;
|
272 |
-
margin-left: 5px;
|
273 |
-
display: inline-block;
|
274 |
-
color: white;
|
275 |
-
font-size: 21px;
|
276 |
-
cursor: pointer;
|
277 |
-
text-align: center;
|
278 |
-
margin-top: 2px;
|
279 |
-
}
|
280 |
-
|
281 |
-
.pt_numberbutton.pt_numberdown {
|
282 |
-
height: 25px;
|
283 |
-
width: 25px;
|
284 |
-
line-height: 25px;
|
285 |
-
background-color: #808080;
|
286 |
-
border-radius: 50%;
|
287 |
-
position: absolute;
|
288 |
-
top: 8px;
|
289 |
-
left: 0;
|
290 |
-
display: inline-block;
|
291 |
-
color: white;
|
292 |
-
font-size: 21px;
|
293 |
-
cursor: pointer;
|
294 |
-
text-align: center;
|
295 |
-
}
|
296 |
-
|
297 |
-
span.input-px {
|
298 |
-
height: 42px;
|
299 |
-
width: 57px;
|
300 |
-
background-color: #808080;
|
301 |
-
position: absolute;
|
302 |
-
right: 0;
|
303 |
-
top: 0px;
|
304 |
-
display: inline-block;
|
305 |
-
vertical-align: top;
|
306 |
-
font-size: 14px;
|
307 |
-
border-radius: 0 21px 21px 0;
|
308 |
-
color: #fff;
|
309 |
-
line-height: 42px;
|
310 |
-
text-align: center;
|
311 |
-
}
|
312 |
-
|
313 |
-
.mysticky_device_upgrade {
|
314 |
-
background-color: #f0ecfb;
|
315 |
-
border-radius: 20px;
|
316 |
-
padding: 15px 40px 20px 20px;
|
317 |
-
}
|
318 |
-
|
319 |
-
.mystickymenu-content-section.mystickymenu-content-upgrade {
|
320 |
-
background-color: #f4f4fd;
|
321 |
-
}
|
322 |
-
|
323 |
-
.myStickymenu-upgrade {
|
324 |
-
background: #E1DAF6;
|
325 |
-
border-radius: 20px;
|
326 |
-
color: #7559C0;
|
327 |
-
padding-top: 6px;
|
328 |
-
padding-bottom: 6px;
|
329 |
-
padding-left: 10px;
|
330 |
-
padding-right: 10px;
|
331 |
-
font-weight: bold;
|
332 |
-
text-transform: uppercase;
|
333 |
-
font-size: 12px;
|
334 |
-
float: right;
|
335 |
-
}
|
336 |
-
|
337 |
-
.myStickymenu-upgrade:before {
|
338 |
-
content: "\f160";
|
339 |
-
font-family: dashicons;
|
340 |
-
position: relative;
|
341 |
-
top: 3px;
|
342 |
-
font-size: 16px;
|
343 |
-
}
|
344 |
-
|
345 |
-
.mystickymenu-input-section ul.mystickymenu-input-multicheckbox li {
|
346 |
-
display: inline-block;
|
347 |
-
width: 21%;
|
348 |
-
}
|
349 |
-
|
350 |
-
input#submit.button.button-primary {
|
351 |
-
background: #00c67c;
|
352 |
-
border-color: #00c67c;
|
353 |
-
text-transform: uppercase;
|
354 |
-
border-radius: 31px;
|
355 |
-
font-size: 26px;
|
356 |
-
padding-left: 23px;
|
357 |
-
padding-right: 23px;
|
358 |
-
height: 60px;
|
359 |
-
width: 200px;
|
360 |
-
border: 0;
|
361 |
-
box-shadow: none;
|
362 |
-
font-weight: 600;
|
363 |
-
text-shadow: none;
|
364 |
-
}
|
365 |
-
|
366 |
-
input.button.button-secondary.confirm {
|
367 |
-
background: #969696;
|
368 |
-
border-color: #969696;
|
369 |
-
text-transform: uppercase;
|
370 |
-
font-size: 26px;
|
371 |
-
padding-left: 23px;
|
372 |
-
padding-right: 23px;
|
373 |
-
float: right;
|
374 |
-
color: white;
|
375 |
-
margin-right: 10px;
|
376 |
-
height: 60px;
|
377 |
-
width: 200px;
|
378 |
-
border-radius: 31px;
|
379 |
-
font-weight: 600;
|
380 |
-
}
|
381 |
-
|
382 |
-
table ul.mystickymenu-input-multicheckbox {
|
383 |
-
width: 100%;
|
384 |
-
display: inline-flex;
|
385 |
-
}
|
386 |
-
|
387 |
-
p.myStickymenu-review a {
|
388 |
-
font-size: 20px;
|
389 |
-
}
|
390 |
-
|
391 |
-
table ul.mystickymenu-input-multicheckbox li {
|
392 |
-
padding-right: 21px;
|
393 |
-
}
|
394 |
-
|
395 |
-
table {
|
396 |
-
width: 100%;
|
397 |
-
}
|
398 |
-
|
399 |
-
#mystickymenu table tr td {
|
400 |
-
padding: 20px;
|
401 |
-
}
|
402 |
-
|
403 |
-
div#mystickymenu {
|
404 |
-
overflow-x: hidden;
|
405 |
-
}
|
406 |
-
|
407 |
-
label.mysticky_title {
|
408 |
-
font-weight: 500;
|
409 |
-
font-size: 18px;
|
410 |
-
line-height: 1.2;
|
411 |
-
color: #4F4F4F;
|
412 |
-
}
|
413 |
-
|
414 |
-
.mystickymenu-content-option p label.mysticky_text {
|
415 |
-
margin-left: 0px;
|
416 |
-
}
|
417 |
-
|
418 |
-
span.mysticky_text {
|
419 |
-
font-size: 14px;
|
420 |
-
color: #9E9E9E;
|
421 |
-
margin-left: 20px;
|
422 |
-
font-style: italic;
|
423 |
-
}
|
424 |
-
|
425 |
-
label.mysticky_text {
|
426 |
-
font-size: 14px;
|
427 |
-
/*color: #9E9E9E;*/
|
428 |
-
margin-left: 20px;
|
429 |
-
font-style: italic;
|
430 |
-
}
|
431 |
-
|
432 |
-
select#mystickymenu-select {
|
433 |
-
border-radius: 24px;
|
434 |
-
border: 1px solid #E6E5EC;
|
435 |
-
height: 46px;
|
436 |
-
box-shadow: none;
|
437 |
-
padding: 0 26px;
|
438 |
-
width: 49%;
|
439 |
-
display: inline-block;
|
440 |
-
vertical-align: top;
|
441 |
-
}
|
442 |
-
|
443 |
-
.mystickymenu-input-section {
|
444 |
-
margin-top: 9px;
|
445 |
-
}
|
446 |
-
|
447 |
-
label.mysticky_title.css-style-title {
|
448 |
-
font-size: 20px;
|
449 |
-
}
|
450 |
-
|
451 |
-
span.wp-color-result-text {
|
452 |
-
display: none;
|
453 |
-
}
|
454 |
-
|
455 |
-
button.button.wp-color-result {
|
456 |
-
border-radius: 50%;
|
457 |
-
height: 30px !important;
|
458 |
-
}
|
459 |
-
|
460 |
-
.mystickymenu-content-section h3 {
|
461 |
-
margin-left: 20px;
|
462 |
-
font-weight: 600;
|
463 |
-
font-size: 26px;
|
464 |
-
line-height: 1.2;
|
465 |
-
color: #4F4F4F;
|
466 |
-
margin: 0;
|
467 |
-
padding: 24px 20px;
|
468 |
-
}
|
469 |
-
|
470 |
-
.form-table {
|
471 |
-
margin-top: 0;
|
472 |
-
}
|
473 |
-
|
474 |
-
ul.mystickymenu-input-multicheckbox li span {
|
475 |
-
font-size: 16px;
|
476 |
-
color: #4F4F4F;
|
477 |
-
}
|
478 |
-
|
479 |
-
.mystickymenu-input-section label {
|
480 |
-
/*color: #9E9E9E;*/
|
481 |
-
font-size: 16px;
|
482 |
-
}
|
483 |
-
#mystickymenu .mystickymenu-input-section input.mystickymenu_normal_text{
|
484 |
-
border-radius: 0px;
|
485 |
-
height: 35px;
|
486 |
-
margin: 10px;
|
487 |
-
}
|
488 |
-
#mystickymenu .mystickymenu-input-section span.description{
|
489 |
-
font-style: normal;
|
490 |
-
font-size: 16px;
|
491 |
-
}
|
492 |
-
.myStickymenu-upgrade a {
|
493 |
-
text-decoration: none;
|
494 |
-
color: #7559C0;
|
495 |
-
}
|
496 |
-
|
497 |
-
#mystickymenu p.submit {
|
498 |
-
margin-top: 0;
|
499 |
-
padding-top: 0;
|
500 |
-
float: right;
|
501 |
-
}
|
502 |
-
|
503 |
-
td {
|
504 |
-
vertical-align: top !important;
|
505 |
-
}
|
506 |
-
|
507 |
-
p.description {
|
508 |
-
color: rgba(79, 79, 79, 0.5);
|
509 |
-
font-size: 12px;
|
510 |
-
line-height: 1.2;
|
511 |
-
margin: 5px 0 0;
|
512 |
-
}
|
513 |
-
|
514 |
-
div#slider.ui-slider {
|
515 |
-
width: 229px;
|
516 |
-
background-color: #DCE2E2;
|
517 |
-
height: 2px;
|
518 |
-
border: 0;
|
519 |
-
border-radius: 2px;
|
520 |
-
position: relative;
|
521 |
-
}
|
522 |
-
|
523 |
-
.mystickymenu-content-section .ui-state-active, .ui-widget-content .ui-state-active {
|
524 |
-
color: #454545;
|
525 |
-
}
|
526 |
-
|
527 |
-
#mystickymenu #custom-handle {
|
528 |
-
width: 1.6em;
|
529 |
-
border-radius: 50%;
|
530 |
-
background-color: #fff;
|
531 |
-
box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
|
532 |
-
border: 0;
|
533 |
-
position: absolute;
|
534 |
-
}
|
535 |
-
.sticky-header-menu {
|
536 |
-
text-align: center;
|
537 |
-
padding: 0 0 20px 0;
|
538 |
-
}
|
539 |
-
.sticky-header-menu ul {
|
540 |
-
display: inline-block;
|
541 |
-
padding: 1px;
|
542 |
-
background-color: #D6EFFF;
|
543 |
-
-webkit-border-radius: 23px;
|
544 |
-
-moz-border-radius: 23px;
|
545 |
-
border-radius: 23px;
|
546 |
-
}
|
547 |
-
.sticky-header-menu ul li {
|
548 |
-
display: inline-block;
|
549 |
-
margin: 0;
|
550 |
-
}
|
551 |
-
.sticky-header-menu ul li a {
|
552 |
-
display: inline-block;
|
553 |
-
padding: 0 20px;
|
554 |
-
line-height: 40px;
|
555 |
-
height: 40px;
|
556 |
-
font-size: 16px;
|
557 |
-
text-decoration: none;
|
558 |
-
-webkit-border-radius: 20px;
|
559 |
-
-moz-border-radius: 20px;
|
560 |
-
border-radius: 20px;
|
561 |
-
}
|
562 |
-
.sticky-header-menu ul li a:hover {
|
563 |
-
background: #f0ecfb;
|
564 |
-
color: #7559C0;
|
565 |
-
}
|
566 |
-
.sticky-header-menu ul li a.active {
|
567 |
-
background: #E1DAF6;
|
568 |
-
color: #7559C0;
|
569 |
-
}
|
570 |
-
.sticky-header-content {
|
571 |
-
display: none;
|
572 |
-
}
|
573 |
-
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
|
574 |
-
.pt_numberbutton.pt_numberdown {
|
575 |
-
position: relative;
|
576 |
-
margin-left: -75px;
|
577 |
-
top: -29px;
|
578 |
-
}
|
579 |
-
|
580 |
-
.pt_numberbutton.pt_numberup {
|
581 |
-
position: relative;
|
582 |
-
top: -29px;
|
583 |
-
left: 70px;
|
584 |
-
}
|
585 |
-
|
586 |
-
span.input-px {
|
587 |
-
position: relative;
|
588 |
-
left: 112px;
|
589 |
-
top: -24px !important;
|
590 |
-
margin-left: -20px;
|
591 |
-
}
|
592 |
-
}
|
593 |
-
|
594 |
-
|
595 |
-
|
596 |
-
#rpt_pricr {
|
597 |
-
width: 100%;
|
598 |
-
max-width: 1024px;
|
599 |
-
margin: 0 auto;
|
600 |
-
padding: 25px 25px 25px 25px;
|
601 |
-
background: #fff;
|
602 |
-
|
603 |
-
-webkit-border-radius: 5px;
|
604 |
-
-moz-border-radius: 5px;
|
605 |
-
border-radius: 5px;
|
606 |
-
}
|
607 |
-
#rpt_pricr h2 {
|
608 |
-
padding: 50px 0 30px;
|
609 |
-
text-align: center;
|
610 |
-
font-size: 24px;
|
611 |
-
}
|
612 |
-
.rpt_plans .rpt_plan {
|
613 |
-
-moz-box-sizing: border-box;
|
614 |
-
-webkit-box-sizing: border-box
|
615 |
-
}
|
616 |
-
|
617 |
-
.rpt_2_plans .rpt_plan {
|
618 |
-
margin-right: 2%;
|
619 |
-
width: 49%;
|
620 |
-
float: left
|
621 |
-
}
|
622 |
-
|
623 |
-
.rpt_2_plans .rpt_plan:last-child {
|
624 |
-
margin-right: 0
|
625 |
-
}
|
626 |
-
|
627 |
-
.rpt_3_plans .rpt_plan {
|
628 |
-
margin-right: 2%;
|
629 |
-
width: 32%;
|
630 |
-
float: left
|
631 |
-
}
|
632 |
-
|
633 |
-
.rpt_3_plans .rpt_plan:last-child {
|
634 |
-
margin-right: 0
|
635 |
-
}
|
636 |
-
|
637 |
-
.rpt_4_plans .rpt_plan {
|
638 |
-
margin-right: 1%;
|
639 |
-
width: 24.25%;
|
640 |
-
float: left
|
641 |
-
}
|
642 |
-
|
643 |
-
.rpt_4_plans .rpt_plan:last-child {
|
644 |
-
margin-right: 0
|
645 |
-
}
|
646 |
-
|
647 |
-
.rpt_5_plans .rpt_plan {
|
648 |
-
margin-right: .5%;
|
649 |
-
width: 19.6%;
|
650 |
-
float: left
|
651 |
-
}
|
652 |
-
|
653 |
-
.rpt_5_plans .rpt_plan:last-child {
|
654 |
-
margin-right: 0
|
655 |
-
}
|
656 |
-
|
657 |
-
.rpt_style_bic .rpt_plan, .rpt_style_loc .rpt_plan {
|
658 |
-
-webkit-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
|
659 |
-
-moz-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
|
660 |
-
box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19)
|
661 |
-
}
|
662 |
-
|
663 |
-
.rpt_plans .rpt_plan .rpt_title img {
|
664 |
-
margin-right: 10px;
|
665 |
-
position: relative;
|
666 |
-
vertical-align: middle
|
667 |
-
}
|
668 |
-
|
669 |
-
.rpt_plans .rpt_plan .rpt_title {
|
670 |
-
background: #6371db;
|
671 |
-
font-weight: 300;
|
672 |
-
padding: 24px 18px;
|
673 |
-
font-size: 26px;
|
674 |
-
color: #fff;
|
675 |
-
line-height: 35px;
|
676 |
-
height: auto;
|
677 |
-
}
|
678 |
-
|
679 |
-
.rpt_plans .rpt_plan .rpt_title span {
|
680 |
-
display: inline-block;
|
681 |
-
position: relative;
|
682 |
-
top: -10px
|
683 |
-
}
|
684 |
-
|
685 |
-
.rpt_style_basic .rpt_plan .rpt_title {
|
686 |
-
border-bottom: #6371db solid 1px;
|
687 |
-
border-top-left-radius: 8px;
|
688 |
-
border-top-right-radius: 8px;
|
689 |
-
}
|
690 |
-
|
691 |
-
.rpt_style_spec .rpt_plan .rpt_title {
|
692 |
-
color: #fff
|
693 |
-
}
|
694 |
-
|
695 |
-
.rpt_style_bic .rpt_plan .rpt_title, .rpt_style_loc .rpt_plan .rpt_title, .rpt_style_swl .rpt_plan .rpt_title {
|
696 |
-
background: #333
|
697 |
-
}
|
698 |
-
|
699 |
-
.rpt_plans .rpt_sm_title .rpt_plan .rpt_title {
|
700 |
-
font-size: 20px;
|
701 |
-
line-height: 18px
|
702 |
-
}
|
703 |
-
|
704 |
-
.rpt_plans .rpt_xsm_title .rpt_plan .rpt_title {
|
705 |
-
font-size: 15px;
|
706 |
-
line-height: 15px
|
707 |
-
}
|
708 |
-
|
709 |
-
.rpt_4_plans .rpt_plan .rpt_title {
|
710 |
-
font-size: 17px;
|
711 |
-
line-height: 15px
|
712 |
-
}
|
713 |
-
|
714 |
-
.rpt_4_plans .rpt_sm_title .rpt_plan .rpt_title {
|
715 |
-
font-size: 15px;
|
716 |
-
line-height: 13px
|
717 |
-
}
|
718 |
-
|
719 |
-
.rpt_4_plans .rpt_xsm_title .rpt_plan .rpt_title {
|
720 |
-
font-size: 13px;
|
721 |
-
line-height: 11px
|
722 |
-
}
|
723 |
-
|
724 |
-
.rpt_5_plans .rpt_plan .rpt_title {
|
725 |
-
font-size: 15px;
|
726 |
-
line-height: 13px
|
727 |
-
}
|
728 |
-
|
729 |
-
.rpt_5_plans .rpt_sm_title .rpt_plan .rpt_title {
|
730 |
-
font-size: 13px;
|
731 |
-
line-height: 11px
|
732 |
-
}
|
733 |
-
|
734 |
-
.rpt_5_plans .rpt_xsm_title .rpt_plan .rpt_title {
|
735 |
-
font-size: 12px;
|
736 |
-
line-height: 10px
|
737 |
-
}
|
738 |
-
|
739 |
-
.rpt_plans .rpt_recommended_plan .rpt_title {
|
740 |
-
background: #6371db
|
741 |
-
}
|
742 |
-
|
743 |
-
.rpt_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
|
744 |
-
position: relative;
|
745 |
-
top: -44px;
|
746 |
-
left: -10px;
|
747 |
-
font-size: 35px;
|
748 |
-
line-height: 0
|
749 |
-
}
|
750 |
-
|
751 |
-
.rpt_4_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
|
752 |
-
top: -36px
|
753 |
-
}
|
754 |
-
|
755 |
-
.rpt_5_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
|
756 |
-
top: -26px
|
757 |
-
}
|
758 |
-
|
759 |
-
.rpt_sm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
|
760 |
-
font-size: 30px;
|
761 |
-
top: -44px;
|
762 |
-
left: -4px
|
763 |
-
}
|
764 |
-
|
765 |
-
.rpt_xsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
|
766 |
-
font-size: 25px;
|
767 |
-
top: -30px;
|
768 |
-
left: -4px
|
769 |
-
}
|
770 |
-
|
771 |
-
.rpt_xxsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
|
772 |
-
font-size: 21px;
|
773 |
-
top: -14px;
|
774 |
-
left: -4px
|
775 |
-
}
|
776 |
-
|
777 |
-
.rpt_style_basic .rpt_plan .rpt_head {
|
778 |
-
background: #ec86c6
|
779 |
-
}
|
780 |
-
|
781 |
-
.rpt_style_spec .rpt_plan .rpt_head {
|
782 |
-
background: #fff
|
783 |
-
}
|
784 |
-
|
785 |
-
.rpt_style_swl .rpt_plan .rpt_head {
|
786 |
-
background: #fff
|
787 |
-
}
|
788 |
-
|
789 |
-
.rpt_plans .rpt_plan .rpt_head .rpt_price {
|
790 |
-
padding: 6px 10px;
|
791 |
-
font-size: 74px;
|
792 |
-
line-height: 80px;
|
793 |
-
font-weight: 300;
|
794 |
-
text-align: center;
|
795 |
-
color: #ffffff
|
796 |
-
}
|
797 |
-
|
798 |
-
.rpt_style_basic .rpt_plan .rpt_head .rpt_price, .rpt_style_spec .rpt_plan .rpt_head .rpt_price {
|
799 |
-
text-shadow: 1px 2px 7px rgba(0, 0, 0, .6)
|
800 |
-
}
|
801 |
-
|
802 |
-
.rpt_style_swl .rpt_plan .rpt_head .rpt_price {
|
803 |
-
color: #000
|
804 |
-
}
|
805 |
-
|
806 |
-
.rpt_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
|
807 |
-
font-size: 62px
|
808 |
-
}
|
809 |
-
|
810 |
-
.rpt_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
|
811 |
-
font-size: 56px
|
812 |
-
}
|
813 |
-
|
814 |
-
.rpt_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
|
815 |
-
font-size: 38px
|
816 |
-
}
|
817 |
-
|
818 |
-
.rpt_4_plans .rpt_plan .rpt_head .rpt_price {
|
819 |
-
font-size: 69px;
|
820 |
-
line-height: 80px
|
821 |
-
}
|
822 |
-
|
823 |
-
.rpt_4_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
|
824 |
-
font-size: 53px;
|
825 |
-
line-height: 65px
|
826 |
-
}
|
827 |
-
|
828 |
-
.rpt_4_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
|
829 |
-
font-size: 47px;
|
830 |
-
line-height: 64px
|
831 |
-
}
|
832 |
-
|
833 |
-
.rpt_4_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
|
834 |
-
font-size: 31px;
|
835 |
-
line-height: 60px
|
836 |
-
}
|
837 |
-
|
838 |
-
.rpt_5_plans .rpt_plan .rpt_head .rpt_price {
|
839 |
-
font-size: 59px;
|
840 |
-
line-height: 80px
|
841 |
-
}
|
842 |
-
|
843 |
-
.rpt_5_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
|
844 |
-
font-size: 44px;
|
845 |
-
line-height: 60px
|
846 |
-
}
|
847 |
-
|
848 |
-
.rpt_5_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
|
849 |
-
font-size: 37px;
|
850 |
-
line-height: 53px
|
851 |
-
}
|
852 |
-
|
853 |
-
.rpt_5_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
|
854 |
-
font-size: 24px;
|
855 |
-
line-height: 50px
|
856 |
-
}
|
857 |
-
|
858 |
-
.rpt_plans .rpt_recommended_plan .rpt_head .rpt_price {
|
859 |
-
font-size: 98px
|
860 |
-
}
|
861 |
-
|
862 |
-
.rpt_4_plans .rpt_recommended_plan .rpt_head .rpt_price {
|
863 |
-
font-size: 74px
|
864 |
-
}
|
865 |
-
|
866 |
-
.rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price {
|
867 |
-
font-size: 67px
|
868 |
-
}
|
869 |
-
|
870 |
-
.rpt_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
|
871 |
-
font-size: 83px
|
872 |
-
}
|
873 |
-
|
874 |
-
.rpt_4_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
|
875 |
-
font-size: 60px
|
876 |
-
}
|
877 |
-
|
878 |
-
.rpt_5_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
|
879 |
-
font-size: 54px
|
880 |
-
}
|
881 |
-
|
882 |
-
.rpt_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
|
883 |
-
font-size: 55px
|
884 |
-
}
|
885 |
-
|
886 |
-
.rpt_4_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
|
887 |
-
font-size: 49px
|
888 |
-
}
|
889 |
-
|
890 |
-
.rpt_5_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
|
891 |
-
font-size: 41px
|
892 |
-
}
|
893 |
-
|
894 |
-
.rpt_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
|
895 |
-
font-size: 42px
|
896 |
-
}
|
897 |
-
|
898 |
-
.rpt_4_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
|
899 |
-
font-size: 34px
|
900 |
-
}
|
901 |
-
|
902 |
-
.rpt_5_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
|
903 |
-
font-size: 26px
|
904 |
-
}
|
905 |
-
|
906 |
-
.rpt_plans .rpt_plan .rpt_head .rpt_recurrence {
|
907 |
-
font-size: 13px;
|
908 |
-
font-weight: 300;
|
909 |
-
line-height: 18px;
|
910 |
-
padding: 20px 10px 10px;
|
911 |
-
color: #ffffff;
|
912 |
-
text-align: center
|
913 |
-
}
|
914 |
-
|
915 |
-
.rpt_style_spec .rpt_plan .rpt_head .rpt_recurrence {
|
916 |
-
color: #d3d3d3
|
917 |
-
}
|
918 |
-
|
919 |
-
.rpt_style_bic .rpt_plan .rpt_head .rpt_recurrence, .rpt_style_loc .rpt_plan .rpt_head .rpt_recurrence {
|
920 |
-
color: #f5f5f5
|
921 |
-
}
|
922 |
-
|
923 |
-
.rpt_style_swl .rpt_plan .rpt_head .rpt_recurrence {
|
924 |
-
color: grey
|
925 |
-
}
|
926 |
-
|
927 |
-
.rpt_plans .rpt_sm_recurrence .rpt_plan .rpt_head .rpt_recurrence {
|
928 |
-
font-size: 11px;
|
929 |
-
padding: 20px 40px 4px
|
930 |
-
}
|
931 |
-
|
932 |
-
.rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
|
933 |
-
font-size: 16px;
|
934 |
-
line-height: 20px;
|
935 |
-
font-weight: 300;
|
936 |
-
text-align: center;
|
937 |
-
padding: 10px 30px 20px
|
938 |
-
}
|
939 |
-
|
940 |
-
.rpt_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
|
941 |
-
font-size: 14px
|
942 |
-
}
|
943 |
-
|
944 |
-
.rpt_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
|
945 |
-
font-size: 12px
|
946 |
-
}
|
947 |
-
|
948 |
-
.rpt_4_plans .rpt_plan .rpt_head .rpt_subtitle {
|
949 |
-
font-size: 16px;
|
950 |
-
line-height: 18px;
|
951 |
-
padding: 10px 10px 20px
|
952 |
-
}
|
953 |
-
|
954 |
-
.rpt_4_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
|
955 |
-
font-size: 14px;
|
956 |
-
line-height: 17px
|
957 |
-
}
|
958 |
-
|
959 |
-
.rpt_4_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
|
960 |
-
font-size: 13px;
|
961 |
-
line-height: 16px
|
962 |
-
}
|
963 |
-
|
964 |
-
.rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle {
|
965 |
-
font-size: 15px;
|
966 |
-
line-height: 18px;
|
967 |
-
padding: 10px 10px 20px
|
968 |
-
}
|
969 |
-
|
970 |
-
.rpt_5_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
|
971 |
-
font-size: 13px;
|
972 |
-
line-height: 17px
|
973 |
-
}
|
974 |
-
|
975 |
-
.rpt_5_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
|
976 |
-
font-size: 12px;
|
977 |
-
line-height: 16px
|
978 |
-
}
|
979 |
-
|
980 |
-
.rpt_plans .rpt_plan .rpt_head .rpt_description {
|
981 |
-
font-size: 14px;
|
982 |
-
line-height: 20px;
|
983 |
-
padding: 10px 20px;
|
984 |
-
font-weight: 300;
|
985 |
-
text-align: center;
|
986 |
-
color: #ffffff
|
987 |
-
}
|
988 |
-
|
989 |
-
.rpt_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
|
990 |
-
font-size: 12px
|
991 |
-
}
|
992 |
-
|
993 |
-
.rpt_style_bic .rpt_plan .rpt_head .rpt_description, .rpt_style_loc .rpt_plan .rpt_head .rpt_description {
|
994 |
-
color: #f5f5f5
|
995 |
-
}
|
996 |
-
|
997 |
-
.rpt_4_plans .rpt_plan .rpt_head .rpt_description {
|
998 |
-
font-size: 13px;
|
999 |
-
line-height: 18px
|
1000 |
-
}
|
1001 |
-
|
1002 |
-
.rpt_4_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
|
1003 |
-
font-size: 12px;
|
1004 |
-
line-height: 17px
|
1005 |
-
}
|
1006 |
-
|
1007 |
-
.rpt_5_plans .rpt_plan .rpt_head .rpt_description {
|
1008 |
-
font-size: 12px;
|
1009 |
-
line-height: 18px
|
1010 |
-
}
|
1011 |
-
|
1012 |
-
.rpt_5_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
|
1013 |
-
font-size: 11px;
|
1014 |
-
line-height: 17px
|
1015 |
-
}
|
1016 |
-
|
1017 |
-
.rpt_plans .rpt_plan .rpt_features {
|
1018 |
-
padding: 20px;
|
1019 |
-
background: #f0ecfb;
|
1020 |
-
text-align: center
|
1021 |
-
}
|
1022 |
-
|
1023 |
-
.rpt_plans .rpt_plan .rpt_features .rpt_feature {
|
1024 |
-
font-size: 16px;
|
1025 |
-
padding: 6px 16px;
|
1026 |
-
border-bottom: 1px dotted #d3d3d3
|
1027 |
-
}
|
1028 |
-
.rpt_plans .rpt_plan .rpt_features .rpt_feature a {
|
1029 |
-
color: #333333;
|
1030 |
-
}
|
1031 |
-
|
1032 |
-
.rpt_plans .rpt_plan .rpt_features .rpt_feature:last-child {
|
1033 |
-
border-bottom: none
|
1034 |
-
}
|
1035 |
-
|
1036 |
-
.rpt_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
|
1037 |
-
font-size: 14px
|
1038 |
-
}
|
1039 |
-
|
1040 |
-
.rpt_style_bic .rpt_plan .rpt_features, .rpt_style_loc .rpt_plan .rpt_features, .rpt_style_swl .rpt_plan .rpt_features {
|
1041 |
-
background: #fff
|
1042 |
-
}
|
1043 |
-
|
1044 |
-
.rpt_style_swl .rpt_plan .rpt_features .rpt_feature {
|
1045 |
-
padding: 5px 16px
|
1046 |
-
}
|
1047 |
-
|
1048 |
-
.rpt_4_plans .rpt_plan .rpt_features .rpt_feature {
|
1049 |
-
padding: 6px 10px;
|
1050 |
-
font-size: 14px
|
1051 |
-
}
|
1052 |
-
|
1053 |
-
.rpt_4_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
|
1054 |
-
font-size: 12px
|
1055 |
-
}
|
1056 |
-
|
1057 |
-
.rpt_5_plans .rpt_plan .rpt_features .rpt_feature {
|
1058 |
-
padding: 6px 10px;
|
1059 |
-
font-size: 13px
|
1060 |
-
}
|
1061 |
-
|
1062 |
-
.rpt_5_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
|
1063 |
-
font-size: 11px
|
1064 |
-
}
|
1065 |
-
|
1066 |
-
.rpt_plans .rpt_plan .rpt_foot {
|
1067 |
-
display: block;
|
1068 |
-
padding: 10px 30px;
|
1069 |
-
border-top: #7559C0 solid 2px;
|
1070 |
-
background: #7559C0;
|
1071 |
-
text-align: center;
|
1072 |
-
color: #fff;
|
1073 |
-
font-size: 24px;
|
1074 |
-
text-decoration: none;
|
1075 |
-
font-weight: 300;
|
1076 |
-
transition: All .5s ease;
|
1077 |
-
-webkit-transition: All .5s ease;
|
1078 |
-
-moz-transition: All .5s ease;
|
1079 |
-
-o-transition: All .5s ease
|
1080 |
-
}
|
1081 |
-
|
1082 |
-
.rpt_plans .rpt_sm_button .rpt_plan .rpt_foot {
|
1083 |
-
font-size: 19px
|
1084 |
-
}
|
1085 |
-
|
1086 |
-
.rpt_style_basic .rpt_plan .rpt_foot {
|
1087 |
-
border-bottom-left-radius: 8px;
|
1088 |
-
border-bottom-right-radius: 8px
|
1089 |
-
}
|
1090 |
-
|
1091 |
-
.rpt_style_swl .rpt_plan .rpt_foot {
|
1092 |
-
border-top: none;
|
1093 |
-
padding: 10px 30px 20px;
|
1094 |
-
color: #000;
|
1095 |
-
background: #333
|
1096 |
-
}
|
1097 |
-
|
1098 |
-
.rpt_4_plans .rpt_plan .rpt_foot {
|
1099 |
-
padding: 4px 20px;
|
1100 |
-
font-size: 19px
|
1101 |
-
}
|
1102 |
-
|
1103 |
-
.rpt_4_plans .rpt_sm_button .rpt_plan .rpt_foot, .rpt_5_plans .rpt_plan .rpt_foot {
|
1104 |
-
padding: 4px 20px;
|
1105 |
-
font-size: 17px
|
1106 |
-
}
|
1107 |
-
|
1108 |
-
.rpt_5_plans .rpt_sm_button .rpt_plan .rpt_foot {
|
1109 |
-
font-size: 16px
|
1110 |
-
}
|
1111 |
-
|
1112 |
-
.rpt_plans .rpt_plan .rpt_foot:hover {
|
1113 |
-
opacity: .8
|
1114 |
-
}
|
1115 |
-
|
1116 |
-
.rpt_style_swl .rpt_plan .rpt_foot:hover {
|
1117 |
-
opacity: 1
|
1118 |
-
}
|
1119 |
-
|
1120 |
-
.rpt_plans .rpt_recommended_plan .rpt_foot {
|
1121 |
-
font-size: 30px;
|
1122 |
-
padding: 16px 0
|
1123 |
-
}
|
1124 |
-
|
1125 |
-
.rpt_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
|
1126 |
-
font-size: 26px
|
1127 |
-
}
|
1128 |
-
|
1129 |
-
.rpt_4_plans .rpt_recommended_plan .rpt_foot {
|
1130 |
-
font-size: 22px;
|
1131 |
-
font-weight: 300;
|
1132 |
-
padding: 10px 0
|
1133 |
-
}
|
1134 |
-
|
1135 |
-
.rpt_4_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
|
1136 |
-
font-size: 19px;
|
1137 |
-
padding: 10px 0
|
1138 |
-
}
|
1139 |
-
|
1140 |
-
.rpt_5_plans .rpt_recommended_plan .rpt_foot {
|
1141 |
-
font-size: 20px;
|
1142 |
-
font-weight: 300;
|
1143 |
-
padding: 10px 0
|
1144 |
-
}
|
1145 |
-
|
1146 |
-
.rpt_5_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
|
1147 |
-
font-size: 18px;
|
1148 |
-
padding: 10px 0
|
1149 |
-
}
|
1150 |
-
|
1151 |
-
.rpt_custom_btn {
|
1152 |
-
border-bottom-left-radius: 5px;
|
1153 |
-
border-bottom-right-radius: 5px;
|
1154 |
-
text-align: center;
|
1155 |
-
padding: 16px 20px
|
1156 |
-
}
|
1157 |
-
|
1158 |
-
.rpt_plans .rpt_recommended_plan {
|
1159 |
-
position: relative;
|
1160 |
-
top: -10px
|
1161 |
-
}
|
1162 |
-
|
1163 |
-
.rpt_recommended_plan img.rpt_recommended {
|
1164 |
-
position: absolute !important;
|
1165 |
-
right: 10px !important
|
1166 |
-
}
|
1167 |
-
|
1168 |
-
.rpt_style_bic .rpt_recommended_plan, .rpt_style_loc .rpt_recommended_plan {
|
1169 |
-
-webkit-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
|
1170 |
-
-moz-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
|
1171 |
-
box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39)
|
1172 |
-
}
|
1173 |
-
|
1174 |
-
a.rpt_tooltip {
|
1175 |
-
display: block;
|
1176 |
-
outline: 0;
|
1177 |
-
position: relative
|
1178 |
-
}
|
1179 |
-
|
1180 |
-
a.rpt_tooltip strong {
|
1181 |
-
line-height: 30px
|
1182 |
-
}
|
1183 |
-
|
1184 |
-
a.rpt_tooltip > span.intool {
|
1185 |
-
width: 90%;
|
1186 |
-
padding: 10px;
|
1187 |
-
margin-top: 56px;
|
1188 |
-
opacity: 0;
|
1189 |
-
visibility: hidden;
|
1190 |
-
z-index: 10;
|
1191 |
-
position: absolute;
|
1192 |
-
top: -15px;
|
1193 |
-
display: block;
|
1194 |
-
color: #f5f5f5;
|
1195 |
-
font-size: 13px;
|
1196 |
-
line-height: 20px;
|
1197 |
-
background: #333;
|
1198 |
-
font-weight: 300;
|
1199 |
-
text-align: center
|
1200 |
-
}
|
1201 |
-
|
1202 |
-
a.rpt_tooltip:hover {
|
1203 |
-
cursor: zoom-in
|
1204 |
-
}
|
1205 |
-
|
1206 |
-
a.rpt_tooltip .rpt_tooltip_plus {
|
1207 |
-
text-decoration: none !important;
|
1208 |
-
display: inline;
|
1209 |
-
font-size: 12px;
|
1210 |
-
font-weight: 700;
|
1211 |
-
position: relative;
|
1212 |
-
top: -6px
|
1213 |
-
}
|
1214 |
-
|
1215 |
-
.rpt_feature:hover a.rpt_tooltip > span.intool {
|
1216 |
-
opacity: .98;
|
1217 |
-
text-decoration: none;
|
1218 |
-
visibility: visible;
|
1219 |
-
overflow: visible
|
1220 |
-
}
|
1221 |
-
|
1222 |
-
a.rpt_tooltip span.intool b {
|
1223 |
-
width: 10px;
|
1224 |
-
height: 10px;
|
1225 |
-
margin-left: 35%;
|
1226 |
-
margin-top: -15px;
|
1227 |
-
position: absolute;
|
1228 |
-
-webkit-transform: rotate(-45deg);
|
1229 |
-
-moz-transform: rotate(-45deg);
|
1230 |
-
-o-transform: rotate(-45deg);
|
1231 |
-
transform: rotate(-45deg);
|
1232 |
-
display: none \0/;
|
1233 |
-
background: #333
|
1234 |
-
}
|
1235 |
-
|
1236 |
-
.rpt_3_plans a.rpt_tooltip > span.intool {
|
1237 |
-
margin-left: -1%
|
1238 |
-
}
|
1239 |
-
|
1240 |
-
.rpt_4_plans a.rpt_tooltip > span.intool {
|
1241 |
-
margin-left: 0
|
1242 |
-
}
|
1243 |
-
|
1244 |
-
.rpt_5_plans a.rpt_tooltip > span.intool {
|
1245 |
-
margin-left: -2%
|
1246 |
-
}
|
1247 |
-
|
1248 |
-
.entry-content .rpt_plan a, .rpt_plan a {
|
1249 |
-
border-bottom: none !important;
|
1250 |
-
text-decoration: none;
|
1251 |
-
}
|
1252 |
-
|
1253 |
-
.rpt_plans .rpt_plan .rpt_icon {
|
1254 |
-
max-width: 30px;
|
1255 |
-
max-height: 30px
|
1256 |
-
}
|
1257 |
-
|
1258 |
-
.rpt_plans .rpt_plan img {
|
1259 |
-
display: inline;
|
1260 |
-
margin: 0 10px 0 0;
|
1261 |
-
padding: 0;
|
1262 |
-
-webkit-box-shadow: 0 0 0 0 transparent;
|
1263 |
-
-moz-box-shadow: 0 0 0 0 transparent;
|
1264 |
-
box-shadow: 0 0 0 0 transparent;
|
1265 |
-
border: none
|
1266 |
-
}
|
1267 |
-
|
1268 |
-
.folder-testimonial {
|
1269 |
-
position: relative;
|
1270 |
-
}
|
1271 |
-
.folder-testimonial .testimonial-data {
|
1272 |
-
position: relative;
|
1273 |
-
}
|
1274 |
-
.folder-testimonial .testimonial-data {
|
1275 |
-
position: relative;
|
1276 |
-
margin-left: 30px;
|
1277 |
-
padding: 10px 10px 10px 40px;
|
1278 |
-
background: #f5f5f5;
|
1279 |
-
font-size: 16px;
|
1280 |
-
line-height: 22px;
|
1281 |
-
}
|
1282 |
-
.folder-testimonial .testimonial-image {
|
1283 |
-
position: absolute;
|
1284 |
-
height: 60px;
|
1285 |
-
width: 60px;
|
1286 |
-
overflow: hidden;
|
1287 |
-
border-radius: 30px;
|
1288 |
-
top: 50%;
|
1289 |
-
margin-top: -30px;
|
1290 |
-
z-index: 1;
|
1291 |
-
}
|
1292 |
-
.folder-testimonial .testimonial-image img {
|
1293 |
-
width: 100%;
|
1294 |
-
height: auto;
|
1295 |
-
}
|
1296 |
-
.folder-testimonial-list {
|
1297 |
-
width: 100%;
|
1298 |
-
max-width: 1080px;
|
1299 |
-
margin: 30px auto;
|
1300 |
-
}
|
1301 |
-
.testimonial-title {
|
1302 |
-
font-weight: bold;
|
1303 |
-
font-size: 18px;
|
1304 |
-
padding: 0 0 5px 0;
|
1305 |
-
}
|
1306 |
-
.testimonial-author {
|
1307 |
-
font-size: 16px;
|
1308 |
-
font-style: italic;
|
1309 |
-
font-weight: 500;
|
1310 |
-
padding: 5px 0 0 0;
|
1311 |
-
}
|
1312 |
-
p.udner-title strong {
|
1313 |
-
font-size: 30px;
|
1314 |
-
padding-bottom: 40px;
|
1315 |
-
display: block;
|
1316 |
-
color: #b97fcf;
|
1317 |
-
text-align: center;
|
1318 |
-
}
|
1319 |
-
p.udner-title {
|
1320 |
-
margin: 0;
|
1321 |
-
padding: 0;
|
1322 |
-
}
|
1323 |
-
@media only screen and (max-width: 640px) {
|
1324 |
-
.rpt_plans .rpt_plan {
|
1325 |
-
width: 96%;
|
1326 |
-
margin: 10px 2% 20px !important
|
1327 |
-
}
|
1328 |
-
|
1329 |
-
.rpt_plans .rpt_plan .rpt_title {
|
1330 |
-
position: relative;
|
1331 |
-
font-size: 26px !important;
|
1332 |
-
line-height: 35px !important
|
1333 |
-
}
|
1334 |
-
|
1335 |
-
.rpt_plans .rpt_plan .rpt_head .rpt_price {
|
1336 |
-
font-size: 74px !important;
|
1337 |
-
line-height: 100px !important
|
1338 |
-
}
|
1339 |
-
|
1340 |
-
.rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
|
1341 |
-
font-size: 17px !important;
|
1342 |
-
line-height: 28px !important;
|
1343 |
-
padding: 10px 40px 20px
|
1344 |
-
}
|
1345 |
-
|
1346 |
-
.rpt_plans .rpt_plan .rpt_head .rpt_description {
|
1347 |
-
font-size: 15px !important;
|
1348 |
-
line-height: 26px !important;
|
1349 |
-
padding: 0 40px 30px
|
1350 |
-
}
|
1351 |
-
|
1352 |
-
.rpt_plans .rpt_plan .rpt_features .rpt_feature {
|
1353 |
-
padding: 6px 16px;
|
1354 |
-
font-size: 14px !important
|
1355 |
-
}
|
1356 |
-
|
1357 |
-
.rpt_plans .rpt_plan .rpt_foot {
|
1358 |
-
padding: 10px 40px;
|
1359 |
-
text-align: center;
|
1360 |
-
color: #fff;
|
1361 |
-
font-size: 20px
|
1362 |
-
}
|
1363 |
-
|
1364 |
-
.rpt_plans .rpt_recommended_plan .rpt_foot {
|
1365 |
-
font-size: 30px;
|
1366 |
-
font-weight: 300;
|
1367 |
-
padding: 20px 0
|
1368 |
-
}
|
1369 |
-
|
1370 |
-
.rpt_plan .rpt_head .rpt_price .rpt_currency {
|
1371 |
-
top: -36px !important;
|
1372 |
-
left: -10px !important;
|
1373 |
-
font-size: 35px !important
|
1374 |
-
}
|
1375 |
-
}
|
1376 |
-
|
1377 |
-
#rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature, #rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature a, #rpt_pricr .rpt_plan_ori .rpt_foot, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_description, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_price, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_price .rpt_currency, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_recurrence, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_subtitle, #rpt_pricr .rpt_plan_ori .rpt_title {
|
1378 |
-
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
|
1379 |
-
font-weight: 300 !important
|
1380 |
-
}
|
1381 |
-
|
1382 |
-
.client-testimonial {
|
1383 |
-
margin: 20px auto 0px;
|
1384 |
-
-webkit-border-radius: 5px;
|
1385 |
-
-moz-border-radius: 5px;
|
1386 |
-
border-radius: 5px;
|
1387 |
-
}
|
1388 |
-
.client-testimonial span.dashicons.dashicons-yes {
|
1389 |
-
background: #00bd00;
|
1390 |
-
color: #fff;
|
1391 |
-
border-radius: 50%;
|
1392 |
-
-webkit-border-radius: 50%;
|
1393 |
-
-moz-border-radius: 50%;
|
1394 |
-
}
|
1395 |
-
.client-testimonial p.text-center {
|
1396 |
-
text-align: center;
|
1397 |
-
margin: 6px 0;
|
1398 |
-
font-size: 14px;
|
1399 |
-
}
|
1400 |
-
.client-testimonial .payment {
|
1401 |
-
margin: 20px 0;
|
1402 |
-
text-align: center;
|
1403 |
-
}
|
1404 |
-
.testimonial-image {
|
1405 |
-
width: 10%;
|
1406 |
-
display: inline-block;
|
1407 |
-
vertical-align: middle;
|
1408 |
-
}
|
1409 |
-
.testimonial-content {
|
1410 |
-
width: 85%;
|
1411 |
-
display: inline-block;
|
1412 |
-
vertical-align: middle;
|
1413 |
-
padding-left: 15px;
|
1414 |
-
}
|
1415 |
-
.testimonial-image img {
|
1416 |
-
border-radius: 50%;
|
1417 |
-
-webkit-border-radius: 50%;
|
1418 |
-
-moz-border-radius: 50%;
|
1419 |
-
width: 100%;
|
1420 |
-
height: auto;
|
1421 |
-
}
|
1422 |
-
.client-testimonial .author {
|
1423 |
-
font-weight: bold;
|
1424 |
-
padding: 5px 0 0 0;
|
1425 |
-
font-size: 14px;
|
1426 |
-
}
|
1427 |
-
.testimonial-box {
|
1428 |
-
padding: 15px;
|
1429 |
-
background: #d6efff;
|
1430 |
-
-webkit-border-radius: 5px;
|
1431 |
-
-moz-border-radius: 5px;
|
1432 |
-
border-radius: 5px;
|
1433 |
}
|
1 |
+
@font-face {
|
2 |
+
font-family: 'poppinsregular';
|
3 |
+
src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
|
4 |
+
url('../fonts/poppins-regular-webfont.woff') format('woff');
|
5 |
+
font-weight: normal;
|
6 |
+
font-style: normal;
|
7 |
+
|
8 |
+
}
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
|
13 |
+
@font-face {
|
14 |
+
font-family: 'poppinsbold';
|
15 |
+
src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
|
16 |
+
url('../fonts/poppins-bold-webfont.woff') format('woff');
|
17 |
+
font-weight: normal;
|
18 |
+
font-style: normal;
|
19 |
+
|
20 |
+
}
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
|
25 |
+
@font-face {
|
26 |
+
font-family: 'poppins_lightregular';
|
27 |
+
src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
|
28 |
+
url('../fonts/poppins-light-webfont.woff') format('woff');
|
29 |
+
font-weight: normal;
|
30 |
+
font-style: normal;
|
31 |
+
|
32 |
+
}
|
33 |
+
|
34 |
+
#custom-handle {
|
35 |
+
width: 3em;
|
36 |
+
height: 1.6em;
|
37 |
+
top: 50%;
|
38 |
+
margin-top: -.8em;
|
39 |
+
text-align: center;
|
40 |
+
line-height: 1.6em;
|
41 |
+
}
|
42 |
+
|
43 |
+
#mystickymenu {
|
44 |
+
font-family: 'poppinsregular', sans-serif;
|
45 |
+
}
|
46 |
+
|
47 |
+
.main-content {
|
48 |
+
float: left;
|
49 |
+
width: 65%;
|
50 |
+
}
|
51 |
+
|
52 |
+
.main-sidebar {
|
53 |
+
float: right;
|
54 |
+
width: 30%;
|
55 |
+
background: #ffffff;
|
56 |
+
border: 1px solid #e5e5e5;
|
57 |
+
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
58 |
+
}
|
59 |
+
|
60 |
+
.main-sidebar h3 {
|
61 |
+
margin: 0;
|
62 |
+
padding: 8px 12px;
|
63 |
+
border-bottom: 1px solid #ececec;
|
64 |
+
}
|
65 |
+
|
66 |
+
.main-sidebar .inner {
|
67 |
+
padding: 10px;
|
68 |
+
}
|
69 |
+
|
70 |
+
.main-sidebar p {
|
71 |
+
padding: 8px;
|
72 |
+
margin: 0;
|
73 |
+
border-top: solid 1px #e5e5e5;
|
74 |
+
}
|
75 |
+
|
76 |
+
/*.mystickyinput {padding-top: 6px;}*/
|
77 |
+
@media screen and (max-width: 782px) {
|
78 |
+
.main-content, .main-sidebar {
|
79 |
+
width: 100%;
|
80 |
+
float: none;
|
81 |
+
clear: both;
|
82 |
+
}
|
83 |
+
}
|
84 |
+
|
85 |
+
.myssticky-remove-hand {
|
86 |
+
cursor: default;
|
87 |
+
}
|
88 |
+
|
89 |
+
/* */
|
90 |
+
.mystickymenu-content-section input[type="number"]#myfixed_zindex {
|
91 |
+
-moz-appearance: textfield-multiline;
|
92 |
+
}
|
93 |
+
|
94 |
+
.mystickymenu-content-section input[type="number"] {
|
95 |
+
-moz-appearance: textfield;
|
96 |
+
}
|
97 |
+
|
98 |
+
.mystickymenu-content-section input[type="number"]::-webkit-inner-spin-button, .mystickymenu-content-section input[type="number"]::-webkit-outer-spin-button {
|
99 |
+
-webkit-appearance: none;
|
100 |
+
margin: 0;
|
101 |
+
}
|
102 |
+
|
103 |
+
.mystickymenu-content-section .mysticky-number {
|
104 |
+
display: inline-block;
|
105 |
+
margin: 0 0 10px;
|
106 |
+
position: relative;
|
107 |
+
}
|
108 |
+
|
109 |
+
#mystickymenu .mystickymenu-content-section .mysticky-number {
|
110 |
+
/*width: 90px;*/
|
111 |
+
}
|
112 |
+
|
113 |
+
#mystickymenu input[type=number] {
|
114 |
+
color: #A7A7A7;
|
115 |
+
border-radius: 21px;
|
116 |
+
background-color: #ffffff;
|
117 |
+
border: 1px solid #DCE2E2;
|
118 |
+
font-size: 14px;
|
119 |
+
font-weight: 400;
|
120 |
+
height: 42px;
|
121 |
+
padding: 0 10px 0 12px;
|
122 |
+
margin: 0;
|
123 |
+
width: 229px;
|
124 |
+
box-shadow: none;
|
125 |
+
}
|
126 |
+
|
127 |
+
.pt_number {
|
128 |
+
display: inline-block;
|
129 |
+
vertical-align: top;
|
130 |
+
margin-top: 7px;
|
131 |
+
}
|
132 |
+
|
133 |
+
.mystickymenu-content-section .mysticky-number:focus {
|
134 |
+
outline: 0;
|
135 |
+
}
|
136 |
+
|
137 |
+
.mystickymenu-content-section .mysticky-number .pt_number {
|
138 |
+
float: left;
|
139 |
+
position: relative;
|
140 |
+
height: 30px;
|
141 |
+
}
|
142 |
+
|
143 |
+
.mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton {
|
144 |
+
position: relative;
|
145 |
+
cursor: pointer;
|
146 |
+
border-left: 1px solid #b7b7b7;
|
147 |
+
width: 15px;
|
148 |
+
text-align: center;
|
149 |
+
color: #333;
|
150 |
+
font-size: 14px;
|
151 |
+
line-height: 1.1;
|
152 |
+
-webkit-transform: translateX(-100%);
|
153 |
+
transform: translateX(-100%);
|
154 |
+
-webkit-user-select: none;
|
155 |
+
-moz-user-select: none;
|
156 |
+
-ms-user-select: none;
|
157 |
+
user-select: none;
|
158 |
+
}
|
159 |
+
|
160 |
+
.mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton:active {
|
161 |
+
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
162 |
+
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
163 |
+
}
|
164 |
+
|
165 |
+
.mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberup {
|
166 |
+
position: absolute;
|
167 |
+
height: 50%;
|
168 |
+
top: 0;
|
169 |
+
border-bottom: 1px solid #b7b7b7;
|
170 |
+
}
|
171 |
+
|
172 |
+
.mystickymenu-content-section .mysticky-number .pt_number .pt_numberbutton.pt_numberdown {
|
173 |
+
position: absolute;
|
174 |
+
bottom: 0px;
|
175 |
+
height: 50%;
|
176 |
+
}
|
177 |
+
|
178 |
+
/* */
|
179 |
+
|
180 |
+
input#mysticky_class_selector {
|
181 |
+
border-radius: 24px;
|
182 |
+
border: 1px solid #E6E5EC;
|
183 |
+
height: 46px;
|
184 |
+
padding: 0 26px;
|
185 |
+
width: 49%
|
186 |
+
}
|
187 |
+
|
188 |
+
.mystickymenu-content-section {
|
189 |
+
background-color: #F9FCFC;
|
190 |
+
border-radius: 7px;
|
191 |
+
margin-bottom: 20px;
|
192 |
+
border: 1px solid #E1E6E6;
|
193 |
+
}
|
194 |
+
|
195 |
+
input#myfixed_disable_small_screen {
|
196 |
+
border-radius: 21px;
|
197 |
+
}
|
198 |
+
|
199 |
+
input#mysticky_active_on_height_home {
|
200 |
+
border-radius: 21px;
|
201 |
+
}
|
202 |
+
|
203 |
+
textarea#myfixed_cssstyle {
|
204 |
+
width: 100%;
|
205 |
+
margin-top: 12px;
|
206 |
+
border-radius: 10px;
|
207 |
+
background-color: #fff;
|
208 |
+
height: 120px;
|
209 |
+
resize: none;
|
210 |
+
border: 1px solid #DCE2E2;
|
211 |
+
padding: 10px 10px;
|
212 |
+
}
|
213 |
+
|
214 |
+
label {
|
215 |
+
font-size: 15px;
|
216 |
+
}
|
217 |
+
|
218 |
+
.sticky-class-sec tr td {
|
219 |
+
width: 50%;
|
220 |
+
}
|
221 |
+
|
222 |
+
.px-wrap {
|
223 |
+
position: relative;
|
224 |
+
display: inline-block;
|
225 |
+
vertical-align: top;
|
226 |
+
}
|
227 |
+
|
228 |
+
.mystickymenu-content-option {
|
229 |
+
padding: 20px 20px 0;
|
230 |
+
}
|
231 |
+
|
232 |
+
.mystickymenu-heading {
|
233 |
+
padding-bottom: 20px;
|
234 |
+
}
|
235 |
+
|
236 |
+
.myStickymenu-header-title {
|
237 |
+
background-color: #B2D2FC;
|
238 |
+
padding: 13px 20px;
|
239 |
+
border-radius: 10px 10px 0 0;
|
240 |
+
}
|
241 |
+
|
242 |
+
.myStickymenu-header-title h3 {
|
243 |
+
margin: 0;
|
244 |
+
color: #1F4B84;
|
245 |
+
font-size: 18px;
|
246 |
+
font-weight: 600;
|
247 |
+
line-height: 1.2;
|
248 |
+
}
|
249 |
+
|
250 |
+
.mystickymenu-heading p {
|
251 |
+
background-color: #D6EFFF;
|
252 |
+
color: #1F4B84;
|
253 |
+
border-radius: 0 0 10px 10px;
|
254 |
+
padding: 13px 20px;
|
255 |
+
margin: 0;
|
256 |
+
font-size: 14px;
|
257 |
+
line-height: 28px;
|
258 |
+
}
|
259 |
+
|
260 |
+
.mystickynumber {
|
261 |
+
position: relative;
|
262 |
+
padding-left: 30px;
|
263 |
+
}
|
264 |
+
|
265 |
+
.pt_numberbutton.pt_numberup {
|
266 |
+
height: 25px;
|
267 |
+
width: 25px;
|
268 |
+
line-height: 25px;
|
269 |
+
background-color: #808080;
|
270 |
+
border-radius: 50%;
|
271 |
+
position: relative;
|
272 |
+
margin-left: 5px;
|
273 |
+
display: inline-block;
|
274 |
+
color: white;
|
275 |
+
font-size: 21px;
|
276 |
+
cursor: pointer;
|
277 |
+
text-align: center;
|
278 |
+
margin-top: 2px;
|
279 |
+
}
|
280 |
+
|
281 |
+
.pt_numberbutton.pt_numberdown {
|
282 |
+
height: 25px;
|
283 |
+
width: 25px;
|
284 |
+
line-height: 25px;
|
285 |
+
background-color: #808080;
|
286 |
+
border-radius: 50%;
|
287 |
+
position: absolute;
|
288 |
+
top: 8px;
|
289 |
+
left: 0;
|
290 |
+
display: inline-block;
|
291 |
+
color: white;
|
292 |
+
font-size: 21px;
|
293 |
+
cursor: pointer;
|
294 |
+
text-align: center;
|
295 |
+
}
|
296 |
+
|
297 |
+
span.input-px {
|
298 |
+
height: 42px;
|
299 |
+
width: 57px;
|
300 |
+
background-color: #808080;
|
301 |
+
position: absolute;
|
302 |
+
right: 0;
|
303 |
+
top: 0px;
|
304 |
+
display: inline-block;
|
305 |
+
vertical-align: top;
|
306 |
+
font-size: 14px;
|
307 |
+
border-radius: 0 21px 21px 0;
|
308 |
+
color: #fff;
|
309 |
+
line-height: 42px;
|
310 |
+
text-align: center;
|
311 |
+
}
|
312 |
+
|
313 |
+
.mysticky_device_upgrade {
|
314 |
+
background-color: #f0ecfb;
|
315 |
+
border-radius: 20px;
|
316 |
+
padding: 15px 40px 20px 20px;
|
317 |
+
}
|
318 |
+
|
319 |
+
.mystickymenu-content-section.mystickymenu-content-upgrade {
|
320 |
+
background-color: #f4f4fd;
|
321 |
+
}
|
322 |
+
|
323 |
+
.myStickymenu-upgrade {
|
324 |
+
background: #E1DAF6;
|
325 |
+
border-radius: 20px;
|
326 |
+
color: #7559C0;
|
327 |
+
padding-top: 6px;
|
328 |
+
padding-bottom: 6px;
|
329 |
+
padding-left: 10px;
|
330 |
+
padding-right: 10px;
|
331 |
+
font-weight: bold;
|
332 |
+
text-transform: uppercase;
|
333 |
+
font-size: 12px;
|
334 |
+
float: right;
|
335 |
+
}
|
336 |
+
|
337 |
+
.myStickymenu-upgrade:before {
|
338 |
+
content: "\f160";
|
339 |
+
font-family: dashicons;
|
340 |
+
position: relative;
|
341 |
+
top: 3px;
|
342 |
+
font-size: 16px;
|
343 |
+
}
|
344 |
+
|
345 |
+
.mystickymenu-input-section ul.mystickymenu-input-multicheckbox li {
|
346 |
+
display: inline-block;
|
347 |
+
width: 21%;
|
348 |
+
}
|
349 |
+
|
350 |
+
input#submit.button.button-primary {
|
351 |
+
background: #00c67c;
|
352 |
+
border-color: #00c67c;
|
353 |
+
text-transform: uppercase;
|
354 |
+
border-radius: 31px;
|
355 |
+
font-size: 26px;
|
356 |
+
padding-left: 23px;
|
357 |
+
padding-right: 23px;
|
358 |
+
height: 60px;
|
359 |
+
width: 200px;
|
360 |
+
border: 0;
|
361 |
+
box-shadow: none;
|
362 |
+
font-weight: 600;
|
363 |
+
text-shadow: none;
|
364 |
+
}
|
365 |
+
|
366 |
+
input.button.button-secondary.confirm {
|
367 |
+
background: #969696;
|
368 |
+
border-color: #969696;
|
369 |
+
text-transform: uppercase;
|
370 |
+
font-size: 26px;
|
371 |
+
padding-left: 23px;
|
372 |
+
padding-right: 23px;
|
373 |
+
float: right;
|
374 |
+
color: white;
|
375 |
+
margin-right: 10px;
|
376 |
+
height: 60px;
|
377 |
+
width: 200px;
|
378 |
+
border-radius: 31px;
|
379 |
+
font-weight: 600;
|
380 |
+
}
|
381 |
+
|
382 |
+
table ul.mystickymenu-input-multicheckbox {
|
383 |
+
width: 100%;
|
384 |
+
display: inline-flex;
|
385 |
+
}
|
386 |
+
|
387 |
+
p.myStickymenu-review a {
|
388 |
+
font-size: 20px;
|
389 |
+
}
|
390 |
+
|
391 |
+
table ul.mystickymenu-input-multicheckbox li {
|
392 |
+
padding-right: 21px;
|
393 |
+
}
|
394 |
+
|
395 |
+
table {
|
396 |
+
width: 100%;
|
397 |
+
}
|
398 |
+
|
399 |
+
#mystickymenu table tr td {
|
400 |
+
padding: 20px;
|
401 |
+
}
|
402 |
+
|
403 |
+
div#mystickymenu {
|
404 |
+
overflow-x: hidden;
|
405 |
+
}
|
406 |
+
|
407 |
+
label.mysticky_title {
|
408 |
+
font-weight: 500;
|
409 |
+
font-size: 18px;
|
410 |
+
line-height: 1.2;
|
411 |
+
color: #4F4F4F;
|
412 |
+
}
|
413 |
+
|
414 |
+
.mystickymenu-content-option p label.mysticky_text {
|
415 |
+
margin-left: 0px;
|
416 |
+
}
|
417 |
+
|
418 |
+
span.mysticky_text {
|
419 |
+
font-size: 14px;
|
420 |
+
color: #9E9E9E;
|
421 |
+
margin-left: 20px;
|
422 |
+
font-style: italic;
|
423 |
+
}
|
424 |
+
|
425 |
+
label.mysticky_text {
|
426 |
+
font-size: 14px;
|
427 |
+
/*color: #9E9E9E;*/
|
428 |
+
margin-left: 20px;
|
429 |
+
font-style: italic;
|
430 |
+
}
|
431 |
+
|
432 |
+
select#mystickymenu-select {
|
433 |
+
border-radius: 24px;
|
434 |
+
border: 1px solid #E6E5EC;
|
435 |
+
height: 46px;
|
436 |
+
box-shadow: none;
|
437 |
+
padding: 0 26px;
|
438 |
+
width: 49%;
|
439 |
+
display: inline-block;
|
440 |
+
vertical-align: top;
|
441 |
+
}
|
442 |
+
|
443 |
+
.mystickymenu-input-section {
|
444 |
+
margin-top: 9px;
|
445 |
+
}
|
446 |
+
|
447 |
+
label.mysticky_title.css-style-title {
|
448 |
+
font-size: 20px;
|
449 |
+
}
|
450 |
+
|
451 |
+
span.wp-color-result-text {
|
452 |
+
display: none;
|
453 |
+
}
|
454 |
+
|
455 |
+
button.button.wp-color-result {
|
456 |
+
border-radius: 50%;
|
457 |
+
height: 30px !important;
|
458 |
+
}
|
459 |
+
|
460 |
+
.mystickymenu-content-section h3 {
|
461 |
+
margin-left: 20px;
|
462 |
+
font-weight: 600;
|
463 |
+
font-size: 26px;
|
464 |
+
line-height: 1.2;
|
465 |
+
color: #4F4F4F;
|
466 |
+
margin: 0;
|
467 |
+
padding: 24px 20px;
|
468 |
+
}
|
469 |
+
|
470 |
+
.form-table {
|
471 |
+
margin-top: 0;
|
472 |
+
}
|
473 |
+
|
474 |
+
ul.mystickymenu-input-multicheckbox li span {
|
475 |
+
font-size: 16px;
|
476 |
+
color: #4F4F4F;
|
477 |
+
}
|
478 |
+
|
479 |
+
.mystickymenu-input-section label {
|
480 |
+
/*color: #9E9E9E;*/
|
481 |
+
font-size: 16px;
|
482 |
+
}
|
483 |
+
#mystickymenu .mystickymenu-input-section input.mystickymenu_normal_text{
|
484 |
+
border-radius: 0px;
|
485 |
+
height: 35px;
|
486 |
+
margin: 10px;
|
487 |
+
}
|
488 |
+
#mystickymenu .mystickymenu-input-section span.description{
|
489 |
+
font-style: normal;
|
490 |
+
font-size: 16px;
|
491 |
+
}
|
492 |
+
.myStickymenu-upgrade a {
|
493 |
+
text-decoration: none;
|
494 |
+
color: #7559C0;
|
495 |
+
}
|
496 |
+
|
497 |
+
#mystickymenu p.submit {
|
498 |
+
margin-top: 0;
|
499 |
+
padding-top: 0;
|
500 |
+
float: right;
|
501 |
+
}
|
502 |
+
|
503 |
+
td {
|
504 |
+
vertical-align: top !important;
|
505 |
+
}
|
506 |
+
|
507 |
+
p.description {
|
508 |
+
color: rgba(79, 79, 79, 0.5);
|
509 |
+
font-size: 12px;
|
510 |
+
line-height: 1.2;
|
511 |
+
margin: 5px 0 0;
|
512 |
+
}
|
513 |
+
|
514 |
+
div#slider.ui-slider {
|
515 |
+
width: 229px;
|
516 |
+
background-color: #DCE2E2;
|
517 |
+
height: 2px;
|
518 |
+
border: 0;
|
519 |
+
border-radius: 2px;
|
520 |
+
position: relative;
|
521 |
+
}
|
522 |
+
|
523 |
+
.mystickymenu-content-section .ui-state-active, .ui-widget-content .ui-state-active {
|
524 |
+
color: #454545;
|
525 |
+
}
|
526 |
+
|
527 |
+
#mystickymenu #custom-handle {
|
528 |
+
width: 1.6em;
|
529 |
+
border-radius: 50%;
|
530 |
+
background-color: #fff;
|
531 |
+
box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
|
532 |
+
border: 0;
|
533 |
+
position: absolute;
|
534 |
+
}
|
535 |
+
.sticky-header-menu {
|
536 |
+
text-align: center;
|
537 |
+
padding: 0 0 20px 0;
|
538 |
+
}
|
539 |
+
.sticky-header-menu ul {
|
540 |
+
display: inline-block;
|
541 |
+
padding: 1px;
|
542 |
+
background-color: #D6EFFF;
|
543 |
+
-webkit-border-radius: 23px;
|
544 |
+
-moz-border-radius: 23px;
|
545 |
+
border-radius: 23px;
|
546 |
+
}
|
547 |
+
.sticky-header-menu ul li {
|
548 |
+
display: inline-block;
|
549 |
+
margin: 0;
|
550 |
+
}
|
551 |
+
.sticky-header-menu ul li a {
|
552 |
+
display: inline-block;
|
553 |
+
padding: 0 20px;
|
554 |
+
line-height: 40px;
|
555 |
+
height: 40px;
|
556 |
+
font-size: 16px;
|
557 |
+
text-decoration: none;
|
558 |
+
-webkit-border-radius: 20px;
|
559 |
+
-moz-border-radius: 20px;
|
560 |
+
border-radius: 20px;
|
561 |
+
}
|
562 |
+
.sticky-header-menu ul li a:hover {
|
563 |
+
background: #f0ecfb;
|
564 |
+
color: #7559C0;
|
565 |
+
}
|
566 |
+
.sticky-header-menu ul li a.active {
|
567 |
+
background: #E1DAF6;
|
568 |
+
color: #7559C0;
|
569 |
+
}
|
570 |
+
.sticky-header-content {
|
571 |
+
display: none;
|
572 |
+
}
|
573 |
+
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
|
574 |
+
.pt_numberbutton.pt_numberdown {
|
575 |
+
position: relative;
|
576 |
+
margin-left: -75px;
|
577 |
+
top: -29px;
|
578 |
+
}
|
579 |
+
|
580 |
+
.pt_numberbutton.pt_numberup {
|
581 |
+
position: relative;
|
582 |
+
top: -29px;
|
583 |
+
left: 70px;
|
584 |
+
}
|
585 |
+
|
586 |
+
span.input-px {
|
587 |
+
position: relative;
|
588 |
+
left: 112px;
|
589 |
+
top: -24px !important;
|
590 |
+
margin-left: -20px;
|
591 |
+
}
|
592 |
+
}
|
593 |
+
|
594 |
+
|
595 |
+
|
596 |
+
#rpt_pricr {
|
597 |
+
width: 100%;
|
598 |
+
max-width: 1024px;
|
599 |
+
margin: 0 auto;
|
600 |
+
padding: 25px 25px 25px 25px;
|
601 |
+
background: #fff;
|
602 |
+
|
603 |
+
-webkit-border-radius: 5px;
|
604 |
+
-moz-border-radius: 5px;
|
605 |
+
border-radius: 5px;
|
606 |
+
}
|
607 |
+
#rpt_pricr h2 {
|
608 |
+
padding: 50px 0 30px;
|
609 |
+
text-align: center;
|
610 |
+
font-size: 24px;
|
611 |
+
}
|
612 |
+
.rpt_plans .rpt_plan {
|
613 |
+
-moz-box-sizing: border-box;
|
614 |
+
-webkit-box-sizing: border-box
|
615 |
+
}
|
616 |
+
|
617 |
+
.rpt_2_plans .rpt_plan {
|
618 |
+
margin-right: 2%;
|
619 |
+
width: 49%;
|
620 |
+
float: left
|
621 |
+
}
|
622 |
+
|
623 |
+
.rpt_2_plans .rpt_plan:last-child {
|
624 |
+
margin-right: 0
|
625 |
+
}
|
626 |
+
|
627 |
+
.rpt_3_plans .rpt_plan {
|
628 |
+
margin-right: 2%;
|
629 |
+
width: 32%;
|
630 |
+
float: left
|
631 |
+
}
|
632 |
+
|
633 |
+
.rpt_3_plans .rpt_plan:last-child {
|
634 |
+
margin-right: 0
|
635 |
+
}
|
636 |
+
|
637 |
+
.rpt_4_plans .rpt_plan {
|
638 |
+
margin-right: 1%;
|
639 |
+
width: 24.25%;
|
640 |
+
float: left
|
641 |
+
}
|
642 |
+
|
643 |
+
.rpt_4_plans .rpt_plan:last-child {
|
644 |
+
margin-right: 0
|
645 |
+
}
|
646 |
+
|
647 |
+
.rpt_5_plans .rpt_plan {
|
648 |
+
margin-right: .5%;
|
649 |
+
width: 19.6%;
|
650 |
+
float: left
|
651 |
+
}
|
652 |
+
|
653 |
+
.rpt_5_plans .rpt_plan:last-child {
|
654 |
+
margin-right: 0
|
655 |
+
}
|
656 |
+
|
657 |
+
.rpt_style_bic .rpt_plan, .rpt_style_loc .rpt_plan {
|
658 |
+
-webkit-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
|
659 |
+
-moz-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
|
660 |
+
box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19)
|
661 |
+
}
|
662 |
+
|
663 |
+
.rpt_plans .rpt_plan .rpt_title img {
|
664 |
+
margin-right: 10px;
|
665 |
+
position: relative;
|
666 |
+
vertical-align: middle
|
667 |
+
}
|
668 |
+
|
669 |
+
.rpt_plans .rpt_plan .rpt_title {
|
670 |
+
background: #6371db;
|
671 |
+
font-weight: 300;
|
672 |
+
padding: 24px 18px;
|
673 |
+
font-size: 26px;
|
674 |
+
color: #fff;
|
675 |
+
line-height: 35px;
|
676 |
+
height: auto;
|
677 |
+
}
|
678 |
+
|
679 |
+
.rpt_plans .rpt_plan .rpt_title span {
|
680 |
+
display: inline-block;
|
681 |
+
position: relative;
|
682 |
+
top: -10px
|
683 |
+
}
|
684 |
+
|
685 |
+
.rpt_style_basic .rpt_plan .rpt_title {
|
686 |
+
border-bottom: #6371db solid 1px;
|
687 |
+
border-top-left-radius: 8px;
|
688 |
+
border-top-right-radius: 8px;
|
689 |
+
}
|
690 |
+
|
691 |
+
.rpt_style_spec .rpt_plan .rpt_title {
|
692 |
+
color: #fff
|
693 |
+
}
|
694 |
+
|
695 |
+
.rpt_style_bic .rpt_plan .rpt_title, .rpt_style_loc .rpt_plan .rpt_title, .rpt_style_swl .rpt_plan .rpt_title {
|
696 |
+
background: #333
|
697 |
+
}
|
698 |
+
|
699 |
+
.rpt_plans .rpt_sm_title .rpt_plan .rpt_title {
|
700 |
+
font-size: 20px;
|
701 |
+
line-height: 18px
|
702 |
+
}
|
703 |
+
|
704 |
+
.rpt_plans .rpt_xsm_title .rpt_plan .rpt_title {
|
705 |
+
font-size: 15px;
|
706 |
+
line-height: 15px
|
707 |
+
}
|
708 |
+
|
709 |
+
.rpt_4_plans .rpt_plan .rpt_title {
|
710 |
+
font-size: 17px;
|
711 |
+
line-height: 15px
|
712 |
+
}
|
713 |
+
|
714 |
+
.rpt_4_plans .rpt_sm_title .rpt_plan .rpt_title {
|
715 |
+
font-size: 15px;
|
716 |
+
line-height: 13px
|
717 |
+
}
|
718 |
+
|
719 |
+
.rpt_4_plans .rpt_xsm_title .rpt_plan .rpt_title {
|
720 |
+
font-size: 13px;
|
721 |
+
line-height: 11px
|
722 |
+
}
|
723 |
+
|
724 |
+
.rpt_5_plans .rpt_plan .rpt_title {
|
725 |
+
font-size: 15px;
|
726 |
+
line-height: 13px
|
727 |
+
}
|
728 |
+
|
729 |
+
.rpt_5_plans .rpt_sm_title .rpt_plan .rpt_title {
|
730 |
+
font-size: 13px;
|
731 |
+
line-height: 11px
|
732 |
+
}
|
733 |
+
|
734 |
+
.rpt_5_plans .rpt_xsm_title .rpt_plan .rpt_title {
|
735 |
+
font-size: 12px;
|
736 |
+
line-height: 10px
|
737 |
+
}
|
738 |
+
|
739 |
+
.rpt_plans .rpt_recommended_plan .rpt_title {
|
740 |
+
background: #6371db
|
741 |
+
}
|
742 |
+
|
743 |
+
.rpt_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
|
744 |
+
position: relative;
|
745 |
+
top: -44px;
|
746 |
+
left: -10px;
|
747 |
+
font-size: 35px;
|
748 |
+
line-height: 0
|
749 |
+
}
|
750 |
+
|
751 |
+
.rpt_4_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
|
752 |
+
top: -36px
|
753 |
+
}
|
754 |
+
|
755 |
+
.rpt_5_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
|
756 |
+
top: -26px
|
757 |
+
}
|
758 |
+
|
759 |
+
.rpt_sm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
|
760 |
+
font-size: 30px;
|
761 |
+
top: -44px;
|
762 |
+
left: -4px
|
763 |
+
}
|
764 |
+
|
765 |
+
.rpt_xsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
|
766 |
+
font-size: 25px;
|
767 |
+
top: -30px;
|
768 |
+
left: -4px
|
769 |
+
}
|
770 |
+
|
771 |
+
.rpt_xxsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
|
772 |
+
font-size: 21px;
|
773 |
+
top: -14px;
|
774 |
+
left: -4px
|
775 |
+
}
|
776 |
+
|
777 |
+
.rpt_style_basic .rpt_plan .rpt_head {
|
778 |
+
background: #ec86c6
|
779 |
+
}
|
780 |
+
|
781 |
+
.rpt_style_spec .rpt_plan .rpt_head {
|
782 |
+
background: #fff
|
783 |
+
}
|
784 |
+
|
785 |
+
.rpt_style_swl .rpt_plan .rpt_head {
|
786 |
+
background: #fff
|
787 |
+
}
|
788 |
+
|
789 |
+
.rpt_plans .rpt_plan .rpt_head .rpt_price {
|
790 |
+
padding: 6px 10px;
|
791 |
+
font-size: 74px;
|
792 |
+
line-height: 80px;
|
793 |
+
font-weight: 300;
|
794 |
+
text-align: center;
|
795 |
+
color: #ffffff
|
796 |
+
}
|
797 |
+
|
798 |
+
.rpt_style_basic .rpt_plan .rpt_head .rpt_price, .rpt_style_spec .rpt_plan .rpt_head .rpt_price {
|
799 |
+
text-shadow: 1px 2px 7px rgba(0, 0, 0, .6)
|
800 |
+
}
|
801 |
+
|
802 |
+
.rpt_style_swl .rpt_plan .rpt_head .rpt_price {
|
803 |
+
color: #000
|
804 |
+
}
|
805 |
+
|
806 |
+
.rpt_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
|
807 |
+
font-size: 62px
|
808 |
+
}
|
809 |
+
|
810 |
+
.rpt_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
|
811 |
+
font-size: 56px
|
812 |
+
}
|
813 |
+
|
814 |
+
.rpt_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
|
815 |
+
font-size: 38px
|
816 |
+
}
|
817 |
+
|
818 |
+
.rpt_4_plans .rpt_plan .rpt_head .rpt_price {
|
819 |
+
font-size: 69px;
|
820 |
+
line-height: 80px
|
821 |
+
}
|
822 |
+
|
823 |
+
.rpt_4_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
|
824 |
+
font-size: 53px;
|
825 |
+
line-height: 65px
|
826 |
+
}
|
827 |
+
|
828 |
+
.rpt_4_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
|
829 |
+
font-size: 47px;
|
830 |
+
line-height: 64px
|
831 |
+
}
|
832 |
+
|
833 |
+
.rpt_4_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
|
834 |
+
font-size: 31px;
|
835 |
+
line-height: 60px
|
836 |
+
}
|
837 |
+
|
838 |
+
.rpt_5_plans .rpt_plan .rpt_head .rpt_price {
|
839 |
+
font-size: 59px;
|
840 |
+
line-height: 80px
|
841 |
+
}
|
842 |
+
|
843 |
+
.rpt_5_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
|
844 |
+
font-size: 44px;
|
845 |
+
line-height: 60px
|
846 |
+
}
|
847 |
+
|
848 |
+
.rpt_5_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
|
849 |
+
font-size: 37px;
|
850 |
+
line-height: 53px
|
851 |
+
}
|
852 |
+
|
853 |
+
.rpt_5_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
|
854 |
+
font-size: 24px;
|
855 |
+
line-height: 50px
|
856 |
+
}
|
857 |
+
|
858 |
+
.rpt_plans .rpt_recommended_plan .rpt_head .rpt_price {
|
859 |
+
font-size: 98px
|
860 |
+
}
|
861 |
+
|
862 |
+
.rpt_4_plans .rpt_recommended_plan .rpt_head .rpt_price {
|
863 |
+
font-size: 74px
|
864 |
+
}
|
865 |
+
|
866 |
+
.rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price {
|
867 |
+
font-size: 67px
|
868 |
+
}
|
869 |
+
|
870 |
+
.rpt_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
|
871 |
+
font-size: 83px
|
872 |
+
}
|
873 |
+
|
874 |
+
.rpt_4_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
|
875 |
+
font-size: 60px
|
876 |
+
}
|
877 |
+
|
878 |
+
.rpt_5_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
|
879 |
+
font-size: 54px
|
880 |
+
}
|
881 |
+
|
882 |
+
.rpt_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
|
883 |
+
font-size: 55px
|
884 |
+
}
|
885 |
+
|
886 |
+
.rpt_4_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
|
887 |
+
font-size: 49px
|
888 |
+
}
|
889 |
+
|
890 |
+
.rpt_5_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
|
891 |
+
font-size: 41px
|
892 |
+
}
|
893 |
+
|
894 |
+
.rpt_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
|
895 |
+
font-size: 42px
|
896 |
+
}
|
897 |
+
|
898 |
+
.rpt_4_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
|
899 |
+
font-size: 34px
|
900 |
+
}
|
901 |
+
|
902 |
+
.rpt_5_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
|
903 |
+
font-size: 26px
|
904 |
+
}
|
905 |
+
|
906 |
+
.rpt_plans .rpt_plan .rpt_head .rpt_recurrence {
|
907 |
+
font-size: 13px;
|
908 |
+
font-weight: 300;
|
909 |
+
line-height: 18px;
|
910 |
+
padding: 20px 10px 10px;
|
911 |
+
color: #ffffff;
|
912 |
+
text-align: center
|
913 |
+
}
|
914 |
+
|
915 |
+
.rpt_style_spec .rpt_plan .rpt_head .rpt_recurrence {
|
916 |
+
color: #d3d3d3
|
917 |
+
}
|
918 |
+
|
919 |
+
.rpt_style_bic .rpt_plan .rpt_head .rpt_recurrence, .rpt_style_loc .rpt_plan .rpt_head .rpt_recurrence {
|
920 |
+
color: #f5f5f5
|
921 |
+
}
|
922 |
+
|
923 |
+
.rpt_style_swl .rpt_plan .rpt_head .rpt_recurrence {
|
924 |
+
color: grey
|
925 |
+
}
|
926 |
+
|
927 |
+
.rpt_plans .rpt_sm_recurrence .rpt_plan .rpt_head .rpt_recurrence {
|
928 |
+
font-size: 11px;
|
929 |
+
padding: 20px 40px 4px
|
930 |
+
}
|
931 |
+
|
932 |
+
.rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
|
933 |
+
font-size: 16px;
|
934 |
+
line-height: 20px;
|
935 |
+
font-weight: 300;
|
936 |
+
text-align: center;
|
937 |
+
padding: 10px 30px 20px
|
938 |
+
}
|
939 |
+
|
940 |
+
.rpt_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
|
941 |
+
font-size: 14px
|
942 |
+
}
|
943 |
+
|
944 |
+
.rpt_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
|
945 |
+
font-size: 12px
|
946 |
+
}
|
947 |
+
|
948 |
+
.rpt_4_plans .rpt_plan .rpt_head .rpt_subtitle {
|
949 |
+
font-size: 16px;
|
950 |
+
line-height: 18px;
|
951 |
+
padding: 10px 10px 20px
|
952 |
+
}
|
953 |
+
|
954 |
+
.rpt_4_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
|
955 |
+
font-size: 14px;
|
956 |
+
line-height: 17px
|
957 |
+
}
|
958 |
+
|
959 |
+
.rpt_4_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
|
960 |
+
font-size: 13px;
|
961 |
+
line-height: 16px
|
962 |
+
}
|
963 |
+
|
964 |
+
.rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle {
|
965 |
+
font-size: 15px;
|
966 |
+
line-height: 18px;
|
967 |
+
padding: 10px 10px 20px
|
968 |
+
}
|
969 |
+
|
970 |
+
.rpt_5_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
|
971 |
+
font-size: 13px;
|
972 |
+
line-height: 17px
|
973 |
+
}
|
974 |
+
|
975 |
+
.rpt_5_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
|
976 |
+
font-size: 12px;
|
977 |
+
line-height: 16px
|
978 |
+
}
|
979 |
+
|
980 |
+
.rpt_plans .rpt_plan .rpt_head .rpt_description {
|
981 |
+
font-size: 14px;
|
982 |
+
line-height: 20px;
|
983 |
+
padding: 10px 20px;
|
984 |
+
font-weight: 300;
|
985 |
+
text-align: center;
|
986 |
+
color: #ffffff
|
987 |
+
}
|
988 |
+
|
989 |
+
.rpt_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
|
990 |
+
font-size: 12px
|
991 |
+
}
|
992 |
+
|
993 |
+
.rpt_style_bic .rpt_plan .rpt_head .rpt_description, .rpt_style_loc .rpt_plan .rpt_head .rpt_description {
|
994 |
+
color: #f5f5f5
|
995 |
+
}
|
996 |
+
|
997 |
+
.rpt_4_plans .rpt_plan .rpt_head .rpt_description {
|
998 |
+
font-size: 13px;
|
999 |
+
line-height: 18px
|
1000 |
+
}
|
1001 |
+
|
1002 |
+
.rpt_4_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
|
1003 |
+
font-size: 12px;
|
1004 |
+
line-height: 17px
|
1005 |
+
}
|
1006 |
+
|
1007 |
+
.rpt_5_plans .rpt_plan .rpt_head .rpt_description {
|
1008 |
+
font-size: 12px;
|
1009 |
+
line-height: 18px
|
1010 |
+
}
|
1011 |
+
|
1012 |
+
.rpt_5_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
|
1013 |
+
font-size: 11px;
|
1014 |
+
line-height: 17px
|
1015 |
+
}
|
1016 |
+
|
1017 |
+
.rpt_plans .rpt_plan .rpt_features {
|
1018 |
+
padding: 20px;
|
1019 |
+
background: #f0ecfb;
|
1020 |
+
text-align: center
|
1021 |
+
}
|
1022 |
+
|
1023 |
+
.rpt_plans .rpt_plan .rpt_features .rpt_feature {
|
1024 |
+
font-size: 16px;
|
1025 |
+
padding: 6px 16px;
|
1026 |
+
border-bottom: 1px dotted #d3d3d3
|
1027 |
+
}
|
1028 |
+
.rpt_plans .rpt_plan .rpt_features .rpt_feature a {
|
1029 |
+
color: #333333;
|
1030 |
+
}
|
1031 |
+
|
1032 |
+
.rpt_plans .rpt_plan .rpt_features .rpt_feature:last-child {
|
1033 |
+
border-bottom: none
|
1034 |
+
}
|
1035 |
+
|
1036 |
+
.rpt_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
|
1037 |
+
font-size: 14px
|
1038 |
+
}
|
1039 |
+
|
1040 |
+
.rpt_style_bic .rpt_plan .rpt_features, .rpt_style_loc .rpt_plan .rpt_features, .rpt_style_swl .rpt_plan .rpt_features {
|
1041 |
+
background: #fff
|
1042 |
+
}
|
1043 |
+
|
1044 |
+
.rpt_style_swl .rpt_plan .rpt_features .rpt_feature {
|
1045 |
+
padding: 5px 16px
|
1046 |
+
}
|
1047 |
+
|
1048 |
+
.rpt_4_plans .rpt_plan .rpt_features .rpt_feature {
|
1049 |
+
padding: 6px 10px;
|
1050 |
+
font-size: 14px
|
1051 |
+
}
|
1052 |
+
|
1053 |
+
.rpt_4_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
|
1054 |
+
font-size: 12px
|
1055 |
+
}
|
1056 |
+
|
1057 |
+
.rpt_5_plans .rpt_plan .rpt_features .rpt_feature {
|
1058 |
+
padding: 6px 10px;
|
1059 |
+
font-size: 13px
|
1060 |
+
}
|
1061 |
+
|
1062 |
+
.rpt_5_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
|
1063 |
+
font-size: 11px
|
1064 |
+
}
|
1065 |
+
|
1066 |
+
.rpt_plans .rpt_plan .rpt_foot {
|
1067 |
+
display: block;
|
1068 |
+
padding: 10px 30px;
|
1069 |
+
border-top: #7559C0 solid 2px;
|
1070 |
+
background: #7559C0;
|
1071 |
+
text-align: center;
|
1072 |
+
color: #fff;
|
1073 |
+
font-size: 24px;
|
1074 |
+
text-decoration: none;
|
1075 |
+
font-weight: 300;
|
1076 |
+
transition: All .5s ease;
|
1077 |
+
-webkit-transition: All .5s ease;
|
1078 |
+
-moz-transition: All .5s ease;
|
1079 |
+
-o-transition: All .5s ease
|
1080 |
+
}
|
1081 |
+
|
1082 |
+
.rpt_plans .rpt_sm_button .rpt_plan .rpt_foot {
|
1083 |
+
font-size: 19px
|
1084 |
+
}
|
1085 |
+
|
1086 |
+
.rpt_style_basic .rpt_plan .rpt_foot {
|
1087 |
+
border-bottom-left-radius: 8px;
|
1088 |
+
border-bottom-right-radius: 8px
|
1089 |
+
}
|
1090 |
+
|
1091 |
+
.rpt_style_swl .rpt_plan .rpt_foot {
|
1092 |
+
border-top: none;
|
1093 |
+
padding: 10px 30px 20px;
|
1094 |
+
color: #000;
|
1095 |
+
background: #333
|
1096 |
+
}
|
1097 |
+
|
1098 |
+
.rpt_4_plans .rpt_plan .rpt_foot {
|
1099 |
+
padding: 4px 20px;
|
1100 |
+
font-size: 19px
|
1101 |
+
}
|
1102 |
+
|
1103 |
+
.rpt_4_plans .rpt_sm_button .rpt_plan .rpt_foot, .rpt_5_plans .rpt_plan .rpt_foot {
|
1104 |
+
padding: 4px 20px;
|
1105 |
+
font-size: 17px
|
1106 |
+
}
|
1107 |
+
|
1108 |
+
.rpt_5_plans .rpt_sm_button .rpt_plan .rpt_foot {
|
1109 |
+
font-size: 16px
|
1110 |
+
}
|
1111 |
+
|
1112 |
+
.rpt_plans .rpt_plan .rpt_foot:hover {
|
1113 |
+
opacity: .8
|
1114 |
+
}
|
1115 |
+
|
1116 |
+
.rpt_style_swl .rpt_plan .rpt_foot:hover {
|
1117 |
+
opacity: 1
|
1118 |
+
}
|
1119 |
+
|
1120 |
+
.rpt_plans .rpt_recommended_plan .rpt_foot {
|
1121 |
+
font-size: 30px;
|
1122 |
+
padding: 16px 0
|
1123 |
+
}
|
1124 |
+
|
1125 |
+
.rpt_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
|
1126 |
+
font-size: 26px
|
1127 |
+
}
|
1128 |
+
|
1129 |
+
.rpt_4_plans .rpt_recommended_plan .rpt_foot {
|
1130 |
+
font-size: 22px;
|
1131 |
+
font-weight: 300;
|
1132 |
+
padding: 10px 0
|
1133 |
+
}
|
1134 |
+
|
1135 |
+
.rpt_4_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
|
1136 |
+
font-size: 19px;
|
1137 |
+
padding: 10px 0
|
1138 |
+
}
|
1139 |
+
|
1140 |
+
.rpt_5_plans .rpt_recommended_plan .rpt_foot {
|
1141 |
+
font-size: 20px;
|
1142 |
+
font-weight: 300;
|
1143 |
+
padding: 10px 0
|
1144 |
+
}
|
1145 |
+
|
1146 |
+
.rpt_5_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
|
1147 |
+
font-size: 18px;
|
1148 |
+
padding: 10px 0
|
1149 |
+
}
|
1150 |
+
|
1151 |
+
.rpt_custom_btn {
|
1152 |
+
border-bottom-left-radius: 5px;
|
1153 |
+
border-bottom-right-radius: 5px;
|
1154 |
+
text-align: center;
|
1155 |
+
padding: 16px 20px
|
1156 |
+
}
|
1157 |
+
|
1158 |
+
.rpt_plans .rpt_recommended_plan {
|
1159 |
+
position: relative;
|
1160 |
+
top: -10px
|
1161 |
+
}
|
1162 |
+
|
1163 |
+
.rpt_recommended_plan img.rpt_recommended {
|
1164 |
+
position: absolute !important;
|
1165 |
+
right: 10px !important
|
1166 |
+
}
|
1167 |
+
|
1168 |
+
.rpt_style_bic .rpt_recommended_plan, .rpt_style_loc .rpt_recommended_plan {
|
1169 |
+
-webkit-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
|
1170 |
+
-moz-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
|
1171 |
+
box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39)
|
1172 |
+
}
|
1173 |
+
|
1174 |
+
a.rpt_tooltip {
|
1175 |
+
display: block;
|
1176 |
+
outline: 0;
|
1177 |
+
position: relative
|
1178 |
+
}
|
1179 |
+
|
1180 |
+
a.rpt_tooltip strong {
|
1181 |
+
line-height: 30px
|
1182 |
+
}
|
1183 |
+
|
1184 |
+
a.rpt_tooltip > span.intool {
|
1185 |
+
width: 90%;
|
1186 |
+
padding: 10px;
|
1187 |
+
margin-top: 56px;
|
1188 |
+
opacity: 0;
|
1189 |
+
visibility: hidden;
|
1190 |
+
z-index: 10;
|
1191 |
+
position: absolute;
|
1192 |
+
top: -15px;
|
1193 |
+
display: block;
|
1194 |
+
color: #f5f5f5;
|
1195 |
+
font-size: 13px;
|
1196 |
+
line-height: 20px;
|
1197 |
+
background: #333;
|
1198 |
+
font-weight: 300;
|
1199 |
+
text-align: center
|
1200 |
+
}
|
1201 |
+
|
1202 |
+
a.rpt_tooltip:hover {
|
1203 |
+
cursor: zoom-in
|
1204 |
+
}
|
1205 |
+
|
1206 |
+
a.rpt_tooltip .rpt_tooltip_plus {
|
1207 |
+
text-decoration: none !important;
|
1208 |
+
display: inline;
|
1209 |
+
font-size: 12px;
|
1210 |
+
font-weight: 700;
|
1211 |
+
position: relative;
|
1212 |
+
top: -6px
|
1213 |
+
}
|
1214 |
+
|
1215 |
+
.rpt_feature:hover a.rpt_tooltip > span.intool {
|
1216 |
+
opacity: .98;
|
1217 |
+
text-decoration: none;
|
1218 |
+
visibility: visible;
|
1219 |
+
overflow: visible
|
1220 |
+
}
|
1221 |
+
|
1222 |
+
a.rpt_tooltip span.intool b {
|
1223 |
+
width: 10px;
|
1224 |
+
height: 10px;
|
1225 |
+
margin-left: 35%;
|
1226 |
+
margin-top: -15px;
|
1227 |
+
position: absolute;
|
1228 |
+
-webkit-transform: rotate(-45deg);
|
1229 |
+
-moz-transform: rotate(-45deg);
|
1230 |
+
-o-transform: rotate(-45deg);
|
1231 |
+
transform: rotate(-45deg);
|
1232 |
+
display: none \0/;
|
1233 |
+
background: #333
|
1234 |
+
}
|
1235 |
+
|
1236 |
+
.rpt_3_plans a.rpt_tooltip > span.intool {
|
1237 |
+
margin-left: -1%
|
1238 |
+
}
|
1239 |
+
|
1240 |
+
.rpt_4_plans a.rpt_tooltip > span.intool {
|
1241 |
+
margin-left: 0
|
1242 |
+
}
|
1243 |
+
|
1244 |
+
.rpt_5_plans a.rpt_tooltip > span.intool {
|
1245 |
+
margin-left: -2%
|
1246 |
+
}
|
1247 |
+
|
1248 |
+
.entry-content .rpt_plan a, .rpt_plan a {
|
1249 |
+
border-bottom: none !important;
|
1250 |
+
text-decoration: none;
|
1251 |
+
}
|
1252 |
+
|
1253 |
+
.rpt_plans .rpt_plan .rpt_icon {
|
1254 |
+
max-width: 30px;
|
1255 |
+
max-height: 30px
|
1256 |
+
}
|
1257 |
+
|
1258 |
+
.rpt_plans .rpt_plan img {
|
1259 |
+
display: inline;
|
1260 |
+
margin: 0 10px 0 0;
|
1261 |
+
padding: 0;
|
1262 |
+
-webkit-box-shadow: 0 0 0 0 transparent;
|
1263 |
+
-moz-box-shadow: 0 0 0 0 transparent;
|
1264 |
+
box-shadow: 0 0 0 0 transparent;
|
1265 |
+
border: none
|
1266 |
+
}
|
1267 |
+
|
1268 |
+
.folder-testimonial {
|
1269 |
+
position: relative;
|
1270 |
+
}
|
1271 |
+
.folder-testimonial .testimonial-data {
|
1272 |
+
position: relative;
|
1273 |
+
}
|
1274 |
+
.folder-testimonial .testimonial-data {
|
1275 |
+
position: relative;
|
1276 |
+
margin-left: 30px;
|
1277 |
+
padding: 10px 10px 10px 40px;
|
1278 |
+
background: #f5f5f5;
|
1279 |
+
font-size: 16px;
|
1280 |
+
line-height: 22px;
|
1281 |
+
}
|
1282 |
+
.folder-testimonial .testimonial-image {
|
1283 |
+
position: absolute;
|
1284 |
+
height: 60px;
|
1285 |
+
width: 60px;
|
1286 |
+
overflow: hidden;
|
1287 |
+
border-radius: 30px;
|
1288 |
+
top: 50%;
|
1289 |
+
margin-top: -30px;
|
1290 |
+
z-index: 1;
|
1291 |
+
}
|
1292 |
+
.folder-testimonial .testimonial-image img {
|
1293 |
+
width: 100%;
|
1294 |
+
height: auto;
|
1295 |
+
}
|
1296 |
+
.folder-testimonial-list {
|
1297 |
+
width: 100%;
|
1298 |
+
max-width: 1080px;
|
1299 |
+
margin: 30px auto;
|
1300 |
+
}
|
1301 |
+
.testimonial-title {
|
1302 |
+
font-weight: bold;
|
1303 |
+
font-size: 18px;
|
1304 |
+
padding: 0 0 5px 0;
|
1305 |
+
}
|
1306 |
+
.testimonial-author {
|
1307 |
+
font-size: 16px;
|
1308 |
+
font-style: italic;
|
1309 |
+
font-weight: 500;
|
1310 |
+
padding: 5px 0 0 0;
|
1311 |
+
}
|
1312 |
+
p.udner-title strong {
|
1313 |
+
font-size: 30px;
|
1314 |
+
padding-bottom: 40px;
|
1315 |
+
display: block;
|
1316 |
+
color: #b97fcf;
|
1317 |
+
text-align: center;
|
1318 |
+
}
|
1319 |
+
p.udner-title {
|
1320 |
+
margin: 0;
|
1321 |
+
padding: 0;
|
1322 |
+
}
|
1323 |
+
@media only screen and (max-width: 640px) {
|
1324 |
+
.rpt_plans .rpt_plan {
|
1325 |
+
width: 96%;
|
1326 |
+
margin: 10px 2% 20px !important
|
1327 |
+
}
|
1328 |
+
|
1329 |
+
.rpt_plans .rpt_plan .rpt_title {
|
1330 |
+
position: relative;
|
1331 |
+
font-size: 26px !important;
|
1332 |
+
line-height: 35px !important
|
1333 |
+
}
|
1334 |
+
|
1335 |
+
.rpt_plans .rpt_plan .rpt_head .rpt_price {
|
1336 |
+
font-size: 74px !important;
|
1337 |
+
line-height: 100px !important
|
1338 |
+
}
|
1339 |
+
|
1340 |
+
.rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
|
1341 |
+
font-size: 17px !important;
|
1342 |
+
line-height: 28px !important;
|
1343 |
+
padding: 10px 40px 20px
|
1344 |
+
}
|
1345 |
+
|
1346 |
+
.rpt_plans .rpt_plan .rpt_head .rpt_description {
|
1347 |
+
font-size: 15px !important;
|
1348 |
+
line-height: 26px !important;
|
1349 |
+
padding: 0 40px 30px
|
1350 |
+
}
|
1351 |
+
|
1352 |
+
.rpt_plans .rpt_plan .rpt_features .rpt_feature {
|
1353 |
+
padding: 6px 16px;
|
1354 |
+
font-size: 14px !important
|
1355 |
+
}
|
1356 |
+
|
1357 |
+
.rpt_plans .rpt_plan .rpt_foot {
|
1358 |
+
padding: 10px 40px;
|
1359 |
+
text-align: center;
|
1360 |
+
color: #fff;
|
1361 |
+
font-size: 20px
|
1362 |
+
}
|
1363 |
+
|
1364 |
+
.rpt_plans .rpt_recommended_plan .rpt_foot {
|
1365 |
+
font-size: 30px;
|
1366 |
+
font-weight: 300;
|
1367 |
+
padding: 20px 0
|
1368 |
+
}
|
1369 |
+
|
1370 |
+
.rpt_plan .rpt_head .rpt_price .rpt_currency {
|
1371 |
+
top: -36px !important;
|
1372 |
+
left: -10px !important;
|
1373 |
+
font-size: 35px !important
|
1374 |
+
}
|
1375 |
+
}
|
1376 |
+
|
1377 |
+
#rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature, #rpt_pricr .rpt_plan_ori .rpt_features .rpt_feature a, #rpt_pricr .rpt_plan_ori .rpt_foot, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_description, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_price, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_price .rpt_currency, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_recurrence, #rpt_pricr .rpt_plan_ori .rpt_head .rpt_subtitle, #rpt_pricr .rpt_plan_ori .rpt_title {
|
1378 |
+
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
|
1379 |
+
font-weight: 300 !important
|
1380 |
+
}
|
1381 |
+
|
1382 |
+
.client-testimonial {
|
1383 |
+
margin: 20px auto 0px;
|
1384 |
+
-webkit-border-radius: 5px;
|
1385 |
+
-moz-border-radius: 5px;
|
1386 |
+
border-radius: 5px;
|
1387 |
+
}
|
1388 |
+
.client-testimonial span.dashicons.dashicons-yes {
|
1389 |
+
background: #00bd00;
|
1390 |
+
color: #fff;
|
1391 |
+
border-radius: 50%;
|
1392 |
+
-webkit-border-radius: 50%;
|
1393 |
+
-moz-border-radius: 50%;
|
1394 |
+
}
|
1395 |
+
.client-testimonial p.text-center {
|
1396 |
+
text-align: center;
|
1397 |
+
margin: 6px 0;
|
1398 |
+
font-size: 14px;
|
1399 |
+
}
|
1400 |
+
.client-testimonial .payment {
|
1401 |
+
margin: 20px 0;
|
1402 |
+
text-align: center;
|
1403 |
+
}
|
1404 |
+
.testimonial-image {
|
1405 |
+
width: 10%;
|
1406 |
+
display: inline-block;
|
1407 |
+
vertical-align: middle;
|
1408 |
+
}
|
1409 |
+
.testimonial-content {
|
1410 |
+
width: 85%;
|
1411 |
+
display: inline-block;
|
1412 |
+
vertical-align: middle;
|
1413 |
+
padding-left: 15px;
|
1414 |
+
}
|
1415 |
+
.testimonial-image img {
|
1416 |
+
border-radius: 50%;
|
1417 |
+
-webkit-border-radius: 50%;
|
1418 |
+
-moz-border-radius: 50%;
|
1419 |
+
width: 100%;
|
1420 |
+
height: auto;
|
1421 |
+
}
|
1422 |
+
.client-testimonial .author {
|
1423 |
+
font-weight: bold;
|
1424 |
+
padding: 5px 0 0 0;
|
1425 |
+
font-size: 14px;
|
1426 |
+
}
|
1427 |
+
.testimonial-box {
|
1428 |
+
padding: 15px;
|
1429 |
+
background: #d6efff;
|
1430 |
+
-webkit-border-radius: 5px;
|
1431 |
+
-moz-border-radius: 5px;
|
1432 |
+
border-radius: 5px;
|
1433 |
}
|
js/detectmobilebrowser.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
/**
|
2 |
-
* jQuery.browser.mobile (http://detectmobilebrowser.com/)
|
3 |
-
*
|
4 |
-
* jQuery.browser.mobile will be true if the browser is a mobile device
|
5 |
-
*
|
6 |
-
**/
|
7 |
(function(a){(jQuery.browser=jQuery.browser||{}).mobile=/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4))})(navigator.userAgent||navigator.vendor||window.opera);
|
1 |
+
/**
|
2 |
+
* jQuery.browser.mobile (http://detectmobilebrowser.com/)
|
3 |
+
*
|
4 |
+
* jQuery.browser.mobile will be true if the browser is a mobile device
|
5 |
+
*
|
6 |
+
**/
|
7 |
(function(a){(jQuery.browser=jQuery.browser||{}).mobile=/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4))})(navigator.userAgent||navigator.vendor||window.opera);
|
js/iris-script.js
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
jQuery(document).ready(function($){
|
2 |
-
jQuery('.my-color-field').wpColorPicker();
|
3 |
-
jQuery(".sticky-header-menu ul li a").click(function(e){
|
4 |
-
e.preventDefault();
|
5 |
-
if(!jQuery(this).hasClass("active")) {
|
6 |
-
jQuery(".sticky-header-menu ul li a").removeClass("active");
|
7 |
-
jQuery(this).addClass("active");
|
8 |
-
thisHref = jQuery(this).attr("href");
|
9 |
-
jQuery(".sticky-header-content").hide();
|
10 |
-
jQuery(thisHref).show();
|
11 |
-
}
|
12 |
-
});
|
13 |
-
jQuery(".sticky-header-upgrade-now").click(function(e){
|
14 |
-
e.preventDefault();
|
15 |
-
jQuery(".sticky-header-menu ul li a:last").trigger("click");
|
16 |
-
});
|
17 |
});
|
1 |
+
jQuery(document).ready(function($){
|
2 |
+
jQuery('.my-color-field').wpColorPicker();
|
3 |
+
jQuery(".sticky-header-menu ul li a").click(function(e){
|
4 |
+
e.preventDefault();
|
5 |
+
if(!jQuery(this).hasClass("active")) {
|
6 |
+
jQuery(".sticky-header-menu ul li a").removeClass("active");
|
7 |
+
jQuery(this).addClass("active");
|
8 |
+
thisHref = jQuery(this).attr("href");
|
9 |
+
jQuery(".sticky-header-content").hide();
|
10 |
+
jQuery(thisHref).show();
|
11 |
+
}
|
12 |
+
});
|
13 |
+
jQuery(".sticky-header-upgrade-now").click(function(e){
|
14 |
+
e.preventDefault();
|
15 |
+
jQuery(".sticky-header-menu ul li a:last").trigger("click");
|
16 |
+
});
|
17 |
});
|
js/mystickymenu-admin.js
CHANGED
@@ -1,91 +1,91 @@
|
|
1 |
-
(function( $ ) {
|
2 |
-
"use strict";
|
3 |
-
|
4 |
-
jQuery(document).ready(function($){
|
5 |
-
|
6 |
-
var handle = $( "#custom-handle" );
|
7 |
-
$( "#slider" ).slider({
|
8 |
-
create: function() {
|
9 |
-
handle.text( $( this ).slider( "value" ) );
|
10 |
-
handle.text( $('#myfixed_opacity').val() );
|
11 |
-
handle.css('left', $('#myfixed_opacity').val() + '%')
|
12 |
-
},
|
13 |
-
slide: function( event, ui ) {
|
14 |
-
$('#myfixed_opacity').val(ui.value);
|
15 |
-
handle.text( ui.value );
|
16 |
-
}
|
17 |
-
});
|
18 |
-
jQuery(
|
19 |
-
'<div class="pt_number"><div class="pt_numberbutton pt_numberup">+</div><div class="pt_numberbutton pt_numberdown">-</div></div>'
|
20 |
-
).insertAfter("input.mysticky-number1");
|
21 |
-
|
22 |
-
jQuery(".mystickynumber1").each(function() {
|
23 |
-
|
24 |
-
var spinner = jQuery(this),
|
25 |
-
input = spinner.find('input[type="number"]'),
|
26 |
-
btnUp = spinner.find(".pt_numberup"),
|
27 |
-
btnDown = spinner.find(".pt_numberdown"),
|
28 |
-
min = input.attr("min"),
|
29 |
-
max = input.attr("max"),
|
30 |
-
valOfAmout = input.val(),
|
31 |
-
newVal = 0;
|
32 |
-
|
33 |
-
btnUp.on("click", function() {
|
34 |
-
|
35 |
-
var oldValue = parseFloat(input.val());
|
36 |
-
|
37 |
-
if (oldValue >= max) {
|
38 |
-
var newVal = oldValue;
|
39 |
-
} else {
|
40 |
-
var newVal = oldValue + 1;
|
41 |
-
}
|
42 |
-
spinner.find("input").val(newVal);
|
43 |
-
spinner.find("input").trigger("change");
|
44 |
-
console.log(newVal);
|
45 |
-
});
|
46 |
-
btnDown.on("click", function() {
|
47 |
-
var oldValue = parseFloat(input.val());
|
48 |
-
if (oldValue <= min) {
|
49 |
-
var newVal = oldValue;
|
50 |
-
} else {
|
51 |
-
var newVal = oldValue - 1;
|
52 |
-
}
|
53 |
-
spinner.find("input").val(newVal);
|
54 |
-
spinner.find("input").trigger("change");
|
55 |
-
});
|
56 |
-
});
|
57 |
-
|
58 |
-
|
59 |
-
$(".confirm").on( 'click', function() {
|
60 |
-
return window.confirm("Reset to default settings?");
|
61 |
-
});
|
62 |
-
|
63 |
-
var flag = 0;
|
64 |
-
$( "#mystickymenu-select option" ).each(function( i ) {
|
65 |
-
|
66 |
-
if ($('select#mystickymenu-select option:selected').val() !== '' ) {
|
67 |
-
flag = 1;
|
68 |
-
}
|
69 |
-
if( $('select#mystickymenu-select option:selected').val() == $(this).val() ){
|
70 |
-
$('#mysticky_class_selector').show();
|
71 |
-
}else {
|
72 |
-
$('#mysticky_class_selector').hide();
|
73 |
-
}
|
74 |
-
});
|
75 |
-
if ( flag === 0 ) {
|
76 |
-
$('#mysticky_class_selector').show();
|
77 |
-
$("select#mystickymenu-select option[value=custom]").attr('selected', 'selected');
|
78 |
-
}
|
79 |
-
|
80 |
-
$("#mystickymenu-select").on( 'change', function() {
|
81 |
-
if ($(this).val() == 'custom' ) {
|
82 |
-
$('#mysticky_class_selector').show();
|
83 |
-
}else {
|
84 |
-
$('#mysticky_class_selector').hide();
|
85 |
-
}
|
86 |
-
|
87 |
-
});
|
88 |
-
|
89 |
-
});
|
90 |
-
|
91 |
})(jQuery);
|
1 |
+
(function( $ ) {
|
2 |
+
"use strict";
|
3 |
+
|
4 |
+
jQuery(document).ready(function($){
|
5 |
+
|
6 |
+
var handle = $( "#custom-handle" );
|
7 |
+
$( "#slider" ).slider({
|
8 |
+
create: function() {
|
9 |
+
handle.text( $( this ).slider( "value" ) );
|
10 |
+
handle.text( $('#myfixed_opacity').val() );
|
11 |
+
handle.css('left', $('#myfixed_opacity').val() + '%')
|
12 |
+
},
|
13 |
+
slide: function( event, ui ) {
|
14 |
+
$('#myfixed_opacity').val(ui.value);
|
15 |
+
handle.text( ui.value );
|
16 |
+
}
|
17 |
+
});
|
18 |
+
jQuery(
|
19 |
+
'<div class="pt_number"><div class="pt_numberbutton pt_numberup">+</div><div class="pt_numberbutton pt_numberdown">-</div></div>'
|
20 |
+
).insertAfter("input.mysticky-number1");
|
21 |
+
|
22 |
+
jQuery(".mystickynumber1").each(function() {
|
23 |
+
|
24 |
+
var spinner = jQuery(this),
|
25 |
+
input = spinner.find('input[type="number"]'),
|
26 |
+
btnUp = spinner.find(".pt_numberup"),
|
27 |
+
btnDown = spinner.find(".pt_numberdown"),
|
28 |
+
min = input.attr("min"),
|
29 |
+
max = input.attr("max"),
|
30 |
+
valOfAmout = input.val(),
|
31 |
+
newVal = 0;
|
32 |
+
|
33 |
+
btnUp.on("click", function() {
|
34 |
+
|
35 |
+
var oldValue = parseFloat(input.val());
|
36 |
+
|
37 |
+
if (oldValue >= max) {
|
38 |
+
var newVal = oldValue;
|
39 |
+
} else {
|
40 |
+
var newVal = oldValue + 1;
|
41 |
+
}
|
42 |
+
spinner.find("input").val(newVal);
|
43 |
+
spinner.find("input").trigger("change");
|
44 |
+
console.log(newVal);
|
45 |
+
});
|
46 |
+
btnDown.on("click", function() {
|
47 |
+
var oldValue = parseFloat(input.val());
|
48 |
+
if (oldValue <= min) {
|
49 |
+
var newVal = oldValue;
|
50 |
+
} else {
|
51 |
+
var newVal = oldValue - 1;
|
52 |
+
}
|
53 |
+
spinner.find("input").val(newVal);
|
54 |
+
spinner.find("input").trigger("change");
|
55 |
+
});
|
56 |
+
});
|
57 |
+
|
58 |
+
|
59 |
+
$(".confirm").on( 'click', function() {
|
60 |
+
return window.confirm("Reset to default settings?");
|
61 |
+
});
|
62 |
+
|
63 |
+
var flag = 0;
|
64 |
+
$( "#mystickymenu-select option" ).each(function( i ) {
|
65 |
+
|
66 |
+
if ($('select#mystickymenu-select option:selected').val() !== '' ) {
|
67 |
+
flag = 1;
|
68 |
+
}
|
69 |
+
if( $('select#mystickymenu-select option:selected').val() == $(this).val() ){
|
70 |
+
$('#mysticky_class_selector').show();
|
71 |
+
}else {
|
72 |
+
$('#mysticky_class_selector').hide();
|
73 |
+
}
|
74 |
+
});
|
75 |
+
if ( flag === 0 ) {
|
76 |
+
$('#mysticky_class_selector').show();
|
77 |
+
$("select#mystickymenu-select option[value=custom]").attr('selected', 'selected');
|
78 |
+
}
|
79 |
+
|
80 |
+
$("#mystickymenu-select").on( 'change', function() {
|
81 |
+
if ($(this).val() == 'custom' ) {
|
82 |
+
$('#mysticky_class_selector').show();
|
83 |
+
}else {
|
84 |
+
$('#mysticky_class_selector').hide();
|
85 |
+
}
|
86 |
+
|
87 |
+
});
|
88 |
+
|
89 |
+
});
|
90 |
+
|
91 |
})(jQuery);
|
js/mystickymenu.js
CHANGED
@@ -1,551 +1,551 @@
|
|
1 |
-
/*!
|
2 |
-
* myStickymenu by m.r.d.a
|
3 |
-
* v2.0.4
|
4 |
-
*/
|
5 |
-
|
6 |
-
(function( $ ) {
|
7 |
-
"use strict";
|
8 |
-
|
9 |
-
$(document).ready(function($){
|
10 |
-
|
11 |
-
if ( jQuery.browser.mobile && !option.device_mobile) {
|
12 |
-
return false;
|
13 |
-
} else if ( !jQuery.browser.mobile && !option.device_desktop) {
|
14 |
-
return false;
|
15 |
-
}
|
16 |
-
|
17 |
-
// get Sticky Class setting if class name existts
|
18 |
-
if ($(option.mystickyClass) [0]){
|
19 |
-
// Do nothing
|
20 |
-
}
|
21 |
-
else {
|
22 |
-
// Do something if class does not exist and stop
|
23 |
-
console.log("myStickymenu: Entered Sticky Class does not exist, change it in Dashboard / Settings / myStickymenu / Sticky Class. ");
|
24 |
-
return;
|
25 |
-
}
|
26 |
-
|
27 |
-
|
28 |
-
// Get class name
|
29 |
-
var mystickyClass = document.querySelector(option.mystickyClass);
|
30 |
-
|
31 |
-
// get disable at small screen size setting
|
32 |
-
var disableWidth = parseInt(option.disableWidth);
|
33 |
-
|
34 |
-
// get disable at large screen size setting
|
35 |
-
var disableLargeWidth = parseInt(option.disableLargeWidth);
|
36 |
-
|
37 |
-
// get body width
|
38 |
-
//var bodyWidth = parseInt(document.body.clientWidth);
|
39 |
-
|
40 |
-
// get transition effect (slide or fade)
|
41 |
-
var mystickyTransition = option.mystickyTransition;
|
42 |
-
|
43 |
-
// get activaton height setting
|
44 |
-
var activationHeight = parseInt(option.activationHeight);
|
45 |
-
|
46 |
-
// if is admin bar showing, needed for auto calc of activation height when admin bar is showing
|
47 |
-
var adminBar = option.adminBar;
|
48 |
-
|
49 |
-
// disable on scroll down
|
50 |
-
var mysticky_disable_down = option.mysticky_disable_down;
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
var viewportWidth;
|
56 |
-
|
57 |
-
|
58 |
-
function calcViewportWidth(e){
|
59 |
-
|
60 |
-
// Calculate actual viewport width
|
61 |
-
var e = window, a = 'inner';
|
62 |
-
|
63 |
-
if (!('innerWidth' in window )) {
|
64 |
-
a = 'client';
|
65 |
-
e = document.documentElement || document.body;
|
66 |
-
}
|
67 |
-
viewportWidth = e[ a+'Width' ];
|
68 |
-
|
69 |
-
|
70 |
-
}
|
71 |
-
|
72 |
-
|
73 |
-
calcViewportWidth();
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
var parentmysticky = mystickyClass.parentNode;
|
83 |
-
|
84 |
-
var wrappermysticky = document.createElement('div');
|
85 |
-
var position = 0;
|
86 |
-
for(var i = 0; i < parentmysticky.childNodes.length; i++) {
|
87 |
-
if(parentmysticky.childNodes[i] == mystickyClass) {
|
88 |
-
position = i;
|
89 |
-
break;
|
90 |
-
}
|
91 |
-
}
|
92 |
-
|
93 |
-
wrappermysticky.id = 'mysticky-wrap';
|
94 |
-
wrappermysticky.appendChild(mystickyClass);
|
95 |
-
parentmysticky.insertBefore(wrappermysticky, parentmysticky.childNodes[position]);
|
96 |
-
|
97 |
-
var parentnav = mystickyClass.parentNode;
|
98 |
-
var wrappernav = document.createElement('div');
|
99 |
-
wrappernav.id = 'mysticky-nav';
|
100 |
-
parentnav.replaceChild(wrappernav, mystickyClass);
|
101 |
-
wrappernav.appendChild(mystickyClass);
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
// get activation height from settings
|
107 |
-
if ( activationHeight == "0" ) {
|
108 |
-
var autoActivate = true;
|
109 |
-
}
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
var mydivHeight;
|
116 |
-
|
117 |
-
|
118 |
-
function initialDivHeight(){
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
// get initial element height of selected sticky class
|
123 |
-
mydivHeight = (mystickyClass.offsetHeight);
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
// when initial element have margin bottom - awaken example using #masthead class
|
128 |
-
|
129 |
-
if (parseInt($(mystickyClass).css("marginBottom")) > 0) {
|
130 |
-
|
131 |
-
// element have margin bottom, apply it to initial wrap
|
132 |
-
//$(mystickyClass).css("marginBottom").replace('px', '')
|
133 |
-
wrappermysticky.style.marginBottom = ($(mystickyClass).css("marginBottom"));
|
134 |
-
}
|
135 |
-
|
136 |
-
|
137 |
-
if (mydivHeight == "0") {
|
138 |
-
// something is wrong, wrapper cant be zero, if so content will jump while scroll. Awaken theme (for example) with .awaken-navigation-container class selected will use this part. Calculate height based on element children height
|
139 |
-
|
140 |
-
$(mystickyClass).children().filter(':visible').each(function(){
|
141 |
-
mydivHeight = $(this).outerHeight(true);
|
142 |
-
|
143 |
-
});
|
144 |
-
|
145 |
-
}
|
146 |
-
|
147 |
-
if (viewportWidth >= disableWidth) {
|
148 |
-
//wrappermysticky.style.height = mydivHeight + 'px';
|
149 |
-
}
|
150 |
-
}
|
151 |
-
|
152 |
-
initialDivHeight();
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
var myfixedHeight;
|
158 |
-
|
159 |
-
function fixedDivHeight(){
|
160 |
-
//if ( autoActivate == true ) {
|
161 |
-
|
162 |
-
// calculate element height while fixed
|
163 |
-
|
164 |
-
mystickyClass.classList.add('myfixed')
|
165 |
-
|
166 |
-
myfixedHeight = $(".myfixed").outerHeight();
|
167 |
-
|
168 |
-
if (myfixedHeight == "0") {
|
169 |
-
// something is wrong, wrapper cant be zero, try to calculate again with div children.
|
170 |
-
$(".myfixed").children().filter(':visible').each(function(){
|
171 |
-
myfixedHeight = $(this).outerHeight(true);
|
172 |
-
});
|
173 |
-
}
|
174 |
-
|
175 |
-
mystickyClass.classList.remove('myfixed');
|
176 |
-
|
177 |
-
//}
|
178 |
-
|
179 |
-
}
|
180 |
-
|
181 |
-
fixedDivHeight();
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
var adminBarHeight = 0;
|
187 |
-
|
188 |
-
function calcAdminBarHeight(){
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
if ((adminBar == "true" ) && (viewportWidth > 600)) {
|
194 |
-
|
195 |
-
if ($("#wpadminbar")[0]){
|
196 |
-
|
197 |
-
adminBarHeight = $('#wpadminbar').height();
|
198 |
-
|
199 |
-
} else {
|
200 |
-
|
201 |
-
adminBarHeight = 0;
|
202 |
-
|
203 |
-
}
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
} else {
|
208 |
-
|
209 |
-
adminBarHeight = 0;
|
210 |
-
}
|
211 |
-
|
212 |
-
|
213 |
-
//wrappernav.style.top = adminBarHeight + "px";
|
214 |
-
|
215 |
-
if (mystickyTransition == "on") {
|
216 |
-
|
217 |
-
wrappernav.style.top = "-" + myfixedHeight + "px";
|
218 |
-
//wrappernav.style.top = "-" + myfixedHeight + "px";
|
219 |
-
|
220 |
-
} else {
|
221 |
-
wrappernav.style.top = adminBarHeight + "px";
|
222 |
-
|
223 |
-
}
|
224 |
-
|
225 |
-
}
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
calcAdminBarHeight();
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
var mydivWidth;
|
237 |
-
|
238 |
-
|
239 |
-
function initialDivWidth(){
|
240 |
-
|
241 |
-
var rect = $(mystickyClass)[0].getBoundingClientRect();
|
242 |
-
mydivWidth = rect.width;
|
243 |
-
|
244 |
-
//var mydivWidth = ((mystickyClass.offsetWidth) + 'px');
|
245 |
-
//mystickyClass.style.width = mydivWidth + "px";
|
246 |
-
|
247 |
-
|
248 |
-
}
|
249 |
-
|
250 |
-
initialDivWidth();
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
var deactivationHeight = activationHeight;
|
256 |
-
|
257 |
-
function calcActivationHeight() {
|
258 |
-
|
259 |
-
// If activate height (Make visible on Scroll) is set to 0, automatic calculation will be used.
|
260 |
-
if ( autoActivate == true ) {
|
261 |
-
|
262 |
-
// Automatic calculation of activation and deactivation height (Make visible on Scroll is set to 0).
|
263 |
-
if (mystickyTransition == "on") {
|
264 |
-
// Slide effect is selected
|
265 |
-
//activationHeight = $(mystickyClass).offset().top + mystickyClass.offsetHeight - adminBarHeight;
|
266 |
-
activationHeight = $(mystickyClass).offset().top + mydivHeight - adminBarHeight;
|
267 |
-
deactivationHeight = $(mystickyClass).offset().top + mydivHeight - adminBarHeight;
|
268 |
-
//deactivationHeight = $(mystickyClass).offset().top - adminBarHeight;
|
269 |
-
|
270 |
-
if (mysticky_disable_down == "on") {
|
271 |
-
deactivationHeight = $(mystickyClass).offset().top - adminBarHeight;
|
272 |
-
|
273 |
-
}
|
274 |
-
|
275 |
-
}
|
276 |
-
|
277 |
-
if (mystickyTransition == "fade") {
|
278 |
-
|
279 |
-
if (mysticky_disable_down == "false") {
|
280 |
-
// Fade effect is selected
|
281 |
-
activationHeight = $(mystickyClass).offset().top - adminBarHeight;
|
282 |
-
|
283 |
-
deactivationHeight = $(mystickyClass).offset().top - adminBarHeight;
|
284 |
-
|
285 |
-
}
|
286 |
-
|
287 |
-
if (mysticky_disable_down == "on") {
|
288 |
-
|
289 |
-
// Fade effect is selected
|
290 |
-
activationHeight = $(mystickyClass).offset().top - adminBarHeight + mydivHeight;
|
291 |
-
deactivationHeight = $(mystickyClass).offset().top - adminBarHeight;
|
292 |
-
|
293 |
-
}
|
294 |
-
|
295 |
-
}
|
296 |
-
|
297 |
-
}
|
298 |
-
|
299 |
-
}
|
300 |
-
|
301 |
-
calcActivationHeight();
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
function headerDeactivateOnHeight() {
|
309 |
-
|
310 |
-
|
311 |
-
if ( autoActivate == true ) {
|
312 |
-
|
313 |
-
if ( mydivHeight > myfixedHeight ){
|
314 |
-
// Auto activate is true, Make visible on Scroll is set to 0, menu is probably header
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
if (mystickyTransition == "on") {
|
319 |
-
// slide effect is selected
|
320 |
-
deactivationHeight = activationHeight;
|
321 |
-
|
322 |
-
if (mysticky_disable_down == "on") {
|
323 |
-
deactivationHeight = activationHeight - myfixedHeight;
|
324 |
-
|
325 |
-
}
|
326 |
-
|
327 |
-
|
328 |
-
} else {
|
329 |
-
activationHeight = mydivHeight;
|
330 |
-
deactivationHeight = mydivHeight;
|
331 |
-
|
332 |
-
}
|
333 |
-
|
334 |
-
}
|
335 |
-
|
336 |
-
}
|
337 |
-
|
338 |
-
}
|
339 |
-
|
340 |
-
headerDeactivateOnHeight();
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
var hasScrollY = 'scrollY' in window;
|
345 |
-
var lastScrollTop = 0;
|
346 |
-
|
347 |
-
|
348 |
-
function onScroll(e) {
|
349 |
-
|
350 |
-
|
351 |
-
//initialDivHeight();
|
352 |
-
|
353 |
-
// if body width is larger than disable at small screen size setting
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
if (viewportWidth >= disableWidth) {
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
if ( disableLargeWidth == 0 || viewportWidth <= disableLargeWidth ) {
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
//if (mysticky_disable_down == "on") {
|
367 |
-
|
368 |
-
var y = hasScrollY ? window.scrollY : document.documentElement.scrollTop;
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
//var yScrollPosition = $(this).scrollTop();
|
373 |
-
|
374 |
-
|
375 |
-
// add up or down class to the element depending on scroll direction
|
376 |
-
if (0 <= y ) {
|
377 |
-
|
378 |
-
//var st = $(this).scrollTop();
|
379 |
-
|
380 |
-
|
381 |
-
if (y >= lastScrollTop){
|
382 |
-
|
383 |
-
// downscroll code
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
// add myfixed and wrapfixed class to selected fixed element while scroll down
|
389 |
-
y >= activationHeight ? mystickyClass.classList.add('myfixed') : "";
|
390 |
-
y >= activationHeight ? wrappernav.classList.add('wrapfixed') : "";
|
391 |
-
|
392 |
-
y >= activationHeight ? wrappermysticky.style.height = mydivHeight + 'px' : "";
|
393 |
-
y >= activationHeight ? mystickyClass.style.width = mydivWidth + "px" : "";
|
394 |
-
|
395 |
-
|
396 |
-
if (mystickyTransition == "on") {
|
397 |
-
|
398 |
-
if (mysticky_disable_down == "false") {
|
399 |
-
//y < activationHeight + (myfixedHeight + 250) - adminBarHeight ? wrappernav.style.top = "-" + myfixedHeight + "px" : '';
|
400 |
-
//wrappernav.style.top = "-" + myfixedHeight + "px"
|
401 |
-
y >= activationHeight + myfixedHeight - adminBarHeight ? wrappernav.style.top = adminBarHeight + "px" : wrappernav.style.top = "-" + myfixedHeight + "px";
|
402 |
-
|
403 |
-
}
|
404 |
-
|
405 |
-
if ( mydivHeight > myfixedHeight ){
|
406 |
-
// if it's header (guess)
|
407 |
-
|
408 |
-
if (mysticky_disable_down == "false") {
|
409 |
-
|
410 |
-
y < activationHeight + myfixedHeight ? wrappernav.style.top = "-" + mydivHeight + "px" : '';
|
411 |
-
y >= activationHeight + myfixedHeight ? wrappernav.style.top = adminBarHeight + "px" : '';
|
412 |
-
|
413 |
-
}
|
414 |
-
|
415 |
-
}
|
416 |
-
|
417 |
-
}
|
418 |
-
|
419 |
-
wrappernav.classList.add('down');
|
420 |
-
wrappernav.classList.remove('up');
|
421 |
-
|
422 |
-
|
423 |
-
if (mysticky_disable_down == "on") {
|
424 |
-
wrappernav.style.top = "-" + (mydivHeight + adminBarHeight ) + "px";
|
425 |
-
jQuery('#mysticky-nav ' + option.mystickyClass+'.elementor-sticky').hide();
|
426 |
-
//jQuery('#mysticky-nav ' + option.mystickyClass).css( 'top' , "-" + (mydivHeight + adminBarHeight ) + "px");
|
427 |
-
}
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
} else {
|
433 |
-
// upscroll code
|
434 |
-
|
435 |
-
|
436 |
-
var x = hasScrollY ? window.scrollY : document.documentElement.scrollTop;
|
437 |
-
//x > deactivationHeight ? '' : mystickyClass.classList.remove('myfixed') ;
|
438 |
-
//x > deactivationHeight ? '' : wrappernav.classList.remove('wrapfixed');
|
439 |
-
|
440 |
-
x > deactivationHeight ? "" : wrappermysticky.style.height = "";
|
441 |
-
x > deactivationHeight ? "" : mystickyClass.style.width = "";
|
442 |
-
|
443 |
-
if (mystickyTransition == "on") {
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
x > deactivationHeight ? '' : mystickyClass.classList.remove('myfixed') ;
|
448 |
-
x > deactivationHeight ? '' : wrappernav.classList.remove('wrapfixed');
|
449 |
-
|
450 |
-
if (mysticky_disable_down == "false") {
|
451 |
-
|
452 |
-
x < deactivationHeight + myfixedHeight + 200 - adminBarHeight ? wrappernav.style.top = "-" + myfixedHeight + "px" : '';
|
453 |
-
|
454 |
-
}
|
455 |
-
|
456 |
-
} else {
|
457 |
-
|
458 |
-
x > deactivationHeight ? "" : mystickyClass.classList.remove('myfixed') ;
|
459 |
-
x > deactivationHeight ? "" : wrappernav.classList.remove('wrapfixed');
|
460 |
-
|
461 |
-
|
462 |
-
}
|
463 |
-
|
464 |
-
|
465 |
-
wrappernav.classList.remove('down');
|
466 |
-
wrappernav.classList.add('up');
|
467 |
-
|
468 |
-
if (mysticky_disable_down == "on") {
|
469 |
-
wrappernav.style.top = adminBarHeight + "px";
|
470 |
-
jQuery('#mysticky-nav '+ option.mystickyClass).css( 'width' , mydivWidth + "px");
|
471 |
-
jQuery('#mysticky-nav ' + option.mystickyClass+'.elementor-sticky').show();
|
472 |
-
|
473 |
-
}
|
474 |
-
|
475 |
-
}
|
476 |
-
|
477 |
-
lastScrollTop = y;
|
478 |
-
|
479 |
-
} else {
|
480 |
-
//if (mysticky_disable_down == "on") {
|
481 |
-
wrappernav.classList.remove('up');
|
482 |
-
//}
|
483 |
-
}
|
484 |
-
|
485 |
-
|
486 |
-
} // if disableWidth is greater than zero
|
487 |
-
|
488 |
-
|
489 |
-
} // if disableLargeWidth is 0 or greater than zero
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
}
|
495 |
-
|
496 |
-
document.addEventListener('scroll', onScroll);
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
var width = $(window).width()
|
502 |
-
|
503 |
-
function OnResizeDocument () {
|
504 |
-
|
505 |
-
|
506 |
-
// don't recalculate on height change, only width
|
507 |
-
if($(window).width() != width ){
|
508 |
-
|
509 |
-
|
510 |
-
wrappernav.classList.remove('up');
|
511 |
-
wrappernav.classList.remove('down');
|
512 |
-
|
513 |
-
if ($(".wrapfixed")[0]){
|
514 |
-
// If class wrapfixed exists
|
515 |
-
// Remove myfixed and wrapfixed clases so we can calculate
|
516 |
-
mystickyClass.classList.remove('myfixed');
|
517 |
-
wrappernav.classList.remove('wrapfixed');
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
} else {
|
522 |
-
// Else class wrapfixed does not exists
|
523 |
-
initialDivHeight();
|
524 |
-
|
525 |
-
// Remove width
|
526 |
-
mystickyClass.style.removeProperty("width");
|
527 |
-
initialDivWidth();
|
528 |
-
|
529 |
-
}
|
530 |
-
calcViewportWidth();
|
531 |
-
calcAdminBarHeight();
|
532 |
-
fixedDivHeight();
|
533 |
-
calcActivationHeight();
|
534 |
-
headerDeactivateOnHeight();
|
535 |
-
|
536 |
-
}
|
537 |
-
|
538 |
-
}
|
539 |
-
|
540 |
-
window.addEventListener('resize', OnResizeDocument);
|
541 |
-
|
542 |
-
// need to test this, it should fire script on mobile orientation change, since onresize is somehow faulty in this case
|
543 |
-
window.addEventListener('orientationchange', OnResizeDocument);
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
});
|
549 |
-
|
550 |
-
|
551 |
})(jQuery);
|
1 |
+
/*!
|
2 |
+
* myStickymenu by m.r.d.a
|
3 |
+
* v2.0.4
|
4 |
+
*/
|
5 |
+
|
6 |
+
(function( $ ) {
|
7 |
+
"use strict";
|
8 |
+
|
9 |
+
$(document).ready(function($){
|
10 |
+
|
11 |
+
if ( jQuery.browser.mobile && !option.device_mobile) {
|
12 |
+
return false;
|
13 |
+
} else if ( !jQuery.browser.mobile && !option.device_desktop) {
|
14 |
+
return false;
|
15 |
+
}
|
16 |
+
|
17 |
+
// get Sticky Class setting if class name existts
|
18 |
+
if ($(option.mystickyClass) [0]){
|
19 |
+
// Do nothing
|
20 |
+
}
|
21 |
+
else {
|
22 |
+
// Do something if class does not exist and stop
|
23 |
+
console.log("myStickymenu: Entered Sticky Class does not exist, change it in Dashboard / Settings / myStickymenu / Sticky Class. ");
|
24 |
+
return;
|
25 |
+
}
|
26 |
+
|
27 |
+
|
28 |
+
// Get class name
|
29 |
+
var mystickyClass = document.querySelector(option.mystickyClass);
|
30 |
+
|
31 |
+
// get disable at small screen size setting
|
32 |
+
var disableWidth = parseInt(option.disableWidth);
|
33 |
+
|
34 |
+
// get disable at large screen size setting
|
35 |
+
var disableLargeWidth = parseInt(option.disableLargeWidth);
|
36 |
+
|
37 |
+
// get body width
|
38 |
+
//var bodyWidth = parseInt(document.body.clientWidth);
|
39 |
+
|
40 |
+
// get transition effect (slide or fade)
|
41 |
+
var mystickyTransition = option.mystickyTransition;
|
42 |
+
|
43 |
+
// get activaton height setting
|
44 |
+
var activationHeight = parseInt(option.activationHeight);
|
45 |
+
|
46 |
+
// if is admin bar showing, needed for auto calc of activation height when admin bar is showing
|
47 |
+
var adminBar = option.adminBar;
|
48 |
+
|
49 |
+
// disable on scroll down
|
50 |
+
var mysticky_disable_down = option.mysticky_disable_down;
|
51 |
+
|
52 |
+
|
53 |
+
|
54 |
+
|
55 |
+
var viewportWidth;
|
56 |
+
|
57 |
+
|
58 |
+
function calcViewportWidth(e){
|
59 |
+
|
60 |
+
// Calculate actual viewport width
|
61 |
+
var e = window, a = 'inner';
|
62 |
+
|
63 |
+
if (!('innerWidth' in window )) {
|
64 |
+
a = 'client';
|
65 |
+
e = document.documentElement || document.body;
|
66 |
+
}
|
67 |
+
viewportWidth = e[ a+'Width' ];
|
68 |
+
|
69 |
+
|
70 |
+
}
|
71 |
+
|
72 |
+
|
73 |
+
calcViewportWidth();
|
74 |
+
|
75 |
+
|
76 |
+
|
77 |
+
|
78 |
+
|
79 |
+
|
80 |
+
|
81 |
+
|
82 |
+
var parentmysticky = mystickyClass.parentNode;
|
83 |
+
|
84 |
+
var wrappermysticky = document.createElement('div');
|
85 |
+
var position = 0;
|
86 |
+
for(var i = 0; i < parentmysticky.childNodes.length; i++) {
|
87 |
+
if(parentmysticky.childNodes[i] == mystickyClass) {
|
88 |
+
position = i;
|
89 |
+
break;
|
90 |
+
}
|
91 |
+
}
|
92 |
+
|
93 |
+
wrappermysticky.id = 'mysticky-wrap';
|
94 |
+
wrappermysticky.appendChild(mystickyClass);
|
95 |
+
parentmysticky.insertBefore(wrappermysticky, parentmysticky.childNodes[position]);
|
96 |
+
|
97 |
+
var parentnav = mystickyClass.parentNode;
|
98 |
+
var wrappernav = document.createElement('div');
|
99 |
+
wrappernav.id = 'mysticky-nav';
|
100 |
+
parentnav.replaceChild(wrappernav, mystickyClass);
|
101 |
+
wrappernav.appendChild(mystickyClass);
|
102 |
+
|
103 |
+
|
104 |
+
|
105 |
+
|
106 |
+
// get activation height from settings
|
107 |
+
if ( activationHeight == "0" ) {
|
108 |
+
var autoActivate = true;
|
109 |
+
}
|
110 |
+
|
111 |
+
|
112 |
+
|
113 |
+
|
114 |
+
|
115 |
+
var mydivHeight;
|
116 |
+
|
117 |
+
|
118 |
+
function initialDivHeight(){
|
119 |
+
|
120 |
+
|
121 |
+
|
122 |
+
// get initial element height of selected sticky class
|
123 |
+
mydivHeight = (mystickyClass.offsetHeight);
|
124 |
+
|
125 |
+
|
126 |
+
|
127 |
+
// when initial element have margin bottom - awaken example using #masthead class
|
128 |
+
|
129 |
+
if (parseInt($(mystickyClass).css("marginBottom")) > 0) {
|
130 |
+
|
131 |
+
// element have margin bottom, apply it to initial wrap
|
132 |
+
//$(mystickyClass).css("marginBottom").replace('px', '')
|
133 |
+
wrappermysticky.style.marginBottom = ($(mystickyClass).css("marginBottom"));
|
134 |
+
}
|
135 |
+
|
136 |
+
|
137 |
+
if (mydivHeight == "0") {
|
138 |
+
// something is wrong, wrapper cant be zero, if so content will jump while scroll. Awaken theme (for example) with .awaken-navigation-container class selected will use this part. Calculate height based on element children height
|
139 |
+
|
140 |
+
$(mystickyClass).children().filter(':visible').each(function(){
|
141 |
+
mydivHeight = $(this).outerHeight(true);
|
142 |
+
|
143 |
+
});
|
144 |
+
|
145 |
+
}
|
146 |
+
|
147 |
+
if (viewportWidth >= disableWidth) {
|
148 |
+
//wrappermysticky.style.height = mydivHeight + 'px';
|
149 |
+
}
|
150 |
+
}
|
151 |
+
|
152 |
+
initialDivHeight();
|
153 |
+
|
154 |
+
|
155 |
+
|
156 |
+
|
157 |
+
var myfixedHeight;
|
158 |
+
|
159 |
+
function fixedDivHeight(){
|
160 |
+
//if ( autoActivate == true ) {
|
161 |
+
|
162 |
+
// calculate element height while fixed
|
163 |
+
|
164 |
+
mystickyClass.classList.add('myfixed')
|
165 |
+
|
166 |
+
myfixedHeight = $(".myfixed").outerHeight();
|
167 |
+
|
168 |
+
if (myfixedHeight == "0") {
|
169 |
+
// something is wrong, wrapper cant be zero, try to calculate again with div children.
|
170 |
+
$(".myfixed").children().filter(':visible').each(function(){
|
171 |
+
myfixedHeight = $(this).outerHeight(true);
|
172 |
+
});
|
173 |
+
}
|
174 |
+
|
175 |
+
mystickyClass.classList.remove('myfixed');
|
176 |
+
|
177 |
+
//}
|
178 |
+
|
179 |
+
}
|
180 |
+
|
181 |
+
fixedDivHeight();
|
182 |
+
|
183 |
+
|
184 |
+
|
185 |
+
|
186 |
+
var adminBarHeight = 0;
|
187 |
+
|
188 |
+
function calcAdminBarHeight(){
|
189 |
+
|
190 |
+
|
191 |
+
|
192 |
+
|
193 |
+
if ((adminBar == "true" ) && (viewportWidth > 600)) {
|
194 |
+
|
195 |
+
if ($("#wpadminbar")[0]){
|
196 |
+
|
197 |
+
adminBarHeight = $('#wpadminbar').height();
|
198 |
+
|
199 |
+
} else {
|
200 |
+
|
201 |
+
adminBarHeight = 0;
|
202 |
+
|
203 |
+
}
|
204 |
+
|
205 |
+
|
206 |
+
|
207 |
+
} else {
|
208 |
+
|
209 |
+
adminBarHeight = 0;
|
210 |
+
}
|
211 |
+
|
212 |
+
|
213 |
+
//wrappernav.style.top = adminBarHeight + "px";
|
214 |
+
|
215 |
+
if (mystickyTransition == "on") {
|
216 |
+
|
217 |
+
wrappernav.style.top = "-" + myfixedHeight + "px";
|
218 |
+
//wrappernav.style.top = "-" + myfixedHeight + "px";
|
219 |
+
|
220 |
+
} else {
|
221 |
+
wrappernav.style.top = adminBarHeight + "px";
|
222 |
+
|
223 |
+
}
|
224 |
+
|
225 |
+
}
|
226 |
+
|
227 |
+
|
228 |
+
|
229 |
+
calcAdminBarHeight();
|
230 |
+
|
231 |
+
|
232 |
+
|
233 |
+
|
234 |
+
|
235 |
+
|
236 |
+
var mydivWidth;
|
237 |
+
|
238 |
+
|
239 |
+
function initialDivWidth(){
|
240 |
+
|
241 |
+
var rect = $(mystickyClass)[0].getBoundingClientRect();
|
242 |
+
mydivWidth = rect.width;
|
243 |
+
|
244 |
+
//var mydivWidth = ((mystickyClass.offsetWidth) + 'px');
|
245 |
+
//mystickyClass.style.width = mydivWidth + "px";
|
246 |
+
|
247 |
+
|
248 |
+
}
|
249 |
+
|
250 |
+
initialDivWidth();
|
251 |
+
|
252 |
+
|
253 |
+
|
254 |
+
|
255 |
+
var deactivationHeight = activationHeight;
|
256 |
+
|
257 |
+
function calcActivationHeight() {
|
258 |
+
|
259 |
+
// If activate height (Make visible on Scroll) is set to 0, automatic calculation will be used.
|
260 |
+
if ( autoActivate == true ) {
|
261 |
+
|
262 |
+
// Automatic calculation of activation and deactivation height (Make visible on Scroll is set to 0).
|
263 |
+
if (mystickyTransition == "on") {
|
264 |
+
// Slide effect is selected
|
265 |
+
//activationHeight = $(mystickyClass).offset().top + mystickyClass.offsetHeight - adminBarHeight;
|
266 |
+
activationHeight = $(mystickyClass).offset().top + mydivHeight - adminBarHeight;
|
267 |
+
deactivationHeight = $(mystickyClass).offset().top + mydivHeight - adminBarHeight;
|
268 |
+
//deactivationHeight = $(mystickyClass).offset().top - adminBarHeight;
|
269 |
+
|
270 |
+
if (mysticky_disable_down == "on") {
|
271 |
+
deactivationHeight = $(mystickyClass).offset().top - adminBarHeight;
|
272 |
+
|
273 |
+
}
|
274 |
+
|
275 |
+
}
|
276 |
+
|
277 |
+
if (mystickyTransition == "fade") {
|
278 |
+
|
279 |
+
if (mysticky_disable_down == "false") {
|
280 |
+
// Fade effect is selected
|
281 |
+
activationHeight = $(mystickyClass).offset().top - adminBarHeight;
|
282 |
+
|
283 |
+
deactivationHeight = $(mystickyClass).offset().top - adminBarHeight;
|
284 |
+
|
285 |
+
}
|
286 |
+
|
287 |
+
if (mysticky_disable_down == "on") {
|
288 |
+
|
289 |
+
// Fade effect is selected
|
290 |
+
activationHeight = $(mystickyClass).offset().top - adminBarHeight + mydivHeight;
|
291 |
+
deactivationHeight = $(mystickyClass).offset().top - adminBarHeight;
|
292 |
+
|
293 |
+
}
|
294 |
+
|
295 |
+
}
|
296 |
+
|
297 |
+
}
|
298 |
+
|
299 |
+
}
|
300 |
+
|
301 |
+
calcActivationHeight();
|
302 |
+
|
303 |
+
|
304 |
+
|
305 |
+
|
306 |
+
|
307 |
+
|
308 |
+
function headerDeactivateOnHeight() {
|
309 |
+
|
310 |
+
|
311 |
+
if ( autoActivate == true ) {
|
312 |
+
|
313 |
+
if ( mydivHeight > myfixedHeight ){
|
314 |
+
// Auto activate is true, Make visible on Scroll is set to 0, menu is probably header
|
315 |
+
|
316 |
+
|
317 |
+
|
318 |
+
if (mystickyTransition == "on") {
|
319 |
+
// slide effect is selected
|
320 |
+
deactivationHeight = activationHeight;
|
321 |
+
|
322 |
+
if (mysticky_disable_down == "on") {
|
323 |
+
deactivationHeight = activationHeight - myfixedHeight;
|
324 |
+
|
325 |
+
}
|
326 |
+
|
327 |
+
|
328 |
+
} else {
|
329 |
+
activationHeight = mydivHeight;
|
330 |
+
deactivationHeight = mydivHeight;
|
331 |
+
|
332 |
+
}
|
333 |
+
|
334 |
+
}
|
335 |
+
|
336 |
+
}
|
337 |
+
|
338 |
+
}
|
339 |
+
|
340 |
+
headerDeactivateOnHeight();
|
341 |
+
|
342 |
+
|
343 |
+
|
344 |
+
var hasScrollY = 'scrollY' in window;
|
345 |
+
var lastScrollTop = 0;
|
346 |
+
|
347 |
+
|
348 |
+
function onScroll(e) {
|
349 |
+
|
350 |
+
|
351 |
+
//initialDivHeight();
|
352 |
+
|
353 |
+
// if body width is larger than disable at small screen size setting
|
354 |
+
|
355 |
+
|
356 |
+
|
357 |
+
|
358 |
+
if (viewportWidth >= disableWidth) {
|
359 |
+
|
360 |
+
|
361 |
+
|
362 |
+
if ( disableLargeWidth == 0 || viewportWidth <= disableLargeWidth ) {
|
363 |
+
|
364 |
+
|
365 |
+
|
366 |
+
//if (mysticky_disable_down == "on") {
|
367 |
+
|
368 |
+
var y = hasScrollY ? window.scrollY : document.documentElement.scrollTop;
|
369 |
+
|
370 |
+
|
371 |
+
|
372 |
+
//var yScrollPosition = $(this).scrollTop();
|
373 |
+
|
374 |
+
|
375 |
+
// add up or down class to the element depending on scroll direction
|
376 |
+
if (0 <= y ) {
|
377 |
+
|
378 |
+
//var st = $(this).scrollTop();
|
379 |
+
|
380 |
+
|
381 |
+
if (y >= lastScrollTop){
|
382 |
+
|
383 |
+
// downscroll code
|
384 |
+
|
385 |
+
|
386 |
+
|
387 |
+
|
388 |
+
// add myfixed and wrapfixed class to selected fixed element while scroll down
|
389 |
+
y >= activationHeight ? mystickyClass.classList.add('myfixed') : "";
|
390 |
+
y >= activationHeight ? wrappernav.classList.add('wrapfixed') : "";
|
391 |
+
|
392 |
+
y >= activationHeight ? wrappermysticky.style.height = mydivHeight + 'px' : "";
|
393 |
+
y >= activationHeight ? mystickyClass.style.width = mydivWidth + "px" : "";
|
394 |
+
|
395 |
+
|
396 |
+
if (mystickyTransition == "on") {
|
397 |
+
|
398 |
+
if (mysticky_disable_down == "false") {
|
399 |
+
//y < activationHeight + (myfixedHeight + 250) - adminBarHeight ? wrappernav.style.top = "-" + myfixedHeight + "px" : '';
|
400 |
+
//wrappernav.style.top = "-" + myfixedHeight + "px"
|
401 |
+
y >= activationHeight + myfixedHeight - adminBarHeight ? wrappernav.style.top = adminBarHeight + "px" : wrappernav.style.top = "-" + myfixedHeight + "px";
|
402 |
+
|
403 |
+
}
|
404 |
+
|
405 |
+
if ( mydivHeight > myfixedHeight ){
|
406 |
+
// if it's header (guess)
|
407 |
+
|
408 |
+
if (mysticky_disable_down == "false") {
|
409 |
+
|
410 |
+
y < activationHeight + myfixedHeight ? wrappernav.style.top = "-" + mydivHeight + "px" : '';
|
411 |
+
y >= activationHeight + myfixedHeight ? wrappernav.style.top = adminBarHeight + "px" : '';
|
412 |
+
|
413 |
+
}
|
414 |
+
|
415 |
+
}
|
416 |
+
|
417 |
+
}
|
418 |
+
|
419 |
+
wrappernav.classList.add('down');
|
420 |
+
wrappernav.classList.remove('up');
|
421 |
+
|
422 |
+
|
423 |
+
if (mysticky_disable_down == "on") {
|
424 |
+
wrappernav.style.top = "-" + (mydivHeight + adminBarHeight ) + "px";
|
425 |
+
jQuery('#mysticky-nav ' + option.mystickyClass+'.elementor-sticky').hide();
|
426 |
+
//jQuery('#mysticky-nav ' + option.mystickyClass).css( 'top' , "-" + (mydivHeight + adminBarHeight ) + "px");
|
427 |
+
}
|
428 |
+
|
429 |
+
|
430 |
+
|
431 |
+
|
432 |
+
} else {
|
433 |
+
// upscroll code
|
434 |
+
|
435 |
+
|
436 |
+
var x = hasScrollY ? window.scrollY : document.documentElement.scrollTop;
|
437 |
+
//x > deactivationHeight ? '' : mystickyClass.classList.remove('myfixed') ;
|
438 |
+
//x > deactivationHeight ? '' : wrappernav.classList.remove('wrapfixed');
|
439 |
+
|
440 |
+
x > deactivationHeight ? "" : wrappermysticky.style.height = "";
|
441 |
+
x > deactivationHeight ? "" : mystickyClass.style.width = "";
|
442 |
+
|
443 |
+
if (mystickyTransition == "on") {
|
444 |
+
|
445 |
+
|
446 |
+
|
447 |
+
x > deactivationHeight ? '' : mystickyClass.classList.remove('myfixed') ;
|
448 |
+
x > deactivationHeight ? '' : wrappernav.classList.remove('wrapfixed');
|
449 |
+
|
450 |
+
if (mysticky_disable_down == "false") {
|
451 |
+
|
452 |
+
x < deactivationHeight + myfixedHeight + 200 - adminBarHeight ? wrappernav.style.top = "-" + myfixedHeight + "px" : '';
|
453 |
+
|
454 |
+
}
|
455 |
+
|
456 |
+
} else {
|
457 |
+
|
458 |
+
x > deactivationHeight ? "" : mystickyClass.classList.remove('myfixed') ;
|
459 |
+
x > deactivationHeight ? "" : wrappernav.classList.remove('wrapfixed');
|
460 |
+
|
461 |
+
|
462 |
+
}
|
463 |
+
|
464 |
+
|
465 |
+
wrappernav.classList.remove('down');
|
466 |
+
wrappernav.classList.add('up');
|
467 |
+
|
468 |
+
if (mysticky_disable_down == "on") {
|
469 |
+
wrappernav.style.top = adminBarHeight + "px";
|
470 |
+
jQuery('#mysticky-nav '+ option.mystickyClass).css( 'width' , mydivWidth + "px");
|
471 |
+
jQuery('#mysticky-nav ' + option.mystickyClass+'.elementor-sticky').show();
|
472 |
+
|
473 |
+
}
|
474 |
+
|
475 |
+
}
|
476 |
+
|
477 |
+
lastScrollTop = y;
|
478 |
+
|
479 |
+
} else {
|
480 |
+
//if (mysticky_disable_down == "on") {
|
481 |
+
wrappernav.classList.remove('up');
|
482 |
+
//}
|
483 |
+
}
|
484 |
+
|
485 |
+
|
486 |
+
} // if disableWidth is greater than zero
|
487 |
+
|
488 |
+
|
489 |
+
} // if disableLargeWidth is 0 or greater than zero
|
490 |
+
|
491 |
+
|
492 |
+
|
493 |
+
|
494 |
+
}
|
495 |
+
|
496 |
+
document.addEventListener('scroll', onScroll);
|
497 |
+
|
498 |
+
|
499 |
+
|
500 |
+
|
501 |
+
var width = $(window).width()
|
502 |
+
|
503 |
+
function OnResizeDocument () {
|
504 |
+
|
505 |
+
|
506 |
+
// don't recalculate on height change, only width
|
507 |
+
if($(window).width() != width ){
|
508 |
+
|
509 |
+
|
510 |
+
wrappernav.classList.remove('up');
|
511 |
+
wrappernav.classList.remove('down');
|
512 |
+
|
513 |
+
if ($(".wrapfixed")[0]){
|
514 |
+
// If class wrapfixed exists
|
515 |
+
// Remove myfixed and wrapfixed clases so we can calculate
|
516 |
+
mystickyClass.classList.remove('myfixed');
|
517 |
+
wrappernav.classList.remove('wrapfixed');
|
518 |
+
|
519 |
+
|
520 |
+
|
521 |
+
} else {
|
522 |
+
// Else class wrapfixed does not exists
|
523 |
+
initialDivHeight();
|
524 |
+
|
525 |
+
// Remove width
|
526 |
+
mystickyClass.style.removeProperty("width");
|
527 |
+
initialDivWidth();
|
528 |
+
|
529 |
+
}
|
530 |
+
calcViewportWidth();
|
531 |
+
calcAdminBarHeight();
|
532 |
+
fixedDivHeight();
|
533 |
+
calcActivationHeight();
|
534 |
+
headerDeactivateOnHeight();
|
535 |
+
|
536 |
+
}
|
537 |
+
|
538 |
+
}
|
539 |
+
|
540 |
+
window.addEventListener('resize', OnResizeDocument);
|
541 |
+
|
542 |
+
// need to test this, it should fire script on mobile orientation change, since onresize is somehow faulty in this case
|
543 |
+
window.addEventListener('orientationchange', OnResizeDocument);
|
544 |
+
|
545 |
+
|
546 |
+
|
547 |
+
|
548 |
+
});
|
549 |
+
|
550 |
+
|
551 |
})(jQuery);
|
languages/mystickymenu-de_DE.po
CHANGED
@@ -1,239 +1,239 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: myStickymenu\n"
|
4 |
-
"POT-Creation-Date: 2017-09-15 08:39+0100\n"
|
5 |
-
"PO-Revision-Date: 2017-09-15 08:39+0100\n"
|
6 |
-
"Last-Translator: mrda <jahmirda@gmail.com>\n"
|
7 |
-
"Language-Team: Schelli <mail@schelli.eu>\n"
|
8 |
-
"Language: de_DE\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.5.7\n"
|
13 |
-
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
-
"X-Poedit-Basepath: .\n"
|
15 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-SearchPath-0: ..\n"
|
18 |
-
"X-Poedit-SearchPath-1: .\n"
|
19 |
-
|
20 |
-
#: ../mystickymenu.php:167
|
21 |
-
#, fuzzy
|
22 |
-
msgid "myStickymenu"
|
23 |
-
msgstr "myStickymenu Optionen"
|
24 |
-
|
25 |
-
#: ../mystickymenu.php:168
|
26 |
-
#, fuzzy
|
27 |
-
msgid ""
|
28 |
-
"Add sticky menu / header to any theme. <br />Simply change 'Sticky Class' to "
|
29 |
-
"HTML element class desired to be sticky (div id can be used as well)."
|
30 |
-
msgstr ""
|
31 |
-
"Füge deiner Seite ein optisch anspechendes und modernes \"Sticky Menü\" oder "
|
32 |
-
"einen \"Sticky Header\" hinzu. Das Plugin ist voreingestellt für das Theme "
|
33 |
-
"\"Twenty Thirteen\". <br />Um es mit anderen Themes zu nutzen, brauchst du "
|
34 |
-
"nur das Feld \"Sticky Klasse\" entsprechend anzupassen."
|
35 |
-
|
36 |
-
#: ../mystickymenu.php:271 ../mystickymenu.php:416 ../mystickymenu.php:422
|
37 |
-
#: ../mystickymenu.php:561
|
38 |
-
msgid " "
|
39 |
-
msgstr ""
|
40 |
-
|
41 |
-
#: ../mystickymenu.php:283
|
42 |
-
msgid "Sticky Class"
|
43 |
-
msgstr "Sticky Klasse"
|
44 |
-
|
45 |
-
#: ../mystickymenu.php:291
|
46 |
-
msgid "Fade or slide effect"
|
47 |
-
msgstr " Einblenden oder Hereingleiten"
|
48 |
-
|
49 |
-
#: ../mystickymenu.php:298
|
50 |
-
msgid "Sticky z-index"
|
51 |
-
msgstr "Sticky z-Index"
|
52 |
-
|
53 |
-
#: ../mystickymenu.php:305
|
54 |
-
msgid "Sticky Background Color"
|
55 |
-
msgstr "Sticky Hintergrundfarbe"
|
56 |
-
|
57 |
-
#: ../mystickymenu.php:312
|
58 |
-
msgid "Sticky Opacity"
|
59 |
-
msgstr "Deckkraft"
|
60 |
-
|
61 |
-
#: ../mystickymenu.php:319
|
62 |
-
msgid "Sticky Transition Time"
|
63 |
-
msgstr "Einblendegeschwindigkeit"
|
64 |
-
|
65 |
-
#: ../mystickymenu.php:326
|
66 |
-
msgid "Disable at Small Screen Sizes"
|
67 |
-
msgstr "Deaktivierung bei Bildschirmbreiten"
|
68 |
-
|
69 |
-
#: ../mystickymenu.php:333
|
70 |
-
msgid "Make visible on Scroll"
|
71 |
-
msgstr "Einblendung"
|
72 |
-
|
73 |
-
#: ../mystickymenu.php:340
|
74 |
-
msgid "Make visible on Scroll at homepage"
|
75 |
-
msgstr "Einblendung (Startseite)"
|
76 |
-
|
77 |
-
#: ../mystickymenu.php:349
|
78 |
-
#, fuzzy
|
79 |
-
msgid "Disable on scroll down"
|
80 |
-
msgstr "Einblendung"
|
81 |
-
|
82 |
-
#: ../mystickymenu.php:356
|
83 |
-
#, fuzzy
|
84 |
-
msgid "CSS style"
|
85 |
-
msgstr "Disable CSS style"
|
86 |
-
|
87 |
-
#: ../mystickymenu.php:363
|
88 |
-
msgid "Disable CSS style"
|
89 |
-
msgstr "Disable CSS style"
|
90 |
-
|
91 |
-
#: ../mystickymenu.php:373 ../mystickymenu.php:380 ../mystickymenu.php:386
|
92 |
-
#: ../mystickymenu.php:392 ../mystickymenu.php:398 ../mystickymenu.php:404
|
93 |
-
#: ../mystickymenu.php:410 ../mystickymenu.php:428
|
94 |
-
#, fuzzy
|
95 |
-
msgid "Disable at"
|
96 |
-
msgstr "Disable CSS style"
|
97 |
-
|
98 |
-
#: ../mystickymenu.php:570
|
99 |
-
#, fuzzy
|
100 |
-
msgid "menu or header element class or id."
|
101 |
-
msgstr ""
|
102 |
-
"Menü oder Header div-Klasse bzw. ID. (Für einige Themes findest du diese <a "
|
103 |
-
"href='http://wordpress.transformnews.com/tutorials/mystickymenu-theme-"
|
104 |
-
"support-682'>hier</a>.)"
|
105 |
-
|
106 |
-
#: ../mystickymenu.php:596
|
107 |
-
msgid "numbers 1-100."
|
108 |
-
msgstr "Ein Wert zwischen 1 und 100"
|
109 |
-
|
110 |
-
#: ../mystickymenu.php:606
|
111 |
-
msgid "in seconds."
|
112 |
-
msgstr "in Sekunden"
|
113 |
-
|
114 |
-
#: ../mystickymenu.php:615
|
115 |
-
msgid "less than"
|
116 |
-
msgstr "kleiner als"
|
117 |
-
|
118 |
-
#: ../mystickymenu.php:620
|
119 |
-
msgid "px width, 0 to disable."
|
120 |
-
msgstr "Pixel (Keine Deaktivierung: 0)"
|
121 |
-
|
122 |
-
#: ../mystickymenu.php:629 ../mystickymenu.php:643
|
123 |
-
msgid "after"
|
124 |
-
msgstr "nach "
|
125 |
-
|
126 |
-
#: ../mystickymenu.php:634
|
127 |
-
msgid "px. If set to 0 auto calculate will be used."
|
128 |
-
msgstr ""
|
129 |
-
|
130 |
-
#: ../mystickymenu.php:648
|
131 |
-
msgid "px. If set to 0 it will use initial Make visible on Scroll value."
|
132 |
-
msgstr ""
|
133 |
-
|
134 |
-
#: ../mystickymenu.php:659
|
135 |
-
msgid "Checked is slide, unchecked is fade."
|
136 |
-
msgstr "Aktiviert = Hereingleiten, Deaktiviert = Einblenden"
|
137 |
-
|
138 |
-
#: ../mystickymenu.php:667
|
139 |
-
msgid "Disable sticky menu at scroll down"
|
140 |
-
msgstr ""
|
141 |
-
|
142 |
-
#: ../mystickymenu.php:680
|
143 |
-
#, fuzzy
|
144 |
-
msgid "Add/edit CSS style. Leave it blank for default style."
|
145 |
-
msgstr ""
|
146 |
-
"Ändere oder ergänze den CSS-Code um den Stil des \"Sticky Menü\" anzupassen."
|
147 |
-
|
148 |
-
#: ../mystickymenu.php:688
|
149 |
-
#, fuzzy
|
150 |
-
msgid "If you want to change sticky hover color: "
|
151 |
-
msgstr ""
|
152 |
-
"Um die Farbe des \"Sticky Menü\" beim Mouseover (hover) zu ändern ergänze "
|
153 |
-
"den voreingestellten Stil um folgenden Code:<br />"
|
154 |
-
|
155 |
-
#: ../mystickymenu.php:690
|
156 |
-
msgid ""
|
157 |
-
"More examples <a href='http://wordpress.transformnews.com/tutorials/"
|
158 |
-
"mystickymenu-extended-style-functionality-using-myfixed-sticky-"
|
159 |
-
"class-403'>here</a>."
|
160 |
-
msgstr ""
|
161 |
-
"Mehr Beispiele findest du <a href='http://wordpress.transformnews.com/"
|
162 |
-
"tutorials/mystickymenu-extended-style-functionality-using-myfixed-sticky-"
|
163 |
-
"class-403'>hier</a>."
|
164 |
-
|
165 |
-
#: ../mystickymenu.php:701
|
166 |
-
msgid "Use this option if you plan to include CSS Style manually"
|
167 |
-
msgstr "Use this option if you plan to include CSS Style manually"
|
168 |
-
|
169 |
-
#: ../mystickymenu.php:720
|
170 |
-
msgid "<span>front page </span>"
|
171 |
-
msgstr ""
|
172 |
-
|
173 |
-
#: ../mystickymenu.php:726
|
174 |
-
msgid "<span>blog page </span>"
|
175 |
-
msgstr ""
|
176 |
-
|
177 |
-
#: ../mystickymenu.php:732
|
178 |
-
msgid "<span>pages </span>"
|
179 |
-
msgstr ""
|
180 |
-
|
181 |
-
#: ../mystickymenu.php:738
|
182 |
-
msgid "<span>tags </span>"
|
183 |
-
msgstr ""
|
184 |
-
|
185 |
-
#: ../mystickymenu.php:744
|
186 |
-
msgid "<span>categories </span>"
|
187 |
-
msgstr ""
|
188 |
-
|
189 |
-
#: ../mystickymenu.php:750
|
190 |
-
msgid "<span>posts </span>"
|
191 |
-
msgstr ""
|
192 |
-
|
193 |
-
#: ../mystickymenu.php:756
|
194 |
-
msgid "<span>archives </span>"
|
195 |
-
msgstr ""
|
196 |
-
|
197 |
-
#: ../mystickymenu.php:763
|
198 |
-
msgid "<span>search </span>"
|
199 |
-
msgstr ""
|
200 |
-
|
201 |
-
#: ../mystickymenu.php:773
|
202 |
-
msgid "<span class=\"\">Except for this pages: </span>"
|
203 |
-
msgstr ""
|
204 |
-
|
205 |
-
#: ../mystickymenu.php:780
|
206 |
-
msgid ""
|
207 |
-
"<span class=\"description\">Comma separated list of pages to enable. It "
|
208 |
-
"should be page name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
209 |
-
"blank if you realy want to disable sticky sidebar for all pages.</span>"
|
210 |
-
msgstr ""
|
211 |
-
|
212 |
-
#: ../mystickymenu.php:787
|
213 |
-
msgid "<span class=\"\">Except for this posts: </span>"
|
214 |
-
msgstr ""
|
215 |
-
|
216 |
-
#: ../mystickymenu.php:794
|
217 |
-
msgid ""
|
218 |
-
"<span class=\"description\">Comma separated list of posts to enable. It "
|
219 |
-
"should be post name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
220 |
-
"blank if you realy want to disable sticky sidebar for all posts.</span>"
|
221 |
-
msgstr ""
|
222 |
-
|
223 |
-
#~ msgid "myStickymenu Settings"
|
224 |
-
#~ msgstr "myStickymenu Einstellungen"
|
225 |
-
|
226 |
-
#~ msgid ".myfixed css class"
|
227 |
-
#~ msgstr ".myfixed CSS-Klasse"
|
228 |
-
|
229 |
-
#~ msgid "px."
|
230 |
-
#~ msgstr "px."
|
231 |
-
|
232 |
-
#~ msgid "Default style: "
|
233 |
-
#~ msgstr "Voreingestellter Stil:<br />"
|
234 |
-
|
235 |
-
#~ msgid "px. (scroll)"
|
236 |
-
#~ msgstr "Pixeln (scrollen)"
|
237 |
-
|
238 |
-
#~ msgid "mymessage2"
|
239 |
-
#~ msgstr "Bye"
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: myStickymenu\n"
|
4 |
+
"POT-Creation-Date: 2017-09-15 08:39+0100\n"
|
5 |
+
"PO-Revision-Date: 2017-09-15 08:39+0100\n"
|
6 |
+
"Last-Translator: mrda <jahmirda@gmail.com>\n"
|
7 |
+
"Language-Team: Schelli <mail@schelli.eu>\n"
|
8 |
+
"Language: de_DE\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.7\n"
|
13 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
+
"X-Poedit-Basepath: .\n"
|
15 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-SearchPath-0: ..\n"
|
18 |
+
"X-Poedit-SearchPath-1: .\n"
|
19 |
+
|
20 |
+
#: ../mystickymenu.php:167
|
21 |
+
#, fuzzy
|
22 |
+
msgid "myStickymenu"
|
23 |
+
msgstr "myStickymenu Optionen"
|
24 |
+
|
25 |
+
#: ../mystickymenu.php:168
|
26 |
+
#, fuzzy
|
27 |
+
msgid ""
|
28 |
+
"Add sticky menu / header to any theme. <br />Simply change 'Sticky Class' to "
|
29 |
+
"HTML element class desired to be sticky (div id can be used as well)."
|
30 |
+
msgstr ""
|
31 |
+
"Füge deiner Seite ein optisch anspechendes und modernes \"Sticky Menü\" oder "
|
32 |
+
"einen \"Sticky Header\" hinzu. Das Plugin ist voreingestellt für das Theme "
|
33 |
+
"\"Twenty Thirteen\". <br />Um es mit anderen Themes zu nutzen, brauchst du "
|
34 |
+
"nur das Feld \"Sticky Klasse\" entsprechend anzupassen."
|
35 |
+
|
36 |
+
#: ../mystickymenu.php:271 ../mystickymenu.php:416 ../mystickymenu.php:422
|
37 |
+
#: ../mystickymenu.php:561
|
38 |
+
msgid " "
|
39 |
+
msgstr ""
|
40 |
+
|
41 |
+
#: ../mystickymenu.php:283
|
42 |
+
msgid "Sticky Class"
|
43 |
+
msgstr "Sticky Klasse"
|
44 |
+
|
45 |
+
#: ../mystickymenu.php:291
|
46 |
+
msgid "Fade or slide effect"
|
47 |
+
msgstr " Einblenden oder Hereingleiten"
|
48 |
+
|
49 |
+
#: ../mystickymenu.php:298
|
50 |
+
msgid "Sticky z-index"
|
51 |
+
msgstr "Sticky z-Index"
|
52 |
+
|
53 |
+
#: ../mystickymenu.php:305
|
54 |
+
msgid "Sticky Background Color"
|
55 |
+
msgstr "Sticky Hintergrundfarbe"
|
56 |
+
|
57 |
+
#: ../mystickymenu.php:312
|
58 |
+
msgid "Sticky Opacity"
|
59 |
+
msgstr "Deckkraft"
|
60 |
+
|
61 |
+
#: ../mystickymenu.php:319
|
62 |
+
msgid "Sticky Transition Time"
|
63 |
+
msgstr "Einblendegeschwindigkeit"
|
64 |
+
|
65 |
+
#: ../mystickymenu.php:326
|
66 |
+
msgid "Disable at Small Screen Sizes"
|
67 |
+
msgstr "Deaktivierung bei Bildschirmbreiten"
|
68 |
+
|
69 |
+
#: ../mystickymenu.php:333
|
70 |
+
msgid "Make visible on Scroll"
|
71 |
+
msgstr "Einblendung"
|
72 |
+
|
73 |
+
#: ../mystickymenu.php:340
|
74 |
+
msgid "Make visible on Scroll at homepage"
|
75 |
+
msgstr "Einblendung (Startseite)"
|
76 |
+
|
77 |
+
#: ../mystickymenu.php:349
|
78 |
+
#, fuzzy
|
79 |
+
msgid "Disable on scroll down"
|
80 |
+
msgstr "Einblendung"
|
81 |
+
|
82 |
+
#: ../mystickymenu.php:356
|
83 |
+
#, fuzzy
|
84 |
+
msgid "CSS style"
|
85 |
+
msgstr "Disable CSS style"
|
86 |
+
|
87 |
+
#: ../mystickymenu.php:363
|
88 |
+
msgid "Disable CSS style"
|
89 |
+
msgstr "Disable CSS style"
|
90 |
+
|
91 |
+
#: ../mystickymenu.php:373 ../mystickymenu.php:380 ../mystickymenu.php:386
|
92 |
+
#: ../mystickymenu.php:392 ../mystickymenu.php:398 ../mystickymenu.php:404
|
93 |
+
#: ../mystickymenu.php:410 ../mystickymenu.php:428
|
94 |
+
#, fuzzy
|
95 |
+
msgid "Disable at"
|
96 |
+
msgstr "Disable CSS style"
|
97 |
+
|
98 |
+
#: ../mystickymenu.php:570
|
99 |
+
#, fuzzy
|
100 |
+
msgid "menu or header element class or id."
|
101 |
+
msgstr ""
|
102 |
+
"Menü oder Header div-Klasse bzw. ID. (Für einige Themes findest du diese <a "
|
103 |
+
"href='http://wordpress.transformnews.com/tutorials/mystickymenu-theme-"
|
104 |
+
"support-682'>hier</a>.)"
|
105 |
+
|
106 |
+
#: ../mystickymenu.php:596
|
107 |
+
msgid "numbers 1-100."
|
108 |
+
msgstr "Ein Wert zwischen 1 und 100"
|
109 |
+
|
110 |
+
#: ../mystickymenu.php:606
|
111 |
+
msgid "in seconds."
|
112 |
+
msgstr "in Sekunden"
|
113 |
+
|
114 |
+
#: ../mystickymenu.php:615
|
115 |
+
msgid "less than"
|
116 |
+
msgstr "kleiner als"
|
117 |
+
|
118 |
+
#: ../mystickymenu.php:620
|
119 |
+
msgid "px width, 0 to disable."
|
120 |
+
msgstr "Pixel (Keine Deaktivierung: 0)"
|
121 |
+
|
122 |
+
#: ../mystickymenu.php:629 ../mystickymenu.php:643
|
123 |
+
msgid "after"
|
124 |
+
msgstr "nach "
|
125 |
+
|
126 |
+
#: ../mystickymenu.php:634
|
127 |
+
msgid "px. If set to 0 auto calculate will be used."
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: ../mystickymenu.php:648
|
131 |
+
msgid "px. If set to 0 it will use initial Make visible on Scroll value."
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: ../mystickymenu.php:659
|
135 |
+
msgid "Checked is slide, unchecked is fade."
|
136 |
+
msgstr "Aktiviert = Hereingleiten, Deaktiviert = Einblenden"
|
137 |
+
|
138 |
+
#: ../mystickymenu.php:667
|
139 |
+
msgid "Disable sticky menu at scroll down"
|
140 |
+
msgstr ""
|
141 |
+
|
142 |
+
#: ../mystickymenu.php:680
|
143 |
+
#, fuzzy
|
144 |
+
msgid "Add/edit CSS style. Leave it blank for default style."
|
145 |
+
msgstr ""
|
146 |
+
"Ändere oder ergänze den CSS-Code um den Stil des \"Sticky Menü\" anzupassen."
|
147 |
+
|
148 |
+
#: ../mystickymenu.php:688
|
149 |
+
#, fuzzy
|
150 |
+
msgid "If you want to change sticky hover color: "
|
151 |
+
msgstr ""
|
152 |
+
"Um die Farbe des \"Sticky Menü\" beim Mouseover (hover) zu ändern ergänze "
|
153 |
+
"den voreingestellten Stil um folgenden Code:<br />"
|
154 |
+
|
155 |
+
#: ../mystickymenu.php:690
|
156 |
+
msgid ""
|
157 |
+
"More examples <a href='http://wordpress.transformnews.com/tutorials/"
|
158 |
+
"mystickymenu-extended-style-functionality-using-myfixed-sticky-"
|
159 |
+
"class-403'>here</a>."
|
160 |
+
msgstr ""
|
161 |
+
"Mehr Beispiele findest du <a href='http://wordpress.transformnews.com/"
|
162 |
+
"tutorials/mystickymenu-extended-style-functionality-using-myfixed-sticky-"
|
163 |
+
"class-403'>hier</a>."
|
164 |
+
|
165 |
+
#: ../mystickymenu.php:701
|
166 |
+
msgid "Use this option if you plan to include CSS Style manually"
|
167 |
+
msgstr "Use this option if you plan to include CSS Style manually"
|
168 |
+
|
169 |
+
#: ../mystickymenu.php:720
|
170 |
+
msgid "<span>front page </span>"
|
171 |
+
msgstr ""
|
172 |
+
|
173 |
+
#: ../mystickymenu.php:726
|
174 |
+
msgid "<span>blog page </span>"
|
175 |
+
msgstr ""
|
176 |
+
|
177 |
+
#: ../mystickymenu.php:732
|
178 |
+
msgid "<span>pages </span>"
|
179 |
+
msgstr ""
|
180 |
+
|
181 |
+
#: ../mystickymenu.php:738
|
182 |
+
msgid "<span>tags </span>"
|
183 |
+
msgstr ""
|
184 |
+
|
185 |
+
#: ../mystickymenu.php:744
|
186 |
+
msgid "<span>categories </span>"
|
187 |
+
msgstr ""
|
188 |
+
|
189 |
+
#: ../mystickymenu.php:750
|
190 |
+
msgid "<span>posts </span>"
|
191 |
+
msgstr ""
|
192 |
+
|
193 |
+
#: ../mystickymenu.php:756
|
194 |
+
msgid "<span>archives </span>"
|
195 |
+
msgstr ""
|
196 |
+
|
197 |
+
#: ../mystickymenu.php:763
|
198 |
+
msgid "<span>search </span>"
|
199 |
+
msgstr ""
|
200 |
+
|
201 |
+
#: ../mystickymenu.php:773
|
202 |
+
msgid "<span class=\"\">Except for this pages: </span>"
|
203 |
+
msgstr ""
|
204 |
+
|
205 |
+
#: ../mystickymenu.php:780
|
206 |
+
msgid ""
|
207 |
+
"<span class=\"description\">Comma separated list of pages to enable. It "
|
208 |
+
"should be page name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
209 |
+
"blank if you realy want to disable sticky sidebar for all pages.</span>"
|
210 |
+
msgstr ""
|
211 |
+
|
212 |
+
#: ../mystickymenu.php:787
|
213 |
+
msgid "<span class=\"\">Except for this posts: </span>"
|
214 |
+
msgstr ""
|
215 |
+
|
216 |
+
#: ../mystickymenu.php:794
|
217 |
+
msgid ""
|
218 |
+
"<span class=\"description\">Comma separated list of posts to enable. It "
|
219 |
+
"should be post name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
220 |
+
"blank if you realy want to disable sticky sidebar for all posts.</span>"
|
221 |
+
msgstr ""
|
222 |
+
|
223 |
+
#~ msgid "myStickymenu Settings"
|
224 |
+
#~ msgstr "myStickymenu Einstellungen"
|
225 |
+
|
226 |
+
#~ msgid ".myfixed css class"
|
227 |
+
#~ msgstr ".myfixed CSS-Klasse"
|
228 |
+
|
229 |
+
#~ msgid "px."
|
230 |
+
#~ msgstr "px."
|
231 |
+
|
232 |
+
#~ msgid "Default style: "
|
233 |
+
#~ msgstr "Voreingestellter Stil:<br />"
|
234 |
+
|
235 |
+
#~ msgid "px. (scroll)"
|
236 |
+
#~ msgstr "Pixeln (scrollen)"
|
237 |
+
|
238 |
+
#~ msgid "mymessage2"
|
239 |
+
#~ msgstr "Bye"
|
languages/mystickymenu-es_ES.po
CHANGED
@@ -1,237 +1,237 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: myStickymenu\n"
|
4 |
-
"POT-Creation-Date: 2017-09-15 08:39+0100\n"
|
5 |
-
"PO-Revision-Date: 2017-09-15 08:39+0100\n"
|
6 |
-
"Last-Translator: mrda <jahmirda@gmail.com>\n"
|
7 |
-
"Language-Team: TFN <jahmirda@gmail.com>\n"
|
8 |
-
"Language: English\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.5.7\n"
|
13 |
-
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
-
"X-Poedit-Basepath: .\n"
|
15 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-SearchPath-0: ..\n"
|
18 |
-
"X-Poedit-SearchPath-1: .\n"
|
19 |
-
|
20 |
-
#: ../mystickymenu.php:167
|
21 |
-
#, fuzzy
|
22 |
-
msgid "myStickymenu"
|
23 |
-
msgstr " Opciones de myStickymenu "
|
24 |
-
|
25 |
-
#: ../mystickymenu.php:168
|
26 |
-
#, fuzzy
|
27 |
-
msgid ""
|
28 |
-
"Add sticky menu / header to any theme. <br />Simply change 'Sticky Class' to "
|
29 |
-
"HTML element class desired to be sticky (div id can be used as well)."
|
30 |
-
msgstr ""
|
31 |
-
"Adiciona agradable menú o encabezado moderno a cualquier tema. Por defecto "
|
32 |
-
"trabaja con el tema Twenty Thirteen. <br/> Para otros temas cambie 'Sticky "
|
33 |
-
"Class' a la clase div que se quiere poner como sticky (el id del div puede "
|
34 |
-
"ser usado también)."
|
35 |
-
|
36 |
-
#: ../mystickymenu.php:271 ../mystickymenu.php:416 ../mystickymenu.php:422
|
37 |
-
#: ../mystickymenu.php:561
|
38 |
-
msgid " "
|
39 |
-
msgstr ""
|
40 |
-
|
41 |
-
#: ../mystickymenu.php:283
|
42 |
-
msgid "Sticky Class"
|
43 |
-
msgstr " Clase de Sticky "
|
44 |
-
|
45 |
-
#: ../mystickymenu.php:291
|
46 |
-
msgid "Fade or slide effect"
|
47 |
-
msgstr " Atenuar o deslizar efecto"
|
48 |
-
|
49 |
-
#: ../mystickymenu.php:298
|
50 |
-
msgid "Sticky z-index"
|
51 |
-
msgstr " z-index de Sticky "
|
52 |
-
|
53 |
-
#: ../mystickymenu.php:305
|
54 |
-
msgid "Sticky Background Color"
|
55 |
-
msgstr " Color de Fondo de Sticky "
|
56 |
-
|
57 |
-
#: ../mystickymenu.php:312
|
58 |
-
msgid "Sticky Opacity"
|
59 |
-
msgstr " Opacidad de Sticky "
|
60 |
-
|
61 |
-
#: ../mystickymenu.php:319
|
62 |
-
msgid "Sticky Transition Time"
|
63 |
-
msgstr " Tiempo de Transición de Sticky "
|
64 |
-
|
65 |
-
#: ../mystickymenu.php:326
|
66 |
-
msgid "Disable at Small Screen Sizes"
|
67 |
-
msgstr " Desabilitado en Tamaños Pequeños en la Pantalla"
|
68 |
-
|
69 |
-
#: ../mystickymenu.php:333
|
70 |
-
msgid "Make visible on Scroll"
|
71 |
-
msgstr " Hacer visible cuando se hace scroll"
|
72 |
-
|
73 |
-
#: ../mystickymenu.php:340
|
74 |
-
msgid "Make visible on Scroll at homepage"
|
75 |
-
msgstr " Hacer visible cuando se hace scroll on homepage"
|
76 |
-
|
77 |
-
#: ../mystickymenu.php:349
|
78 |
-
#, fuzzy
|
79 |
-
msgid "Disable on scroll down"
|
80 |
-
msgstr " Hacer visible cuando se hace scroll"
|
81 |
-
|
82 |
-
#: ../mystickymenu.php:356
|
83 |
-
#, fuzzy
|
84 |
-
msgid "CSS style"
|
85 |
-
msgstr "Disable CSS style"
|
86 |
-
|
87 |
-
#: ../mystickymenu.php:363
|
88 |
-
msgid "Disable CSS style"
|
89 |
-
msgstr "Disable CSS style"
|
90 |
-
|
91 |
-
#: ../mystickymenu.php:373 ../mystickymenu.php:380 ../mystickymenu.php:386
|
92 |
-
#: ../mystickymenu.php:392 ../mystickymenu.php:398 ../mystickymenu.php:404
|
93 |
-
#: ../mystickymenu.php:410 ../mystickymenu.php:428
|
94 |
-
#, fuzzy
|
95 |
-
msgid "Disable at"
|
96 |
-
msgstr "Disable CSS style"
|
97 |
-
|
98 |
-
#: ../mystickymenu.php:570
|
99 |
-
#, fuzzy
|
100 |
-
msgid "menu or header element class or id."
|
101 |
-
msgstr "clase o id del div del menú o encabezado."
|
102 |
-
|
103 |
-
#: ../mystickymenu.php:596
|
104 |
-
msgid "numbers 1-100."
|
105 |
-
msgstr " números 1-100."
|
106 |
-
|
107 |
-
#: ../mystickymenu.php:606
|
108 |
-
msgid "in seconds."
|
109 |
-
msgstr "en cuestión de segundos."
|
110 |
-
|
111 |
-
#: ../mystickymenu.php:615
|
112 |
-
msgid "less than"
|
113 |
-
msgstr "menos que"
|
114 |
-
|
115 |
-
#: ../mystickymenu.php:620
|
116 |
-
msgid "px width, 0 to disable."
|
117 |
-
msgstr "ancho px, 0 para desactivarlo."
|
118 |
-
|
119 |
-
#: ../mystickymenu.php:629 ../mystickymenu.php:643
|
120 |
-
msgid "after"
|
121 |
-
msgstr "después"
|
122 |
-
|
123 |
-
#: ../mystickymenu.php:634
|
124 |
-
msgid "px. If set to 0 auto calculate will be used."
|
125 |
-
msgstr ""
|
126 |
-
|
127 |
-
#: ../mystickymenu.php:648
|
128 |
-
msgid "px. If set to 0 it will use initial Make visible on Scroll value."
|
129 |
-
msgstr ""
|
130 |
-
|
131 |
-
#: ../mystickymenu.php:659
|
132 |
-
msgid "Checked is slide, unchecked is fade."
|
133 |
-
msgstr "Checked es deslizar, sin control se desvanecen."
|
134 |
-
|
135 |
-
#: ../mystickymenu.php:667
|
136 |
-
msgid "Disable sticky menu at scroll down"
|
137 |
-
msgstr ""
|
138 |
-
|
139 |
-
#: ../mystickymenu.php:680
|
140 |
-
#, fuzzy
|
141 |
-
msgid "Add/edit CSS style. Leave it blank for default style."
|
142 |
-
msgstr ""
|
143 |
-
"Agregar / Editar. Myfixed clase CSS para cambiar el estilo de menú pegajoso. "
|
144 |
-
"Déjelo en blanco para el estilo predeterminado."
|
145 |
-
|
146 |
-
#: ../mystickymenu.php:688
|
147 |
-
#, fuzzy
|
148 |
-
msgid "If you want to change sticky hover color: "
|
149 |
-
msgstr ""
|
150 |
-
"Si desea cambiar el color libración pegajosa primero añadir estilo por "
|
151 |
-
"defecto y que:"
|
152 |
-
|
153 |
-
#: ../mystickymenu.php:690
|
154 |
-
msgid ""
|
155 |
-
"More examples <a href='http://wordpress.transformnews.com/tutorials/"
|
156 |
-
"mystickymenu-extended-style-functionality-using-myfixed-sticky-"
|
157 |
-
"class-403'>here</a>."
|
158 |
-
msgstr ""
|
159 |
-
"Más ejemplos <unas href='http://wordpress.transformnews.com/tutorials/"
|
160 |
-
"mystickymenu-extended-style-functionality-using-myfixed-sticky-"
|
161 |
-
"class-403'>here</a>."
|
162 |
-
|
163 |
-
#: ../mystickymenu.php:701
|
164 |
-
msgid "Use this option if you plan to include CSS Style manually"
|
165 |
-
msgstr "Use this option if you plan to include CSS Style manually"
|
166 |
-
|
167 |
-
#: ../mystickymenu.php:720
|
168 |
-
msgid "<span>front page </span>"
|
169 |
-
msgstr ""
|
170 |
-
|
171 |
-
#: ../mystickymenu.php:726
|
172 |
-
msgid "<span>blog page </span>"
|
173 |
-
msgstr ""
|
174 |
-
|
175 |
-
#: ../mystickymenu.php:732
|
176 |
-
msgid "<span>pages </span>"
|
177 |
-
msgstr ""
|
178 |
-
|
179 |
-
#: ../mystickymenu.php:738
|
180 |
-
msgid "<span>tags </span>"
|
181 |
-
msgstr ""
|
182 |
-
|
183 |
-
#: ../mystickymenu.php:744
|
184 |
-
msgid "<span>categories </span>"
|
185 |
-
msgstr ""
|
186 |
-
|
187 |
-
#: ../mystickymenu.php:750
|
188 |
-
msgid "<span>posts </span>"
|
189 |
-
msgstr ""
|
190 |
-
|
191 |
-
#: ../mystickymenu.php:756
|
192 |
-
msgid "<span>archives </span>"
|
193 |
-
msgstr ""
|
194 |
-
|
195 |
-
#: ../mystickymenu.php:763
|
196 |
-
msgid "<span>search </span>"
|
197 |
-
msgstr ""
|
198 |
-
|
199 |
-
#: ../mystickymenu.php:773
|
200 |
-
msgid "<span class=\"\">Except for this pages: </span>"
|
201 |
-
msgstr ""
|
202 |
-
|
203 |
-
#: ../mystickymenu.php:780
|
204 |
-
msgid ""
|
205 |
-
"<span class=\"description\">Comma separated list of pages to enable. It "
|
206 |
-
"should be page name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
207 |
-
"blank if you realy want to disable sticky sidebar for all pages.</span>"
|
208 |
-
msgstr ""
|
209 |
-
|
210 |
-
#: ../mystickymenu.php:787
|
211 |
-
msgid "<span class=\"\">Except for this posts: </span>"
|
212 |
-
msgstr ""
|
213 |
-
|
214 |
-
#: ../mystickymenu.php:794
|
215 |
-
msgid ""
|
216 |
-
"<span class=\"description\">Comma separated list of posts to enable. It "
|
217 |
-
"should be post name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
218 |
-
"blank if you realy want to disable sticky sidebar for all posts.</span>"
|
219 |
-
msgstr ""
|
220 |
-
|
221 |
-
#~ msgid "myStickymenu Settings"
|
222 |
-
#~ msgstr " Configuraciones de myStickymenu "
|
223 |
-
|
224 |
-
#~ msgid ".myfixed css class"
|
225 |
-
#~ msgstr ".myfixed css class"
|
226 |
-
|
227 |
-
#~ msgid "px."
|
228 |
-
#~ msgstr "px."
|
229 |
-
|
230 |
-
#~ msgid "Default style: "
|
231 |
-
#~ msgstr "Estilo por defecto:"
|
232 |
-
|
233 |
-
#~ msgid "px. (scroll)"
|
234 |
-
#~ msgstr "px. (scroll)"
|
235 |
-
|
236 |
-
#~ msgid "mymessage2"
|
237 |
-
#~ msgstr "Bye"
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: myStickymenu\n"
|
4 |
+
"POT-Creation-Date: 2017-09-15 08:39+0100\n"
|
5 |
+
"PO-Revision-Date: 2017-09-15 08:39+0100\n"
|
6 |
+
"Last-Translator: mrda <jahmirda@gmail.com>\n"
|
7 |
+
"Language-Team: TFN <jahmirda@gmail.com>\n"
|
8 |
+
"Language: English\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.7\n"
|
13 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
+
"X-Poedit-Basepath: .\n"
|
15 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-SearchPath-0: ..\n"
|
18 |
+
"X-Poedit-SearchPath-1: .\n"
|
19 |
+
|
20 |
+
#: ../mystickymenu.php:167
|
21 |
+
#, fuzzy
|
22 |
+
msgid "myStickymenu"
|
23 |
+
msgstr " Opciones de myStickymenu "
|
24 |
+
|
25 |
+
#: ../mystickymenu.php:168
|
26 |
+
#, fuzzy
|
27 |
+
msgid ""
|
28 |
+
"Add sticky menu / header to any theme. <br />Simply change 'Sticky Class' to "
|
29 |
+
"HTML element class desired to be sticky (div id can be used as well)."
|
30 |
+
msgstr ""
|
31 |
+
"Adiciona agradable menú o encabezado moderno a cualquier tema. Por defecto "
|
32 |
+
"trabaja con el tema Twenty Thirteen. <br/> Para otros temas cambie 'Sticky "
|
33 |
+
"Class' a la clase div que se quiere poner como sticky (el id del div puede "
|
34 |
+
"ser usado también)."
|
35 |
+
|
36 |
+
#: ../mystickymenu.php:271 ../mystickymenu.php:416 ../mystickymenu.php:422
|
37 |
+
#: ../mystickymenu.php:561
|
38 |
+
msgid " "
|
39 |
+
msgstr ""
|
40 |
+
|
41 |
+
#: ../mystickymenu.php:283
|
42 |
+
msgid "Sticky Class"
|
43 |
+
msgstr " Clase de Sticky "
|
44 |
+
|
45 |
+
#: ../mystickymenu.php:291
|
46 |
+
msgid "Fade or slide effect"
|
47 |
+
msgstr " Atenuar o deslizar efecto"
|
48 |
+
|
49 |
+
#: ../mystickymenu.php:298
|
50 |
+
msgid "Sticky z-index"
|
51 |
+
msgstr " z-index de Sticky "
|
52 |
+
|
53 |
+
#: ../mystickymenu.php:305
|
54 |
+
msgid "Sticky Background Color"
|
55 |
+
msgstr " Color de Fondo de Sticky "
|
56 |
+
|
57 |
+
#: ../mystickymenu.php:312
|
58 |
+
msgid "Sticky Opacity"
|
59 |
+
msgstr " Opacidad de Sticky "
|
60 |
+
|
61 |
+
#: ../mystickymenu.php:319
|
62 |
+
msgid "Sticky Transition Time"
|
63 |
+
msgstr " Tiempo de Transición de Sticky "
|
64 |
+
|
65 |
+
#: ../mystickymenu.php:326
|
66 |
+
msgid "Disable at Small Screen Sizes"
|
67 |
+
msgstr " Desabilitado en Tamaños Pequeños en la Pantalla"
|
68 |
+
|
69 |
+
#: ../mystickymenu.php:333
|
70 |
+
msgid "Make visible on Scroll"
|
71 |
+
msgstr " Hacer visible cuando se hace scroll"
|
72 |
+
|
73 |
+
#: ../mystickymenu.php:340
|
74 |
+
msgid "Make visible on Scroll at homepage"
|
75 |
+
msgstr " Hacer visible cuando se hace scroll on homepage"
|
76 |
+
|
77 |
+
#: ../mystickymenu.php:349
|
78 |
+
#, fuzzy
|
79 |
+
msgid "Disable on scroll down"
|
80 |
+
msgstr " Hacer visible cuando se hace scroll"
|
81 |
+
|
82 |
+
#: ../mystickymenu.php:356
|
83 |
+
#, fuzzy
|
84 |
+
msgid "CSS style"
|
85 |
+
msgstr "Disable CSS style"
|
86 |
+
|
87 |
+
#: ../mystickymenu.php:363
|
88 |
+
msgid "Disable CSS style"
|
89 |
+
msgstr "Disable CSS style"
|
90 |
+
|
91 |
+
#: ../mystickymenu.php:373 ../mystickymenu.php:380 ../mystickymenu.php:386
|
92 |
+
#: ../mystickymenu.php:392 ../mystickymenu.php:398 ../mystickymenu.php:404
|
93 |
+
#: ../mystickymenu.php:410 ../mystickymenu.php:428
|
94 |
+
#, fuzzy
|
95 |
+
msgid "Disable at"
|
96 |
+
msgstr "Disable CSS style"
|
97 |
+
|
98 |
+
#: ../mystickymenu.php:570
|
99 |
+
#, fuzzy
|
100 |
+
msgid "menu or header element class or id."
|
101 |
+
msgstr "clase o id del div del menú o encabezado."
|
102 |
+
|
103 |
+
#: ../mystickymenu.php:596
|
104 |
+
msgid "numbers 1-100."
|
105 |
+
msgstr " números 1-100."
|
106 |
+
|
107 |
+
#: ../mystickymenu.php:606
|
108 |
+
msgid "in seconds."
|
109 |
+
msgstr "en cuestión de segundos."
|
110 |
+
|
111 |
+
#: ../mystickymenu.php:615
|
112 |
+
msgid "less than"
|
113 |
+
msgstr "menos que"
|
114 |
+
|
115 |
+
#: ../mystickymenu.php:620
|
116 |
+
msgid "px width, 0 to disable."
|
117 |
+
msgstr "ancho px, 0 para desactivarlo."
|
118 |
+
|
119 |
+
#: ../mystickymenu.php:629 ../mystickymenu.php:643
|
120 |
+
msgid "after"
|
121 |
+
msgstr "después"
|
122 |
+
|
123 |
+
#: ../mystickymenu.php:634
|
124 |
+
msgid "px. If set to 0 auto calculate will be used."
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#: ../mystickymenu.php:648
|
128 |
+
msgid "px. If set to 0 it will use initial Make visible on Scroll value."
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: ../mystickymenu.php:659
|
132 |
+
msgid "Checked is slide, unchecked is fade."
|
133 |
+
msgstr "Checked es deslizar, sin control se desvanecen."
|
134 |
+
|
135 |
+
#: ../mystickymenu.php:667
|
136 |
+
msgid "Disable sticky menu at scroll down"
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: ../mystickymenu.php:680
|
140 |
+
#, fuzzy
|
141 |
+
msgid "Add/edit CSS style. Leave it blank for default style."
|
142 |
+
msgstr ""
|
143 |
+
"Agregar / Editar. Myfixed clase CSS para cambiar el estilo de menú pegajoso. "
|
144 |
+
"Déjelo en blanco para el estilo predeterminado."
|
145 |
+
|
146 |
+
#: ../mystickymenu.php:688
|
147 |
+
#, fuzzy
|
148 |
+
msgid "If you want to change sticky hover color: "
|
149 |
+
msgstr ""
|
150 |
+
"Si desea cambiar el color libración pegajosa primero añadir estilo por "
|
151 |
+
"defecto y que:"
|
152 |
+
|
153 |
+
#: ../mystickymenu.php:690
|
154 |
+
msgid ""
|
155 |
+
"More examples <a href='http://wordpress.transformnews.com/tutorials/"
|
156 |
+
"mystickymenu-extended-style-functionality-using-myfixed-sticky-"
|
157 |
+
"class-403'>here</a>."
|
158 |
+
msgstr ""
|
159 |
+
"Más ejemplos <unas href='http://wordpress.transformnews.com/tutorials/"
|
160 |
+
"mystickymenu-extended-style-functionality-using-myfixed-sticky-"
|
161 |
+
"class-403'>here</a>."
|
162 |
+
|
163 |
+
#: ../mystickymenu.php:701
|
164 |
+
msgid "Use this option if you plan to include CSS Style manually"
|
165 |
+
msgstr "Use this option if you plan to include CSS Style manually"
|
166 |
+
|
167 |
+
#: ../mystickymenu.php:720
|
168 |
+
msgid "<span>front page </span>"
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: ../mystickymenu.php:726
|
172 |
+
msgid "<span>blog page </span>"
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: ../mystickymenu.php:732
|
176 |
+
msgid "<span>pages </span>"
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: ../mystickymenu.php:738
|
180 |
+
msgid "<span>tags </span>"
|
181 |
+
msgstr ""
|
182 |
+
|
183 |
+
#: ../mystickymenu.php:744
|
184 |
+
msgid "<span>categories </span>"
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: ../mystickymenu.php:750
|
188 |
+
msgid "<span>posts </span>"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: ../mystickymenu.php:756
|
192 |
+
msgid "<span>archives </span>"
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: ../mystickymenu.php:763
|
196 |
+
msgid "<span>search </span>"
|
197 |
+
msgstr ""
|
198 |
+
|
199 |
+
#: ../mystickymenu.php:773
|
200 |
+
msgid "<span class=\"\">Except for this pages: </span>"
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
+
#: ../mystickymenu.php:780
|
204 |
+
msgid ""
|
205 |
+
"<span class=\"description\">Comma separated list of pages to enable. It "
|
206 |
+
"should be page name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
207 |
+
"blank if you realy want to disable sticky sidebar for all pages.</span>"
|
208 |
+
msgstr ""
|
209 |
+
|
210 |
+
#: ../mystickymenu.php:787
|
211 |
+
msgid "<span class=\"\">Except for this posts: </span>"
|
212 |
+
msgstr ""
|
213 |
+
|
214 |
+
#: ../mystickymenu.php:794
|
215 |
+
msgid ""
|
216 |
+
"<span class=\"description\">Comma separated list of posts to enable. It "
|
217 |
+
"should be post name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
218 |
+
"blank if you realy want to disable sticky sidebar for all posts.</span>"
|
219 |
+
msgstr ""
|
220 |
+
|
221 |
+
#~ msgid "myStickymenu Settings"
|
222 |
+
#~ msgstr " Configuraciones de myStickymenu "
|
223 |
+
|
224 |
+
#~ msgid ".myfixed css class"
|
225 |
+
#~ msgstr ".myfixed css class"
|
226 |
+
|
227 |
+
#~ msgid "px."
|
228 |
+
#~ msgstr "px."
|
229 |
+
|
230 |
+
#~ msgid "Default style: "
|
231 |
+
#~ msgstr "Estilo por defecto:"
|
232 |
+
|
233 |
+
#~ msgid "px. (scroll)"
|
234 |
+
#~ msgstr "px. (scroll)"
|
235 |
+
|
236 |
+
#~ msgid "mymessage2"
|
237 |
+
#~ msgstr "Bye"
|
languages/mystickymenu-hr_HR.po
CHANGED
@@ -1,241 +1,241 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: myStickymenu\n"
|
4 |
-
"POT-Creation-Date: 2017-09-15 08:38+0100\n"
|
5 |
-
"PO-Revision-Date: 2017-09-15 08:38+0100\n"
|
6 |
-
"Last-Translator: mrda <jahmirda@gmail.com>\n"
|
7 |
-
"Language-Team: \n"
|
8 |
-
"Language: Croatian\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.5.7\n"
|
13 |
-
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
-
"X-Poedit-Basepath: .\n"
|
15 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-SearchPath-0: ..\n"
|
18 |
-
"X-Poedit-SearchPath-1: .\n"
|
19 |
-
|
20 |
-
#: ../mystickymenu.php:167
|
21 |
-
#, fuzzy
|
22 |
-
msgid "myStickymenu"
|
23 |
-
msgstr "myStickymenu Opcije"
|
24 |
-
|
25 |
-
#: ../mystickymenu.php:168
|
26 |
-
#, fuzzy
|
27 |
-
msgid ""
|
28 |
-
"Add sticky menu / header to any theme. <br />Simply change 'Sticky Class' to "
|
29 |
-
"HTML element class desired to be sticky (div id can be used as well)."
|
30 |
-
msgstr ""
|
31 |
-
"Dodajte moderan 'sticky' izbornik ili zaglavlje bilo kojem predlošku (temi). "
|
32 |
-
"Zadane postavke rade na Twenty Thirteen temi. Za ostale teme promijenite "
|
33 |
-
"'Sticky klasu' u css klasu vašeg izbornika. Takodjer možete koristiti i css "
|
34 |
-
"ID."
|
35 |
-
|
36 |
-
#: ../mystickymenu.php:271 ../mystickymenu.php:416 ../mystickymenu.php:422
|
37 |
-
#: ../mystickymenu.php:561
|
38 |
-
msgid " "
|
39 |
-
msgstr ""
|
40 |
-
|
41 |
-
#: ../mystickymenu.php:283
|
42 |
-
msgid "Sticky Class"
|
43 |
-
msgstr "Sticky klasa"
|
44 |
-
|
45 |
-
#: ../mystickymenu.php:291
|
46 |
-
msgid "Fade or slide effect"
|
47 |
-
msgstr "Fade ili Slide efekt"
|
48 |
-
|
49 |
-
#: ../mystickymenu.php:298
|
50 |
-
msgid "Sticky z-index"
|
51 |
-
msgstr "Sticky z-index"
|
52 |
-
|
53 |
-
#: ../mystickymenu.php:305
|
54 |
-
msgid "Sticky Background Color"
|
55 |
-
msgstr "Sticky pozadinska boja"
|
56 |
-
|
57 |
-
#: ../mystickymenu.php:312
|
58 |
-
msgid "Sticky Opacity"
|
59 |
-
msgstr "Sticky prozirnost"
|
60 |
-
|
61 |
-
#: ../mystickymenu.php:319
|
62 |
-
msgid "Sticky Transition Time"
|
63 |
-
msgstr "Sticky vrijeme tranzicije"
|
64 |
-
|
65 |
-
#: ../mystickymenu.php:326
|
66 |
-
msgid "Disable at Small Screen Sizes"
|
67 |
-
msgstr "Onemogući na malim ekranima"
|
68 |
-
|
69 |
-
#: ../mystickymenu.php:333
|
70 |
-
msgid "Make visible on Scroll"
|
71 |
-
msgstr "Učini izbornik vidljivim"
|
72 |
-
|
73 |
-
#: ../mystickymenu.php:340
|
74 |
-
msgid "Make visible on Scroll at homepage"
|
75 |
-
msgstr "Učini izbornik vidljivim na početnoj stranici"
|
76 |
-
|
77 |
-
#: ../mystickymenu.php:349
|
78 |
-
#, fuzzy
|
79 |
-
msgid "Disable on scroll down"
|
80 |
-
msgstr "Učini izbornik vidljivim"
|
81 |
-
|
82 |
-
#: ../mystickymenu.php:356
|
83 |
-
#, fuzzy
|
84 |
-
msgid "CSS style"
|
85 |
-
msgstr "Onemogući CSS"
|
86 |
-
|
87 |
-
#: ../mystickymenu.php:363
|
88 |
-
msgid "Disable CSS style"
|
89 |
-
msgstr "Onemogući CSS"
|
90 |
-
|
91 |
-
#: ../mystickymenu.php:373 ../mystickymenu.php:380 ../mystickymenu.php:386
|
92 |
-
#: ../mystickymenu.php:392 ../mystickymenu.php:398 ../mystickymenu.php:404
|
93 |
-
#: ../mystickymenu.php:410 ../mystickymenu.php:428
|
94 |
-
#, fuzzy
|
95 |
-
msgid "Disable at"
|
96 |
-
msgstr "Onemogući CSS"
|
97 |
-
|
98 |
-
#: ../mystickymenu.php:570
|
99 |
-
#, fuzzy
|
100 |
-
msgid "menu or header element class or id."
|
101 |
-
msgstr "menu ili header css div klasa ili id."
|
102 |
-
|
103 |
-
#: ../mystickymenu.php:596
|
104 |
-
msgid "numbers 1-100."
|
105 |
-
msgstr "brojevi 1-100"
|
106 |
-
|
107 |
-
#: ../mystickymenu.php:606
|
108 |
-
msgid "in seconds."
|
109 |
-
msgstr "u sekundama"
|
110 |
-
|
111 |
-
#: ../mystickymenu.php:615
|
112 |
-
msgid "less than"
|
113 |
-
msgstr "manjim od"
|
114 |
-
|
115 |
-
#: ../mystickymenu.php:620
|
116 |
-
msgid "px width, 0 to disable."
|
117 |
-
msgstr "px širine. 0 da biste onemogućili opciju."
|
118 |
-
|
119 |
-
#: ../mystickymenu.php:629 ../mystickymenu.php:643
|
120 |
-
msgid "after"
|
121 |
-
msgstr "nakon"
|
122 |
-
|
123 |
-
#: ../mystickymenu.php:634
|
124 |
-
msgid "px. If set to 0 auto calculate will be used."
|
125 |
-
msgstr ""
|
126 |
-
|
127 |
-
#: ../mystickymenu.php:648
|
128 |
-
msgid "px. If set to 0 it will use initial Make visible on Scroll value."
|
129 |
-
msgstr ""
|
130 |
-
|
131 |
-
#: ../mystickymenu.php:659
|
132 |
-
msgid "Checked is slide, unchecked is fade."
|
133 |
-
msgstr "Označeno je slide, neoznačeno je fade"
|
134 |
-
|
135 |
-
#: ../mystickymenu.php:667
|
136 |
-
msgid "Disable sticky menu at scroll down"
|
137 |
-
msgstr ""
|
138 |
-
|
139 |
-
#: ../mystickymenu.php:680
|
140 |
-
#, fuzzy
|
141 |
-
msgid "Add/edit CSS style. Leave it blank for default style."
|
142 |
-
msgstr ""
|
143 |
-
"Dodajte ili izmijenite .myfixed css klasu. Ostavite prazno za zadani stil."
|
144 |
-
|
145 |
-
#: ../mystickymenu.php:688
|
146 |
-
#, fuzzy
|
147 |
-
msgid "If you want to change sticky hover color: "
|
148 |
-
msgstr ""
|
149 |
-
"npr. ako želite promijeniti sticky hover boju, nakon zadanog stila dodajte: "
|
150 |
-
|
151 |
-
#: ../mystickymenu.php:690
|
152 |
-
msgid ""
|
153 |
-
"More examples <a href='http://wordpress.transformnews.com/tutorials/"
|
154 |
-
"mystickymenu-extended-style-functionality-using-myfixed-sticky-"
|
155 |
-
"class-403'>here</a>."
|
156 |
-
msgstr ""
|
157 |
-
"Više primjera <a href='http://wordpress.transformnews.com/tutorials/"
|
158 |
-
"mystickymenu-extended-style-functionality-using-myfixed-sticky-"
|
159 |
-
"class-403'>ovdje</a>."
|
160 |
-
|
161 |
-
#: ../mystickymenu.php:701
|
162 |
-
msgid "Use this option if you plan to include CSS Style manually"
|
163 |
-
msgstr "Koristiti ukoliko želite dodati CSS ručno"
|
164 |
-
|
165 |
-
#: ../mystickymenu.php:720
|
166 |
-
msgid "<span>front page </span>"
|
167 |
-
msgstr ""
|
168 |
-
|
169 |
-
#: ../mystickymenu.php:726
|
170 |
-
msgid "<span>blog page </span>"
|
171 |
-
msgstr ""
|
172 |
-
|
173 |
-
#: ../mystickymenu.php:732
|
174 |
-
msgid "<span>pages </span>"
|
175 |
-
msgstr ""
|
176 |
-
|
177 |
-
#: ../mystickymenu.php:738
|
178 |
-
msgid "<span>tags </span>"
|
179 |
-
msgstr ""
|
180 |
-
|
181 |
-
#: ../mystickymenu.php:744
|
182 |
-
msgid "<span>categories </span>"
|
183 |
-
msgstr ""
|
184 |
-
|
185 |
-
#: ../mystickymenu.php:750
|
186 |
-
msgid "<span>posts </span>"
|
187 |
-
msgstr ""
|
188 |
-
|
189 |
-
#: ../mystickymenu.php:756
|
190 |
-
msgid "<span>archives </span>"
|
191 |
-
msgstr ""
|
192 |
-
|
193 |
-
#: ../mystickymenu.php:763
|
194 |
-
msgid "<span>search </span>"
|
195 |
-
msgstr ""
|
196 |
-
|
197 |
-
#: ../mystickymenu.php:773
|
198 |
-
msgid "<span class=\"\">Except for this pages: </span>"
|
199 |
-
msgstr ""
|
200 |
-
|
201 |
-
#: ../mystickymenu.php:780
|
202 |
-
msgid ""
|
203 |
-
"<span class=\"description\">Comma separated list of pages to enable. It "
|
204 |
-
"should be page name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
205 |
-
"blank if you realy want to disable sticky sidebar for all pages.</span>"
|
206 |
-
msgstr ""
|
207 |
-
|
208 |
-
#: ../mystickymenu.php:787
|
209 |
-
msgid "<span class=\"\">Except for this posts: </span>"
|
210 |
-
msgstr ""
|
211 |
-
|
212 |
-
#: ../mystickymenu.php:794
|
213 |
-
msgid ""
|
214 |
-
"<span class=\"description\">Comma separated list of posts to enable. It "
|
215 |
-
"should be post name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
216 |
-
"blank if you realy want to disable sticky sidebar for all posts.</span>"
|
217 |
-
msgstr ""
|
218 |
-
|
219 |
-
#~ msgid "myStickymenu Settings"
|
220 |
-
#~ msgstr "myStickymenu Postavke"
|
221 |
-
|
222 |
-
#~ msgid ".myfixed css class"
|
223 |
-
#~ msgstr ".myfixed css klasa"
|
224 |
-
|
225 |
-
#~ msgid "px."
|
226 |
-
#~ msgstr "px."
|
227 |
-
|
228 |
-
#~ msgid "Default style: "
|
229 |
-
#~ msgstr "Zadani stil: "
|
230 |
-
|
231 |
-
#~ msgid "px. (scroll)"
|
232 |
-
#~ msgstr "px. (scroll)"
|
233 |
-
|
234 |
-
#~ msgid "sticky z-index."
|
235 |
-
#~ msgstr "sticky z-index."
|
236 |
-
|
237 |
-
#~ msgid "full width background color."
|
238 |
-
#~ msgstr "pozadinska boja"
|
239 |
-
|
240 |
-
#~ msgid "mymessage2"
|
241 |
-
#~ msgstr "Bye"
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: myStickymenu\n"
|
4 |
+
"POT-Creation-Date: 2017-09-15 08:38+0100\n"
|
5 |
+
"PO-Revision-Date: 2017-09-15 08:38+0100\n"
|
6 |
+
"Last-Translator: mrda <jahmirda@gmail.com>\n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"Language: Croatian\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.7\n"
|
13 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
+
"X-Poedit-Basepath: .\n"
|
15 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-SearchPath-0: ..\n"
|
18 |
+
"X-Poedit-SearchPath-1: .\n"
|
19 |
+
|
20 |
+
#: ../mystickymenu.php:167
|
21 |
+
#, fuzzy
|
22 |
+
msgid "myStickymenu"
|
23 |
+
msgstr "myStickymenu Opcije"
|
24 |
+
|
25 |
+
#: ../mystickymenu.php:168
|
26 |
+
#, fuzzy
|
27 |
+
msgid ""
|
28 |
+
"Add sticky menu / header to any theme. <br />Simply change 'Sticky Class' to "
|
29 |
+
"HTML element class desired to be sticky (div id can be used as well)."
|
30 |
+
msgstr ""
|
31 |
+
"Dodajte moderan 'sticky' izbornik ili zaglavlje bilo kojem predlošku (temi). "
|
32 |
+
"Zadane postavke rade na Twenty Thirteen temi. Za ostale teme promijenite "
|
33 |
+
"'Sticky klasu' u css klasu vašeg izbornika. Takodjer možete koristiti i css "
|
34 |
+
"ID."
|
35 |
+
|
36 |
+
#: ../mystickymenu.php:271 ../mystickymenu.php:416 ../mystickymenu.php:422
|
37 |
+
#: ../mystickymenu.php:561
|
38 |
+
msgid " "
|
39 |
+
msgstr ""
|
40 |
+
|
41 |
+
#: ../mystickymenu.php:283
|
42 |
+
msgid "Sticky Class"
|
43 |
+
msgstr "Sticky klasa"
|
44 |
+
|
45 |
+
#: ../mystickymenu.php:291
|
46 |
+
msgid "Fade or slide effect"
|
47 |
+
msgstr "Fade ili Slide efekt"
|
48 |
+
|
49 |
+
#: ../mystickymenu.php:298
|
50 |
+
msgid "Sticky z-index"
|
51 |
+
msgstr "Sticky z-index"
|
52 |
+
|
53 |
+
#: ../mystickymenu.php:305
|
54 |
+
msgid "Sticky Background Color"
|
55 |
+
msgstr "Sticky pozadinska boja"
|
56 |
+
|
57 |
+
#: ../mystickymenu.php:312
|
58 |
+
msgid "Sticky Opacity"
|
59 |
+
msgstr "Sticky prozirnost"
|
60 |
+
|
61 |
+
#: ../mystickymenu.php:319
|
62 |
+
msgid "Sticky Transition Time"
|
63 |
+
msgstr "Sticky vrijeme tranzicije"
|
64 |
+
|
65 |
+
#: ../mystickymenu.php:326
|
66 |
+
msgid "Disable at Small Screen Sizes"
|
67 |
+
msgstr "Onemogući na malim ekranima"
|
68 |
+
|
69 |
+
#: ../mystickymenu.php:333
|
70 |
+
msgid "Make visible on Scroll"
|
71 |
+
msgstr "Učini izbornik vidljivim"
|
72 |
+
|
73 |
+
#: ../mystickymenu.php:340
|
74 |
+
msgid "Make visible on Scroll at homepage"
|
75 |
+
msgstr "Učini izbornik vidljivim na početnoj stranici"
|
76 |
+
|
77 |
+
#: ../mystickymenu.php:349
|
78 |
+
#, fuzzy
|
79 |
+
msgid "Disable on scroll down"
|
80 |
+
msgstr "Učini izbornik vidljivim"
|
81 |
+
|
82 |
+
#: ../mystickymenu.php:356
|
83 |
+
#, fuzzy
|
84 |
+
msgid "CSS style"
|
85 |
+
msgstr "Onemogući CSS"
|
86 |
+
|
87 |
+
#: ../mystickymenu.php:363
|
88 |
+
msgid "Disable CSS style"
|
89 |
+
msgstr "Onemogući CSS"
|
90 |
+
|
91 |
+
#: ../mystickymenu.php:373 ../mystickymenu.php:380 ../mystickymenu.php:386
|
92 |
+
#: ../mystickymenu.php:392 ../mystickymenu.php:398 ../mystickymenu.php:404
|
93 |
+
#: ../mystickymenu.php:410 ../mystickymenu.php:428
|
94 |
+
#, fuzzy
|
95 |
+
msgid "Disable at"
|
96 |
+
msgstr "Onemogući CSS"
|
97 |
+
|
98 |
+
#: ../mystickymenu.php:570
|
99 |
+
#, fuzzy
|
100 |
+
msgid "menu or header element class or id."
|
101 |
+
msgstr "menu ili header css div klasa ili id."
|
102 |
+
|
103 |
+
#: ../mystickymenu.php:596
|
104 |
+
msgid "numbers 1-100."
|
105 |
+
msgstr "brojevi 1-100"
|
106 |
+
|
107 |
+
#: ../mystickymenu.php:606
|
108 |
+
msgid "in seconds."
|
109 |
+
msgstr "u sekundama"
|
110 |
+
|
111 |
+
#: ../mystickymenu.php:615
|
112 |
+
msgid "less than"
|
113 |
+
msgstr "manjim od"
|
114 |
+
|
115 |
+
#: ../mystickymenu.php:620
|
116 |
+
msgid "px width, 0 to disable."
|
117 |
+
msgstr "px širine. 0 da biste onemogućili opciju."
|
118 |
+
|
119 |
+
#: ../mystickymenu.php:629 ../mystickymenu.php:643
|
120 |
+
msgid "after"
|
121 |
+
msgstr "nakon"
|
122 |
+
|
123 |
+
#: ../mystickymenu.php:634
|
124 |
+
msgid "px. If set to 0 auto calculate will be used."
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#: ../mystickymenu.php:648
|
128 |
+
msgid "px. If set to 0 it will use initial Make visible on Scroll value."
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: ../mystickymenu.php:659
|
132 |
+
msgid "Checked is slide, unchecked is fade."
|
133 |
+
msgstr "Označeno je slide, neoznačeno je fade"
|
134 |
+
|
135 |
+
#: ../mystickymenu.php:667
|
136 |
+
msgid "Disable sticky menu at scroll down"
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: ../mystickymenu.php:680
|
140 |
+
#, fuzzy
|
141 |
+
msgid "Add/edit CSS style. Leave it blank for default style."
|
142 |
+
msgstr ""
|
143 |
+
"Dodajte ili izmijenite .myfixed css klasu. Ostavite prazno za zadani stil."
|
144 |
+
|
145 |
+
#: ../mystickymenu.php:688
|
146 |
+
#, fuzzy
|
147 |
+
msgid "If you want to change sticky hover color: "
|
148 |
+
msgstr ""
|
149 |
+
"npr. ako želite promijeniti sticky hover boju, nakon zadanog stila dodajte: "
|
150 |
+
|
151 |
+
#: ../mystickymenu.php:690
|
152 |
+
msgid ""
|
153 |
+
"More examples <a href='http://wordpress.transformnews.com/tutorials/"
|
154 |
+
"mystickymenu-extended-style-functionality-using-myfixed-sticky-"
|
155 |
+
"class-403'>here</a>."
|
156 |
+
msgstr ""
|
157 |
+
"Više primjera <a href='http://wordpress.transformnews.com/tutorials/"
|
158 |
+
"mystickymenu-extended-style-functionality-using-myfixed-sticky-"
|
159 |
+
"class-403'>ovdje</a>."
|
160 |
+
|
161 |
+
#: ../mystickymenu.php:701
|
162 |
+
msgid "Use this option if you plan to include CSS Style manually"
|
163 |
+
msgstr "Koristiti ukoliko želite dodati CSS ručno"
|
164 |
+
|
165 |
+
#: ../mystickymenu.php:720
|
166 |
+
msgid "<span>front page </span>"
|
167 |
+
msgstr ""
|
168 |
+
|
169 |
+
#: ../mystickymenu.php:726
|
170 |
+
msgid "<span>blog page </span>"
|
171 |
+
msgstr ""
|
172 |
+
|
173 |
+
#: ../mystickymenu.php:732
|
174 |
+
msgid "<span>pages </span>"
|
175 |
+
msgstr ""
|
176 |
+
|
177 |
+
#: ../mystickymenu.php:738
|
178 |
+
msgid "<span>tags </span>"
|
179 |
+
msgstr ""
|
180 |
+
|
181 |
+
#: ../mystickymenu.php:744
|
182 |
+
msgid "<span>categories </span>"
|
183 |
+
msgstr ""
|
184 |
+
|
185 |
+
#: ../mystickymenu.php:750
|
186 |
+
msgid "<span>posts </span>"
|
187 |
+
msgstr ""
|
188 |
+
|
189 |
+
#: ../mystickymenu.php:756
|
190 |
+
msgid "<span>archives </span>"
|
191 |
+
msgstr ""
|
192 |
+
|
193 |
+
#: ../mystickymenu.php:763
|
194 |
+
msgid "<span>search </span>"
|
195 |
+
msgstr ""
|
196 |
+
|
197 |
+
#: ../mystickymenu.php:773
|
198 |
+
msgid "<span class=\"\">Except for this pages: </span>"
|
199 |
+
msgstr ""
|
200 |
+
|
201 |
+
#: ../mystickymenu.php:780
|
202 |
+
msgid ""
|
203 |
+
"<span class=\"description\">Comma separated list of pages to enable. It "
|
204 |
+
"should be page name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
205 |
+
"blank if you realy want to disable sticky sidebar for all pages.</span>"
|
206 |
+
msgstr ""
|
207 |
+
|
208 |
+
#: ../mystickymenu.php:787
|
209 |
+
msgid "<span class=\"\">Except for this posts: </span>"
|
210 |
+
msgstr ""
|
211 |
+
|
212 |
+
#: ../mystickymenu.php:794
|
213 |
+
msgid ""
|
214 |
+
"<span class=\"description\">Comma separated list of posts to enable. It "
|
215 |
+
"should be post name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
216 |
+
"blank if you realy want to disable sticky sidebar for all posts.</span>"
|
217 |
+
msgstr ""
|
218 |
+
|
219 |
+
#~ msgid "myStickymenu Settings"
|
220 |
+
#~ msgstr "myStickymenu Postavke"
|
221 |
+
|
222 |
+
#~ msgid ".myfixed css class"
|
223 |
+
#~ msgstr ".myfixed css klasa"
|
224 |
+
|
225 |
+
#~ msgid "px."
|
226 |
+
#~ msgstr "px."
|
227 |
+
|
228 |
+
#~ msgid "Default style: "
|
229 |
+
#~ msgstr "Zadani stil: "
|
230 |
+
|
231 |
+
#~ msgid "px. (scroll)"
|
232 |
+
#~ msgstr "px. (scroll)"
|
233 |
+
|
234 |
+
#~ msgid "sticky z-index."
|
235 |
+
#~ msgstr "sticky z-index."
|
236 |
+
|
237 |
+
#~ msgid "full width background color."
|
238 |
+
#~ msgstr "pozadinska boja"
|
239 |
+
|
240 |
+
#~ msgid "mymessage2"
|
241 |
+
#~ msgstr "Bye"
|
languages/mystickymenu-rs_RS.po
CHANGED
@@ -1,237 +1,237 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: myStickymenu\n"
|
4 |
-
"POT-Creation-Date: 2017-09-15 08:38+0100\n"
|
5 |
-
"PO-Revision-Date: 2017-09-15 08:38+0100\n"
|
6 |
-
"Last-Translator: mrda <jahmirda@gmail.com>\n"
|
7 |
-
"Language-Team: TFN <jahmirda@gmail.com>\n"
|
8 |
-
"Language: English\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.5.7\n"
|
13 |
-
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
-
"X-Poedit-Basepath: .\n"
|
15 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-SearchPath-0: ..\n"
|
18 |
-
"X-Poedit-SearchPath-1: .\n"
|
19 |
-
|
20 |
-
#: ../mystickymenu.php:167
|
21 |
-
#, fuzzy
|
22 |
-
msgid "myStickymenu"
|
23 |
-
msgstr "myStickymenu Opcije"
|
24 |
-
|
25 |
-
#: ../mystickymenu.php:168
|
26 |
-
#, fuzzy
|
27 |
-
msgid ""
|
28 |
-
"Add sticky menu / header to any theme. <br />Simply change 'Sticky Class' to "
|
29 |
-
"HTML element class desired to be sticky (div id can be used as well)."
|
30 |
-
msgstr ""
|
31 |
-
"Dodajte moderan 'sticky' meni ili zaglavlje bilo kojoj (temi). Zadate "
|
32 |
-
"postavke rade na Twenty Thirteen temi. Za ostale teme promenite 'Sticky "
|
33 |
-
"klasu' u div klasu za koju želite da bude sticky. Takođe, možete koristiti i "
|
34 |
-
"div ID."
|
35 |
-
|
36 |
-
#: ../mystickymenu.php:271 ../mystickymenu.php:416 ../mystickymenu.php:422
|
37 |
-
#: ../mystickymenu.php:561
|
38 |
-
msgid " "
|
39 |
-
msgstr ""
|
40 |
-
|
41 |
-
#: ../mystickymenu.php:283
|
42 |
-
msgid "Sticky Class"
|
43 |
-
msgstr "Sticky klasa"
|
44 |
-
|
45 |
-
#: ../mystickymenu.php:291
|
46 |
-
msgid "Fade or slide effect"
|
47 |
-
msgstr "Fade ili Slide efekt"
|
48 |
-
|
49 |
-
#: ../mystickymenu.php:298
|
50 |
-
msgid "Sticky z-index"
|
51 |
-
msgstr "Sticky z-index"
|
52 |
-
|
53 |
-
#: ../mystickymenu.php:305
|
54 |
-
msgid "Sticky Background Color"
|
55 |
-
msgstr "Sticky pozadinska boja"
|
56 |
-
|
57 |
-
#: ../mystickymenu.php:312
|
58 |
-
msgid "Sticky Opacity"
|
59 |
-
msgstr "Sticky prozirnost"
|
60 |
-
|
61 |
-
#: ../mystickymenu.php:319
|
62 |
-
msgid "Sticky Transition Time"
|
63 |
-
msgstr "Sticky vrijeme tranzicije"
|
64 |
-
|
65 |
-
#: ../mystickymenu.php:326
|
66 |
-
msgid "Disable at Small Screen Sizes"
|
67 |
-
msgstr "Onemogući na malim ekranima"
|
68 |
-
|
69 |
-
#: ../mystickymenu.php:333
|
70 |
-
msgid "Make visible on Scroll"
|
71 |
-
msgstr "Učini vidljivim kad se skroluje"
|
72 |
-
|
73 |
-
#: ../mystickymenu.php:340
|
74 |
-
msgid "Make visible on Scroll at homepage"
|
75 |
-
msgstr "Učini vidljivim kad se skroluje na Homepage-u"
|
76 |
-
|
77 |
-
#: ../mystickymenu.php:349
|
78 |
-
#, fuzzy
|
79 |
-
msgid "Disable on scroll down"
|
80 |
-
msgstr "Učini vidljivim kad se skroluje"
|
81 |
-
|
82 |
-
#: ../mystickymenu.php:356
|
83 |
-
#, fuzzy
|
84 |
-
msgid "CSS style"
|
85 |
-
msgstr "Onemogući CSS "
|
86 |
-
|
87 |
-
#: ../mystickymenu.php:363
|
88 |
-
msgid "Disable CSS style"
|
89 |
-
msgstr "Onemogući CSS "
|
90 |
-
|
91 |
-
#: ../mystickymenu.php:373 ../mystickymenu.php:380 ../mystickymenu.php:386
|
92 |
-
#: ../mystickymenu.php:392 ../mystickymenu.php:398 ../mystickymenu.php:404
|
93 |
-
#: ../mystickymenu.php:410 ../mystickymenu.php:428
|
94 |
-
#, fuzzy
|
95 |
-
msgid "Disable at"
|
96 |
-
msgstr "Onemogući CSS "
|
97 |
-
|
98 |
-
#: ../mystickymenu.php:570
|
99 |
-
#, fuzzy
|
100 |
-
msgid "menu or header element class or id."
|
101 |
-
msgstr "div klasa menija ili zaglavlja."
|
102 |
-
|
103 |
-
#: ../mystickymenu.php:596
|
104 |
-
msgid "numbers 1-100."
|
105 |
-
msgstr "brojevi 1-100."
|
106 |
-
|
107 |
-
#: ../mystickymenu.php:606
|
108 |
-
msgid "in seconds."
|
109 |
-
msgstr "u sekundama."
|
110 |
-
|
111 |
-
#: ../mystickymenu.php:615
|
112 |
-
msgid "less than"
|
113 |
-
msgstr "manje od"
|
114 |
-
|
115 |
-
#: ../mystickymenu.php:620
|
116 |
-
msgid "px width, 0 to disable."
|
117 |
-
msgstr "px širine. 0 da biste onemogućili opciju."
|
118 |
-
|
119 |
-
#: ../mystickymenu.php:629 ../mystickymenu.php:643
|
120 |
-
msgid "after"
|
121 |
-
msgstr "nakon"
|
122 |
-
|
123 |
-
#: ../mystickymenu.php:634
|
124 |
-
msgid "px. If set to 0 auto calculate will be used."
|
125 |
-
msgstr ""
|
126 |
-
|
127 |
-
#: ../mystickymenu.php:648
|
128 |
-
msgid "px. If set to 0 it will use initial Make visible on Scroll value."
|
129 |
-
msgstr ""
|
130 |
-
|
131 |
-
#: ../mystickymenu.php:659
|
132 |
-
msgid "Checked is slide, unchecked is fade."
|
133 |
-
msgstr "Označeno je slide, neoznačeno je fade."
|
134 |
-
|
135 |
-
#: ../mystickymenu.php:667
|
136 |
-
msgid "Disable sticky menu at scroll down"
|
137 |
-
msgstr ""
|
138 |
-
|
139 |
-
#: ../mystickymenu.php:680
|
140 |
-
#, fuzzy
|
141 |
-
msgid "Add/edit CSS style. Leave it blank for default style."
|
142 |
-
msgstr ""
|
143 |
-
"Dodajte/Uredite .myfixed css klasu da biste promenili izgled sticky menija. "
|
144 |
-
"Za podrazumevani izgled, ostavite nepopunjeno. "
|
145 |
-
|
146 |
-
#: ../mystickymenu.php:688
|
147 |
-
#, fuzzy
|
148 |
-
msgid "If you want to change sticky hover color: "
|
149 |
-
msgstr ""
|
150 |
-
"Ako želite da promenite sticky hover boju, prvo dodajte podrazumevani stil i "
|
151 |
-
"zatim: "
|
152 |
-
|
153 |
-
#: ../mystickymenu.php:690
|
154 |
-
msgid ""
|
155 |
-
"More examples <a href='http://wordpress.transformnews.com/tutorials/"
|
156 |
-
"mystickymenu-extended-style-functionality-using-myfixed-sticky-"
|
157 |
-
"class-403'>here</a>."
|
158 |
-
msgstr ""
|
159 |
-
"Više primera <a href='http://wordpress.transformnews.com/tutorials/"
|
160 |
-
"mystickymenu-extended-style-functionality-using-myfixed-sticky-"
|
161 |
-
"class-403'>ovde</a>."
|
162 |
-
|
163 |
-
#: ../mystickymenu.php:701
|
164 |
-
msgid "Use this option if you plan to include CSS Style manually"
|
165 |
-
msgstr "Koristite ukoliko želite dodati CSS ručno"
|
166 |
-
|
167 |
-
#: ../mystickymenu.php:720
|
168 |
-
msgid "<span>front page </span>"
|
169 |
-
msgstr ""
|
170 |
-
|
171 |
-
#: ../mystickymenu.php:726
|
172 |
-
msgid "<span>blog page </span>"
|
173 |
-
msgstr ""
|
174 |
-
|
175 |
-
#: ../mystickymenu.php:732
|
176 |
-
msgid "<span>pages </span>"
|
177 |
-
msgstr ""
|
178 |
-
|
179 |
-
#: ../mystickymenu.php:738
|
180 |
-
msgid "<span>tags </span>"
|
181 |
-
msgstr ""
|
182 |
-
|
183 |
-
#: ../mystickymenu.php:744
|
184 |
-
msgid "<span>categories </span>"
|
185 |
-
msgstr ""
|
186 |
-
|
187 |
-
#: ../mystickymenu.php:750
|
188 |
-
msgid "<span>posts </span>"
|
189 |
-
msgstr ""
|
190 |
-
|
191 |
-
#: ../mystickymenu.php:756
|
192 |
-
msgid "<span>archives </span>"
|
193 |
-
msgstr ""
|
194 |
-
|
195 |
-
#: ../mystickymenu.php:763
|
196 |
-
msgid "<span>search </span>"
|
197 |
-
msgstr ""
|
198 |
-
|
199 |
-
#: ../mystickymenu.php:773
|
200 |
-
msgid "<span class=\"\">Except for this pages: </span>"
|
201 |
-
msgstr ""
|
202 |
-
|
203 |
-
#: ../mystickymenu.php:780
|
204 |
-
msgid ""
|
205 |
-
"<span class=\"description\">Comma separated list of pages to enable. It "
|
206 |
-
"should be page name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
207 |
-
"blank if you realy want to disable sticky sidebar for all pages.</span>"
|
208 |
-
msgstr ""
|
209 |
-
|
210 |
-
#: ../mystickymenu.php:787
|
211 |
-
msgid "<span class=\"\">Except for this posts: </span>"
|
212 |
-
msgstr ""
|
213 |
-
|
214 |
-
#: ../mystickymenu.php:794
|
215 |
-
msgid ""
|
216 |
-
"<span class=\"description\">Comma separated list of posts to enable. It "
|
217 |
-
"should be post name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
218 |
-
"blank if you realy want to disable sticky sidebar for all posts.</span>"
|
219 |
-
msgstr ""
|
220 |
-
|
221 |
-
#~ msgid "myStickymenu Settings"
|
222 |
-
#~ msgstr "myStickymenu Postavke"
|
223 |
-
|
224 |
-
#~ msgid ".myfixed css class"
|
225 |
-
#~ msgstr ".myfixed css klasa"
|
226 |
-
|
227 |
-
#~ msgid "px."
|
228 |
-
#~ msgstr "px."
|
229 |
-
|
230 |
-
#~ msgid "Default style: "
|
231 |
-
#~ msgstr "Podrazumevani izgled: "
|
232 |
-
|
233 |
-
#~ msgid "px. (scroll)"
|
234 |
-
#~ msgstr "px. (scroll)"
|
235 |
-
|
236 |
-
#~ msgid "mymessage2"
|
237 |
-
#~ msgstr "Bye"
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: myStickymenu\n"
|
4 |
+
"POT-Creation-Date: 2017-09-15 08:38+0100\n"
|
5 |
+
"PO-Revision-Date: 2017-09-15 08:38+0100\n"
|
6 |
+
"Last-Translator: mrda <jahmirda@gmail.com>\n"
|
7 |
+
"Language-Team: TFN <jahmirda@gmail.com>\n"
|
8 |
+
"Language: English\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.7\n"
|
13 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
+
"X-Poedit-Basepath: .\n"
|
15 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-SearchPath-0: ..\n"
|
18 |
+
"X-Poedit-SearchPath-1: .\n"
|
19 |
+
|
20 |
+
#: ../mystickymenu.php:167
|
21 |
+
#, fuzzy
|
22 |
+
msgid "myStickymenu"
|
23 |
+
msgstr "myStickymenu Opcije"
|
24 |
+
|
25 |
+
#: ../mystickymenu.php:168
|
26 |
+
#, fuzzy
|
27 |
+
msgid ""
|
28 |
+
"Add sticky menu / header to any theme. <br />Simply change 'Sticky Class' to "
|
29 |
+
"HTML element class desired to be sticky (div id can be used as well)."
|
30 |
+
msgstr ""
|
31 |
+
"Dodajte moderan 'sticky' meni ili zaglavlje bilo kojoj (temi). Zadate "
|
32 |
+
"postavke rade na Twenty Thirteen temi. Za ostale teme promenite 'Sticky "
|
33 |
+
"klasu' u div klasu za koju želite da bude sticky. Takođe, možete koristiti i "
|
34 |
+
"div ID."
|
35 |
+
|
36 |
+
#: ../mystickymenu.php:271 ../mystickymenu.php:416 ../mystickymenu.php:422
|
37 |
+
#: ../mystickymenu.php:561
|
38 |
+
msgid " "
|
39 |
+
msgstr ""
|
40 |
+
|
41 |
+
#: ../mystickymenu.php:283
|
42 |
+
msgid "Sticky Class"
|
43 |
+
msgstr "Sticky klasa"
|
44 |
+
|
45 |
+
#: ../mystickymenu.php:291
|
46 |
+
msgid "Fade or slide effect"
|
47 |
+
msgstr "Fade ili Slide efekt"
|
48 |
+
|
49 |
+
#: ../mystickymenu.php:298
|
50 |
+
msgid "Sticky z-index"
|
51 |
+
msgstr "Sticky z-index"
|
52 |
+
|
53 |
+
#: ../mystickymenu.php:305
|
54 |
+
msgid "Sticky Background Color"
|
55 |
+
msgstr "Sticky pozadinska boja"
|
56 |
+
|
57 |
+
#: ../mystickymenu.php:312
|
58 |
+
msgid "Sticky Opacity"
|
59 |
+
msgstr "Sticky prozirnost"
|
60 |
+
|
61 |
+
#: ../mystickymenu.php:319
|
62 |
+
msgid "Sticky Transition Time"
|
63 |
+
msgstr "Sticky vrijeme tranzicije"
|
64 |
+
|
65 |
+
#: ../mystickymenu.php:326
|
66 |
+
msgid "Disable at Small Screen Sizes"
|
67 |
+
msgstr "Onemogući na malim ekranima"
|
68 |
+
|
69 |
+
#: ../mystickymenu.php:333
|
70 |
+
msgid "Make visible on Scroll"
|
71 |
+
msgstr "Učini vidljivim kad se skroluje"
|
72 |
+
|
73 |
+
#: ../mystickymenu.php:340
|
74 |
+
msgid "Make visible on Scroll at homepage"
|
75 |
+
msgstr "Učini vidljivim kad se skroluje na Homepage-u"
|
76 |
+
|
77 |
+
#: ../mystickymenu.php:349
|
78 |
+
#, fuzzy
|
79 |
+
msgid "Disable on scroll down"
|
80 |
+
msgstr "Učini vidljivim kad se skroluje"
|
81 |
+
|
82 |
+
#: ../mystickymenu.php:356
|
83 |
+
#, fuzzy
|
84 |
+
msgid "CSS style"
|
85 |
+
msgstr "Onemogući CSS "
|
86 |
+
|
87 |
+
#: ../mystickymenu.php:363
|
88 |
+
msgid "Disable CSS style"
|
89 |
+
msgstr "Onemogući CSS "
|
90 |
+
|
91 |
+
#: ../mystickymenu.php:373 ../mystickymenu.php:380 ../mystickymenu.php:386
|
92 |
+
#: ../mystickymenu.php:392 ../mystickymenu.php:398 ../mystickymenu.php:404
|
93 |
+
#: ../mystickymenu.php:410 ../mystickymenu.php:428
|
94 |
+
#, fuzzy
|
95 |
+
msgid "Disable at"
|
96 |
+
msgstr "Onemogući CSS "
|
97 |
+
|
98 |
+
#: ../mystickymenu.php:570
|
99 |
+
#, fuzzy
|
100 |
+
msgid "menu or header element class or id."
|
101 |
+
msgstr "div klasa menija ili zaglavlja."
|
102 |
+
|
103 |
+
#: ../mystickymenu.php:596
|
104 |
+
msgid "numbers 1-100."
|
105 |
+
msgstr "brojevi 1-100."
|
106 |
+
|
107 |
+
#: ../mystickymenu.php:606
|
108 |
+
msgid "in seconds."
|
109 |
+
msgstr "u sekundama."
|
110 |
+
|
111 |
+
#: ../mystickymenu.php:615
|
112 |
+
msgid "less than"
|
113 |
+
msgstr "manje od"
|
114 |
+
|
115 |
+
#: ../mystickymenu.php:620
|
116 |
+
msgid "px width, 0 to disable."
|
117 |
+
msgstr "px širine. 0 da biste onemogućili opciju."
|
118 |
+
|
119 |
+
#: ../mystickymenu.php:629 ../mystickymenu.php:643
|
120 |
+
msgid "after"
|
121 |
+
msgstr "nakon"
|
122 |
+
|
123 |
+
#: ../mystickymenu.php:634
|
124 |
+
msgid "px. If set to 0 auto calculate will be used."
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#: ../mystickymenu.php:648
|
128 |
+
msgid "px. If set to 0 it will use initial Make visible on Scroll value."
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: ../mystickymenu.php:659
|
132 |
+
msgid "Checked is slide, unchecked is fade."
|
133 |
+
msgstr "Označeno je slide, neoznačeno je fade."
|
134 |
+
|
135 |
+
#: ../mystickymenu.php:667
|
136 |
+
msgid "Disable sticky menu at scroll down"
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: ../mystickymenu.php:680
|
140 |
+
#, fuzzy
|
141 |
+
msgid "Add/edit CSS style. Leave it blank for default style."
|
142 |
+
msgstr ""
|
143 |
+
"Dodajte/Uredite .myfixed css klasu da biste promenili izgled sticky menija. "
|
144 |
+
"Za podrazumevani izgled, ostavite nepopunjeno. "
|
145 |
+
|
146 |
+
#: ../mystickymenu.php:688
|
147 |
+
#, fuzzy
|
148 |
+
msgid "If you want to change sticky hover color: "
|
149 |
+
msgstr ""
|
150 |
+
"Ako želite da promenite sticky hover boju, prvo dodajte podrazumevani stil i "
|
151 |
+
"zatim: "
|
152 |
+
|
153 |
+
#: ../mystickymenu.php:690
|
154 |
+
msgid ""
|
155 |
+
"More examples <a href='http://wordpress.transformnews.com/tutorials/"
|
156 |
+
"mystickymenu-extended-style-functionality-using-myfixed-sticky-"
|
157 |
+
"class-403'>here</a>."
|
158 |
+
msgstr ""
|
159 |
+
"Više primera <a href='http://wordpress.transformnews.com/tutorials/"
|
160 |
+
"mystickymenu-extended-style-functionality-using-myfixed-sticky-"
|
161 |
+
"class-403'>ovde</a>."
|
162 |
+
|
163 |
+
#: ../mystickymenu.php:701
|
164 |
+
msgid "Use this option if you plan to include CSS Style manually"
|
165 |
+
msgstr "Koristite ukoliko želite dodati CSS ručno"
|
166 |
+
|
167 |
+
#: ../mystickymenu.php:720
|
168 |
+
msgid "<span>front page </span>"
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: ../mystickymenu.php:726
|
172 |
+
msgid "<span>blog page </span>"
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: ../mystickymenu.php:732
|
176 |
+
msgid "<span>pages </span>"
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: ../mystickymenu.php:738
|
180 |
+
msgid "<span>tags </span>"
|
181 |
+
msgstr ""
|
182 |
+
|
183 |
+
#: ../mystickymenu.php:744
|
184 |
+
msgid "<span>categories </span>"
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: ../mystickymenu.php:750
|
188 |
+
msgid "<span>posts </span>"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: ../mystickymenu.php:756
|
192 |
+
msgid "<span>archives </span>"
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: ../mystickymenu.php:763
|
196 |
+
msgid "<span>search </span>"
|
197 |
+
msgstr ""
|
198 |
+
|
199 |
+
#: ../mystickymenu.php:773
|
200 |
+
msgid "<span class=\"\">Except for this pages: </span>"
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
+
#: ../mystickymenu.php:780
|
204 |
+
msgid ""
|
205 |
+
"<span class=\"description\">Comma separated list of pages to enable. It "
|
206 |
+
"should be page name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
207 |
+
"blank if you realy want to disable sticky sidebar for all pages.</span>"
|
208 |
+
msgstr ""
|
209 |
+
|
210 |
+
#: ../mystickymenu.php:787
|
211 |
+
msgid "<span class=\"\">Except for this posts: </span>"
|
212 |
+
msgstr ""
|
213 |
+
|
214 |
+
#: ../mystickymenu.php:794
|
215 |
+
msgid ""
|
216 |
+
"<span class=\"description\">Comma separated list of posts to enable. It "
|
217 |
+
"should be post name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
218 |
+
"blank if you realy want to disable sticky sidebar for all posts.</span>"
|
219 |
+
msgstr ""
|
220 |
+
|
221 |
+
#~ msgid "myStickymenu Settings"
|
222 |
+
#~ msgstr "myStickymenu Postavke"
|
223 |
+
|
224 |
+
#~ msgid ".myfixed css class"
|
225 |
+
#~ msgstr ".myfixed css klasa"
|
226 |
+
|
227 |
+
#~ msgid "px."
|
228 |
+
#~ msgstr "px."
|
229 |
+
|
230 |
+
#~ msgid "Default style: "
|
231 |
+
#~ msgstr "Podrazumevani izgled: "
|
232 |
+
|
233 |
+
#~ msgid "px. (scroll)"
|
234 |
+
#~ msgstr "px. (scroll)"
|
235 |
+
|
236 |
+
#~ msgid "mymessage2"
|
237 |
+
#~ msgstr "Bye"
|
languages/mystickymenu.po
CHANGED
@@ -1,203 +1,203 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: myStickymenu\n"
|
4 |
-
"POT-Creation-Date: 2017-09-15 08:37+0100\n"
|
5 |
-
"PO-Revision-Date: 2017-09-15 08:38+0100\n"
|
6 |
-
"Last-Translator: mrda <jahmirda@gmail.com>\n"
|
7 |
-
"Language-Team: TFN <jahmirda@gmail.com>\n"
|
8 |
-
"Language: English\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.5.7\n"
|
13 |
-
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
-
"X-Poedit-Basepath: .\n"
|
15 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-SearchPath-0: ..\n"
|
18 |
-
"X-Poedit-SearchPath-1: .\n"
|
19 |
-
|
20 |
-
#: ../mystickymenu.php:167
|
21 |
-
msgid "myStickymenu"
|
22 |
-
msgstr ""
|
23 |
-
|
24 |
-
#: ../mystickymenu.php:168
|
25 |
-
msgid ""
|
26 |
-
"Add sticky menu / header to any theme. <br />Simply change 'Sticky Class' to "
|
27 |
-
"HTML element class desired to be sticky (div id can be used as well)."
|
28 |
-
msgstr ""
|
29 |
-
|
30 |
-
#: ../mystickymenu.php:271 ../mystickymenu.php:416 ../mystickymenu.php:422
|
31 |
-
#: ../mystickymenu.php:561
|
32 |
-
msgid " "
|
33 |
-
msgstr ""
|
34 |
-
|
35 |
-
#: ../mystickymenu.php:283
|
36 |
-
msgid "Sticky Class"
|
37 |
-
msgstr ""
|
38 |
-
|
39 |
-
#: ../mystickymenu.php:291
|
40 |
-
msgid "Fade or slide effect"
|
41 |
-
msgstr ""
|
42 |
-
|
43 |
-
#: ../mystickymenu.php:298
|
44 |
-
msgid "Sticky z-index"
|
45 |
-
msgstr ""
|
46 |
-
|
47 |
-
#: ../mystickymenu.php:305
|
48 |
-
msgid "Sticky Background Color"
|
49 |
-
msgstr ""
|
50 |
-
|
51 |
-
#: ../mystickymenu.php:312
|
52 |
-
msgid "Sticky Opacity"
|
53 |
-
msgstr ""
|
54 |
-
|
55 |
-
#: ../mystickymenu.php:319
|
56 |
-
msgid "Sticky Transition Time"
|
57 |
-
msgstr ""
|
58 |
-
|
59 |
-
#: ../mystickymenu.php:326
|
60 |
-
msgid "Disable at Small Screen Sizes"
|
61 |
-
msgstr ""
|
62 |
-
|
63 |
-
#: ../mystickymenu.php:333
|
64 |
-
msgid "Make visible on Scroll"
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: ../mystickymenu.php:340
|
68 |
-
msgid "Make visible on Scroll at homepage"
|
69 |
-
msgstr ""
|
70 |
-
|
71 |
-
#: ../mystickymenu.php:349
|
72 |
-
msgid "Disable on scroll down"
|
73 |
-
msgstr ""
|
74 |
-
|
75 |
-
#: ../mystickymenu.php:356
|
76 |
-
msgid "CSS style"
|
77 |
-
msgstr ""
|
78 |
-
|
79 |
-
#: ../mystickymenu.php:363
|
80 |
-
msgid "Disable CSS style"
|
81 |
-
msgstr ""
|
82 |
-
|
83 |
-
#: ../mystickymenu.php:373 ../mystickymenu.php:380 ../mystickymenu.php:386
|
84 |
-
#: ../mystickymenu.php:392 ../mystickymenu.php:398 ../mystickymenu.php:404
|
85 |
-
#: ../mystickymenu.php:410 ../mystickymenu.php:428
|
86 |
-
msgid "Disable at"
|
87 |
-
msgstr ""
|
88 |
-
|
89 |
-
#: ../mystickymenu.php:570
|
90 |
-
msgid "menu or header element class or id."
|
91 |
-
msgstr ""
|
92 |
-
|
93 |
-
#: ../mystickymenu.php:596
|
94 |
-
msgid "numbers 1-100."
|
95 |
-
msgstr ""
|
96 |
-
|
97 |
-
#: ../mystickymenu.php:606
|
98 |
-
msgid "in seconds."
|
99 |
-
msgstr ""
|
100 |
-
|
101 |
-
#: ../mystickymenu.php:615
|
102 |
-
msgid "less than"
|
103 |
-
msgstr ""
|
104 |
-
|
105 |
-
#: ../mystickymenu.php:620
|
106 |
-
msgid "px width, 0 to disable."
|
107 |
-
msgstr ""
|
108 |
-
|
109 |
-
#: ../mystickymenu.php:629 ../mystickymenu.php:643
|
110 |
-
msgid "after"
|
111 |
-
msgstr ""
|
112 |
-
|
113 |
-
#: ../mystickymenu.php:634
|
114 |
-
msgid "px. If set to 0 auto calculate will be used."
|
115 |
-
msgstr ""
|
116 |
-
|
117 |
-
#: ../mystickymenu.php:648
|
118 |
-
msgid "px. If set to 0 it will use initial Make visible on Scroll value."
|
119 |
-
msgstr ""
|
120 |
-
|
121 |
-
#: ../mystickymenu.php:659
|
122 |
-
msgid "Checked is slide, unchecked is fade."
|
123 |
-
msgstr ""
|
124 |
-
|
125 |
-
#: ../mystickymenu.php:667
|
126 |
-
msgid "Disable sticky menu at scroll down"
|
127 |
-
msgstr ""
|
128 |
-
|
129 |
-
#: ../mystickymenu.php:680
|
130 |
-
msgid "Add/edit CSS style. Leave it blank for default style."
|
131 |
-
msgstr ""
|
132 |
-
|
133 |
-
#: ../mystickymenu.php:688
|
134 |
-
msgid "If you want to change sticky hover color: "
|
135 |
-
msgstr ""
|
136 |
-
|
137 |
-
#: ../mystickymenu.php:690
|
138 |
-
msgid ""
|
139 |
-
"More examples <a href='http://wordpress.transformnews.com/tutorials/"
|
140 |
-
"mystickymenu-extended-style-functionality-using-myfixed-sticky-"
|
141 |
-
"class-403'>here</a>."
|
142 |
-
msgstr ""
|
143 |
-
|
144 |
-
#: ../mystickymenu.php:701
|
145 |
-
msgid "Use this option if you plan to include CSS Style manually"
|
146 |
-
msgstr ""
|
147 |
-
|
148 |
-
#: ../mystickymenu.php:720
|
149 |
-
msgid "<span>front page </span>"
|
150 |
-
msgstr ""
|
151 |
-
|
152 |
-
#: ../mystickymenu.php:726
|
153 |
-
msgid "<span>blog page </span>"
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: ../mystickymenu.php:732
|
157 |
-
msgid "<span>pages </span>"
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: ../mystickymenu.php:738
|
161 |
-
msgid "<span>tags </span>"
|
162 |
-
msgstr ""
|
163 |
-
|
164 |
-
#: ../mystickymenu.php:744
|
165 |
-
msgid "<span>categories </span>"
|
166 |
-
msgstr ""
|
167 |
-
|
168 |
-
#: ../mystickymenu.php:750
|
169 |
-
msgid "<span>posts </span>"
|
170 |
-
msgstr ""
|
171 |
-
|
172 |
-
#: ../mystickymenu.php:756
|
173 |
-
msgid "<span>archives </span>"
|
174 |
-
msgstr ""
|
175 |
-
|
176 |
-
#: ../mystickymenu.php:763
|
177 |
-
msgid "<span>search </span>"
|
178 |
-
msgstr ""
|
179 |
-
|
180 |
-
#: ../mystickymenu.php:773
|
181 |
-
msgid "<span class=\"\">Except for this pages: </span>"
|
182 |
-
msgstr ""
|
183 |
-
|
184 |
-
#: ../mystickymenu.php:780
|
185 |
-
msgid ""
|
186 |
-
"<span class=\"description\">Comma separated list of pages to enable. It "
|
187 |
-
"should be page name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
188 |
-
"blank if you realy want to disable sticky sidebar for all pages.</span>"
|
189 |
-
msgstr ""
|
190 |
-
|
191 |
-
#: ../mystickymenu.php:787
|
192 |
-
msgid "<span class=\"\">Except for this posts: </span>"
|
193 |
-
msgstr ""
|
194 |
-
|
195 |
-
#: ../mystickymenu.php:794
|
196 |
-
msgid ""
|
197 |
-
"<span class=\"description\">Comma separated list of posts to enable. It "
|
198 |
-
"should be post name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
199 |
-
"blank if you realy want to disable sticky sidebar for all posts.</span>"
|
200 |
-
msgstr ""
|
201 |
-
|
202 |
-
#~ msgid "mymessage2"
|
203 |
-
#~ msgstr "Bye"
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: myStickymenu\n"
|
4 |
+
"POT-Creation-Date: 2017-09-15 08:37+0100\n"
|
5 |
+
"PO-Revision-Date: 2017-09-15 08:38+0100\n"
|
6 |
+
"Last-Translator: mrda <jahmirda@gmail.com>\n"
|
7 |
+
"Language-Team: TFN <jahmirda@gmail.com>\n"
|
8 |
+
"Language: English\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.7\n"
|
13 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
+
"X-Poedit-Basepath: .\n"
|
15 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-SearchPath-0: ..\n"
|
18 |
+
"X-Poedit-SearchPath-1: .\n"
|
19 |
+
|
20 |
+
#: ../mystickymenu.php:167
|
21 |
+
msgid "myStickymenu"
|
22 |
+
msgstr ""
|
23 |
+
|
24 |
+
#: ../mystickymenu.php:168
|
25 |
+
msgid ""
|
26 |
+
"Add sticky menu / header to any theme. <br />Simply change 'Sticky Class' to "
|
27 |
+
"HTML element class desired to be sticky (div id can be used as well)."
|
28 |
+
msgstr ""
|
29 |
+
|
30 |
+
#: ../mystickymenu.php:271 ../mystickymenu.php:416 ../mystickymenu.php:422
|
31 |
+
#: ../mystickymenu.php:561
|
32 |
+
msgid " "
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: ../mystickymenu.php:283
|
36 |
+
msgid "Sticky Class"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: ../mystickymenu.php:291
|
40 |
+
msgid "Fade or slide effect"
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#: ../mystickymenu.php:298
|
44 |
+
msgid "Sticky z-index"
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: ../mystickymenu.php:305
|
48 |
+
msgid "Sticky Background Color"
|
49 |
+
msgstr ""
|
50 |
+
|
51 |
+
#: ../mystickymenu.php:312
|
52 |
+
msgid "Sticky Opacity"
|
53 |
+
msgstr ""
|
54 |
+
|
55 |
+
#: ../mystickymenu.php:319
|
56 |
+
msgid "Sticky Transition Time"
|
57 |
+
msgstr ""
|
58 |
+
|
59 |
+
#: ../mystickymenu.php:326
|
60 |
+
msgid "Disable at Small Screen Sizes"
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: ../mystickymenu.php:333
|
64 |
+
msgid "Make visible on Scroll"
|
65 |
+
msgstr ""
|
66 |
+
|
67 |
+
#: ../mystickymenu.php:340
|
68 |
+
msgid "Make visible on Scroll at homepage"
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
+
#: ../mystickymenu.php:349
|
72 |
+
msgid "Disable on scroll down"
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: ../mystickymenu.php:356
|
76 |
+
msgid "CSS style"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: ../mystickymenu.php:363
|
80 |
+
msgid "Disable CSS style"
|
81 |
+
msgstr ""
|
82 |
+
|
83 |
+
#: ../mystickymenu.php:373 ../mystickymenu.php:380 ../mystickymenu.php:386
|
84 |
+
#: ../mystickymenu.php:392 ../mystickymenu.php:398 ../mystickymenu.php:404
|
85 |
+
#: ../mystickymenu.php:410 ../mystickymenu.php:428
|
86 |
+
msgid "Disable at"
|
87 |
+
msgstr ""
|
88 |
+
|
89 |
+
#: ../mystickymenu.php:570
|
90 |
+
msgid "menu or header element class or id."
|
91 |
+
msgstr ""
|
92 |
+
|
93 |
+
#: ../mystickymenu.php:596
|
94 |
+
msgid "numbers 1-100."
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: ../mystickymenu.php:606
|
98 |
+
msgid "in seconds."
|
99 |
+
msgstr ""
|
100 |
+
|
101 |
+
#: ../mystickymenu.php:615
|
102 |
+
msgid "less than"
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: ../mystickymenu.php:620
|
106 |
+
msgid "px width, 0 to disable."
|
107 |
+
msgstr ""
|
108 |
+
|
109 |
+
#: ../mystickymenu.php:629 ../mystickymenu.php:643
|
110 |
+
msgid "after"
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: ../mystickymenu.php:634
|
114 |
+
msgid "px. If set to 0 auto calculate will be used."
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: ../mystickymenu.php:648
|
118 |
+
msgid "px. If set to 0 it will use initial Make visible on Scroll value."
|
119 |
+
msgstr ""
|
120 |
+
|
121 |
+
#: ../mystickymenu.php:659
|
122 |
+
msgid "Checked is slide, unchecked is fade."
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: ../mystickymenu.php:667
|
126 |
+
msgid "Disable sticky menu at scroll down"
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: ../mystickymenu.php:680
|
130 |
+
msgid "Add/edit CSS style. Leave it blank for default style."
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: ../mystickymenu.php:688
|
134 |
+
msgid "If you want to change sticky hover color: "
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: ../mystickymenu.php:690
|
138 |
+
msgid ""
|
139 |
+
"More examples <a href='http://wordpress.transformnews.com/tutorials/"
|
140 |
+
"mystickymenu-extended-style-functionality-using-myfixed-sticky-"
|
141 |
+
"class-403'>here</a>."
|
142 |
+
msgstr ""
|
143 |
+
|
144 |
+
#: ../mystickymenu.php:701
|
145 |
+
msgid "Use this option if you plan to include CSS Style manually"
|
146 |
+
msgstr ""
|
147 |
+
|
148 |
+
#: ../mystickymenu.php:720
|
149 |
+
msgid "<span>front page </span>"
|
150 |
+
msgstr ""
|
151 |
+
|
152 |
+
#: ../mystickymenu.php:726
|
153 |
+
msgid "<span>blog page </span>"
|
154 |
+
msgstr ""
|
155 |
+
|
156 |
+
#: ../mystickymenu.php:732
|
157 |
+
msgid "<span>pages </span>"
|
158 |
+
msgstr ""
|
159 |
+
|
160 |
+
#: ../mystickymenu.php:738
|
161 |
+
msgid "<span>tags </span>"
|
162 |
+
msgstr ""
|
163 |
+
|
164 |
+
#: ../mystickymenu.php:744
|
165 |
+
msgid "<span>categories </span>"
|
166 |
+
msgstr ""
|
167 |
+
|
168 |
+
#: ../mystickymenu.php:750
|
169 |
+
msgid "<span>posts </span>"
|
170 |
+
msgstr ""
|
171 |
+
|
172 |
+
#: ../mystickymenu.php:756
|
173 |
+
msgid "<span>archives </span>"
|
174 |
+
msgstr ""
|
175 |
+
|
176 |
+
#: ../mystickymenu.php:763
|
177 |
+
msgid "<span>search </span>"
|
178 |
+
msgstr ""
|
179 |
+
|
180 |
+
#: ../mystickymenu.php:773
|
181 |
+
msgid "<span class=\"\">Except for this pages: </span>"
|
182 |
+
msgstr ""
|
183 |
+
|
184 |
+
#: ../mystickymenu.php:780
|
185 |
+
msgid ""
|
186 |
+
"<span class=\"description\">Comma separated list of pages to enable. It "
|
187 |
+
"should be page name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
188 |
+
"blank if you realy want to disable sticky sidebar for all pages.</span>"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: ../mystickymenu.php:787
|
192 |
+
msgid "<span class=\"\">Except for this posts: </span>"
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: ../mystickymenu.php:794
|
196 |
+
msgid ""
|
197 |
+
"<span class=\"description\">Comma separated list of posts to enable. It "
|
198 |
+
"should be post name, id or slug. Example: about-us, 1134, Contact Us. Leave "
|
199 |
+
"blank if you realy want to disable sticky sidebar for all posts.</span>"
|
200 |
+
msgstr ""
|
201 |
+
|
202 |
+
#~ msgid "mymessage2"
|
203 |
+
#~ msgstr "Bye"
|
mystickymenu.php
CHANGED
@@ -1,803 +1,805 @@
|
|
1 |
-
<?php
|
2 |
-
/*
|
3 |
-
Plugin Name: myStickymenu
|
4 |
-
Plugin URI: https://premio.io/
|
5 |
-
Description: Simple sticky (fixed on top) menu implementation for navigation menu. After install go to Settings / myStickymenu and change Sticky Class to .your_navbar_class or #your_navbar_id.
|
6 |
-
Version: 2.1.
|
7 |
-
Author: Premio
|
8 |
-
Author URI: https://premio.io/downloads/mystickymenu/
|
9 |
-
Text Domain: mystickymenu
|
10 |
-
Domain Path: /languages
|
11 |
-
License: GPLv2 or later
|
12 |
-
*/
|
13 |
-
|
14 |
-
defined('ABSPATH') or die("Cannot access pages directly.");
|
15 |
-
define( 'MYSTICKY_VERSION', '2.1.
|
16 |
-
|
17 |
-
class MyStickyMenuBackend
|
18 |
-
{
|
19 |
-
private $options;
|
20 |
-
|
21 |
-
public function __construct()
|
22 |
-
{
|
23 |
-
add_action( 'admin_menu', array( $this, 'add_plugin_page' ) );
|
24 |
-
add_action( 'admin_init', array( $this, 'mysticky_load_transl') );
|
25 |
-
|
26 |
-
add_action( 'admin_init', array( $this, 'mysticky_default_options' ) );
|
27 |
-
add_action( 'admin_enqueue_scripts', array( $this, 'mysticky_admin_script' ) );
|
28 |
-
|
29 |
-
add_filter( 'plugin_action_links_mystickymenu/mystickymenu.php', array( $this, 'mystickymenu_settings_link' ) );
|
30 |
-
|
31 |
-
add_action( 'activated_plugin', array( $this, 'mystickymenu_activation_redirect' ) );
|
32 |
-
}
|
33 |
-
|
34 |
-
public function mystickymenu_settings_link($links){
|
35 |
-
$settings_link = '<a href="options-general.php?page=my-stickymenu-settings">Settings</a>';
|
36 |
-
$links['go_pro'] = '<a href="'.admin_url("options-general.php?page=my-stickymenu-settings&type=upgrade").'" style="color: #FF5983;font-weight: bold;">'.__( 'Upgrade', 'stars-testimonials' ).'</a>';
|
37 |
-
array_unshift($links, $settings_link);
|
38 |
-
return $links;
|
39 |
-
}
|
40 |
-
|
41 |
-
public function mystickymenu_activation_redirect( $plugin) {
|
42 |
-
if( $plugin == plugin_basename( __FILE__ ) ) {
|
43 |
-
wp_redirect( admin_url( 'options-general.php?page=my-stickymenu-settings' ) ) ;
|
44 |
-
exit;
|
45 |
-
}
|
46 |
-
}
|
47 |
-
|
48 |
-
public function mysticky_admin_script($hook) {
|
49 |
-
if ($hook != 'settings_page_my-stickymenu-settings') {
|
50 |
-
return;
|
51 |
-
}
|
52 |
-
|
53 |
-
wp_enqueue_script('jquery-ui');
|
54 |
-
wp_enqueue_script('jquery-ui-slider');
|
55 |
-
wp_register_script('mystickymenuAdminScript', plugins_url('/js/mystickymenu-admin.js', __FILE__), array( 'jquery' ), MYSTICKY_VERSION);
|
56 |
-
wp_enqueue_script('mystickymenuAdminScript');
|
57 |
-
|
58 |
-
wp_register_style('mystickymenuAdminStyle', plugins_url('/css/mystickymenu-admin.css', __FILE__), array(), MYSTICKY_VERSION );
|
59 |
-
wp_enqueue_style('mystickymenuAdminStyle');
|
60 |
-
|
61 |
-
wp_enqueue_style( 'wp-color-picker' );
|
62 |
-
wp_enqueue_script( 'my-script-handle', plugins_url('js/iris-script.js', __FILE__ ), array( 'wp-color-picker' ), false, true );
|
63 |
-
}
|
64 |
-
|
65 |
-
public function mysticky_load_transl(){
|
66 |
-
load_plugin_textdomain('mystickymenu', FALSE, dirname(plugin_basename(__FILE__)).'/languages/');
|
67 |
-
}
|
68 |
-
|
69 |
-
function sanitize_options($value) {
|
70 |
-
$value = stripslashes($value);
|
71 |
-
$value = filter_var($value, FILTER_SANITIZE_STRING);
|
72 |
-
return $value;
|
73 |
-
}
|
74 |
-
|
75 |
-
public function add_plugin_page(){
|
76 |
-
// This page will be under "Settings"
|
77 |
-
add_options_page(
|
78 |
-
'Settings Admin',
|
79 |
-
'myStickymenu',
|
80 |
-
'manage_options',
|
81 |
-
'my-stickymenu-settings',
|
82 |
-
array( $this, 'create_admin_page' )
|
83 |
-
);
|
84 |
-
}
|
85 |
-
|
86 |
-
public function create_admin_page(){
|
87 |
-
// Set class property
|
88 |
-
if (isset($_POST['mysticky_option_name']) && !empty($_POST['mysticky_option_name']) && isset($_POST['nonce'])) {
|
89 |
-
if(!empty($_REQUEST['nonce']) && wp_verify_nonce($_REQUEST['nonce'], 'mysticky_option_backend_update')) {
|
90 |
-
$post = $_POST['mysticky_option_name'];
|
91 |
-
foreach($post as $key=>$value) {
|
92 |
-
$post[$key] = self::sanitize_options($value);
|
93 |
-
}
|
94 |
-
update_option( 'mysticky_option_name', $post);
|
95 |
-
echo '<div class="updated settings-error notice is-dismissible "><p><strong>' . esc_html__('Settings saved.','mystickymenu'). '</p></strong></div>';
|
96 |
-
} else {
|
97 |
-
wp_verify_nonce($_GET['nonce'], 'wporg_frontend_delete');
|
98 |
-
echo '<div class="error settings-error notice is-dismissible "><p><strong>' . esc_html__('Unable to complete your request','mystickymenu'). '</p></strong></div>';
|
99 |
-
}
|
100 |
-
}
|
101 |
-
|
102 |
-
$mysticky_options = get_option( 'mysticky_option_name');
|
103 |
-
$is_old = get_option("has_sticky_header_old_version");
|
104 |
-
$is_old = ($is_old == "no")?false:true;
|
105 |
-
$nonce = wp_create_nonce('mysticky_option_backend_update');
|
106 |
-
|
107 |
-
?>
|
108 |
-
<style>
|
109 |
-
div#wpcontent {
|
110 |
-
background: rgba(101,114,219,1);
|
111 |
-
background: -moz-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
|
112 |
-
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(101,114,219,1)), color-stop(67%, rgba(238,134,198,1)), color-stop(100%, rgba(238,134,198,1)));
|
113 |
-
background: -webkit-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
|
114 |
-
background: -o-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
|
115 |
-
background: -ms-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
|
116 |
-
background: linear-gradient(135deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
|
117 |
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6572db', endColorstr='#ee86c6', GradientType=1 );
|
118 |
-
}
|
119 |
-
</style>
|
120 |
-
<div id="mystickymenu" class="wrap mystickymenu">
|
121 |
-
<div class="sticky-header-menu">
|
122 |
-
<ul>
|
123 |
-
<li><a href="#sticky-header-settings" class="<?php echo (isset($_GET['type'])&&$_GET['type']=="upgrade")?"":"active" ?>"><?php _e('Settings', 'mystickymenu'); ?></a></li>
|
124 |
-
<li><a href="#sticky-header-upgrade" class="<?php echo (isset($_GET['type'])&&$_GET['type']=="upgrade")?"active":"" ?>"><?php _e('Upgrade to Pro', 'mystickymenu'); ?></a></li>
|
125 |
-
</ul>
|
126 |
-
</div>
|
127 |
-
<div style="display: <?php echo (isset($_GET['type'])&&$_GET['type']=="upgrade")?"none":"block" ?>" id="sticky-header-settings" class="sticky-header-content">
|
128 |
-
<div class="mystickymenu-heading">
|
129 |
-
<div class="myStickymenu-header-title">
|
130 |
-
<h3><?php _e('How To Make a Sticky Header', 'mystickymenu'); ?></h3>
|
131 |
-
</div>
|
132 |
-
<p><?php _e("Add sticky menu / header to any theme. <br />Simply change 'Sticky Class' to HTML element class desired to be sticky (div id can be used as well).", 'mystickymenu'); ?></p>
|
133 |
-
</div>
|
134 |
-
|
135 |
-
<form class="mysticky-form" method="post" action="#">
|
136 |
-
<div class="mystickymenu-content-section sticky-class-sec">
|
137 |
-
<table>
|
138 |
-
<tr>
|
139 |
-
<td>
|
140 |
-
<label class="mysticky_title"><?php _e("Sticky Class", 'mystickymenu')?></label>
|
141 |
-
<br /><br />
|
142 |
-
<?php $nav_menus = wp_get_nav_menus();
|
143 |
-
$menu_locations = get_nav_menu_locations();
|
144 |
-
$locations = get_registered_nav_menus();
|
145 |
-
?>
|
146 |
-
<select name="mysticky_option_name[mysticky_class_id_selector]" id="mystickymenu-select">
|
147 |
-
<option value=""><?php _e( 'Select Sticky Menu', 'mystickymenu' ); ?></option>
|
148 |
-
|
149 |
-
<?php foreach ( (array) $nav_menus as $_nav_menu ) : ?>
|
150 |
-
<option value="<?php echo esc_attr( $_nav_menu->slug ); ?>" <?php selected( $_nav_menu->slug, $mysticky_options['mysticky_class_id_selector'] ); ?>>
|
151 |
-
<?php
|
152 |
-
echo esc_html( $_nav_menu->name );
|
153 |
-
|
154 |
-
if ( ! empty( $menu_locations ) && in_array( $_nav_menu->term_id, $menu_locations ) ) {
|
155 |
-
$locations_assigned_to_this_menu = array();
|
156 |
-
foreach ( array_keys( $menu_locations, $_nav_menu->term_id ) as $menu_location_key ) {
|
157 |
-
if ( isset( $locations[ $menu_location_key ] ) ) {
|
158 |
-
$locations_assigned_to_this_menu[] = $locations[ $menu_location_key ];
|
159 |
-
}
|
160 |
-
}
|
161 |
-
|
162 |
-
/**
|
163 |
-
* Filters the number of locations listed per menu in the drop-down select.
|
164 |
-
*
|
165 |
-
* @since 3.6.0
|
166 |
-
*
|
167 |
-
* @param int $locations Number of menu locations to list. Default 3.
|
168 |
-
*/
|
169 |
-
$assigned_locations = array_slice( $locations_assigned_to_this_menu, 0, absint( apply_filters( 'wp_nav_locations_listed_per_menu', 3 ) ) );
|
170 |
-
|
171 |
-
// Adds ellipses following the number of locations defined in $assigned_locations.
|
172 |
-
if ( ! empty( $assigned_locations ) ) {
|
173 |
-
printf(
|
174 |
-
' (%1$s%2$s)',
|
175 |
-
implode( ', ', $assigned_locations ),
|
176 |
-
count( $locations_assigned_to_this_menu ) > count( $assigned_locations ) ? ' …' : ''
|
177 |
-
);
|
178 |
-
}
|
179 |
-
}
|
180 |
-
?>
|
181 |
-
</option>
|
182 |
-
<?php endforeach; ?>
|
183 |
-
<option value="custom" <?php selected( 'custom', $mysticky_options['mysticky_class_id_selector'] ); ?>><?php esc_html_e( 'Other Class Or ID', 'mystickymenu' );?></option>
|
184 |
-
</select>
|
185 |
-
|
186 |
-
<input type="text" size="18" id="mysticky_class_selector" class="mystickyinput" name="mysticky_option_name[mysticky_class_selector]" value="<?php echo $mysticky_options['mysticky_class_selector'];?>" />
|
187 |
-
|
188 |
-
<p class="description"><?php _e("menu or header element class or id.", 'mystickymenu')?></p>
|
189 |
-
</td>
|
190 |
-
<td>
|
191 |
-
<div class="mysticky_device_upgrade">
|
192 |
-
<label class="mysticky_title"><?php _e("Devices", 'mystickymenu')?></label>
|
193 |
-
<span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="#" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
|
194 |
-
<ul class="mystickymenu-input-multicheckbox">
|
195 |
-
<li>
|
196 |
-
<label>
|
197 |
-
<input id="disable_css" name="mysticky_option_name[device_desktop]" type="checkbox" checked disabled />
|
198 |
-
<?php _e( 'Desktop', 'mystickymenu' );?>
|
199 |
-
<label>
|
200 |
-
</li>
|
201 |
-
<li>
|
202 |
-
<label>
|
203 |
-
<input id="disable_css" name="mysticky_option_name[device_mobile]" type="checkbox" checked disabled />
|
204 |
-
<?php _e( 'Mobile', 'mystickymenu' );?>
|
205 |
-
<label>
|
206 |
-
</li>
|
207 |
-
</ul>
|
208 |
-
</div>
|
209 |
-
</td>
|
210 |
-
</tr>
|
211 |
-
</table>
|
212 |
-
</div>
|
213 |
-
|
214 |
-
|
215 |
-
<div class="mystickymenu-content-section">
|
216 |
-
<h3><?php esc_html_e( 'Settings', 'mystickymenu' );?></h3>
|
217 |
-
<table class="form-table">
|
218 |
-
<tr>
|
219 |
-
<td>
|
220 |
-
<label for="myfixed_zindex" class="mysticky_title"><?php _e("Sticky z-index", 'mystickymenu')?></label>
|
221 |
-
</td>
|
222 |
-
<td>
|
223 |
-
<input type="number" min="0" max="2147483647" step="1" class="mysticky-number" id="myfixed_zindex" name="mysticky_option_name[myfixed_zindex]" value="<?php echo $mysticky_options['myfixed_zindex'];?>" />
|
224 |
-
</td>
|
225 |
-
<td>
|
226 |
-
<label class="mysticky_title myssticky-remove-hand"><?php _e("Fade or slide effect", 'mystickymenu')?></label>
|
227 |
-
</td>
|
228 |
-
<td>
|
229 |
-
<label>
|
230 |
-
<input name="mysticky_option_name[myfixed_fade]" value= "slide" type="radio" <?php checked( @$mysticky_options['myfixed_fade'], 'slide' );?> />
|
231 |
-
<?php _e("Slide", 'mystickymenu'); ?>
|
232 |
-
</label>
|
233 |
-
<label>
|
234 |
-
<input name="mysticky_option_name[myfixed_fade]" value="fade" type="radio" <?php checked( @$mysticky_options['myfixed_fade'], 'fade' );?> />
|
235 |
-
<?php _e("Fade", 'mystickymenu'); ?>
|
236 |
-
</label>
|
237 |
-
</td>
|
238 |
-
</tr>
|
239 |
-
<tr>
|
240 |
-
<td>
|
241 |
-
<label for="myfixed_disable_small_screen" class="mysticky_title"><?php _e("Disable at Small Screen Sizes", 'mystickymenu')?></label>
|
242 |
-
<p class="description"><?php _e('Less than chosen screen width, set 0 to disable','mystickymenu');?></p>
|
243 |
-
</td>
|
244 |
-
<td>
|
245 |
-
<div class="px-wrap">
|
246 |
-
<input type="number" class="" min="0" step="1" id="myfixed_disable_small_screen" name="mysticky_option_name[myfixed_disable_small_screen]" value="<?php echo $mysticky_options['myfixed_disable_small_screen'];?>" />
|
247 |
-
<span class="input-px">PX</span>
|
248 |
-
</div>
|
249 |
-
</td>
|
250 |
-
<td>
|
251 |
-
<label for="mysticky_active_on_height" class="mysticky_title"><?php _e("Make visible on Scroll", 'mystickymenu')?></label>
|
252 |
-
<p class="description"><?php _e('If set to 0 auto calculate will be used.','mystickymenu');?></p>
|
253 |
-
</td>
|
254 |
-
<td>
|
255 |
-
<div class="px-wrap">
|
256 |
-
<input type="number" class="small-text" min="0" step="1" id="mysticky_active_on_height" name="mysticky_option_name[mysticky_active_on_height]" value="<?php echo $mysticky_options['mysticky_active_on_height'];?>" />
|
257 |
-
<span class="input-px">PX</span>
|
258 |
-
</div>
|
259 |
-
</td>
|
260 |
-
</tr>
|
261 |
-
<tr>
|
262 |
-
<td>
|
263 |
-
<label for="mysticky_active_on_height_home" class="mysticky_title"><?php _e("Make visible on Scroll at homepage", 'mystickymenu')?></label>
|
264 |
-
<p class="description"><?php _e( 'If set to 0 it will use initial Make visible on Scroll value.', 'mystickymenu' );?></p>
|
265 |
-
</td>
|
266 |
-
<td>
|
267 |
-
<div class="px-wrap">
|
268 |
-
<input type="number" class="small-text" min="0" step="1" id="mysticky_active_on_height_home" name="mysticky_option_name[mysticky_active_on_height_home]" value="<?php echo $mysticky_options['mysticky_active_on_height_home'];?>" />
|
269 |
-
<span class="input-px">PX</span>
|
270 |
-
</div>
|
271 |
-
</td>
|
272 |
-
<td>
|
273 |
-
<label for="myfixed_bgcolor" class="mysticky_title myssticky-remove-hand"><?php _e("Sticky Background Color", 'mystickymenu')?></label>
|
274 |
-
</td>
|
275 |
-
<td>
|
276 |
-
<input type="text" id="myfixed_bgcolor" name="mysticky_option_name[myfixed_bgcolor]" class="my-color-field" value="<?php echo $mysticky_options['myfixed_bgcolor'];?>" />
|
277 |
-
|
278 |
-
</td>
|
279 |
-
</tr>
|
280 |
-
<tr>
|
281 |
-
<td>
|
282 |
-
<label for="myfixed_transition_time" class="mysticky_title"><?php _e("Sticky Transition Time", 'mystickymenu')?></label>
|
283 |
-
</td>
|
284 |
-
<td>
|
285 |
-
<input type="number" class="small-text" min="0" step="0.1" id="myfixed_transition_time" name="mysticky_option_name[myfixed_transition_time]" value="<?php echo $mysticky_options['myfixed_transition_time'];?>" />
|
286 |
-
</td>
|
287 |
-
<td>
|
288 |
-
<label for="myfixed_opacity" class="mysticky_title myssticky-remove-hand"><?php _e("Sticky Opacity", 'mystickymenu')?></label>
|
289 |
-
<p class="description"><?php _e( 'numbers 1-100.', 'mystickymenu');?></p>
|
290 |
-
</td>
|
291 |
-
<td>
|
292 |
-
<input type="hidden" class="small-text mysticky-slider" min="0" step="1" max="100" id="myfixed_opacity" name="mysticky_option_name[myfixed_opacity]" value="<?php echo $mysticky_options['myfixed_opacity'];?>" />
|
293 |
-
<div id="slider">
|
294 |
-
<div id="custom-handle" class="ui-slider-handle"><?php //echo $mysticky_options['myfixed_opacity'];?></div>
|
295 |
-
</div>
|
296 |
-
|
297 |
-
</td>
|
298 |
-
</tr>
|
299 |
-
</table>
|
300 |
-
</div>
|
301 |
-
|
302 |
-
<div class="mystickymenu-content-section <?php echo !$is_old?"mystickymenu-content-upgrade":""?>" >
|
303 |
-
|
304 |
-
<div class="mystickymenu-content-option">
|
305 |
-
<label class="mysticky_title css-style-title"><?php _e("Hide on Scroll Down", 'mystickymenu'); ?></label>
|
306 |
-
<?php if(!$is_old) { ?><span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="#" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span><?php } ?>
|
307 |
-
<p>
|
308 |
-
<label class="mysticky_text">
|
309 |
-
<input id="myfixed_disable_scroll_down" name="mysticky_option_name[myfixed_disable_scroll_down]" type="checkbox" <?php checked( @$mysticky_options['myfixed_disable_scroll_down'], 'on' );?> <?php echo !$is_old?"disabled":"" ?> />
|
310 |
-
<?php _e("Disable sticky menu at scroll down", 'mystickymenu'); ?>
|
311 |
-
</label>
|
312 |
-
</p>
|
313 |
-
</div>
|
314 |
-
<div class="mystickymenu-content-option">
|
315 |
-
<label class="mysticky_title css-style-title"><?php _e("CSS style", 'mystickymenu'); ?></label>
|
316 |
-
<span class="mysticky_text"><?php _e( 'Add/edit CSS style. Leave it blank for default style.', 'mystickymenu');?></span>
|
317 |
-
<div class="mystickymenu-input-section">
|
318 |
-
<textarea type="text" rows="4" cols="60" id="myfixed_cssstyle" name="mysticky_option_name[myfixed_cssstyle]" <?php echo !$is_old?"disabled":"" ?> ><?php echo @$mysticky_options['myfixed_cssstyle'];?></textarea>
|
319 |
-
</div>
|
320 |
-
<p><?php esc_html_e( "CSS ID's and Classes to use:", "mystickymenu" );?></p>
|
321 |
-
<p>
|
322 |
-
#mysticky-wrap { }<br/>
|
323 |
-
#mysticky-nav.wrapfixed { }<br/>
|
324 |
-
#mysticky-nav.wrapfixed.up { }<br/>
|
325 |
-
#mysticky-nav.wrapfixed.down { }<br/>
|
326 |
-
#mysticky-nav .navbar { }<br/>
|
327 |
-
#mysticky-nav .navbar.myfixed { }<br/>
|
328 |
-
</p>
|
329 |
-
</div>
|
330 |
-
|
331 |
-
<div class="mystickymenu-content-option">
|
332 |
-
<label class="mysticky_title" for="disable_css"><?php _e("Disable CSS style", 'mystickymenu'); ?></label>
|
333 |
-
<div class="mystickymenu-input-section">
|
334 |
-
<label>
|
335 |
-
<input id="disable_css" name="mysticky_option_name[disable_css]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['disable_css'], 'on' );?> />
|
336 |
-
<?php _e( 'Use this option if you plan to include CSS Style manually', 'mystickymenu' );?>
|
337 |
-
<label>
|
338 |
-
</div>
|
339 |
-
<p></p>
|
340 |
-
</div>
|
341 |
-
|
342 |
-
<div class="mystickymenu-content-option">
|
343 |
-
<label class="mysticky_title"><?php _e("Disable at", 'mystickymenu'); ?></label>
|
344 |
-
<?php if(!$is_old) { ?><span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="#" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span><?php } ?>
|
345 |
-
<div class="mystickymenu-input-section">
|
346 |
-
<ul class="mystickymenu-input-multicheckbox">
|
347 |
-
<li>
|
348 |
-
<label>
|
349 |
-
<input id="mysticky_disable_at_front_home" name="mysticky_option_name[mysticky_disable_at_front_home]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_front_home'], 'on' );?>/>
|
350 |
-
<span><?php _e('front page', 'mystickymenu' );?></span>
|
351 |
-
</label>
|
352 |
-
</li>
|
353 |
-
<li>
|
354 |
-
<label>
|
355 |
-
<input id="mysticky_disable_at_blog" name="mysticky_option_name[mysticky_disable_at_blog]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_blog'], 'on' );?>/>
|
356 |
-
<span><?php _e('blog page', 'mystickymenu' );?></span>
|
357 |
-
</label>
|
358 |
-
</li>
|
359 |
-
<li>
|
360 |
-
<label>
|
361 |
-
<input id="mysticky_disable_at_page" name="mysticky_option_name[mysticky_disable_at_page]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_page'], 'on' );?> />
|
362 |
-
<span><?php _e('pages', 'mystickymenu' );?> </span>
|
363 |
-
</label>
|
364 |
-
</li>
|
365 |
-
<li>
|
366 |
-
<label>
|
367 |
-
<input id="mysticky_disable_at_tag" name="mysticky_option_name[mysticky_disable_at_tag]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_tag'], 'on' );?> />
|
368 |
-
<span><?php _e('tags', 'mystickymenu' );?> </span>
|
369 |
-
</label>
|
370 |
-
</li>
|
371 |
-
<li>
|
372 |
-
<label>
|
373 |
-
<input id="mysticky_disable_at_category" name="mysticky_option_name[mysticky_disable_at_category]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_category'], 'on' );?>/>
|
374 |
-
<span><?php _e('categories', 'mystickymenu' );?></span>
|
375 |
-
</label>
|
376 |
-
</li>
|
377 |
-
<li>
|
378 |
-
<label>
|
379 |
-
<input id="mysticky_disable_at_single" name="mysticky_option_name[mysticky_disable_at_single]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_single'], 'on' );?> />
|
380 |
-
<span><?php _e('posts', 'mystickymenu' );?> </span>
|
381 |
-
</label>
|
382 |
-
</li>
|
383 |
-
<li>
|
384 |
-
<label>
|
385 |
-
<input id="mysticky_disable_at_archive" name="mysticky_option_name[mysticky_disable_at_archive]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_archive'], 'on' );?> />
|
386 |
-
<span><?php _e('archives', 'mystickymenu' );?> </span>
|
387 |
-
</label>
|
388 |
-
</li>
|
389 |
-
<li>
|
390 |
-
<label>
|
391 |
-
<input id="mysticky_disable_at_search" name="mysticky_option_name[mysticky_disable_at_search]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_search'], 'on' );?> />
|
392 |
-
<span><?php _e('search', 'mystickymenu' );?> </span>
|
393 |
-
</label>
|
394 |
-
</li>
|
395 |
-
<li>
|
396 |
-
<label>
|
397 |
-
<input id="mysticky_disable_at_404" name="mysticky_option_name[mysticky_disable_at_404]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_404'], 'on' );?>/>
|
398 |
-
<span><?php _e('404', 'mystickymenu' );?> </span>
|
399 |
-
</label>
|
400 |
-
</li>
|
401 |
-
</ul>
|
402 |
-
|
403 |
-
<?php
|
404 |
-
if (isset ( $mysticky_options['mysticky_disable_at_page'] ) == true ) {
|
405 |
-
echo '<div class="mystickymenu-input-section">';
|
406 |
-
_e('<span class="description"><strong>Except for this pages:</strong> </span>', 'mystickymenu');
|
407 |
-
|
408 |
-
printf(
|
409 |
-
'<input type="text" size="26" class="mystickymenu_normal_text" id="mysticky_enable_at_pages" name="mysticky_option_name[mysticky_enable_at_pages]" value="%s" /> ',
|
410 |
-
isset( $mysticky_options['mysticky_enable_at_pages'] ) ? esc_attr( $mysticky_options['mysticky_enable_at_pages']) : ''
|
411 |
-
);
|
412 |
-
|
413 |
-
_e('<span class="description">Comma separated list of pages to enable. It should be page name, id or slug. Example: about-us, 1134, Contact Us. Leave blank if you realy want to disable sticky menu for all pages.</span>', 'mystickymenu');
|
414 |
-
echo '</div>';
|
415 |
-
}
|
416 |
-
|
417 |
-
if (isset ( $mysticky_options['mysticky_disable_at_single'] ) == true ) {
|
418 |
-
|
419 |
-
echo '<div class="mystickymenu-input-section">';
|
420 |
-
_e('<span class="description"><strong>Except for this posts:</strong> </span>', 'mystickymenu');
|
421 |
-
|
422 |
-
printf(
|
423 |
-
'<input type="text" size="26" class="mystickymenu_normal_text" id="mysticky_enable_at_posts" name="mysticky_option_name[mysticky_enable_at_posts]" value="%s" /> ',
|
424 |
-
isset( $mysticky_options['mysticky_enable_at_posts'] ) ? esc_attr( $mysticky_options['mysticky_enable_at_posts']) : ''
|
425 |
-
);
|
426 |
-
|
427 |
-
_e('<span class="description">Comma separated list of posts to enable. It should be post name, id or slug. Example: about-us, 1134, Contact Us. Leave blank if you realy want to disable sticky menu for all posts.</span>', 'mystickymenu');
|
428 |
-
echo '</div>';
|
429 |
-
|
430 |
-
}
|
431 |
-
?>
|
432 |
-
<p></p>
|
433 |
-
</div>
|
434 |
-
</div>
|
435 |
-
</div>
|
436 |
-
<p class="submit">
|
437 |
-
<input type="submit" name="submit" id="submit" class="button button-primary" value="<?php _e('Save', 'mystickymenu');?>">
|
438 |
-
</p>
|
439 |
-
<input type="hidden" name="nonce" value="<?php echo $nonce ?>">
|
440 |
-
</form>
|
441 |
-
<form class="mysticky-hideformreset" method="post" action="">
|
442 |
-
<input name="reset_mysticky_options" class="button button-secondary confirm" type="submit" value="<?php _e('Reset', 'mystickymenu');?>" >
|
443 |
-
<input type="hidden" name="action" value="reset" />
|
444 |
-
<?php $nonce = wp_create_nonce('mysticky_option_backend_reset_nonce'); ?>
|
445 |
-
<input type="hidden" name="nonce" value="<?php echo $nonce ?>">
|
446 |
-
</form>
|
447 |
-
<p class="myStickymenu-review"><a href="https://wordpress.org/support/plugin/mystickymenu/reviews/" target="_blank"><?php _e('Leave a review','mystickymenu'); ?></a></p>
|
448 |
-
</div>
|
449 |
-
<div style="display: <?php echo (isset($_GET['type'])&&$_GET['type']=="upgrade")?"block":"none" ?>" id="sticky-header-upgrade" class="sticky-header-content">
|
450 |
-
<div id="rpt_pricr" class="rpt_plans rpt_3_plans rpt_style_basic">
|
451 |
-
<p class="udner-title">
|
452 |
-
<strong class="text-primary">Unlock All Features</strong>
|
453 |
-
</p>
|
454 |
-
<div class="">
|
455 |
-
<div class="rpt_plan rpt_plan_0 ">
|
456 |
-
<div style="text-align:left;" class="rpt_title rpt_title_0">Basic</div>
|
457 |
-
<div class="rpt_head rpt_head_0">
|
458 |
-
<div class="rpt_recurrence rpt_recurrence_0">For small website owners</div>
|
459 |
-
<div class="rpt_price rpt_price_0">$9</div>
|
460 |
-
<div class="rpt_description rpt_description_0">Per year. Renewals for
|
461 |
-
<div style="clear:both;"></div>
|
462 |
-
</div>
|
463 |
-
<div class="rpt_features rpt_features_0">
|
464 |
-
<div class="rpt_feature rpt_feature_0-0"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Use myStickymenu on 1 domain</span>1 website<span class="rpt_tooltip_plus" > +</span></a></div>
|
465 |
-
<div class="rpt_feature rpt_feature_0-1"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>You can show the menu when scrolling up, down or both</span>Show on scroll up/down<span class="rpt_tooltip_plus" > +</span></a></div>
|
466 |
-
<div class="rpt_feature rpt_feature_0-2"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>You can disable the sticky effect on desktop or mobile</span>Devices<span class="rpt_tooltip_plus" > +</span></a></div>
|
467 |
-
<div class="rpt_feature rpt_feature_0-3"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Add CSS of your own to the sticky menu</span>CSS style<span class="rpt_tooltip_plus" > +</span></a></div>
|
468 |
-
<div class="rpt_feature rpt_feature_0-4"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Exclude pages you don't want to have sticky menu</span>Page targeting<span class="rpt_tooltip_plus" > +</span></a></div>
|
469 |
-
<div class="rpt_feature rpt_feature_0-5"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Fade/Slide, opacity, background color, transition time and more</span>Effects and more<span class="rpt_tooltip_plus" > +</span></a></div>
|
470 |
-
<div class="rpt_feature rpt_feature_0-6">Updates and support for 1 year</div>
|
471 |
-
</div>
|
472 |
-
<div style="clear:both;"></div>
|
473 |
-
<a target="_blank" href="https://go.premio.io/?edd_action=add_to_cart&download_id=2199&edd_options[price_id]=1" class="rpt_foot rpt_foot_0">Buy now</a>
|
474 |
-
</div>
|
475 |
-
<div class="rpt_plan rpt_plan_1 rpt_recommended_plan ">
|
476 |
-
<div style="text-align:left;" class="rpt_title rpt_title_1">Pro<img class="rpt_recommended" src="<?php echo plugins_url("") ?>/mystickymenu/images/rpt_recommended.png" style="top: 27px;"></div>
|
477 |
-
<div class="rpt_head rpt_head_1">
|
478 |
-
<div class="rpt_recurrence rpt_recurrence_1">For businesses with multiple websites</div>
|
479 |
-
<div class="rpt_price rpt_price_1">$25</div>
|
480 |
-
<div class="rpt_description rpt_description_1">Per year. Renewals for
|
481 |
-
<div style="clear:both;"></div>
|
482 |
-
</div>
|
483 |
-
<div class="rpt_features rpt_features_1">
|
484 |
-
<div class="rpt_feature rpt_feature_1-0"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Use myStickymenu on 5 domains</span>5 websites<span class="rpt_tooltip_plus" > +</span></a></div>
|
485 |
-
<div class="rpt_feature rpt_feature_1-1"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>You can show the menu when scrolling up, down or both</span>Show on scroll up/down<span class="rpt_tooltip_plus" > +</span></a></div>
|
486 |
-
<div class="rpt_feature rpt_feature_1-2"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>You can disable the sticky effect on desktop or mobile</span>Devices<span class="rpt_tooltip_plus" > +</span></a></div>
|
487 |
-
<div class="rpt_feature rpt_feature_1-3"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Add CSS of your own to the sticky menu</span>CSS style<span class="rpt_tooltip_plus" > +</span></a></div>
|
488 |
-
<div class="rpt_feature rpt_feature_1-4"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Exclude pages you don't want to have sticky menu</span>Page targeting<span class="rpt_tooltip_plus" > +</span></a></div>
|
489 |
-
<div class="rpt_feature rpt_feature_1-5"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Fade/Slide, opacity, background color, transition time and more</span>Effects and more<span class="rpt_tooltip_plus" > +</span></a></div>
|
490 |
-
<div class="rpt_feature rpt_feature_1-6">Updates and support for 1 year</div>
|
491 |
-
</div>
|
492 |
-
<div style="clear:both;"></div>
|
493 |
-
<a target="_blank" href="https://go.premio.io/?edd_action=add_to_cart&download_id=2199&edd_options[price_id]=2" class="rpt_foot rpt_foot_1">Buy now</a>
|
494 |
-
</div>
|
495 |
-
<div class="rpt_plan rpt_plan_2 ">
|
496 |
-
<div style="text-align:left;" class="rpt_title rpt_title_2">Agency</div>
|
497 |
-
<div class="rpt_head rpt_head_2">
|
498 |
-
<div class="rpt_recurrence rpt_recurrence_2">For agencies who manage clients</div>
|
499 |
-
<div class="rpt_price rpt_price_2">$49</div>
|
500 |
-
<div class="rpt_description rpt_description_2">Per year. Renewals for
|
501 |
-
<div style="clear:both;"></div>
|
502 |
-
</div>
|
503 |
-
<div class="rpt_features rpt_features_2">
|
504 |
-
<div class="rpt_feature rpt_feature_2-0"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Use myStickymenu on 20 domains</span>20 websites<span class="rpt_tooltip_plus" > +</span></a></div>
|
505 |
-
<div class="rpt_feature rpt_feature_2-1"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>You can show the menu when scrolling up, down or both</span>Show on scroll up/down<span class="rpt_tooltip_plus" > +</span></a></div>
|
506 |
-
<div class="rpt_feature rpt_feature_2-2"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>You can disable the sticky effect on desktop or mobile</span>Devices<span class="rpt_tooltip_plus" > +</span></a></div>
|
507 |
-
<div class="rpt_feature rpt_feature_2-3"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Add CSS of your own to the sticky menu</span>CSS style<span class="rpt_tooltip_plus" > +</span></a></div>
|
508 |
-
<div class="rpt_feature rpt_feature_2-4"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Exclude pages you don't want to have sticky menu</span>Page targeting<span class="rpt_tooltip_plus" > +</span></a></div>
|
509 |
-
<div class="rpt_feature rpt_feature_2-5"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Fade/Slide, opacity, background color, transition time and more</span>Effects and more<span class="rpt_tooltip_plus" > +</span></a></div>
|
510 |
-
<div class="rpt_feature rpt_feature_2-6">Updates and support for 1 year</div>
|
511 |
-
</div>
|
512 |
-
<div style="clear:both;"></div>
|
513 |
-
<a target="_blank" href="https://go.premio.io/?edd_action=add_to_cart&download_id=2199&edd_options[price_id]=3" class="rpt_foot rpt_foot_2">Buy now</a>
|
514 |
-
</div>
|
515 |
-
</div>
|
516 |
-
<div style="clear:both;"></div>
|
517 |
-
<div class="client-testimonial">
|
518 |
-
<p class="text-center"><span class="dashicons dashicons-yes"></span> 30 days money back guaranteed</p>
|
519 |
-
<p class="text-center"><span class="dashicons dashicons-yes"></span> The plugin will always keep working even if you don't renew your license</p>
|
520 |
-
<div class="payment">
|
521 |
-
<img src="<?php echo plugins_url("") ?>/mystickymenu/images/payment.png" alt="Payment" class="payment-img" />
|
522 |
-
</div>
|
523 |
-
<div class="testimonial-box">
|
524 |
-
<div class="testimonial-image">
|
525 |
-
<img src="<?php echo plugins_url("") ?>/mystickymenu/images/testimonial.png" style="top: 27px;">
|
526 |
-
</div>
|
527 |
-
<div class="testimonial-content">
|
528 |
-
This plugin does exactly what it should. It is simple but powerful. I would suggest to anyone who wants to make their menu sticky! I especially love the hide header on scroll down, show on scroll up feature that is built it. Great work!
|
529 |
-
<div class="author">Clayton Chase</div>
|
530 |
-
</div>
|
531 |
-
<div style="clear:both;"></div>
|
532 |
-
</div>
|
533 |
-
</div>
|
534 |
-
</div>
|
535 |
-
</div>
|
536 |
-
</div>
|
537 |
-
<?php
|
538 |
-
}
|
539 |
-
public function mysticky_default_options() {
|
540 |
-
|
541 |
-
global $options;
|
542 |
-
$menu_locations = get_nav_menu_locations();
|
543 |
-
$menu_object = isset($menu_locations['menu-1']) ? wp_get_nav_menu_object( $menu_locations['menu-1'] ) : array();
|
544 |
-
|
545 |
-
if ( is_object($menu_object) && $menu_object->slug != '' ) {
|
546 |
-
$mysticky_class_id_selector = $menu_object->slug;
|
547 |
-
} else {
|
548 |
-
$mysticky_class_id_selector = 'custom';
|
549 |
-
}
|
550 |
-
$default = array(
|
551 |
-
'mysticky_class_id_selector' => $mysticky_class_id_selector,
|
552 |
-
'mysticky_class_selector' => '.navbar',
|
553 |
-
'device_desktop' => 'on',
|
554 |
-
'device_mobile' => 'on',
|
555 |
-
'myfixed_zindex' => '99990',
|
556 |
-
'myfixed_bgcolor' => '#f7f5e7',
|
557 |
-
'myfixed_opacity' => '90',
|
558 |
-
'myfixed_transition_time' => '0.3',
|
559 |
-
'myfixed_disable_small_screen' => '0',
|
560 |
-
'myfixed_disable_large_screen' => '0',
|
561 |
-
'mysticky_active_on_height' => '0',
|
562 |
-
'mysticky_active_on_height_home'=> '0',
|
563 |
-
'myfixed_fade' => 'slide',
|
564 |
-
'myfixed_cssstyle' => '#mysticky-nav .myfixed { margin:0 auto; float:none; border:0px; background:none; max-width:100%; }'
|
565 |
-
);
|
566 |
-
|
567 |
-
if ( get_option('mysticky_option_name') == false ) {
|
568 |
-
$status = get_option("sticky_header_status");
|
569 |
-
if($status == false) {
|
570 |
-
update_option("sticky_header_status", "done");
|
571 |
-
update_option("has_sticky_header_old_version", "no");
|
572 |
-
}
|
573 |
-
update_option( 'mysticky_option_name', $default );
|
574 |
-
} else {
|
575 |
-
$status = get_option("sticky_header_status");
|
576 |
-
if($status == false) {
|
577 |
-
update_option("sticky_header_status", "done");
|
578 |
-
update_option("has_sticky_header_old_version", "yes");
|
579 |
-
}
|
580 |
-
}
|
581 |
-
|
582 |
-
if(isset($_POST['reset_mysticky_options'])) {
|
583 |
-
if(isset($_REQUEST['nonce']) && !empty($_REQUEST['nonce']) && wp_verify_nonce($_REQUEST['nonce'], 'mysticky_option_backend_reset_nonce')) {
|
584 |
-
update_option('mysticky_option_name', $default);
|
585 |
-
} else {
|
586 |
-
|
587 |
-
}
|
588 |
-
}
|
589 |
-
|
590 |
-
if ( !get_option( 'update_mysticky_version_2_6') ) {
|
591 |
-
$mysticky_option_name = get_option( 'mysticky_option_name' );
|
592 |
-
$mysticky_option_name['mysticky_class_id_selector'] = 'custom';
|
593 |
-
if ($mysticky_option_name['myfixed_fade'] == 'on'){
|
594 |
-
$mysticky_option_name['myfixed_fade'] = 'slide';
|
595 |
-
}else{
|
596 |
-
$mysticky_option_name['myfixed_fade'] = 'fade';
|
597 |
-
}
|
598 |
-
update_option( 'mysticky_option_name', $mysticky_option_name );
|
599 |
-
update_option( 'update_mysticky_version_2_6', true );
|
600 |
-
}
|
601 |
-
}
|
602 |
-
}
|
603 |
-
|
604 |
-
|
605 |
-
|
606 |
-
class MyStickyMenuFrontend
|
607 |
-
{
|
608 |
-
|
609 |
-
public function __construct()
|
610 |
-
{
|
611 |
-
add_action( 'wp_head', array( $this, 'mysticky_build_stylesheet_content' ) );
|
612 |
-
add_action( 'wp_enqueue_scripts', array( $this, 'mysticky_disable_at' ) );
|
613 |
-
}
|
614 |
-
|
615 |
-
public function mysticky_build_stylesheet_content() {
|
616 |
-
|
617 |
-
$mysticky_options = get_option( 'mysticky_option_name' );
|
618 |
-
|
619 |
-
if (isset($mysticky_options['disable_css'])) {
|
620 |
-
//do nothing
|
621 |
-
} else {
|
622 |
-
$mysticky_options['disable_css'] = false;
|
623 |
-
}
|
624 |
-
|
625 |
-
if ($mysticky_options ['disable_css'] == false ) {
|
626 |
-
|
627 |
-
echo '<style id="mystickymenu" type="text/css">';
|
628 |
-
echo '#mysticky-nav { width:100%; position: static; }';
|
629 |
-
echo '#mysticky-nav.wrapfixed { position:fixed; left: 0px; margin-top:0px; z-index: '. $mysticky_options ['myfixed_zindex'] .'; -webkit-transition: ' . $mysticky_options ['myfixed_transition_time'] . 's; -moz-transition: ' . $mysticky_options ['myfixed_transition_time'] . 's; -o-transition: ' . $mysticky_options ['myfixed_transition_time'] . 's; transition: ' . $mysticky_options ['myfixed_transition_time'] . 's; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=' . $mysticky_options ['myfixed_opacity'] . ')"; filter: alpha(opacity=' . $mysticky_options ['myfixed_opacity'] . '); opacity:' . $mysticky_options ['myfixed_opacity'] / 100 . '; background-color: ' . $mysticky_options ['myfixed_bgcolor'] . ';}';
|
630 |
-
|
631 |
-
|
632 |
-
if ($mysticky_options ['myfixed_disable_small_screen'] > 0 ){
|
633 |
-
//echo '@media (max-width: '.$mysticky_options['myfixed_disable_small_screen'].'px) {#mysticky-nav.wrapfixed {position: static;} }';
|
634 |
-
};
|
635 |
-
if (
|
636 |
-
echo '#mysticky-nav .myfixed { margin:0 auto; float:none; border:0px; background:none; max-width:100%; }';
|
637 |
-
}
|
638 |
-
|
639 |
-
|
640 |
-
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
-
|
645 |
-
|
646 |
-
|
647 |
-
|
648 |
-
|
649 |
-
|
650 |
-
$top = "
|
651 |
-
}
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
}
|
660 |
-
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
|
665 |
-
|
666 |
-
|
667 |
-
|
668 |
-
|
669 |
-
|
670 |
-
|
671 |
-
|
672 |
-
|
673 |
-
|
674 |
-
|
675 |
-
|
676 |
-
|
677 |
-
|
678 |
-
|
679 |
-
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
$
|
685 |
-
|
686 |
-
$
|
687 |
-
|
688 |
-
$
|
689 |
-
|
690 |
-
|
691 |
-
|
692 |
-
'
|
693 |
-
'
|
694 |
-
'
|
695 |
-
'
|
696 |
-
'
|
697 |
-
'
|
698 |
-
|
699 |
-
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
$
|
710 |
-
|
711 |
-
$
|
712 |
-
$
|
713 |
-
$
|
714 |
-
$
|
715 |
-
$
|
716 |
-
$
|
717 |
-
$
|
718 |
-
$
|
719 |
-
$
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
-
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
|
731 |
-
|
732 |
-
|
733 |
-
|
734 |
-
|
735 |
-
|
736 |
-
|
737 |
-
|
738 |
-
|
739 |
-
|
740 |
-
|
741 |
-
|
742 |
-
|
743 |
-
|
744 |
-
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
|
750 |
-
|
751 |
-
|
752 |
-
|
753 |
-
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
|
759 |
-
|
760 |
-
|
761 |
-
|
762 |
-
|
763 |
-
|
764 |
-
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
-
|
775 |
-
|
776 |
-
|
777 |
-
|
778 |
-
|
779 |
-
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
|
787 |
-
|
788 |
-
|
789 |
-
|
790 |
-
|
791 |
-
|
792 |
-
|
793 |
-
|
794 |
-
|
795 |
-
|
796 |
-
|
797 |
-
}
|
798 |
-
|
799 |
-
|
800 |
-
|
801 |
-
|
802 |
-
new
|
|
|
|
|
803 |
}
|
1 |
+
<?php
|
2 |
+
/*
|
3 |
+
Plugin Name: myStickymenu
|
4 |
+
Plugin URI: https://premio.io/
|
5 |
+
Description: Simple sticky (fixed on top) menu implementation for navigation menu. After install go to Settings / myStickymenu and change Sticky Class to .your_navbar_class or #your_navbar_id.
|
6 |
+
Version: 2.1.7
|
7 |
+
Author: Premio
|
8 |
+
Author URI: https://premio.io/downloads/mystickymenu/
|
9 |
+
Text Domain: mystickymenu
|
10 |
+
Domain Path: /languages
|
11 |
+
License: GPLv2 or later
|
12 |
+
*/
|
13 |
+
|
14 |
+
defined('ABSPATH') or die("Cannot access pages directly.");
|
15 |
+
define( 'MYSTICKY_VERSION', '2.1.7' );
|
16 |
+
|
17 |
+
class MyStickyMenuBackend
|
18 |
+
{
|
19 |
+
private $options;
|
20 |
+
|
21 |
+
public function __construct()
|
22 |
+
{
|
23 |
+
add_action( 'admin_menu', array( $this, 'add_plugin_page' ) );
|
24 |
+
add_action( 'admin_init', array( $this, 'mysticky_load_transl') );
|
25 |
+
|
26 |
+
add_action( 'admin_init', array( $this, 'mysticky_default_options' ) );
|
27 |
+
add_action( 'admin_enqueue_scripts', array( $this, 'mysticky_admin_script' ) );
|
28 |
+
|
29 |
+
add_filter( 'plugin_action_links_mystickymenu/mystickymenu.php', array( $this, 'mystickymenu_settings_link' ) );
|
30 |
+
|
31 |
+
add_action( 'activated_plugin', array( $this, 'mystickymenu_activation_redirect' ) );
|
32 |
+
}
|
33 |
+
|
34 |
+
public function mystickymenu_settings_link($links){
|
35 |
+
$settings_link = '<a href="options-general.php?page=my-stickymenu-settings">Settings</a>';
|
36 |
+
$links['go_pro'] = '<a href="'.admin_url("options-general.php?page=my-stickymenu-settings&type=upgrade").'" style="color: #FF5983;font-weight: bold;">'.__( 'Upgrade', 'stars-testimonials' ).'</a>';
|
37 |
+
array_unshift($links, $settings_link);
|
38 |
+
return $links;
|
39 |
+
}
|
40 |
+
|
41 |
+
public function mystickymenu_activation_redirect( $plugin) {
|
42 |
+
if( $plugin == plugin_basename( __FILE__ ) ) {
|
43 |
+
wp_redirect( admin_url( 'options-general.php?page=my-stickymenu-settings' ) ) ;
|
44 |
+
exit;
|
45 |
+
}
|
46 |
+
}
|
47 |
+
|
48 |
+
public function mysticky_admin_script($hook) {
|
49 |
+
if ($hook != 'settings_page_my-stickymenu-settings') {
|
50 |
+
return;
|
51 |
+
}
|
52 |
+
|
53 |
+
wp_enqueue_script('jquery-ui');
|
54 |
+
wp_enqueue_script('jquery-ui-slider');
|
55 |
+
wp_register_script('mystickymenuAdminScript', plugins_url('/js/mystickymenu-admin.js', __FILE__), array( 'jquery' ), MYSTICKY_VERSION);
|
56 |
+
wp_enqueue_script('mystickymenuAdminScript');
|
57 |
+
|
58 |
+
wp_register_style('mystickymenuAdminStyle', plugins_url('/css/mystickymenu-admin.css', __FILE__), array(), MYSTICKY_VERSION );
|
59 |
+
wp_enqueue_style('mystickymenuAdminStyle');
|
60 |
+
|
61 |
+
wp_enqueue_style( 'wp-color-picker' );
|
62 |
+
wp_enqueue_script( 'my-script-handle', plugins_url('js/iris-script.js', __FILE__ ), array( 'wp-color-picker' ), false, true );
|
63 |
+
}
|
64 |
+
|
65 |
+
public function mysticky_load_transl(){
|
66 |
+
load_plugin_textdomain('mystickymenu', FALSE, dirname(plugin_basename(__FILE__)).'/languages/');
|
67 |
+
}
|
68 |
+
|
69 |
+
function sanitize_options($value) {
|
70 |
+
$value = stripslashes($value);
|
71 |
+
$value = filter_var($value, FILTER_SANITIZE_STRING);
|
72 |
+
return $value;
|
73 |
+
}
|
74 |
+
|
75 |
+
public function add_plugin_page(){
|
76 |
+
// This page will be under "Settings"
|
77 |
+
add_options_page(
|
78 |
+
'Settings Admin',
|
79 |
+
'myStickymenu',
|
80 |
+
'manage_options',
|
81 |
+
'my-stickymenu-settings',
|
82 |
+
array( $this, 'create_admin_page' )
|
83 |
+
);
|
84 |
+
}
|
85 |
+
|
86 |
+
public function create_admin_page(){
|
87 |
+
// Set class property
|
88 |
+
if (isset($_POST['mysticky_option_name']) && !empty($_POST['mysticky_option_name']) && isset($_POST['nonce'])) {
|
89 |
+
if(!empty($_REQUEST['nonce']) && wp_verify_nonce($_REQUEST['nonce'], 'mysticky_option_backend_update')) {
|
90 |
+
$post = $_POST['mysticky_option_name'];
|
91 |
+
foreach($post as $key=>$value) {
|
92 |
+
$post[$key] = self::sanitize_options($value);
|
93 |
+
}
|
94 |
+
update_option( 'mysticky_option_name', $post);
|
95 |
+
echo '<div class="updated settings-error notice is-dismissible "><p><strong>' . esc_html__('Settings saved.','mystickymenu'). '</p></strong></div>';
|
96 |
+
} else {
|
97 |
+
wp_verify_nonce($_GET['nonce'], 'wporg_frontend_delete');
|
98 |
+
echo '<div class="error settings-error notice is-dismissible "><p><strong>' . esc_html__('Unable to complete your request','mystickymenu'). '</p></strong></div>';
|
99 |
+
}
|
100 |
+
}
|
101 |
+
|
102 |
+
$mysticky_options = get_option( 'mysticky_option_name');
|
103 |
+
$is_old = get_option("has_sticky_header_old_version");
|
104 |
+
$is_old = ($is_old == "no")?false:true;
|
105 |
+
$nonce = wp_create_nonce('mysticky_option_backend_update');
|
106 |
+
|
107 |
+
?>
|
108 |
+
<style>
|
109 |
+
div#wpcontent {
|
110 |
+
background: rgba(101,114,219,1);
|
111 |
+
background: -moz-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
|
112 |
+
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(101,114,219,1)), color-stop(67%, rgba(238,134,198,1)), color-stop(100%, rgba(238,134,198,1)));
|
113 |
+
background: -webkit-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
|
114 |
+
background: -o-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
|
115 |
+
background: -ms-linear-gradient(-45deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
|
116 |
+
background: linear-gradient(135deg, rgba(101,114,219,1) 0%, rgba(238,134,198,1) 67%, rgba(238,134,198,1) 100%);
|
117 |
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6572db', endColorstr='#ee86c6', GradientType=1 );
|
118 |
+
}
|
119 |
+
</style>
|
120 |
+
<div id="mystickymenu" class="wrap mystickymenu">
|
121 |
+
<div class="sticky-header-menu">
|
122 |
+
<ul>
|
123 |
+
<li><a href="#sticky-header-settings" class="<?php echo (isset($_GET['type'])&&$_GET['type']=="upgrade")?"":"active" ?>"><?php _e('Settings', 'mystickymenu'); ?></a></li>
|
124 |
+
<li><a href="#sticky-header-upgrade" class="<?php echo (isset($_GET['type'])&&$_GET['type']=="upgrade")?"active":"" ?>"><?php _e('Upgrade to Pro', 'mystickymenu'); ?></a></li>
|
125 |
+
</ul>
|
126 |
+
</div>
|
127 |
+
<div style="display: <?php echo (isset($_GET['type'])&&$_GET['type']=="upgrade")?"none":"block" ?>" id="sticky-header-settings" class="sticky-header-content">
|
128 |
+
<div class="mystickymenu-heading">
|
129 |
+
<div class="myStickymenu-header-title">
|
130 |
+
<h3><?php _e('How To Make a Sticky Header', 'mystickymenu'); ?></h3>
|
131 |
+
</div>
|
132 |
+
<p><?php _e("Add sticky menu / header to any theme. <br />Simply change 'Sticky Class' to HTML element class desired to be sticky (div id can be used as well).", 'mystickymenu'); ?></p>
|
133 |
+
</div>
|
134 |
+
|
135 |
+
<form class="mysticky-form" method="post" action="#">
|
136 |
+
<div class="mystickymenu-content-section sticky-class-sec">
|
137 |
+
<table>
|
138 |
+
<tr>
|
139 |
+
<td>
|
140 |
+
<label class="mysticky_title"><?php _e("Sticky Class", 'mystickymenu')?></label>
|
141 |
+
<br /><br />
|
142 |
+
<?php $nav_menus = wp_get_nav_menus();
|
143 |
+
$menu_locations = get_nav_menu_locations();
|
144 |
+
$locations = get_registered_nav_menus();
|
145 |
+
?>
|
146 |
+
<select name="mysticky_option_name[mysticky_class_id_selector]" id="mystickymenu-select">
|
147 |
+
<option value=""><?php _e( 'Select Sticky Menu', 'mystickymenu' ); ?></option>
|
148 |
+
|
149 |
+
<?php foreach ( (array) $nav_menus as $_nav_menu ) : ?>
|
150 |
+
<option value="<?php echo esc_attr( $_nav_menu->slug ); ?>" <?php selected( $_nav_menu->slug, $mysticky_options['mysticky_class_id_selector'] ); ?>>
|
151 |
+
<?php
|
152 |
+
echo esc_html( $_nav_menu->name );
|
153 |
+
|
154 |
+
if ( ! empty( $menu_locations ) && in_array( $_nav_menu->term_id, $menu_locations ) ) {
|
155 |
+
$locations_assigned_to_this_menu = array();
|
156 |
+
foreach ( array_keys( $menu_locations, $_nav_menu->term_id ) as $menu_location_key ) {
|
157 |
+
if ( isset( $locations[ $menu_location_key ] ) ) {
|
158 |
+
$locations_assigned_to_this_menu[] = $locations[ $menu_location_key ];
|
159 |
+
}
|
160 |
+
}
|
161 |
+
|
162 |
+
/**
|
163 |
+
* Filters the number of locations listed per menu in the drop-down select.
|
164 |
+
*
|
165 |
+
* @since 3.6.0
|
166 |
+
*
|
167 |
+
* @param int $locations Number of menu locations to list. Default 3.
|
168 |
+
*/
|
169 |
+
$assigned_locations = array_slice( $locations_assigned_to_this_menu, 0, absint( apply_filters( 'wp_nav_locations_listed_per_menu', 3 ) ) );
|
170 |
+
|
171 |
+
// Adds ellipses following the number of locations defined in $assigned_locations.
|
172 |
+
if ( ! empty( $assigned_locations ) ) {
|
173 |
+
printf(
|
174 |
+
' (%1$s%2$s)',
|
175 |
+
implode( ', ', $assigned_locations ),
|
176 |
+
count( $locations_assigned_to_this_menu ) > count( $assigned_locations ) ? ' …' : ''
|
177 |
+
);
|
178 |
+
}
|
179 |
+
}
|
180 |
+
?>
|
181 |
+
</option>
|
182 |
+
<?php endforeach; ?>
|
183 |
+
<option value="custom" <?php selected( 'custom', $mysticky_options['mysticky_class_id_selector'] ); ?>><?php esc_html_e( 'Other Class Or ID', 'mystickymenu' );?></option>
|
184 |
+
</select>
|
185 |
+
|
186 |
+
<input type="text" size="18" id="mysticky_class_selector" class="mystickyinput" name="mysticky_option_name[mysticky_class_selector]" value="<?php echo $mysticky_options['mysticky_class_selector'];?>" />
|
187 |
+
|
188 |
+
<p class="description"><?php _e("menu or header element class or id.", 'mystickymenu')?></p>
|
189 |
+
</td>
|
190 |
+
<td>
|
191 |
+
<div class="mysticky_device_upgrade">
|
192 |
+
<label class="mysticky_title"><?php _e("Devices", 'mystickymenu')?></label>
|
193 |
+
<span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="#" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span>
|
194 |
+
<ul class="mystickymenu-input-multicheckbox">
|
195 |
+
<li>
|
196 |
+
<label>
|
197 |
+
<input id="disable_css" name="mysticky_option_name[device_desktop]" type="checkbox" checked disabled />
|
198 |
+
<?php _e( 'Desktop', 'mystickymenu' );?>
|
199 |
+
<label>
|
200 |
+
</li>
|
201 |
+
<li>
|
202 |
+
<label>
|
203 |
+
<input id="disable_css" name="mysticky_option_name[device_mobile]" type="checkbox" checked disabled />
|
204 |
+
<?php _e( 'Mobile', 'mystickymenu' );?>
|
205 |
+
<label>
|
206 |
+
</li>
|
207 |
+
</ul>
|
208 |
+
</div>
|
209 |
+
</td>
|
210 |
+
</tr>
|
211 |
+
</table>
|
212 |
+
</div>
|
213 |
+
|
214 |
+
|
215 |
+
<div class="mystickymenu-content-section">
|
216 |
+
<h3><?php esc_html_e( 'Settings', 'mystickymenu' );?></h3>
|
217 |
+
<table class="form-table">
|
218 |
+
<tr>
|
219 |
+
<td>
|
220 |
+
<label for="myfixed_zindex" class="mysticky_title"><?php _e("Sticky z-index", 'mystickymenu')?></label>
|
221 |
+
</td>
|
222 |
+
<td>
|
223 |
+
<input type="number" min="0" max="2147483647" step="1" class="mysticky-number" id="myfixed_zindex" name="mysticky_option_name[myfixed_zindex]" value="<?php echo $mysticky_options['myfixed_zindex'];?>" />
|
224 |
+
</td>
|
225 |
+
<td>
|
226 |
+
<label class="mysticky_title myssticky-remove-hand"><?php _e("Fade or slide effect", 'mystickymenu')?></label>
|
227 |
+
</td>
|
228 |
+
<td>
|
229 |
+
<label>
|
230 |
+
<input name="mysticky_option_name[myfixed_fade]" value= "slide" type="radio" <?php checked( @$mysticky_options['myfixed_fade'], 'slide' );?> />
|
231 |
+
<?php _e("Slide", 'mystickymenu'); ?>
|
232 |
+
</label>
|
233 |
+
<label>
|
234 |
+
<input name="mysticky_option_name[myfixed_fade]" value="fade" type="radio" <?php checked( @$mysticky_options['myfixed_fade'], 'fade' );?> />
|
235 |
+
<?php _e("Fade", 'mystickymenu'); ?>
|
236 |
+
</label>
|
237 |
+
</td>
|
238 |
+
</tr>
|
239 |
+
<tr>
|
240 |
+
<td>
|
241 |
+
<label for="myfixed_disable_small_screen" class="mysticky_title"><?php _e("Disable at Small Screen Sizes", 'mystickymenu')?></label>
|
242 |
+
<p class="description"><?php _e('Less than chosen screen width, set 0 to disable','mystickymenu');?></p>
|
243 |
+
</td>
|
244 |
+
<td>
|
245 |
+
<div class="px-wrap">
|
246 |
+
<input type="number" class="" min="0" step="1" id="myfixed_disable_small_screen" name="mysticky_option_name[myfixed_disable_small_screen]" value="<?php echo $mysticky_options['myfixed_disable_small_screen'];?>" />
|
247 |
+
<span class="input-px">PX</span>
|
248 |
+
</div>
|
249 |
+
</td>
|
250 |
+
<td>
|
251 |
+
<label for="mysticky_active_on_height" class="mysticky_title"><?php _e("Make visible on Scroll", 'mystickymenu')?></label>
|
252 |
+
<p class="description"><?php _e('If set to 0 auto calculate will be used.','mystickymenu');?></p>
|
253 |
+
</td>
|
254 |
+
<td>
|
255 |
+
<div class="px-wrap">
|
256 |
+
<input type="number" class="small-text" min="0" step="1" id="mysticky_active_on_height" name="mysticky_option_name[mysticky_active_on_height]" value="<?php echo $mysticky_options['mysticky_active_on_height'];?>" />
|
257 |
+
<span class="input-px">PX</span>
|
258 |
+
</div>
|
259 |
+
</td>
|
260 |
+
</tr>
|
261 |
+
<tr>
|
262 |
+
<td>
|
263 |
+
<label for="mysticky_active_on_height_home" class="mysticky_title"><?php _e("Make visible on Scroll at homepage", 'mystickymenu')?></label>
|
264 |
+
<p class="description"><?php _e( 'If set to 0 it will use initial Make visible on Scroll value.', 'mystickymenu' );?></p>
|
265 |
+
</td>
|
266 |
+
<td>
|
267 |
+
<div class="px-wrap">
|
268 |
+
<input type="number" class="small-text" min="0" step="1" id="mysticky_active_on_height_home" name="mysticky_option_name[mysticky_active_on_height_home]" value="<?php echo $mysticky_options['mysticky_active_on_height_home'];?>" />
|
269 |
+
<span class="input-px">PX</span>
|
270 |
+
</div>
|
271 |
+
</td>
|
272 |
+
<td>
|
273 |
+
<label for="myfixed_bgcolor" class="mysticky_title myssticky-remove-hand"><?php _e("Sticky Background Color", 'mystickymenu')?></label>
|
274 |
+
</td>
|
275 |
+
<td>
|
276 |
+
<input type="text" id="myfixed_bgcolor" name="mysticky_option_name[myfixed_bgcolor]" class="my-color-field" value="<?php echo $mysticky_options['myfixed_bgcolor'];?>" />
|
277 |
+
|
278 |
+
</td>
|
279 |
+
</tr>
|
280 |
+
<tr>
|
281 |
+
<td>
|
282 |
+
<label for="myfixed_transition_time" class="mysticky_title"><?php _e("Sticky Transition Time", 'mystickymenu')?></label>
|
283 |
+
</td>
|
284 |
+
<td>
|
285 |
+
<input type="number" class="small-text" min="0" step="0.1" id="myfixed_transition_time" name="mysticky_option_name[myfixed_transition_time]" value="<?php echo $mysticky_options['myfixed_transition_time'];?>" />
|
286 |
+
</td>
|
287 |
+
<td>
|
288 |
+
<label for="myfixed_opacity" class="mysticky_title myssticky-remove-hand"><?php _e("Sticky Opacity", 'mystickymenu')?></label>
|
289 |
+
<p class="description"><?php _e( 'numbers 1-100.', 'mystickymenu');?></p>
|
290 |
+
</td>
|
291 |
+
<td>
|
292 |
+
<input type="hidden" class="small-text mysticky-slider" min="0" step="1" max="100" id="myfixed_opacity" name="mysticky_option_name[myfixed_opacity]" value="<?php echo $mysticky_options['myfixed_opacity'];?>" />
|
293 |
+
<div id="slider">
|
294 |
+
<div id="custom-handle" class="ui-slider-handle"><?php //echo $mysticky_options['myfixed_opacity'];?></div>
|
295 |
+
</div>
|
296 |
+
|
297 |
+
</td>
|
298 |
+
</tr>
|
299 |
+
</table>
|
300 |
+
</div>
|
301 |
+
|
302 |
+
<div class="mystickymenu-content-section <?php echo !$is_old?"mystickymenu-content-upgrade":""?>" >
|
303 |
+
|
304 |
+
<div class="mystickymenu-content-option">
|
305 |
+
<label class="mysticky_title css-style-title"><?php _e("Hide on Scroll Down", 'mystickymenu'); ?></label>
|
306 |
+
<?php if(!$is_old) { ?><span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="#" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span><?php } ?>
|
307 |
+
<p>
|
308 |
+
<label class="mysticky_text">
|
309 |
+
<input id="myfixed_disable_scroll_down" name="mysticky_option_name[myfixed_disable_scroll_down]" type="checkbox" <?php checked( @$mysticky_options['myfixed_disable_scroll_down'], 'on' );?> <?php echo !$is_old?"disabled":"" ?> />
|
310 |
+
<?php _e("Disable sticky menu at scroll down", 'mystickymenu'); ?>
|
311 |
+
</label>
|
312 |
+
</p>
|
313 |
+
</div>
|
314 |
+
<div class="mystickymenu-content-option">
|
315 |
+
<label class="mysticky_title css-style-title"><?php _e("CSS style", 'mystickymenu'); ?></label>
|
316 |
+
<span class="mysticky_text"><?php _e( 'Add/edit CSS style. Leave it blank for default style.', 'mystickymenu');?></span>
|
317 |
+
<div class="mystickymenu-input-section">
|
318 |
+
<textarea type="text" rows="4" cols="60" id="myfixed_cssstyle" name="mysticky_option_name[myfixed_cssstyle]" <?php echo !$is_old?"disabled":"" ?> ><?php echo @$mysticky_options['myfixed_cssstyle'];?></textarea>
|
319 |
+
</div>
|
320 |
+
<p><?php esc_html_e( "CSS ID's and Classes to use:", "mystickymenu" );?></p>
|
321 |
+
<p>
|
322 |
+
#mysticky-wrap { }<br/>
|
323 |
+
#mysticky-nav.wrapfixed { }<br/>
|
324 |
+
#mysticky-nav.wrapfixed.up { }<br/>
|
325 |
+
#mysticky-nav.wrapfixed.down { }<br/>
|
326 |
+
#mysticky-nav .navbar { }<br/>
|
327 |
+
#mysticky-nav .navbar.myfixed { }<br/>
|
328 |
+
</p>
|
329 |
+
</div>
|
330 |
+
|
331 |
+
<div class="mystickymenu-content-option">
|
332 |
+
<label class="mysticky_title" for="disable_css"><?php _e("Disable CSS style", 'mystickymenu'); ?></label>
|
333 |
+
<div class="mystickymenu-input-section">
|
334 |
+
<label>
|
335 |
+
<input id="disable_css" name="mysticky_option_name[disable_css]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['disable_css'], 'on' );?> />
|
336 |
+
<?php _e( 'Use this option if you plan to include CSS Style manually', 'mystickymenu' );?>
|
337 |
+
<label>
|
338 |
+
</div>
|
339 |
+
<p></p>
|
340 |
+
</div>
|
341 |
+
|
342 |
+
<div class="mystickymenu-content-option">
|
343 |
+
<label class="mysticky_title"><?php _e("Disable at", 'mystickymenu'); ?></label>
|
344 |
+
<?php if(!$is_old) { ?><span class="myStickymenu-upgrade"><a class="sticky-header-upgrade-now" href="#" target="_blank"><?php _e( 'Upgrade Now', 'mystickymenu' );?></a></span><?php } ?>
|
345 |
+
<div class="mystickymenu-input-section">
|
346 |
+
<ul class="mystickymenu-input-multicheckbox">
|
347 |
+
<li>
|
348 |
+
<label>
|
349 |
+
<input id="mysticky_disable_at_front_home" name="mysticky_option_name[mysticky_disable_at_front_home]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_front_home'], 'on' );?>/>
|
350 |
+
<span><?php _e('front page', 'mystickymenu' );?></span>
|
351 |
+
</label>
|
352 |
+
</li>
|
353 |
+
<li>
|
354 |
+
<label>
|
355 |
+
<input id="mysticky_disable_at_blog" name="mysticky_option_name[mysticky_disable_at_blog]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_blog'], 'on' );?>/>
|
356 |
+
<span><?php _e('blog page', 'mystickymenu' );?></span>
|
357 |
+
</label>
|
358 |
+
</li>
|
359 |
+
<li>
|
360 |
+
<label>
|
361 |
+
<input id="mysticky_disable_at_page" name="mysticky_option_name[mysticky_disable_at_page]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_page'], 'on' );?> />
|
362 |
+
<span><?php _e('pages', 'mystickymenu' );?> </span>
|
363 |
+
</label>
|
364 |
+
</li>
|
365 |
+
<li>
|
366 |
+
<label>
|
367 |
+
<input id="mysticky_disable_at_tag" name="mysticky_option_name[mysticky_disable_at_tag]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_tag'], 'on' );?> />
|
368 |
+
<span><?php _e('tags', 'mystickymenu' );?> </span>
|
369 |
+
</label>
|
370 |
+
</li>
|
371 |
+
<li>
|
372 |
+
<label>
|
373 |
+
<input id="mysticky_disable_at_category" name="mysticky_option_name[mysticky_disable_at_category]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_category'], 'on' );?>/>
|
374 |
+
<span><?php _e('categories', 'mystickymenu' );?></span>
|
375 |
+
</label>
|
376 |
+
</li>
|
377 |
+
<li>
|
378 |
+
<label>
|
379 |
+
<input id="mysticky_disable_at_single" name="mysticky_option_name[mysticky_disable_at_single]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_single'], 'on' );?> />
|
380 |
+
<span><?php _e('posts', 'mystickymenu' );?> </span>
|
381 |
+
</label>
|
382 |
+
</li>
|
383 |
+
<li>
|
384 |
+
<label>
|
385 |
+
<input id="mysticky_disable_at_archive" name="mysticky_option_name[mysticky_disable_at_archive]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_archive'], 'on' );?> />
|
386 |
+
<span><?php _e('archives', 'mystickymenu' );?> </span>
|
387 |
+
</label>
|
388 |
+
</li>
|
389 |
+
<li>
|
390 |
+
<label>
|
391 |
+
<input id="mysticky_disable_at_search" name="mysticky_option_name[mysticky_disable_at_search]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_search'], 'on' );?> />
|
392 |
+
<span><?php _e('search', 'mystickymenu' );?> </span>
|
393 |
+
</label>
|
394 |
+
</li>
|
395 |
+
<li>
|
396 |
+
<label>
|
397 |
+
<input id="mysticky_disable_at_404" name="mysticky_option_name[mysticky_disable_at_404]" type="checkbox" <?php echo !$is_old?"disabled":"" ?> <?php checked( @$mysticky_options['mysticky_disable_at_404'], 'on' );?>/>
|
398 |
+
<span><?php _e('404', 'mystickymenu' );?> </span>
|
399 |
+
</label>
|
400 |
+
</li>
|
401 |
+
</ul>
|
402 |
+
|
403 |
+
<?php
|
404 |
+
if (isset ( $mysticky_options['mysticky_disable_at_page'] ) == true ) {
|
405 |
+
echo '<div class="mystickymenu-input-section">';
|
406 |
+
_e('<span class="description"><strong>Except for this pages:</strong> </span>', 'mystickymenu');
|
407 |
+
|
408 |
+
printf(
|
409 |
+
'<input type="text" size="26" class="mystickymenu_normal_text" id="mysticky_enable_at_pages" name="mysticky_option_name[mysticky_enable_at_pages]" value="%s" /> ',
|
410 |
+
isset( $mysticky_options['mysticky_enable_at_pages'] ) ? esc_attr( $mysticky_options['mysticky_enable_at_pages']) : ''
|
411 |
+
);
|
412 |
+
|
413 |
+
_e('<span class="description">Comma separated list of pages to enable. It should be page name, id or slug. Example: about-us, 1134, Contact Us. Leave blank if you realy want to disable sticky menu for all pages.</span>', 'mystickymenu');
|
414 |
+
echo '</div>';
|
415 |
+
}
|
416 |
+
|
417 |
+
if (isset ( $mysticky_options['mysticky_disable_at_single'] ) == true ) {
|
418 |
+
|
419 |
+
echo '<div class="mystickymenu-input-section">';
|
420 |
+
_e('<span class="description"><strong>Except for this posts:</strong> </span>', 'mystickymenu');
|
421 |
+
|
422 |
+
printf(
|
423 |
+
'<input type="text" size="26" class="mystickymenu_normal_text" id="mysticky_enable_at_posts" name="mysticky_option_name[mysticky_enable_at_posts]" value="%s" /> ',
|
424 |
+
isset( $mysticky_options['mysticky_enable_at_posts'] ) ? esc_attr( $mysticky_options['mysticky_enable_at_posts']) : ''
|
425 |
+
);
|
426 |
+
|
427 |
+
_e('<span class="description">Comma separated list of posts to enable. It should be post name, id or slug. Example: about-us, 1134, Contact Us. Leave blank if you realy want to disable sticky menu for all posts.</span>', 'mystickymenu');
|
428 |
+
echo '</div>';
|
429 |
+
|
430 |
+
}
|
431 |
+
?>
|
432 |
+
<p></p>
|
433 |
+
</div>
|
434 |
+
</div>
|
435 |
+
</div>
|
436 |
+
<p class="submit">
|
437 |
+
<input type="submit" name="submit" id="submit" class="button button-primary" value="<?php _e('Save', 'mystickymenu');?>">
|
438 |
+
</p>
|
439 |
+
<input type="hidden" name="nonce" value="<?php echo $nonce ?>">
|
440 |
+
</form>
|
441 |
+
<form class="mysticky-hideformreset" method="post" action="">
|
442 |
+
<input name="reset_mysticky_options" class="button button-secondary confirm" type="submit" value="<?php _e('Reset', 'mystickymenu');?>" >
|
443 |
+
<input type="hidden" name="action" value="reset" />
|
444 |
+
<?php $nonce = wp_create_nonce('mysticky_option_backend_reset_nonce'); ?>
|
445 |
+
<input type="hidden" name="nonce" value="<?php echo $nonce ?>">
|
446 |
+
</form>
|
447 |
+
<p class="myStickymenu-review"><a href="https://wordpress.org/support/plugin/mystickymenu/reviews/" target="_blank"><?php _e('Leave a review','mystickymenu'); ?></a></p>
|
448 |
+
</div>
|
449 |
+
<div style="display: <?php echo (isset($_GET['type'])&&$_GET['type']=="upgrade")?"block":"none" ?>" id="sticky-header-upgrade" class="sticky-header-content">
|
450 |
+
<div id="rpt_pricr" class="rpt_plans rpt_3_plans rpt_style_basic">
|
451 |
+
<p class="udner-title">
|
452 |
+
<strong class="text-primary">Unlock All Features</strong>
|
453 |
+
</p>
|
454 |
+
<div class="">
|
455 |
+
<div class="rpt_plan rpt_plan_0 ">
|
456 |
+
<div style="text-align:left;" class="rpt_title rpt_title_0">Basic</div>
|
457 |
+
<div class="rpt_head rpt_head_0">
|
458 |
+
<div class="rpt_recurrence rpt_recurrence_0">For small website owners</div>
|
459 |
+
<div class="rpt_price rpt_price_0">$9</div>
|
460 |
+
<div class="rpt_description rpt_description_0">Per year. Renewals for 25% off</div>
|
461 |
+
<div style="clear:both;"></div>
|
462 |
+
</div>
|
463 |
+
<div class="rpt_features rpt_features_0">
|
464 |
+
<div class="rpt_feature rpt_feature_0-0"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Use myStickymenu on 1 domain</span>1 website<span class="rpt_tooltip_plus" > +</span></a></div>
|
465 |
+
<div class="rpt_feature rpt_feature_0-1"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>You can show the menu when scrolling up, down or both</span>Show on scroll up/down<span class="rpt_tooltip_plus" > +</span></a></div>
|
466 |
+
<div class="rpt_feature rpt_feature_0-2"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>You can disable the sticky effect on desktop or mobile</span>Devices<span class="rpt_tooltip_plus" > +</span></a></div>
|
467 |
+
<div class="rpt_feature rpt_feature_0-3"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Add CSS of your own to the sticky menu</span>CSS style<span class="rpt_tooltip_plus" > +</span></a></div>
|
468 |
+
<div class="rpt_feature rpt_feature_0-4"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Exclude pages you don't want to have sticky menu</span>Page targeting<span class="rpt_tooltip_plus" > +</span></a></div>
|
469 |
+
<div class="rpt_feature rpt_feature_0-5"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Fade/Slide, opacity, background color, transition time and more</span>Effects and more<span class="rpt_tooltip_plus" > +</span></a></div>
|
470 |
+
<div class="rpt_feature rpt_feature_0-6">Updates and support for 1 year</div>
|
471 |
+
</div>
|
472 |
+
<div style="clear:both;"></div>
|
473 |
+
<a target="_blank" href="https://go.premio.io/?edd_action=add_to_cart&download_id=2199&edd_options[price_id]=1" class="rpt_foot rpt_foot_0">Buy now</a>
|
474 |
+
</div>
|
475 |
+
<div class="rpt_plan rpt_plan_1 rpt_recommended_plan ">
|
476 |
+
<div style="text-align:left;" class="rpt_title rpt_title_1">Pro<img class="rpt_recommended" src="<?php echo plugins_url("") ?>/mystickymenu/images/rpt_recommended.png" style="top: 27px;"></div>
|
477 |
+
<div class="rpt_head rpt_head_1">
|
478 |
+
<div class="rpt_recurrence rpt_recurrence_1">For businesses with multiple websites</div>
|
479 |
+
<div class="rpt_price rpt_price_1">$25</div>
|
480 |
+
<div class="rpt_description rpt_description_1">Per year. Renewals for 25% off</div>
|
481 |
+
<div style="clear:both;"></div>
|
482 |
+
</div>
|
483 |
+
<div class="rpt_features rpt_features_1">
|
484 |
+
<div class="rpt_feature rpt_feature_1-0"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Use myStickymenu on 5 domains</span>5 websites<span class="rpt_tooltip_plus" > +</span></a></div>
|
485 |
+
<div class="rpt_feature rpt_feature_1-1"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>You can show the menu when scrolling up, down or both</span>Show on scroll up/down<span class="rpt_tooltip_plus" > +</span></a></div>
|
486 |
+
<div class="rpt_feature rpt_feature_1-2"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>You can disable the sticky effect on desktop or mobile</span>Devices<span class="rpt_tooltip_plus" > +</span></a></div>
|
487 |
+
<div class="rpt_feature rpt_feature_1-3"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Add CSS of your own to the sticky menu</span>CSS style<span class="rpt_tooltip_plus" > +</span></a></div>
|
488 |
+
<div class="rpt_feature rpt_feature_1-4"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Exclude pages you don't want to have sticky menu</span>Page targeting<span class="rpt_tooltip_plus" > +</span></a></div>
|
489 |
+
<div class="rpt_feature rpt_feature_1-5"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Fade/Slide, opacity, background color, transition time and more</span>Effects and more<span class="rpt_tooltip_plus" > +</span></a></div>
|
490 |
+
<div class="rpt_feature rpt_feature_1-6">Updates and support for 1 year</div>
|
491 |
+
</div>
|
492 |
+
<div style="clear:both;"></div>
|
493 |
+
<a target="_blank" href="https://go.premio.io/?edd_action=add_to_cart&download_id=2199&edd_options[price_id]=2" class="rpt_foot rpt_foot_1">Buy now</a>
|
494 |
+
</div>
|
495 |
+
<div class="rpt_plan rpt_plan_2 ">
|
496 |
+
<div style="text-align:left;" class="rpt_title rpt_title_2">Agency</div>
|
497 |
+
<div class="rpt_head rpt_head_2">
|
498 |
+
<div class="rpt_recurrence rpt_recurrence_2">For agencies who manage clients</div>
|
499 |
+
<div class="rpt_price rpt_price_2">$49</div>
|
500 |
+
<div class="rpt_description rpt_description_2">Per year. Renewals for 25% off</div>
|
501 |
+
<div style="clear:both;"></div>
|
502 |
+
</div>
|
503 |
+
<div class="rpt_features rpt_features_2">
|
504 |
+
<div class="rpt_feature rpt_feature_2-0"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Use myStickymenu on 20 domains</span>20 websites<span class="rpt_tooltip_plus" > +</span></a></div>
|
505 |
+
<div class="rpt_feature rpt_feature_2-1"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>You can show the menu when scrolling up, down or both</span>Show on scroll up/down<span class="rpt_tooltip_plus" > +</span></a></div>
|
506 |
+
<div class="rpt_feature rpt_feature_2-2"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>You can disable the sticky effect on desktop or mobile</span>Devices<span class="rpt_tooltip_plus" > +</span></a></div>
|
507 |
+
<div class="rpt_feature rpt_feature_2-3"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Add CSS of your own to the sticky menu</span>CSS style<span class="rpt_tooltip_plus" > +</span></a></div>
|
508 |
+
<div class="rpt_feature rpt_feature_2-4"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Exclude pages you don't want to have sticky menu</span>Page targeting<span class="rpt_tooltip_plus" > +</span></a></div>
|
509 |
+
<div class="rpt_feature rpt_feature_2-5"><a href="javascript:;" class="rpt_tooltip"><span class="intool"><b></b>Fade/Slide, opacity, background color, transition time and more</span>Effects and more<span class="rpt_tooltip_plus" > +</span></a></div>
|
510 |
+
<div class="rpt_feature rpt_feature_2-6">Updates and support for 1 year</div>
|
511 |
+
</div>
|
512 |
+
<div style="clear:both;"></div>
|
513 |
+
<a target="_blank" href="https://go.premio.io/?edd_action=add_to_cart&download_id=2199&edd_options[price_id]=3" class="rpt_foot rpt_foot_2">Buy now</a>
|
514 |
+
</div>
|
515 |
+
</div>
|
516 |
+
<div style="clear:both;"></div>
|
517 |
+
<div class="client-testimonial">
|
518 |
+
<p class="text-center"><span class="dashicons dashicons-yes"></span> 30 days money back guaranteed</p>
|
519 |
+
<p class="text-center"><span class="dashicons dashicons-yes"></span> The plugin will always keep working even if you don't renew your license</p>
|
520 |
+
<div class="payment">
|
521 |
+
<img src="<?php echo plugins_url("") ?>/mystickymenu/images/payment.png" alt="Payment" class="payment-img" />
|
522 |
+
</div>
|
523 |
+
<div class="testimonial-box">
|
524 |
+
<div class="testimonial-image">
|
525 |
+
<img src="<?php echo plugins_url("") ?>/mystickymenu/images/testimonial.png" style="top: 27px;">
|
526 |
+
</div>
|
527 |
+
<div class="testimonial-content">
|
528 |
+
This plugin does exactly what it should. It is simple but powerful. I would suggest to anyone who wants to make their menu sticky! I especially love the hide header on scroll down, show on scroll up feature that is built it. Great work!
|
529 |
+
<div class="author">Clayton Chase</div>
|
530 |
+
</div>
|
531 |
+
<div style="clear:both;"></div>
|
532 |
+
</div>
|
533 |
+
</div>
|
534 |
+
</div>
|
535 |
+
</div>
|
536 |
+
</div>
|
537 |
+
<?php
|
538 |
+
}
|
539 |
+
public function mysticky_default_options() {
|
540 |
+
|
541 |
+
global $options;
|
542 |
+
$menu_locations = get_nav_menu_locations();
|
543 |
+
$menu_object = isset($menu_locations['menu-1']) ? wp_get_nav_menu_object( $menu_locations['menu-1'] ) : array();
|
544 |
+
|
545 |
+
if ( is_object($menu_object) && $menu_object->slug != '' ) {
|
546 |
+
$mysticky_class_id_selector = $menu_object->slug;
|
547 |
+
} else {
|
548 |
+
$mysticky_class_id_selector = 'custom';
|
549 |
+
}
|
550 |
+
$default = array(
|
551 |
+
'mysticky_class_id_selector' => $mysticky_class_id_selector,
|
552 |
+
'mysticky_class_selector' => '.navbar',
|
553 |
+
'device_desktop' => 'on',
|
554 |
+
'device_mobile' => 'on',
|
555 |
+
'myfixed_zindex' => '99990',
|
556 |
+
'myfixed_bgcolor' => '#f7f5e7',
|
557 |
+
'myfixed_opacity' => '90',
|
558 |
+
'myfixed_transition_time' => '0.3',
|
559 |
+
'myfixed_disable_small_screen' => '0',
|
560 |
+
'myfixed_disable_large_screen' => '0',
|
561 |
+
'mysticky_active_on_height' => '0',
|
562 |
+
'mysticky_active_on_height_home'=> '0',
|
563 |
+
'myfixed_fade' => 'slide',
|
564 |
+
'myfixed_cssstyle' => '#mysticky-nav .myfixed { margin:0 auto; float:none; border:0px; background:none; max-width:100%; }'
|
565 |
+
);
|
566 |
+
|
567 |
+
if ( get_option('mysticky_option_name') == false ) {
|
568 |
+
$status = get_option("sticky_header_status");
|
569 |
+
if($status == false) {
|
570 |
+
update_option("sticky_header_status", "done");
|
571 |
+
update_option("has_sticky_header_old_version", "no");
|
572 |
+
}
|
573 |
+
update_option( 'mysticky_option_name', $default );
|
574 |
+
} else {
|
575 |
+
$status = get_option("sticky_header_status");
|
576 |
+
if($status == false) {
|
577 |
+
update_option("sticky_header_status", "done");
|
578 |
+
update_option("has_sticky_header_old_version", "yes");
|
579 |
+
}
|
580 |
+
}
|
581 |
+
|
582 |
+
if(isset($_POST['reset_mysticky_options'])) {
|
583 |
+
if(isset($_REQUEST['nonce']) && !empty($_REQUEST['nonce']) && wp_verify_nonce($_REQUEST['nonce'], 'mysticky_option_backend_reset_nonce')) {
|
584 |
+
update_option('mysticky_option_name', $default);
|
585 |
+
} else {
|
586 |
+
|
587 |
+
}
|
588 |
+
}
|
589 |
+
|
590 |
+
if ( !get_option( 'update_mysticky_version_2_6') ) {
|
591 |
+
$mysticky_option_name = get_option( 'mysticky_option_name' );
|
592 |
+
$mysticky_option_name['mysticky_class_id_selector'] = 'custom';
|
593 |
+
if ($mysticky_option_name['myfixed_fade'] == 'on'){
|
594 |
+
$mysticky_option_name['myfixed_fade'] = 'slide';
|
595 |
+
}else{
|
596 |
+
$mysticky_option_name['myfixed_fade'] = 'fade';
|
597 |
+
}
|
598 |
+
update_option( 'mysticky_option_name', $mysticky_option_name );
|
599 |
+
update_option( 'update_mysticky_version_2_6', true );
|
600 |
+
}
|
601 |
+
}
|
602 |
+
}
|
603 |
+
|
604 |
+
|
605 |
+
|
606 |
+
class MyStickyMenuFrontend
|
607 |
+
{
|
608 |
+
|
609 |
+
public function __construct()
|
610 |
+
{
|
611 |
+
add_action( 'wp_head', array( $this, 'mysticky_build_stylesheet_content' ) );
|
612 |
+
add_action( 'wp_enqueue_scripts', array( $this, 'mysticky_disable_at' ) );
|
613 |
+
}
|
614 |
+
|
615 |
+
public function mysticky_build_stylesheet_content() {
|
616 |
+
|
617 |
+
$mysticky_options = get_option( 'mysticky_option_name' );
|
618 |
+
|
619 |
+
if (isset($mysticky_options['disable_css'])) {
|
620 |
+
//do nothing
|
621 |
+
} else {
|
622 |
+
$mysticky_options['disable_css'] = false;
|
623 |
+
}
|
624 |
+
|
625 |
+
if ($mysticky_options ['disable_css'] == false ) {
|
626 |
+
|
627 |
+
echo '<style id="mystickymenu" type="text/css">';
|
628 |
+
echo '#mysticky-nav { width:100%; position: static; }';
|
629 |
+
echo '#mysticky-nav.wrapfixed { position:fixed; left: 0px; margin-top:0px; z-index: '. $mysticky_options ['myfixed_zindex'] .'; -webkit-transition: ' . $mysticky_options ['myfixed_transition_time'] . 's; -moz-transition: ' . $mysticky_options ['myfixed_transition_time'] . 's; -o-transition: ' . $mysticky_options ['myfixed_transition_time'] . 's; transition: ' . $mysticky_options ['myfixed_transition_time'] . 's; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=' . $mysticky_options ['myfixed_opacity'] . ')"; filter: alpha(opacity=' . $mysticky_options ['myfixed_opacity'] . '); opacity:' . $mysticky_options ['myfixed_opacity'] / 100 . '; background-color: ' . $mysticky_options ['myfixed_bgcolor'] . ';}';
|
630 |
+
|
631 |
+
|
632 |
+
if ($mysticky_options ['myfixed_disable_small_screen'] > 0 ){
|
633 |
+
//echo '@media (max-width: '.$mysticky_options['myfixed_disable_small_screen'].'px) {#mysticky-nav.wrapfixed {position: static;} }';
|
634 |
+
};
|
635 |
+
if ( !isset( $mysticky_options['myfixed_cssstyle'] ) ) {
|
636 |
+
echo '#mysticky-nav .myfixed { margin:0 auto; float:none; border:0px; background:none; max-width:100%; }';
|
637 |
+
}
|
638 |
+
if ( isset( $mysticky_options['myfixed_cssstyle'] ) && $mysticky_options['myfixed_cssstyle'] != '' ) {
|
639 |
+
echo $mysticky_options ['myfixed_cssstyle'];
|
640 |
+
}
|
641 |
+
echo '</style>';
|
642 |
+
}
|
643 |
+
}
|
644 |
+
|
645 |
+
public function mystickymenu_script() {
|
646 |
+
|
647 |
+
$mysticky_options = get_option( 'mysticky_option_name' );
|
648 |
+
|
649 |
+
if ( is_admin_bar_showing() ) {
|
650 |
+
$top = "true";
|
651 |
+
} else {
|
652 |
+
$top = "false";
|
653 |
+
}
|
654 |
+
|
655 |
+
|
656 |
+
// needed for update 1.7 => 1.8 ... will be removed in the future ()
|
657 |
+
if (isset($mysticky_options['mysticky_active_on_height_home'])) {
|
658 |
+
//do nothing
|
659 |
+
} else {
|
660 |
+
$mysticky_options['mysticky_active_on_height_home'] = $mysticky_options['mysticky_active_on_height'];
|
661 |
+
}
|
662 |
+
|
663 |
+
|
664 |
+
if ($mysticky_options['mysticky_active_on_height_home'] == 0 ) {
|
665 |
+
$mysticky_options['mysticky_active_on_height_home'] = $mysticky_options['mysticky_active_on_height'];
|
666 |
+
}
|
667 |
+
|
668 |
+
|
669 |
+
if ( is_front_page() && is_home() ) {
|
670 |
+
|
671 |
+
$mysticky_options['mysticky_active_on_height'] = $mysticky_options['mysticky_active_on_height_home'];
|
672 |
+
|
673 |
+
} elseif ( is_front_page()){
|
674 |
+
|
675 |
+
$mysticky_options['mysticky_active_on_height'] = $mysticky_options['mysticky_active_on_height_home'];
|
676 |
+
|
677 |
+
}
|
678 |
+
wp_register_script('detectmobilebrowser', plugins_url( 'js/detectmobilebrowser.js', __FILE__ ), array('jquery'), MYSTICKY_VERSION, true);
|
679 |
+
wp_enqueue_script( 'detectmobilebrowser' );
|
680 |
+
|
681 |
+
wp_register_script('mystickymenu', plugins_url( 'js/mystickymenu.min.js', __FILE__ ), array('jquery'), MYSTICKY_VERSION, true);
|
682 |
+
wp_enqueue_script( 'mystickymenu' );
|
683 |
+
|
684 |
+
$myfixed_disable_scroll_down = isset($mysticky_options['myfixed_disable_scroll_down']) ? $mysticky_options['myfixed_disable_scroll_down'] : 'false';
|
685 |
+
$mystickyTransition = isset($mysticky_options['myfixed_fade']) ? $mysticky_options['myfixed_fade'] : 'fade';
|
686 |
+
$mystickyDisableLarge = isset($mysticky_options['myfixed_disable_large_screen']) ? $mysticky_options['myfixed_disable_large_screen'] : '0';
|
687 |
+
|
688 |
+
$mystickyClass = ( $mysticky_options['mysticky_class_id_selector'] != 'custom') ? '.menu-' . $mysticky_options['mysticky_class_id_selector'] .'-container' : $mysticky_options['mysticky_class_selector'];
|
689 |
+
|
690 |
+
$mysticky_translation_array = array(
|
691 |
+
'mystickyClass' => $mystickyClass,
|
692 |
+
'activationHeight' => $mysticky_options['mysticky_active_on_height'],
|
693 |
+
'disableWidth' => $mysticky_options['myfixed_disable_small_screen'],
|
694 |
+
'disableLargeWidth' => $mystickyDisableLarge,
|
695 |
+
'adminBar' => $top,
|
696 |
+
'device_desktop' => true,
|
697 |
+
'device_mobile' => true,
|
698 |
+
'mystickyTransition' => $mystickyTransition,
|
699 |
+
'mysticky_disable_down' => $myfixed_disable_scroll_down,
|
700 |
+
|
701 |
+
|
702 |
+
);
|
703 |
+
wp_localize_script( 'mystickymenu', 'option', $mysticky_translation_array );
|
704 |
+
}
|
705 |
+
|
706 |
+
public function mysticky_disable_at() {
|
707 |
+
|
708 |
+
|
709 |
+
$mysticky_options = get_option( 'mysticky_option_name' );
|
710 |
+
|
711 |
+
$mysticky_disable_at_front_home = isset($mysticky_options['mysticky_disable_at_front_home']);
|
712 |
+
$mysticky_disable_at_blog = isset($mysticky_options['mysticky_disable_at_blog']);
|
713 |
+
$mysticky_disable_at_page = isset($mysticky_options['mysticky_disable_at_page']);
|
714 |
+
$mysticky_disable_at_tag = isset($mysticky_options['mysticky_disable_at_tag']);
|
715 |
+
$mysticky_disable_at_category = isset($mysticky_options['mysticky_disable_at_category']);
|
716 |
+
$mysticky_disable_at_single = isset($mysticky_options['mysticky_disable_at_single']);
|
717 |
+
$mysticky_disable_at_archive = isset($mysticky_options['mysticky_disable_at_archive']);
|
718 |
+
$mysticky_disable_at_search = isset($mysticky_options['mysticky_disable_at_search']);
|
719 |
+
$mysticky_disable_at_404 = isset($mysticky_options['mysticky_disable_at_404']);
|
720 |
+
$mysticky_enable_at_pages = isset($mysticky_options['mysticky_enable_at_pages']) ? $mysticky_options['mysticky_enable_at_pages'] : '';
|
721 |
+
$mysticky_enable_at_posts = isset($mysticky_options['mysticky_enable_at_posts']) ? $mysticky_options['mysticky_enable_at_posts'] : '';
|
722 |
+
|
723 |
+
// Trim input to ignore empty spaces
|
724 |
+
$mysticky_enable_at_pages_exp = array_map('trim', explode(',', $mysticky_enable_at_pages));
|
725 |
+
$mysticky_enable_at_posts_exp = array_map('trim', explode(',', $mysticky_enable_at_posts));
|
726 |
+
|
727 |
+
|
728 |
+
|
729 |
+
|
730 |
+
if ( is_front_page() && is_home() ) { /* Default homepage */
|
731 |
+
|
732 |
+
if ( $mysticky_disable_at_front_home == false ) {
|
733 |
+
$this->mystickymenu_script();
|
734 |
+
}
|
735 |
+
} elseif ( is_front_page()){ /* Static homepage */
|
736 |
+
|
737 |
+
if ( $mysticky_disable_at_front_home == false ) {
|
738 |
+
$this->mystickymenu_script();
|
739 |
+
}
|
740 |
+
|
741 |
+
} elseif ( is_home()){ /* Blog page */
|
742 |
+
|
743 |
+
if ( $mysticky_disable_at_blog == false ) {
|
744 |
+
$this->mystickymenu_script();
|
745 |
+
}
|
746 |
+
|
747 |
+
} elseif ( is_page() ){ /* Single page*/
|
748 |
+
|
749 |
+
if ( $mysticky_disable_at_page == false ) {
|
750 |
+
$this->mystickymenu_script();
|
751 |
+
}
|
752 |
+
if ( is_page( $mysticky_enable_at_pages_exp ) ){
|
753 |
+
$this->mystickymenu_script();
|
754 |
+
}
|
755 |
+
|
756 |
+
} elseif ( is_tag()){ /* Tag page */
|
757 |
+
|
758 |
+
if ( $mysticky_disable_at_tag == false ) {
|
759 |
+
$this->mystickymenu_script();
|
760 |
+
}
|
761 |
+
|
762 |
+
} elseif ( is_category()){ /* Category page */
|
763 |
+
|
764 |
+
if ( $mysticky_disable_at_category == false ) {
|
765 |
+
$this->mystickymenu_script();
|
766 |
+
}
|
767 |
+
|
768 |
+
} elseif ( is_single()){ /* Single post */
|
769 |
+
|
770 |
+
if ( $mysticky_disable_at_single == false ) {
|
771 |
+
$this->mystickymenu_script();
|
772 |
+
}
|
773 |
+
|
774 |
+
if ( is_single( $mysticky_enable_at_posts_exp ) ){
|
775 |
+
$this->mystickymenu_script();
|
776 |
+
}
|
777 |
+
|
778 |
+
} elseif ( is_archive()){ /* Archive */
|
779 |
+
|
780 |
+
if ( $mysticky_disable_at_archive == false ) {
|
781 |
+
$this->mystickymenu_script();
|
782 |
+
}
|
783 |
+
|
784 |
+
} elseif ( is_search()){ /* Search */
|
785 |
+
|
786 |
+
if ( $mysticky_disable_at_search == false ) {
|
787 |
+
$this->mystickymenu_script();
|
788 |
+
}
|
789 |
+
|
790 |
+
} elseif ( is_404()){ /* 404 */
|
791 |
+
|
792 |
+
if ( $mysticky_disable_at_404 == false ) {
|
793 |
+
$this->mystickymenu_script();
|
794 |
+
}
|
795 |
+
}
|
796 |
+
|
797 |
+
}
|
798 |
+
|
799 |
+
}
|
800 |
+
|
801 |
+
if( is_admin() ) {
|
802 |
+
new MyStickyMenuBackend();
|
803 |
+
} else {
|
804 |
+
new MyStickyMenuFrontend();
|
805 |
}
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: tomeraharon, galdub, premio
|
|
3 |
Tags: sticky, menu, header, sticky menu, sticky header, floating, floating menu, floating navigation menu, navigation menu, navigation, sticky navigation menu
|
4 |
Requires at least: 3.5.1
|
5 |
Tested up to: 5.2
|
6 |
-
Stable tag: 2.1.
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
This sticky menu plugin will make your menu or header stick to the top of page, after desired number of pixels when scrolled down and up.
|
@@ -43,6 +43,9 @@ My Sticky Menu is tested and compatible with Elementor website builder, Divi, WP
|
|
43 |
* Disable floating header on specific pages
|
44 |
<a href="https://premio.io/downloads/mystickymenu/" target="_blank" title="mystickymenu pro plans"><strong>>>> See Pro plans here</strong></a>
|
45 |
|
|
|
|
|
|
|
46 |
= Testimonials =
|
47 |
|
48 |
> "Works great.
|
@@ -208,6 +211,9 @@ Your Sticky Menu plugin plugin and all your settings will continue to work as be
|
|
208 |
= How do I activate my pro plan? =
|
209 |
Just follow our <a href="https://premio.io/wordpress-premio-pro-version-installation-guide/" target="_blank" title="WordPress installation guide">pro installation guide</a>.
|
210 |
|
|
|
|
|
|
|
211 |
== Screenshots ==
|
212 |
|
213 |
1. You can choose your current menu from the dropdown or enter it ID or class manually
|
@@ -216,6 +222,8 @@ Just follow our <a href="https://premio.io/wordpress-premio-pro-version-installa
|
|
216 |
|
217 |
|
218 |
== Changelog ==
|
|
|
|
|
219 |
= 2.1.6 =
|
220 |
Saving issue bug fixed
|
221 |
= 2.1.5 =
|
3 |
Tags: sticky, menu, header, sticky menu, sticky header, floating, floating menu, floating navigation menu, navigation menu, navigation, sticky navigation menu
|
4 |
Requires at least: 3.5.1
|
5 |
Tested up to: 5.2
|
6 |
+
Stable tag: 2.1.7
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
This sticky menu plugin will make your menu or header stick to the top of page, after desired number of pixels when scrolled down and up.
|
43 |
* Disable floating header on specific pages
|
44 |
<a href="https://premio.io/downloads/mystickymenu/" target="_blank" title="mystickymenu pro plans"><strong>>>> See Pro plans here</strong></a>
|
45 |
|
46 |
+
= Live Demo =
|
47 |
+
A live demo for myStickymenu plugin is available at <a href="https://demo.premio.io/mystickymenu/?utm_source=wordpressorg" target="_blank" title="Premio.io demo site">Premio's demo site</a>.
|
48 |
+
|
49 |
= Testimonials =
|
50 |
|
51 |
> "Works great.
|
211 |
= How do I activate my pro plan? =
|
212 |
Just follow our <a href="https://premio.io/wordpress-premio-pro-version-installation-guide/" target="_blank" title="WordPress installation guide">pro installation guide</a>.
|
213 |
|
214 |
+
= Is there a live demo formyStickymenu =
|
215 |
+
A live demo for myStickymenu plugin is available at <a href="https://demo.premio.io/mystickymenu/?utm_source=wordpressorg" target="_blank" title="Premio.io demo site">Premio's demo site</a>.
|
216 |
+
|
217 |
== Screenshots ==
|
218 |
|
219 |
1. You can choose your current menu from the dropdown or enter it ID or class manually
|
222 |
|
223 |
|
224 |
== Changelog ==
|
225 |
+
= 2.1.7 =
|
226 |
+
Fixed undefined indexes
|
227 |
= 2.1.6 =
|
228 |
Saving issue bug fixed
|
229 |
= 2.1.5 =
|
uninstall.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
<?php
|
2 |
-
if ( !defined( 'WP_UNINSTALL_PLUGIN' ) )
|
3 |
-
exit;
|
4 |
-
if ( get_option( 'mysticky_option_name' ) != false ) {
|
5 |
-
|
6 |
-
}
|
7 |
-
?>
|
1 |
+
<?php
|
2 |
+
if ( !defined( 'WP_UNINSTALL_PLUGIN' ) )
|
3 |
+
exit;
|
4 |
+
if ( get_option( 'mysticky_option_name' ) != false ) {
|
5 |
+
|
6 |
+
}
|
7 |
+
?>
|