Shortcodes and extra features for Phlox theme - Version 2.4.9

Version Description

Download this release

Release Info

Developer averta
Plugin Icon 128x128 Shortcodes and extra features for Phlox theme
Version 2.4.9
Comparing to
See all releases

Code changes from version 1.7.2 to 2.4.9

Files changed (105) hide show
  1. LICENSE.txt +0 -621
  2. README.txt +192 -31
  3. admin/assets/css/editor.css +14 -0
  4. admin/assets/css/elementor-editor.css +296 -0
  5. admin/assets/css/elementor-widgets.css +4 -0
  6. admin/assets/images/visual-select/testimonial-1.svg +39 -0
  7. admin/assets/images/visual-select/testimonial-2.svg +39 -0
  8. admin/assets/images/visual-select/testimonial-3.svg +39 -0
  9. admin/assets/images/visual-select/testimonial-4.svg +39 -0
  10. admin/assets/images/visual-select/testimonial-5.svg +39 -0
  11. admin/assets/images/visual-select/testimonial-6.svg +39 -0
  12. admin/assets/images/visual-select/tile-1.svg +39 -0
  13. admin/assets/images/visual-select/tile-2.svg +39 -0
  14. admin/assets/images/visual-select/tile-3.svg +39 -0
  15. admin/assets/images/visual-select/tile-4.svg +39 -0
  16. admin/assets/images/visual-select/tile-5.svg +39 -0
  17. admin/assets/images/visual-select/tile-6.svg +39 -0
  18. admin/assets/images/visual-select/tile-7.svg +39 -0
  19. admin/assets/images/visual-select/tile-8.svg +39 -0
  20. admin/assets/images/welcome/LayerSlider-plugin.png +0 -0
  21. admin/assets/images/welcome/Ultimate_VC_Addons-plugin.png +0 -0
  22. admin/assets/images/welcome/activation.svg +1 -0
  23. admin/assets/images/welcome/auxin-pro-tools-plugin.png +0 -0
  24. admin/assets/images/welcome/auxin-shop-plugin.png +0 -0
  25. admin/assets/images/welcome/auxin-the-news-plugin.png +0 -0
  26. admin/assets/images/welcome/bdthemes-element-pack-plugin.png +0 -0
  27. admin/assets/images/welcome/completed.svg +117 -0
  28. admin/assets/images/welcome/convertplug-plugin.png +0 -0
  29. admin/assets/images/welcome/def-plugin.png +0 -0
  30. admin/assets/images/welcome/failed.svg +1 -0
  31. admin/assets/images/welcome/go_pricing-plugin.png +0 -0
  32. admin/assets/images/welcome/import-notice.svg +112 -0
  33. admin/assets/images/welcome/importing-cloud.svg +166 -0
  34. admin/assets/images/welcome/js_composer-plugin.png +0 -0
  35. admin/assets/images/welcome/loader.svg +16 -0
  36. admin/assets/images/welcome/logo.png +0 -0
  37. admin/assets/images/welcome/masterslider-plugin.png +0 -0
  38. admin/assets/images/welcome/more.svg +14 -0
  39. admin/assets/images/welcome/notice-icon.svg +1 -0
  40. admin/assets/images/welcome/pro-badge.png +0 -0
  41. admin/assets/images/welcome/rate-like.svg +46 -0
  42. admin/assets/images/welcome/revslider-plugin.png +0 -0
  43. admin/assets/images/welcome/rocket-pro.gif +0 -0
  44. admin/assets/images/welcome/success.svg +1 -0
  45. admin/assets/images/welcome/warning.png +0 -0
  46. admin/assets/images/welcome/waspthemes-yellow-pencil-plugin.png +0 -0
  47. admin/assets/images/wizard/customizer.png +0 -0
  48. admin/assets/images/wizard/frontpage-1.png +0 -0
  49. admin/assets/images/wizard/frontpage-2.png +0 -0
  50. admin/assets/images/wizard/frontpage-3.png +0 -0
  51. admin/assets/images/wizard/publish.png +0 -0
  52. admin/assets/images/wizard/start.png +0 -0
  53. admin/assets/js/elementor/editor.js +377 -0
  54. admin/assets/js/elementor/widgets.js +80 -0
  55. admin/assets/js/plugins.js +2611 -0
  56. admin/assets/js/plugins.min.js +1 -0
  57. admin/assets/js/scripts.js +9 -0
  58. admin/assets/js/solo/global.js +27 -0
  59. admin/assets/js/solo/visualselect.js +303 -0
  60. admin/includes/admin-ajax.php +338 -0
  61. admin/includes/admin-hooks.php +516 -274
  62. admin/includes/admin-the-functions.php +109 -231
  63. admin/includes/classes/class-auxels-admin-assets.php +0 -47
  64. admin/includes/classes/class-auxels-import-parser.php +0 -312
  65. admin/includes/classes/class-auxels-import.php +0 -155
  66. admin/includes/classes/class-auxels-plugin-check-update.php +152 -0
  67. admin/includes/classes/class-auxin-dashboard-notice.php +240 -0
  68. admin/includes/classes/class-auxin-license-activation.php +239 -0
  69. admin/includes/classes/class-auxin-notices.php +322 -0
  70. admin/includes/classes/class-auxin-upgrader-ajax-handlers.php +169 -0
  71. admin/includes/classes/class-auxin-upgrader-http-api.php +126 -0
  72. admin/includes/classes/class-auxin-upgrader-plugin.php +143 -0
  73. admin/includes/classes/class-auxin-upgrader-prepare.php +462 -0
  74. admin/includes/classes/class-auxin-upgrader-theme.php +142 -0
  75. admin/includes/compatibility/sliders/layerslider.php +13 -0
  76. admin/includes/compatibility/sliders/rev.php +11 -0
  77. admin/includes/compatibility/uvca/auxicon/auxin-front.css +3663 -0
  78. admin/includes/compatibility/uvca/auxicon/charmap.txt +917 -0
  79. admin/includes/compatibility/uvca/uvca.php +37 -0
  80. admin/includes/compatibility/wpml/integration-classes/accordion-items.php +50 -0
  81. admin/includes/compatibility/wpml/integration-classes/flexible-list.php +53 -0
  82. admin/includes/compatibility/wpml/integration-classes/tabs.php +50 -0
  83. admin/includes/compatibility/wpml/translate.php +199 -0
  84. admin/includes/index.php +12 -1
  85. admin/includes/metaboxes/metabox-fields-general-advanced.php +28 -2
  86. admin/includes/metaboxes/metabox-fields-general-footer.php +186 -0
  87. admin/includes/metaboxes/metabox-fields-general-header.php +822 -0
  88. admin/includes/metaboxes/metabox-fields-general-top-header.php +207 -0
  89. admin/includes/metaboxes/metabox-fields-page-template.php +40 -0
  90. admin/includes/metaboxes/metabox-fields-post-audio.php +3 -3
  91. admin/includes/metaboxes/metabox-fields-post-gallery.php +2 -2
  92. admin/includes/metaboxes/metabox-fields-post-quote.php +2 -2
  93. admin/includes/metaboxes/metabox-fields-post-video.php +3 -3
  94. assets/screenshot-1.png +0 -0
  95. assets/screenshot-2.jpg +0 -0
  96. assets/screenshot-3.png +0 -0
  97. assets/screenshot-4.png +0 -0
  98. assets/screenshot-5.png +0 -0
  99. assets/screenshot-6.png +0 -0
  100. assets/screenshot-7.png +0 -0
  101. assets/screenshot-8.png +0 -0
  102. assets/screenshot-9.png +0 -0
  103. auxin-elements.php +33 -11
  104. embeds/demos/classic-blog/banner.jpg +0 -0
  105. embeds/demos/classic-blog/data.xml +0 -3555
LICENSE.txt DELETED
@@ -1,621 +0,0 @@
1
- GNU GENERAL PUBLIC LICENSE
2
- Version 3, 29 June 2007
3
-
4
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5
- Everyone is permitted to copy and distribute verbatim copies
6
- of this license document, but changing it is not allowed.
7
-
8
- Preamble
9
-
10
- The GNU General Public License is a free, copyleft license for
11
- software and other kinds of works.
12
-
13
- The licenses for most software and other practical works are designed
14
- to take away your freedom to share and change the works. By contrast,
15
- the GNU General Public License is intended to guarantee your freedom to
16
- share and change all versions of a program--to make sure it remains free
17
- software for all its users. We, the Free Software Foundation, use the
18
- GNU General Public License for most of our software; it applies also to
19
- any other work released this way by its authors. You can apply it to
20
- your programs, too.
21
-
22
- When we speak of free software, we are referring to freedom, not
23
- price. Our General Public Licenses are designed to make sure that you
24
- have the freedom to distribute copies of free software (and charge for
25
- them if you wish), that you receive source code or can get it if you
26
- want it, that you can change the software or use pieces of it in new
27
- free programs, and that you know you can do these things.
28
-
29
- To protect your rights, we need to prevent others from denying you
30
- these rights or asking you to surrender the rights. Therefore, you have
31
- certain responsibilities if you distribute copies of the software, or if
32
- you modify it: responsibilities to respect the freedom of others.
33
-
34
- For example, if you distribute copies of such a program, whether
35
- gratis or for a fee, you must pass on to the recipients the same
36
- freedoms that you received. You must make sure that they, too, receive
37
- or can get the source code. And you must show them these terms so they
38
- know their rights.
39
-
40
- Developers that use the GNU GPL protect your rights with two steps:
41
- (1) assert copyright on the software, and (2) offer you this License
42
- giving you legal permission to copy, distribute and/or modify it.
43
-
44
- For the developers' and authors' protection, the GPL clearly explains
45
- that there is no warranty for this free software. For both users' and
46
- authors' sake, the GPL requires that modified versions be marked as
47
- changed, so that their problems will not be attributed erroneously to
48
- authors of previous versions.
49
-
50
- Some devices are designed to deny users access to install or run
51
- modified versions of the software inside them, although the manufacturer
52
- can do so. This is fundamentally incompatible with the aim of
53
- protecting users' freedom to change the software. The systematic
54
- pattern of such abuse occurs in the area of products for individuals to
55
- use, which is precisely where it is most unacceptable. Therefore, we
56
- have designed this version of the GPL to prohibit the practice for those
57
- products. If such problems arise substantially in other domains, we
58
- stand ready to extend this provision to those domains in future versions
59
- of the GPL, as needed to protect the freedom of users.
60
-
61
- Finally, every program is threatened constantly by software patents.
62
- States should not allow patents to restrict development and use of
63
- software on general-purpose computers, but in those that do, we wish to
64
- avoid the special danger that patents applied to a free program could
65
- make it effectively proprietary. To prevent this, the GPL assures that
66
- patents cannot be used to render the program non-free.
67
-
68
- The precise terms and conditions for copying, distribution and
69
- modification follow.
70
-
71
- TERMS AND CONDITIONS
72
-
73
- 0. Definitions.
74
-
75
- "This License" refers to version 3 of the GNU General Public License.
76
-
77
- "Copyright" also means copyright-like laws that apply to other kinds of
78
- works, such as semiconductor masks.
79
-
80
- "The Program" refers to any copyrightable work licensed under this
81
- License. Each licensee is addressed as "you". "Licensees" and
82
- "recipients" may be individuals or organizations.
83
-
84
- To "modify" a work means to copy from or adapt all or part of the work
85
- in a fashion requiring copyright permission, other than the making of an
86
- exact copy. The resulting work is called a "modified version" of the
87
- earlier work or a work "based on" the earlier work.
88
-
89
- A "covered work" means either the unmodified Program or a work based
90
- on the Program.
91
-
92
- To "propagate" a work means to do anything with it that, without
93
- permission, would make you directly or secondarily liable for
94
- infringement under applicable copyright law, except executing it on a
95
- computer or modifying a private copy. Propagation includes copying,
96
- distribution (with or without modification), making available to the
97
- public, and in some countries other activities as well.
98
-
99
- To "convey" a work means any kind of propagation that enables other
100
- parties to make or receive copies. Mere interaction with a user through
101
- a computer network, with no transfer of a copy, is not conveying.
102
-
103
- An interactive user interface displays "Appropriate Legal Notices"
104
- to the extent that it includes a convenient and prominently visible
105
- feature that (1) displays an appropriate copyright notice, and (2)
106
- tells the user that there is no warranty for the work (except to the
107
- extent that warranties are provided), that licensees may convey the
108
- work under this License, and how to view a copy of this License. If
109
- the interface presents a list of user commands or options, such as a
110
- menu, a prominent item in the list meets this criterion.
111
-
112
- 1. Source Code.
113
-
114
- The "source code" for a work means the preferred form of the work
115
- for making modifications to it. "Object code" means any non-source
116
- form of a work.
117
-
118
- A "Standard Interface" means an interface that either is an official
119
- standard defined by a recognized standards body, or, in the case of
120
- interfaces specified for a particular programming language, one that
121
- is widely used among developers working in that language.
122
-
123
- The "System Libraries" of an executable work include anything, other
124
- than the work as a whole, that (a) is included in the normal form of
125
- packaging a Major Component, but which is not part of that Major
126
- Component, and (b) serves only to enable use of the work with that
127
- Major Component, or to implement a Standard Interface for which an
128
- implementation is available to the public in source code form. A
129
- "Major Component", in this context, means a major essential component
130
- (kernel, window system, and so on) of the specific operating system
131
- (if any) on which the executable work runs, or a compiler used to
132
- produce the work, or an object code interpreter used to run it.
133
-
134
- The "Corresponding Source" for a work in object code form means all
135
- the source code needed to generate, install, and (for an executable
136
- work) run the object code and to modify the work, including scripts to
137
- control those activities. However, it does not include the work's
138
- System Libraries, or general-purpose tools or generally available free
139
- programs which are used unmodified in performing those activities but
140
- which are not part of the work. For example, Corresponding Source
141
- includes interface definition files associated with source files for
142
- the work, and the source code for shared libraries and dynamically
143
- linked subprograms that the work is specifically designed to require,
144
- such as by intimate data communication or control flow between those
145
- subprograms and other parts of the work.
146
-
147
- The Corresponding Source need not include anything that users
148
- can regenerate automatically from other parts of the Corresponding
149
- Source.
150
-
151
- The Corresponding Source for a work in source code form is that
152
- same work.
153
-
154
- 2. Basic Permissions.
155
-
156
- All rights granted under this License are granted for the term of
157
- copyright on the Program, and are irrevocable provided the stated
158
- conditions are met. This License explicitly affirms your unlimited
159
- permission to run the unmodified Program. The output from running a
160
- covered work is covered by this License only if the output, given its
161
- content, constitutes a covered work. This License acknowledges your
162
- rights of fair use or other equivalent, as provided by copyright law.
163
-
164
- You may make, run and propagate covered works that you do not
165
- convey, without conditions so long as your license otherwise remains
166
- in force. You may convey covered works to others for the sole purpose
167
- of having them make modifications exclusively for you, or provide you
168
- with facilities for running those works, provided that you comply with
169
- the terms of this License in conveying all material for which you do
170
- not control copyright. Those thus making or running the covered works
171
- for you must do so exclusively on your behalf, under your direction
172
- and control, on terms that prohibit them from making any copies of
173
- your copyrighted material outside their relationship with you.
174
-
175
- Conveying under any other circumstances is permitted solely under
176
- the conditions stated below. Sublicensing is not allowed; section 10
177
- makes it unnecessary.
178
-
179
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180
-
181
- No covered work shall be deemed part of an effective technological
182
- measure under any applicable law fulfilling obligations under article
183
- 11 of the WIPO copyright treaty adopted on 20 December 1996, or
184
- similar laws prohibiting or restricting circumvention of such
185
- measures.
186
-
187
- When you convey a covered work, you waive any legal power to forbid
188
- circumvention of technological measures to the extent such circumvention
189
- is effected by exercising rights under this License with respect to
190
- the covered work, and you disclaim any intention to limit operation or
191
- modification of the work as a means of enforcing, against the work's
192
- users, your or third parties' legal rights to forbid circumvention of
193
- technological measures.
194
-
195
- 4. Conveying Verbatim Copies.
196
-
197
- You may convey verbatim copies of the Program's source code as you
198
- receive it, in any medium, provided that you conspicuously and
199
- appropriately publish on each copy an appropriate copyright notice;
200
- keep intact all notices stating that this License and any
201
- non-permissive terms added in accord with section 7 apply to the code;
202
- keep intact all notices of the absence of any warranty; and give all
203
- recipients a copy of this License along with the Program.
204
-
205
- You may charge any price or no price for each copy that you convey,
206
- and you may offer support or warranty protection for a fee.
207
-
208
- 5. Conveying Modified Source Versions.
209
-
210
- You may convey a work based on the Program, or the modifications to
211
- produce it from the Program, in the form of source code under the
212
- terms of section 4, provided that you also meet all of these conditions:
213
-
214
- a) The work must carry prominent notices stating that you modified
215
- it, and giving a relevant date.
216
-
217
- b) The work must carry prominent notices stating that it is
218
- released under this License and any conditions added under section
219
- 7. This requirement modifies the requirement in section 4 to
220
- "keep intact all notices".
221
-
222
- c) You must license the entire work, as a whole, under this
223
- License to anyone who comes into possession of a copy. This
224
- License will therefore apply, along with any applicable section 7
225
- additional terms, to the whole of the work, and all its parts,
226
- regardless of how they are packaged. This License gives no
227
- permission to license the work in any other way, but it does not
228
- invalidate such permission if you have separately received it.
229
-
230
- d) If the work has interactive user interfaces, each must display
231
- Appropriate Legal Notices; however, if the Program has interactive
232
- interfaces that do not display Appropriate Legal Notices, your
233
- work need not make them do so.
234
-
235
- A compilation of a covered work with other separate and independent
236
- works, which are not by their nature extensions of the covered work,
237
- and which are not combined with it such as to form a larger program,
238
- in or on a volume of a storage or distribution medium, is called an
239
- "aggregate" if the compilation and its resulting copyright are not
240
- used to limit the access or legal rights of the compilation's users
241
- beyond what the individual works permit. Inclusion of a covered work
242
- in an aggregate does not cause this License to apply to the other
243
- parts of the aggregate.
244
-
245
- 6. Conveying Non-Source Forms.
246
-
247
- You may convey a covered work in object code form under the terms
248
- of sections 4 and 5, provided that you also convey the
249
- machine-readable Corresponding Source under the terms of this License,
250
- in one of these ways:
251
-
252
- a) Convey the object code in, or embodied in, a physical product
253
- (including a physical distribution medium), accompanied by the
254
- Corresponding Source fixed on a durable physical medium
255
- customarily used for software interchange.
256
-
257
- b) Convey the object code in, or embodied in, a physical product
258
- (including a physical distribution medium), accompanied by a
259
- written offer, valid for at least three years and valid for as
260
- long as you offer spare parts or customer support for that product
261
- model, to give anyone who possesses the object code either (1) a
262
- copy of the Corresponding Source for all the software in the
263
- product that is covered by this License, on a durable physical
264
- medium customarily used for software interchange, for a price no
265
- more than your reasonable cost of physically performing this
266
- conveying of source, or (2) access to copy the
267
- Corresponding Source from a network server at no charge.
268
-
269
- c) Convey individual copies of the object code with a copy of the
270
- written offer to provide the Corresponding Source. This
271
- alternative is allowed only occasionally and noncommercially, and
272
- only if you received the object code with such an offer, in accord
273
- with subsection 6b.
274
-
275
- d) Convey the object code by offering access from a designated
276
- place (gratis or for a charge), and offer equivalent access to the
277
- Corresponding Source in the same way through the same place at no
278
- further charge. You need not require recipients to copy the
279
- Corresponding Source along with the object code. If the place to
280
- copy the object code is a network server, the Corresponding Source
281
- may be on a different server (operated by you or a third party)
282
- that supports equivalent copying facilities, provided you maintain
283
- clear directions next to the object code saying where to find the
284
- Corresponding Source. Regardless of what server hosts the
285
- Corresponding Source, you remain obligated to ensure that it is
286
- available for as long as needed to satisfy these requirements.
287
-
288
- e) Convey the object code using peer-to-peer transmission, provided
289
- you inform other peers where the object code and Corresponding
290
- Source of the work are being offered to the general public at no
291
- charge under subsection 6d.
292
-
293
- A separable portion of the object code, whose source code is excluded
294
- from the Corresponding Source as a System Library, need not be
295
- included in conveying the object code work.
296
-
297
- A "User Product" is either (1) a "consumer product", which means any
298
- tangible personal property which is normally used for personal, family,
299
- or household purposes, or (2) anything designed or sold for incorporation
300
- into a dwelling. In determining whether a product is a consumer product,
301
- doubtful cases shall be resolved in favor of coverage. For a particular
302
- product received by a particular user, "normally used" refers to a
303
- typical or common use of that class of product, regardless of the status
304
- of the particular user or of the way in which the particular user
305
- actually uses, or expects or is expected to use, the product. A product
306
- is a consumer product regardless of whether the product has substantial
307
- commercial, industrial or non-consumer uses, unless such uses represent
308
- the only significant mode of use of the product.
309
-
310
- "Installation Information" for a User Product means any methods,
311
- procedures, authorization keys, or other information required to install
312
- and execute modified versions of a covered work in that User Product from
313
- a modified version of its Corresponding Source. The information must
314
- suffice to ensure that the continued functioning of the modified object
315
- code is in no case prevented or interfered with solely because
316
- modification has been made.
317
-
318
- If you convey an object code work under this section in, or with, or
319
- specifically for use in, a User Product, and the conveying occurs as
320
- part of a transaction in which the right of possession and use of the
321
- User Product is transferred to the recipient in perpetuity or for a
322
- fixed term (regardless of how the transaction is characterized), the
323
- Corresponding Source conveyed under this section must be accompanied
324
- by the Installation Information. But this requirement does not apply
325
- if neither you nor any third party retains the ability to install
326
- modified object code on the User Product (for example, the work has
327
- been installed in ROM).
328
-
329
- The requirement to provide Installation Information does not include a
330
- requirement to continue to provide support service, warranty, or updates
331
- for a work that has been modified or installed by the recipient, or for
332
- the User Product in which it has been modified or installed. Access to a
333
- network may be denied when the modification itself materially and
334
- adversely affects the operation of the network or violates the rules and
335
- protocols for communication across the network.
336
-
337
- Corresponding Source conveyed, and Installation Information provided,
338
- in accord with this section must be in a format that is publicly
339
- documented (and with an implementation available to the public in
340
- source code form), and must require no special password or key for
341
- unpacking, reading or copying.
342
-
343
- 7. Additional Terms.
344
-
345
- "Additional permissions" are terms that supplement the terms of this
346
- License by making exceptions from one or more of its conditions.
347
- Additional permissions that are applicable to the entire Program shall
348
- be treated as though they were included in this License, to the extent
349
- that they are valid under applicable law. If additional permissions
350
- apply only to part of the Program, that part may be used separately
351
- under those permissions, but the entire Program remains governed by
352
- this License without regard to the additional permissions.
353
-
354
- When you convey a copy of a covered work, you may at your option
355
- remove any additional permissions from that copy, or from any part of
356
- it. (Additional permissions may be written to require their own
357
- removal in certain cases when you modify the work.) You may place
358
- additional permissions on material, added by you to a covered work,
359
- for which you have or can give appropriate copyright permission.
360
-
361
- Notwithstanding any other provision of this License, for material you
362
- add to a covered work, you may (if authorized by the copyright holders of
363
- that material) supplement the terms of this License with terms:
364
-
365
- a) Disclaiming warranty or limiting liability differently from the
366
- terms of sections 15 and 16 of this License; or
367
-
368
- b) Requiring preservation of specified reasonable legal notices or
369
- author attributions in that material or in the Appropriate Legal
370
- Notices displayed by works containing it; or
371
-
372
- c) Prohibiting misrepresentation of the origin of that material, or
373
- requiring that modified versions of such material be marked in
374
- reasonable ways as different from the original version; or
375
-
376
- d) Limiting the use for publicity purposes of names of licensors or
377
- authors of the material; or
378
-
379
- e) Declining to grant rights under trademark law for use of some
380
- trade names, trademarks, or service marks; or
381
-
382
- f) Requiring indemnification of licensors and authors of that
383
- material by anyone who conveys the material (or modified versions of
384
- it) with contractual assumptions of liability to the recipient, for
385
- any liability that these contractual assumptions directly impose on
386
- those licensors and authors.
387
-
388
- All other non-permissive additional terms are considered "further
389
- restrictions" within the meaning of section 10. If the Program as you
390
- received it, or any part of it, contains a notice stating that it is
391
- governed by this License along with a term that is a further
392
- restriction, you may remove that term. If a license document contains
393
- a further restriction but permits relicensing or conveying under this
394
- License, you may add to a covered work material governed by the terms
395
- of that license document, provided that the further restriction does
396
- not survive such relicensing or conveying.
397
-
398
- If you add terms to a covered work in accord with this section, you
399
- must place, in the relevant source files, a statement of the
400
- additional terms that apply to those files, or a notice indicating
401
- where to find the applicable terms.
402
-
403
- Additional terms, permissive or non-permissive, may be stated in the
404
- form of a separately written license, or stated as exceptions;
405
- the above requirements apply either way.
406
-
407
- 8. Termination.
408
-
409
- You may not propagate or modify a covered work except as expressly
410
- provided under this License. Any attempt otherwise to propagate or
411
- modify it is void, and will automatically terminate your rights under
412
- this License (including any patent licenses granted under the third
413
- paragraph of section 11).
414
-
415
- However, if you cease all violation of this License, then your
416
- license from a particular copyright holder is reinstated (a)
417
- provisionally, unless and until the copyright holder explicitly and
418
- finally terminates your license, and (b) permanently, if the copyright
419
- holder fails to notify you of the violation by some reasonable means
420
- prior to 60 days after the cessation.
421
-
422
- Moreover, your license from a particular copyright holder is
423
- reinstated permanently if the copyright holder notifies you of the
424
- violation by some reasonable means, this is the first time you have
425
- received notice of violation of this License (for any work) from that
426
- copyright holder, and you cure the violation prior to 30 days after
427
- your receipt of the notice.
428
-
429
- Termination of your rights under this section does not terminate the
430
- licenses of parties who have received copies or rights from you under
431
- this License. If your rights have been terminated and not permanently
432
- reinstated, you do not qualify to receive new licenses for the same
433
- material under section 10.
434
-
435
- 9. Acceptance Not Required for Having Copies.
436
-
437
- You are not required to accept this License in order to receive or
438
- run a copy of the Program. Ancillary propagation of a covered work
439
- occurring solely as a consequence of using peer-to-peer transmission
440
- to receive a copy likewise does not require acceptance. However,
441
- nothing other than this License grants you permission to propagate or
442
- modify any covered work. These actions infringe copyright if you do
443
- not accept this License. Therefore, by modifying or propagating a
444
- covered work, you indicate your acceptance of this License to do so.
445
-
446
- 10. Automatic Licensing of Downstream Recipients.
447
-
448
- Each time you convey a covered work, the recipient automatically
449
- receives a license from the original licensors, to run, modify and
450
- propagate that work, subject to this License. You are not responsible
451
- for enforcing compliance by third parties with this License.
452
-
453
- An "entity transaction" is a transaction transferring control of an
454
- organization, or substantially all assets of one, or subdividing an
455
- organization, or merging organizations. If propagation of a covered
456
- work results from an entity transaction, each party to that
457
- transaction who receives a copy of the work also receives whatever
458
- licenses to the work the party's predecessor in interest had or could
459
- give under the previous paragraph, plus a right to possession of the
460
- Corresponding Source of the work from the predecessor in interest, if
461
- the predecessor has it or can get it with reasonable efforts.
462
-
463
- You may not impose any further restrictions on the exercise of the
464
- rights granted or affirmed under this License. For example, you may
465
- not impose a license fee, royalty, or other charge for exercise of
466
- rights granted under this License, and you may not initiate litigation
467
- (including a cross-claim or counterclaim in a lawsuit) alleging that
468
- any patent claim is infringed by making, using, selling, offering for
469
- sale, or importing the Program or any portion of it.
470
-
471
- 11. Patents.
472
-
473
- A "contributor" is a copyright holder who authorizes use under this
474
- License of the Program or a work on which the Program is based. The
475
- work thus licensed is called the contributor's "contributor version".
476
-
477
- A contributor's "essential patent claims" are all patent claims
478
- owned or controlled by the contributor, whether already acquired or
479
- hereafter acquired, that would be infringed by some manner, permitted
480
- by this License, of making, using, or selling its contributor version,
481
- but do not include claims that would be infringed only as a
482
- consequence of further modification of the contributor version. For
483
- purposes of this definition, "control" includes the right to grant
484
- patent sublicenses in a manner consistent with the requirements of
485
- this License.
486
-
487
- Each contributor grants you a non-exclusive, worldwide, royalty-free
488
- patent license under the contributor's essential patent claims, to
489
- make, use, sell, offer for sale, import and otherwise run, modify and
490
- propagate the contents of its contributor version.
491
-
492
- In the following three paragraphs, a "patent license" is any express
493
- agreement or commitment, however denominated, not to enforce a patent
494
- (such as an express permission to practice a patent or covenant not to
495
- sue for patent infringement). To "grant" such a patent license to a
496
- party means to make such an agreement or commitment not to enforce a
497
- patent against the party.
498
-
499
- If you convey a covered work, knowingly relying on a patent license,
500
- and the Corresponding Source of the work is not available for anyone
501
- to copy, free of charge and under the terms of this License, through a
502
- publicly available network server or other readily accessible means,
503
- then you must either (1) cause the Corresponding Source to be so
504
- available, or (2) arrange to deprive yourself of the benefit of the
505
- patent license for this particular work, or (3) arrange, in a manner
506
- consistent with the requirements of this License, to extend the patent
507
- license to downstream recipients. "Knowingly relying" means you have
508
- actual knowledge that, but for the patent license, your conveying the
509
- covered work in a country, or your recipient's use of the covered work
510
- in a country, would infringe one or more identifiable patents in that
511
- country that you have reason to believe are valid.
512
-
513
- If, pursuant to or in connection with a single transaction or
514
- arrangement, you convey, or propagate by procuring conveyance of, a
515
- covered work, and grant a patent license to some of the parties
516
- receiving the covered work authorizing them to use, propagate, modify
517
- or convey a specific copy of the covered work, then the patent license
518
- you grant is automatically extended to all recipients of the covered
519
- work and works based on it.
520
-
521
- A patent license is "discriminatory" if it does not include within
522
- the scope of its coverage, prohibits the exercise of, or is
523
- conditioned on the non-exercise of one or more of the rights that are
524
- specifically granted under this License. You may not convey a covered
525
- work if you are a party to an arrangement with a third party that is
526
- in the business of distributing software, under which you make payment
527
- to the third party based on the extent of your activity of conveying
528
- the work, and under which the third party grants, to any of the
529
- parties who would receive the covered work from you, a discriminatory
530
- patent license (a) in connection with copies of the covered work
531
- conveyed by you (or copies made from those copies), or (b) primarily
532
- for and in connection with specific products or compilations that
533
- contain the covered work, unless you entered into that arrangement,
534
- or that patent license was granted, prior to 28 March 2007.
535
-
536
- Nothing in this License shall be construed as excluding or limiting
537
- any implied license or other defenses to infringement that may
538
- otherwise be available to you under applicable patent law.
539
-
540
- 12. No Surrender of Others' Freedom.
541
-
542
- If conditions are imposed on you (whether by court order, agreement or
543
- otherwise) that contradict the conditions of this License, they do not
544
- excuse you from the conditions of this License. If you cannot convey a
545
- covered work so as to satisfy simultaneously your obligations under this
546
- License and any other pertinent obligations, then as a consequence you may
547
- not convey it at all. For example, if you agree to terms that obligate you
548
- to collect a royalty for further conveying from those to whom you convey
549
- the Program, the only way you could satisfy both those terms and this
550
- License would be to refrain entirely from conveying the Program.
551
-
552
- 13. Use with the GNU Affero General Public License.
553
-
554
- Notwithstanding any other provision of this License, you have
555
- permission to link or combine any covered work with a work licensed
556
- under version 3 of the GNU Affero General Public License into a single
557
- combined work, and to convey the resulting work. The terms of this
558
- License will continue to apply to the part which is the covered work,
559
- but the special requirements of the GNU Affero General Public License,
560
- section 13, concerning interaction through a network will apply to the
561
- combination as such.
562
-
563
- 14. Revised Versions of this License.
564
-
565
- The Free Software Foundation may publish revised and/or new versions of
566
- the GNU General Public License from time to time. Such new versions will
567
- be similar in spirit to the present version, but may differ in detail to
568
- address new problems or concerns.
569
-
570
- Each version is given a distinguishing version number. If the
571
- Program specifies that a certain numbered version of the GNU General
572
- Public License "or any later version" applies to it, you have the
573
- option of following the terms and conditions either of that numbered
574
- version or of any later version published by the Free Software
575
- Foundation. If the Program does not specify a version number of the
576
- GNU General Public License, you may choose any version ever published
577
- by the Free Software Foundation.
578
-
579
- If the Program specifies that a proxy can decide which future
580
- versions of the GNU General Public License can be used, that proxy's
581
- public statement of acceptance of a version permanently authorizes you
582
- to choose that version for the Program.
583
-
584
- Later license versions may give you additional or different
585
- permissions. However, no additional obligations are imposed on any
586
- author or copyright holder as a result of your choosing to follow a
587
- later version.
588
-
589
- 15. Disclaimer of Warranty.
590
-
591
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592
- APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593
- HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594
- OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595
- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596
- PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597
- IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598
- ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599
-
600
- 16. Limitation of Liability.
601
-
602
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603
- WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604
- THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605
- GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606
- USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607
- DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608
- PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609
- EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610
- SUCH DAMAGES.
611
-
612
- 17. Interpretation of Sections 15 and 16.
613
-
614
- If the disclaimer of warranty and limitation of liability provided
615
- above cannot be given local legal effect according to their terms,
616
- reviewing courts shall apply local law that most closely approximates
617
- an absolute waiver of all civil liability in connection with the
618
- Program, unless a warranty or assumption of liability accompanies a
619
- copy of the Program in return for a fee.
620
-
621
- END OF TERMS AND CONDITIONS
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.txt CHANGED
@@ -1,33 +1,33 @@
1
  === Shortcodes and extra features for Phlox theme ===
2
- Contributors: averta
3
- Donate link: http://averta.net/
4
  License: GPLv3
5
  License URI: http://www.gnu.org/licenses/gpl.html
6
- Tags: testimonial, gallery, page-builder, siteorigin, auxin, phlox, averta, auxin-elements, framework, widget, fullwidth, masonry, timeline, parallax
7
- Requires PHP: 5.3
8
  Requires at least: 4.6
9
- Tested up to: 4.9.1
10
- Stable tag: 1.7.2
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
14
- Powerful and comprehensive plugin that extends the functionality of Phlox theme by adding new shortcodes, widgets and options
15
 
16
  == Description ==
17
 
18
  = Overview =
19
 
20
- When using a theme with auxin framework (like [Phlox Theme](http://averta.net/phlox/wordpress-theme/ "Phlox Theme")), this plugin adds new shortcodes, widgets, page builder elements and theme options to extend the functionality of the theme.
21
 
22
 
23
- >[Demo on Phlox Theme](http://averta.net/phlox/wordpress-theme/ "Live demo of Phlox Core Elements on Phlox Theme") | [Documentation](http://docs.averta.net/display/PD/Phlox+Documentation "Phlox Core Elements documentation") | [Video tutorials](http://support.averta.net/envato/videos/phlox-video-tutorials/ "Watch all video tutorials") | [Support forum](http://wordpress.org/support/plugin/auxin-elements "Free support")
24
-
25
 
26
 
27
  = Features =
28
- * Siteorigin Page builder support
 
29
  * Page builder Elements
30
- * Auxin Shortcodes
31
  * Auxin Widgets
32
  * Login page customization
33
  * Custom CSS and Javascript fields
@@ -36,17 +36,31 @@ When using a theme with auxin framework (like [Phlox Theme](http://averta.net/ph
36
  * Fullscreen Menu
37
  * Menu Skins
38
  * Various Blog Page templates
 
 
39
  * Fully Responsive
40
  * Cross Browser IE8+ and Other Modern Browsers
41
 
42
- = Some working Samples =
43
- * [Classic Blog](http://averta.net/phlox/wordpress-theme/demo/classic-blog/)
44
- * [Journey Blog](http://averta.net/phlox/wordpress-theme/demo/journey/)
45
- * [food](http://averta.net/phlox/wordpress-theme/demo/food/)
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
  = Compatible Browsers =
48
 
49
- * IE8+
50
  * Firefox
51
  * Safari
52
  * Opera
@@ -56,23 +70,23 @@ When using a theme with auxin framework (like [Phlox Theme](http://averta.net/ph
56
 
57
  = Documentations =
58
 
59
- If you have any question about working with "Phlox Core Elements", you can take a look at [online documentations](http://docs.averta.net/display/PD/Phlox+Documentation)
60
 
61
  = Translation =
62
 
63
- You can start translating this plugin from here: [online translation service](http://translate.averta.net/projects/).
64
 
65
 
66
  == Installation ==
67
 
68
  = Minimum Requirements =
69
 
70
- * WordPress 4.2 or greater
71
  * PHP version 5.6.0 or greater
72
  * MySQL version 5.0 or greater
73
 
74
 
75
- **This plugin works the best in [Phlox Theme](http://averta.net/phlox/wordpress-theme/)**
76
 
77
 
78
  = Automatic installation (easiest way) =
@@ -114,15 +128,15 @@ You can use automatic update to update the plugin safely.
114
  = Where can I find Phlox Core Elements documentation and user guides =
115
 
116
 
117
- If you have any question about working with "Phlox Core Elements", you can take a look at [online documentations](http://docs.averta.net/display/PD/Phlox+Documentation)
118
 
119
- If you get stuck you can follow these [steps to get support](http://docs.averta.net/display/PD/Support).
120
 
121
  = Will Phlox Core Elements work with my theme? =
122
- No, Phlox Core Element only works on [Phlox Theme](http://averta.net/phlox/)
123
 
124
  = Where can I report bugs? =
125
- Bugs can be reported in our [support forums](http://wordpress.org/tags/auxin-elements).
126
 
127
 
128
 
@@ -141,6 +155,158 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/auxin-ele
141
 
142
  == Changelog ==
143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
144
  = Version 1.7.2 / 02.12.2017) =
145
  - [New]: Secondary and optional logo image added for sticky header.
146
  - [New]: Adding new option for header background color while header is sticky.
@@ -152,7 +318,6 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/auxin-ele
152
  - [Fix]: An issue with "Instagram feed" widget fixed.
153
  - [Fix]: An issue with GMap widget fixed.
154
 
155
-
156
  = Version 1.7.0 / 14.11.2017) =
157
  - [Fix]: An issue with recent post elements on single post page fixed.
158
  - [Fix]: Live preview for header action buttons while editing in customizer.
@@ -163,7 +328,6 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/auxin-ele
163
  - [Fix]: A typo in testimonial name fixed.
164
  - [Improvement]: Default load more type for recent grid element changed.
165
 
166
-
167
  = Version 1.6.4 / 1.11.2017) =
168
  - [Improvement]: Major improvements for page title setting were applied.
169
  - [Improvement]: Several improvements for setup wizard were applied.
@@ -217,7 +381,6 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/auxin-ele
217
  - [fix]: icon_size attribute added to text shortcode handler
218
  - [Fix]: Fixed an issue that result in malfunction for gallery
219
 
220
-
221
  = Version 1.3.0 / (1.12.2016) =
222
  - [Improvement]: Improved image sizes in recent posts elements
223
  - [Improvement]: For responsiveness of grid table element
@@ -249,6 +412,4 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/auxin-ele
249
 
250
  == Upgrade Notice ==
251
 
252
- = 1.7.2 =
253
- - [New]: Secondary and optional logo image added for sticky header.
254
- - [New]: Adding new option for header background color while header is sticky.
1
  === Shortcodes and extra features for Phlox theme ===
2
+ Contributors: averta, averta_support
3
+ Donate link: http://phlox.pro/go/?utm_medium=donate-phlox&ref=averta&utm_source=wporg-auxin-elements
4
  License: GPLv3
5
  License URI: http://www.gnu.org/licenses/gpl.html
6
+ Tags: phlox, gallery, elementor, siteorigin, auxin, averta, auxin-elements, framework, widget, fullwidth, masonry, timeline, parallax
7
+ Requires PHP: 5.4
8
  Requires at least: 4.6
9
+ Tested up to: 5.2.2
10
+ Stable tag: 2.4.9
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
14
+ Powerful and comprehensive plugin that extends the functionality of Phlox theme by adding one-click demo importer, page builder elements (Elementor and Site Origin Page builder), shortcodes and theme options.
15
 
16
  == Description ==
17
 
18
  = Overview =
19
 
20
+ This plugin adds plenty of premium functionalities to Phlox theme, such as one-click demo importer, plugin manager, new shortcodes, widgets, page builder elements as well as extra theme options to extend the functionality of that theme.
21
 
22
 
23
+ >[Demo on Phlox Theme](http://phlox.pro "Live demo of Phlox Theme") | [Documentation](http://support.averta.net/en/e-item/phlox-wordpress-theme/?utm_source=wporg-auxin-elements&utm_medium=wporg&utm_content=auxin-elements-doc&utm_term=documentation "Phlox Core Elements documentation") | [Video tutorials](https://www.youtube.com/playlist?list=PL7X-1Jmy1jcdekHe6adxB81SBcrHOmLRS "Watch all video tutorials") | [Support forum](http://support.averta.net/en/item/phlox/?utm_source=wporg-auxin-elements&utm_medium=wporg&utm_content=auxin-elements-supp&utm_term=support "Free support")
 
24
 
25
 
26
  = Features =
27
+ * Elementor Page builder support (27 Exclusive Elements)
28
+ * Siteorigin Page builder support (27 Exclusive Elements)
29
  * Page builder Elements
30
+ * 31 Exclusive Shortcodes
31
  * Auxin Widgets
32
  * Login page customization
33
  * Custom CSS and Javascript fields
36
  * Fullscreen Menu
37
  * Menu Skins
38
  * Various Blog Page templates
39
+ * Sticky Header
40
+ * Sticky Footer
41
  * Fully Responsive
42
  * Cross Browser IE8+ and Other Modern Browsers
43
 
44
+
45
+ = Some demo sites by Phlox theme =
46
+ * [Minimal Portfolio](http://demo.phlox.pro/portfolio-minimal/?utm_source=wporg-auxin-elements&utm_medium=wporg&utm_campaign=wporg-profile&utm_term=25)
47
+ * [Modern Shop](http://demo.phlox.pro/free-shop/?utm_source=wporg-auxin-elements&utm_medium=wporg&utm_campaign=wporg-profile&utm_term=29)
48
+ * [Real State](http://demo.phlox.pro/realstate/?utm_source=wporg-auxin-elements&utm_medium=wporg&utm_campaign=wporg-profile&utm_term=44)
49
+ * [The Architect](http://demo.phlox.pro/architect/?utm_source=wporg-auxin-elements&utm_medium=wporg&utm_campaign=wporg-profile&utm_term=41)
50
+ * [Minimal Photography](http://demo.phlox.pro/minimal-photography/?utm_source=wporg-auxin-elements&utm_medium=wporg&utm_campaign=wporg-profile&utm_term=28)
51
+ * [Journey Blog](http://demo.phlox.pro/journey/?utm_source=wporg-auxin-elements&utm_medium=wporg&utm_campaign=wporg-profile&utm_term=6)
52
+ * [Classic Blog](http://demo.phlox.pro/classic-blog/?utm_source=wporg-auxin-elements&utm_medium=wporg&utm_campaign=wporg-profile&utm_term=7)
53
+ * [Portfolio Vivid](http://demo.phlox.pro/portfolio/vivid/?utm_source=wporg-auxin-elements&utm_medium=wporg&utm_campaign=wporg-profile&utm_term=32)
54
+ * [Classic Portfolio](http://demo.phlox.pro/portfolio/?utm_source=wporg-auxin-elements&utm_medium=wporg&utm_campaign=wporg-profile&utm_term=10)
55
+ * [Food Blog](http://demo.phlox.pro/food/?utm_source=wporg-auxin-elements&utm_medium=wporg&utm_campaign=wporg-profile&utm_term=2)
56
+ * [Default](http://demo.phlox.pro/default/?utm_source=wporg-auxin-elements&utm_medium=wporg&utm_campaign=wporg-profile&utm_term=8)
57
+ * [Coming Soon Red](http://demo.phlox.pro/coming-soon-1/?utm_source=wporg-auxin-elements&utm_medium=wporg&utm_campaign=wporg-profile&utm_term=37)
58
+ * [Coming Soon Galaxy](http://demo.phlox.pro/coming-soon-2/?utm_source=wporg-auxin-elements&utm_medium=wporg&utm_campaign=wporg-profile&utm_term=38)
59
+
60
 
61
  = Compatible Browsers =
62
 
63
+ * IE9+
64
  * Firefox
65
  * Safari
66
  * Opera
70
 
71
  = Documentations =
72
 
73
+ If you have any question about working with "Phlox Core Elements", you can take a look at [online documentations](http://support.averta.net/en/e-item/phlox-wordpress-theme/?utm_source=wporg-auxin-elements&utm_medium=wporg&utm_content=auxin-elements-doc&utm_term=documentation)
74
 
75
  = Translation =
76
 
77
+ You can start translating this plugin from here: [online translation service](https://translate.wordpress.org/projects/wp-plugins/auxin-elements).
78
 
79
 
80
  == Installation ==
81
 
82
  = Minimum Requirements =
83
 
84
+ * WordPress 4.6 or greater
85
  * PHP version 5.6.0 or greater
86
  * MySQL version 5.0 or greater
87
 
88
 
89
+ **This plugin works the best in [Phlox Theme](http://phlox.pro/)**
90
 
91
 
92
  = Automatic installation (easiest way) =
128
  = Where can I find Phlox Core Elements documentation and user guides =
129
 
130
 
131
+ If you have any question about working with "Phlox Core Elements", you can take a look at [online documentations](http://support.averta.net/en/e-item/phlox-wordpress-theme/?utm_source=wporg-auxin-elements&utm_medium=wporg&utm_content=auxin-elements-doc&utm_term=documentation)
132
 
133
+ If you get stuck you can [ask your question here](http://support.averta.net/en/item/phlox/).
134
 
135
  = Will Phlox Core Elements work with my theme? =
136
+ No, Phlox Core Element only works on [Phlox Theme](http://phlox.pro/)
137
 
138
  = Where can I report bugs? =
139
+ Bugs can be reported in our [support forums](http://support.averta.net/en/item/phlox/).
140
 
141
 
142
 
155
 
156
  == Changelog ==
157
 
158
+ = Version 2.4.8 / 25.08.2019) =
159
+ - [Improvement]: An issue while installing some bundled plugins fixed.
160
+
161
+ = Version 2.4.7 / 01.08.2019) =
162
+ - [Improvement]: Improvements in the layout of templates kit.
163
+
164
+ = Version 2.4.6 / 17.07.2019) =
165
+ - [Improvement]: Some style improvements in info box element applied.
166
+ - [Fix]: Fix an issue with genral headings typography fixed.
167
+
168
+ = Version 2.4.4 / 11.06.2019) =
169
+ - [New]: Introducing single page builder.
170
+ - [Fix]: Minor bug fixes and performance improvements.
171
+
172
+ = Version 2.4.2 / 05.05.2019) =
173
+ - [New]: Export and import options added to customizer.
174
+ - [Improvement]: Improvements in accordion element.
175
+
176
+ = Version 2.4.1 / 30.04.2019) =
177
+ - [Fix]: An issue with importing some menu labels fixed.
178
+ - [Improvement]: Improvements in Phlox shop applied.
179
+
180
+ = Version 2.3.11 / 03.01.2019) =
181
+ - [Improvement]: Changing the google analytic tracking option to tracking ID option.
182
+ - [New]: Addig new options for background and color hover effect for recent posts element.
183
+ - [Fix]: An issue with post formats fixed.
184
+
185
+ = Version 2.3.7 / 06.01.2019) =
186
+ - [Fix]: New option for changing the border color of header section added to page options.
187
+
188
+ = Version 2.3.6 / 27.12.2018) =
189
+ - [Fix]: Fixing an issue on gmap while zoom with scroll option is enabled.
190
+ - [New]: Adding preload option to post elements.
191
+ - [New]: Adding new preload preview options for image element.
192
+
193
+ = Version 2.3.0 / 19.11.2018) =
194
+ - [Fix]: Fixing some undefined variables.
195
+ - [New]: Introducing Templates Kit Library.
196
+ - [New]: New preload options added to advanced image element, plus, adding max width and height options.
197
+ - [Fix]: Fixing an issue with lightbox features in image element.
198
+ - [Improvement]: Improvement in Info Box Element.
199
+ - [New]: Adding background hover options for Info Box Element.
200
+ - [Improvement]: Improvement in retrieving and displaying the list of demos applied.
201
+ - [New]: New top header options added to page options.
202
+
203
+ = Version 2.2.22 / 16.09.2018) =
204
+ - [Fix]: Minor bugs fixed.
205
+
206
+ = Version 2.2.21 / 02.09.2018) =
207
+ - [Fix]: Minor bugs fixed.
208
+
209
+ = Version 2.2.20 / 23.08.2018) =
210
+ - [Fix]: Fixing some PHP notices while Elementor Pro was activated for the first time.
211
+
212
+ = Version 2.2.18 / 20.08.2018) =
213
+ - [Fix]: Minor bugs fixed.
214
+
215
+ = Version 2.2.17 / 15.08.2018) =
216
+ - [Fix]: Minor bugs fixed.
217
+
218
+ = Version 2.2.16 / 09.08.2018) =
219
+ - [Fix]: An issue with importer fixed.
220
+
221
+ = Version 2.2.13 / 31.07.2018) =
222
+ - [Improvement]: Improvement for Elementor page builder applied.
223
+
224
+ = Version 2.2.12 / 21.07.2018) =
225
+ - [New]: Adding Custom CSS field to all Elementor elements.
226
+ - [New]: Adding video tutorials to Phlox dashboard.
227
+
228
+ = Version 2.2.9 / 09.07.2018) =
229
+ - [Improvement]: Improvement in admin dashboard for displaying the latest changes.
230
+ - [Fix]: Some minor bugs fixed.
231
+
232
+ = Version 2.2.8 / 05.07.2018) =
233
+ - [New]: Adding Custom CSS field to all Elementor elements.
234
+ - [New]: Adding video tutorials to Phlox dashboard.
235
+ - [Improvement]: Improvement in Phlox dashboard and demo importer.
236
+ - [Improvement]: Now you can filter the recommended plugins in Phlox dashboard.
237
+ - [Improvement]: Better plugin dependency management.
238
+
239
+ = Version 2.2.7 / 27.06.2018) =
240
+ - [New]: Introducing brand new demo importer.
241
+ - [Improvement]: Improvement in responsive images.
242
+ - [Improvement]: Improvement in preloading images which result in faster page loading speed.
243
+ - [Fix]: An issue with Gallery element fixed.
244
+ - [Fix]: Minor bugs fixed.
245
+
246
+ = Version 2.2.3 / 14.06.2018) =
247
+ - [New]: New elements "Modern Heading" and "Mailchimp" for Elementor page builder added.
248
+ - [Fix]: Minor bugs fixed.
249
+
250
+ = Version 2.2.1 / 05.06.2018) =
251
+ - [New]: New element "Flexible List" for Elementor page builder added.
252
+ - [Fix]: An issue in SiteOrigin Text element fixed.
253
+
254
+ = Version 2.2.0 / 31.05.2018) =
255
+ - [New]: Two new elements for Elementor page builder added (Accordion and Tabs).
256
+ - [Improvement]: Improvement in testimonial and staff elements for Elementor page builder.
257
+
258
+ = Version 2.1.9 / 26.05.2018) =
259
+ - [New]: Three new elements for Elementor page builder added (Blockquote, Testimonial and Slider).
260
+
261
+ = Version 2.1.8 / 24.05.2018) =
262
+ - [New]: Two new elements for Elementor page builder added (video and audio).
263
+
264
+ = Version 2.1.7 / 23.05.2018) =
265
+ - [New]: 10 new elements for Elementor page builder added.
266
+ - [Improvement]: Under the hood improvements.
267
+
268
+ = Version 2.1.6 / 16.05.2018) =
269
+ - [Improvement]: Improvement in image preloading.
270
+ - [Improvement]: Under the hood improvements.
271
+
272
+ = Version 2.1.1 / 09.04.2018) =
273
+ - [Fix]: Bug fix and improvements for setup wizard.
274
+ - [New]: Introducing Recent Product Element for Woocommerce.
275
+ - [Improvement]: Make recent portfolios element compatible with ajax loadmore.
276
+
277
+ = Version 2.0.9 / 13.03.2018) =
278
+ - [New]: Adding an option for marker icon in gmap element.
279
+ - [Fix]: Fixing a fatal error while saving the post with wordpress-seo enabled.
280
+ - [New]: Added star rating to testimonial element.
281
+ - [New]: Add a new meta option for disabling the header logo in a page.
282
+ - [Improvement]: Adding animation tab and options to Visual Composer.
283
+ - [Improvement]: Improvement in subtitle option in recent posts element.
284
+
285
+ = Version 2.0.6 / 17.02.2018) =
286
+ - [Fix]: Fixed an issue with post slider that excludes the first blog post.
287
+ - [Fix]: The warning message in timeline and masonry blog layout fixed.
288
+ - [New]: Adding lazyload option for image element
289
+
290
+ = Version 2.0.5 / 13.02.2018) =
291
+ - [New]: New options in permalink page for changing the default slug of taxonomies.
292
+ - [Fix]: A PHP warning in search page fixed.
293
+ - [New]: Adding some hooks to replace custom logo images on pages if custom logo was specified
294
+ - [New]: New Metafields For Header and footer options.
295
+
296
+ = Version 2.0.0 / 23.01.2018) =
297
+ - [Improvement]: Improvement in setup wizard.
298
+ - [Improvement]: Optimization, improvement and new size options in image element.
299
+ - [Improvement]: Improvement in timeline element.
300
+ - [Improvement]: Improvement in custom post types.
301
+ - [Improvement]: Improvement in permalink options.
302
+ - [Improvement]: Adding visualization to testimonial templates.
303
+ - [Improvement]: Improvement in carousel elements.
304
+ - [Improvement]: A verification for WP image sizes added to ensure image size ratio is the same.
305
+ - [New]: New feature for switching the website to maintenance mode.
306
+ - [Fix]: The query monitor report on VC front end editor disabled.
307
+ - [New]: Custom search functionality and options added.
308
+ - [New]: Added options and functionality for custom 404 page.
309
+
310
  = Version 1.7.2 / 02.12.2017) =
311
  - [New]: Secondary and optional logo image added for sticky header.
312
  - [New]: Adding new option for header background color while header is sticky.
318
  - [Fix]: An issue with "Instagram feed" widget fixed.
319
  - [Fix]: An issue with GMap widget fixed.
320
 
 
321
  = Version 1.7.0 / 14.11.2017) =
322
  - [Fix]: An issue with recent post elements on single post page fixed.
323
  - [Fix]: Live preview for header action buttons while editing in customizer.
328
  - [Fix]: A typo in testimonial name fixed.
329
  - [Improvement]: Default load more type for recent grid element changed.
330
 
 
331
  = Version 1.6.4 / 1.11.2017) =
332
  - [Improvement]: Major improvements for page title setting were applied.
333
  - [Improvement]: Several improvements for setup wizard were applied.
381
  - [fix]: icon_size attribute added to text shortcode handler
382
  - [Fix]: Fixed an issue that result in malfunction for gallery
383
 
 
384
  = Version 1.3.0 / (1.12.2016) =
385
  - [Improvement]: Improved image sizes in recent posts elements
386
  - [Improvement]: For responsiveness of grid table element
412
 
413
  == Upgrade Notice ==
414
 
415
+ = 2.4.4 =
 
 
admin/assets/css/editor.css CHANGED
@@ -29,3 +29,17 @@
29
  .wp_themeSkin .mceIcon.mce_utube { background-position :-366px -128px; }
30
  .wp_themeSkin .mceIcon.mce_vimeo { background-position :-218px -287px; }
31
  .wp_themeSkin .mceIcon.mce_video { background-position :-38px -288px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  .wp_themeSkin .mceIcon.mce_utube { background-position :-366px -128px; }
30
  .wp_themeSkin .mceIcon.mce_vimeo { background-position :-218px -287px; }
31
  .wp_themeSkin .mceIcon.mce_video { background-position :-38px -288px; }
32
+
33
+ /**
34
+ * Fix SVGs not showing correctly as featured images.
35
+ */
36
+ #postimagediv .inside .svg img {
37
+ width: 100%;
38
+ }
39
+
40
+ /**
41
+ * Fix for Gutenberg not showing featured images correctly.
42
+ */
43
+ img.components-responsive-wrapper__content[src$=".svg"] {
44
+ position: relative;
45
+ }
admin/assets/css/elementor-editor.css ADDED
@@ -0,0 +1,296 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ /* visual selector
3
+ --------------------------*/
4
+ .axi-visual-select { height: auto; display: inline-block; width: 100%; max-width: 900px; }
5
+ .axi-visual-select:after { content: ""; display: table; clear: both; }
6
+ .axi-visual-select .axi-select-item { float: left; border: 3px solid #d8d8d8; margin: 0 5px 5px 0; cursor: pointer; }
7
+ .axi-visual-select .axi-select-item.axi-selected { border-color: #0077a3; }
8
+ .axi-visual-select .axi-select-item.axi-selected img[src*="svg"] { -webkit-filter: brightness(40%) sepia(100%) hue-rotate(170deg) saturate(250%); filter: brightness(40%) sepia(100%) hue-rotate(170deg) saturate(250%); }
9
+ .axi-visual-select .axi-select-item img { display: block; clear: both; }
10
+ .axi-visual-select .axi-select-item video { display: block; }
11
+ .axi-visual-select .axi-select-item.aux-small-height img, .axi-visual-select .axi-select-item.aux-small-height video { max-height: 82px; height: 82px; }
12
+ .axi-visual-select .axi-select-item.aux-medium-height img, .axi-visual-select .axi-select-item.aux-medium-height video { max-height: 100px; height: 100px; }
13
+ .axi-visual-select .axi-select-caption { display: block; font-size: 11px; padding: 2px 5px; background: #eee; margin-top: 2px; }
14
+
15
+ /* visual selector color
16
+ --------------------------*/
17
+ .axi-visual-select .aux-color-selector { width: 22px; height: 22px; border: 2px solid #d8d8d8; }
18
+
19
+ .aux-visual-selector-black { background-color: #3D3D3D; }
20
+
21
+ .aux-visual-selector-white { background-color: #FFFFFF; }
22
+
23
+ .aux-visual-selector-masala { background-color: #3D3D3D; }
24
+
25
+ .aux-visual-selector-dark-gray { background-color: #AAAAAA; }
26
+
27
+ .aux-visual-selector-ball-blue { background-color: #1BB0CE; }
28
+
29
+ .aux-visual-selector-fountain-blue { background-color: #5BACBA; }
30
+
31
+ .aux-visual-selector-shamrock { background-color: #2CC990; }
32
+
33
+ .aux-visual-selector-curios-blue { background-color: #2C82C9; }
34
+
35
+ .aux-visual-selector-light-sea-green { background-color: #1ABC9C; }
36
+
37
+ .aux-visual-selector-emerald { background-color: #4EBA6F; }
38
+
39
+ .aux-visual-selector-energy-yellow { background-color: #EEE657; }
40
+
41
+ .aux-visual-selector-mikado-yellow { background-color: #FCCD0F; }
42
+
43
+ .aux-visual-selector-pink-salmon { background-color: #FF91A9; }
44
+
45
+ .aux-visual-selector-wisteria { background-color: #9E69AF; }
46
+
47
+ .aux-visual-selector-lilac { background-color: #CEACD2; }
48
+
49
+ .aux-visual-selector-pale-sky { background-color: #5F7487; }
50
+
51
+ .aux-visual-selector-tower-gray { background-color: #ADBCC3; }
52
+
53
+ .aux-visual-selector-william { background-color: #3A5F6F; }
54
+
55
+ .aux-visual-selector-carmine-pink { background-color: #E74C3C; }
56
+
57
+ .aux-visual-selector-persimmon { background-color: #FF6A55; }
58
+
59
+ .aux-visual-selector-tan-hide { background-color: #FF9F55; }
60
+
61
+ .aux-visual-selector-wild-watermelon { background-color: #FF6E78; }
62
+
63
+ .aux-visual-selector-iceberg { background-color: #73B1D6; }
64
+
65
+ .aux-visual-selector-dark-lavender { background-color: #745A90; }
66
+
67
+ .aux-visual-selector-viking { background-color: #5CD5E6; }
68
+
69
+ .aux-visual-selector-tiffany-blue { background-color: #00B5B5; }
70
+
71
+ .aux-visual-selector-pastel-orange { background-color: #FCB941; }
72
+
73
+ .aux-visual-selector-east-bay { background-color: #395781; }
74
+
75
+ .aux-visual-selector-steel-blue { background-color: #4589B0; }
76
+
77
+ .aux-visual-selector-half-backed { background-color: #84CCD1; }
78
+
79
+ .aux-visual-selector-tapestry { background-color: #B95A84; }
80
+
81
+ .aux-visual-selector-fire-engine-red { background-color: #CD2C24; }
82
+
83
+ .aux-visual-selector-dark-orange { background-color: #FF8C00; }
84
+
85
+ .aux-visual-selector-brick-red { background-color: #CC4452; }
86
+
87
+ .aux-visual-selector-khaki { background-color: khaki; }
88
+
89
+ /* Control media
90
+ --------------------------*/
91
+ .aux-elementor-control-media {
92
+ padding: 7px;
93
+ border: 1px solid;
94
+ height: 150px; }
95
+ .aux-elementor-control-media:not(:hover) {
96
+ border-color: #d5dadf; }
97
+ .aux-elementor-control-media:not(:hover) .aux-elementor-control-media-upload-button {
98
+ background-color: #d5dadf; }
99
+ .aux-elementor-control-media:hover {
100
+ border-color: #a4afb7; }
101
+ .aux-elementor-control-media:hover .aux-elementor-control-media-upload-button {
102
+ background-color: #a4afb7; }
103
+ .aux-elementor-control-media.elementor-media-empty .aux-elementor-control-media-attachment-area {
104
+ display: none; }
105
+ .aux-elementor-control-media:not(.elementor-media-empty) .aux-elementor-control-media-upload-button {
106
+ display: none; }
107
+ .aux-elementor-control-media > * {
108
+ height: 100%;
109
+ cursor: pointer;
110
+ position: relative; }
111
+
112
+ .aux-elementor-control-media .fa-plus-circle {
113
+ position: absolute;
114
+ top: 50%;
115
+ left: 50%;
116
+ -webkit-transform: translateX(-50%) translateY(-50%);
117
+ -ms-transform: translateX(-50%) translateY(-50%);
118
+ transform: translateX(-50%) translateY(-50%);
119
+ color: #fff;
120
+ font-size: 20px; }
121
+
122
+ .aux-elementor-control-media-attachment-area:not(:hover) .aux-elementor-control-media-delete {
123
+ display: none; }
124
+
125
+ .aux-elementor-control-media-attachment-area:hover .aux-elementor-control-media-attachment {
126
+ opacity: .5; }
127
+
128
+ .aux-elementor-control-media-delete {
129
+ position: absolute;
130
+ bottom: 0;
131
+ left: 0;
132
+ right: 0;
133
+ text-align: center;
134
+ padding: 9.5px;
135
+ font-size: 11px;
136
+ color: #fff;
137
+ background-color: #a4afb7;
138
+ text-transform: uppercase; }
139
+
140
+ .aux-elementor-control-media-attachment {
141
+ height: 100%;
142
+ -webkit-background-size: auto;
143
+ background-size: auto;
144
+ background-position: center;
145
+ background-repeat: no-repeat;
146
+ }
147
+
148
+ /* Select2 icons issue
149
+ --------------------------*/
150
+ .select2-container [class^="auxicon-"]::before, .select2-container [class*=" auxicon-"]::before {
151
+ font-size: inherit;
152
+ padding-top: 0;
153
+ }
154
+
155
+
156
+ /* Badge for auxin elementor elements
157
+ --------------------------*/
158
+ .elementor-element{
159
+ position: relative;
160
+ }
161
+ .elementor-element .auxin-badge:after,
162
+ .elementor-element .auxin-badge-pro:after,
163
+ .auxin .elementor-element .icon .bdt-widget-icon:after{
164
+ position: absolute;
165
+ top: 0;
166
+ right: 0;
167
+ z-index: 1;
168
+ padding: 3px 4px 2px;
169
+ border-style: solid;
170
+ font-weight: 600;
171
+ font-size: 9px;
172
+ text-align: right;
173
+ border-width: 0 0 1px 1px;
174
+ border-color: #eee;
175
+ border-bottom-left-radius: 2px;
176
+ text-transform: uppercase;
177
+ font-family: "Open Sans",Roboto,Helvetica,Arial,sans-serif;
178
+ }
179
+ .elementor-element .auxin-badge:after{
180
+ content: "Phlox";
181
+ }
182
+
183
+ .elementor-element .auxin-badge-pro{
184
+ color: #b7084e;
185
+ }
186
+ .elementor-element .auxin-badge-pro:after{
187
+ content: "Phlox Pro";
188
+ padding-bottom: 1px;
189
+ border-color: rgba(183, 8, 78, 0.2);
190
+ }
191
+
192
+ /* '.auxin-pro' is available when pro plugin is activated */
193
+ .auxin-pro .elementor-element .auxin-badge-pro:after{
194
+ content: "Phlox";
195
+ }
196
+
197
+ .auxin-pro .elementor-element .auxin-badge-pro,
198
+ div[id*="elementor-panel-category-auxin-"] .elementor-element .icon,
199
+ div[id*="elementor-panel-category-auxin-"] .elementor-element .title {
200
+ color: #888;
201
+ }
202
+
203
+ .auxin-pro .elementor-element:hover .auxin-badge-pro,
204
+ div[id*="elementor-panel-category-auxin-"] .elementor-element:hover .icon,
205
+ div[id*="elementor-panel-category-auxin-"] .elementor-element:hover .title {
206
+ color: #4599c1 !important;
207
+ }
208
+
209
+ div[id*="elementor-panel-category-auxin-"] .elementor-element:hover .icon > i:after {
210
+ border-color: rgba(20, 171, 244, 0.2);
211
+ }
212
+
213
+
214
+ .auxin #elementor-panel-category-element-pack .elementor-element .icon{
215
+ color: #888;
216
+ }
217
+ .auxin #elementor-panel-category-element-pack .elementor-element:hover .icon,
218
+ .auxin #elementor-panel-category-element-pack .elementor-element:hover .title{
219
+ color: #4599c1;
220
+ }
221
+ .auxin .elementor-element .icon .bdt-widget-icon:after{
222
+ content: "Phlox EP";
223
+ opacity:1;
224
+ }
225
+
226
+
227
+ /* Changing the featured color of Elementor
228
+ --------------------------*/
229
+ .auxin-pro .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active,
230
+ .auxin-pro .elementor-template-library-menu-item.elementor-active{
231
+ border-bottom-color: #4599c1;
232
+ }
233
+ .auxin-pro .elementor-panel #elementor-panel-header{
234
+ background-color: #4599c1;
235
+ }
236
+
237
+ /* Badge on auxin global sections
238
+ --------------------------*/
239
+ div[class*="elementor-control-aux_"]:before{
240
+ position: absolute;
241
+ top: 13px;
242
+ right: 8px;
243
+ text-transform: uppercase;
244
+ font-size: 9px;
245
+ padding: 2px 2px 1px;
246
+ border: 1px solid #ddd;
247
+ font-weight: 400;
248
+ letter-spacing: 0.1em;
249
+ color: #aaa;
250
+ }
251
+
252
+ div[class*="elementor-control-aux_core"]:before{
253
+ content: 'Phlox';
254
+ }
255
+ div[class*="elementor-control-aux_pro"]:before{
256
+ content: 'Phlox Pro';
257
+ color: #b7084e;
258
+ }
259
+
260
+ .auxin-pro div[class*="elementor-control-aux_core"]:before,
261
+ .auxin-pro div[class*="elementor-control-aux_pro"]:before{
262
+ content: 'Phlox';
263
+ letter-spacing: 0.1em;
264
+ color: #aaa;
265
+ }
266
+
267
+ /* Go pro notice in pro control sections
268
+ --------------------------*/
269
+ .auxin-elementor-panel-notice{
270
+ text-align:center;
271
+ color:#3d3d3d;
272
+ font-style:normal;
273
+ }
274
+ .auxin-elementor-upgrade-notice-icon{
275
+ font-size:60px !important;
276
+ color:#6e90bb;
277
+ margin-bottom:12px;
278
+ }
279
+ .auxin-elementor-panel-notice-title{
280
+ font-weight:500;
281
+ font-size:16px;
282
+ margin-bottom:12px;
283
+ }
284
+ .auxin-elementor-panel-notice-message{
285
+ font-size:13px;
286
+ }
287
+ .auxin-elementor-panel-notice-link{
288
+ font-size:14px;
289
+ height: 35px;
290
+ line-height: 23px;
291
+ margin-top: 15px;
292
+ letter-spacing: 0.05em;
293
+ }
294
+ .auxin-elementor-go-pro-link{
295
+ background-color: #0089ff !important;
296
+ }
admin/assets/css/elementor-widgets.css ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ /* */
2
+ .auxin-pro .elementor-add-new-section .elementor-add-section-button{
3
+ background-color: #4599c1;
4
+ }
admin/assets/images/visual-select/testimonial-1.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="78" height="78" viewBox="0 0 78 78">
2
+ <metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
3
+ <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c142 79.160924, 2017/07/13-01:06:39 ">
4
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
5
+ <rdf:Description rdf:about=""/>
6
+ </rdf:RDF>
7
+ </x:xmpmeta>
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+ <?xpacket end="w"?></metadata>
30
+ <defs>
31
+ <style>
32
+ .cls-1 {
33
+ fill: #cdcdcd;
34
+ fill-rule: evenodd;
35
+ }
36
+ </style>
37
+ </defs>
38
+ <path id="testimonial-1" class="cls-1" d="M-2,79.993v-82H80v82H-2Zm80-80H0v78H78v-78Zm-72,7H25V9h0v13H23V9H8v13H6V9H6v-2Zm2,15H9.994a8.573,8.573,0,0,1,.057-1.125q0.114-.573,2.321-1.4,0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V17.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,13.26,15.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.287q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.389,2.389,0,0,1,1.948-.759,2.39,2.39,0,0,1,1.949.759,2,2,0,0,1,.573,1.418q-0.058.487-.115,0.946a1.4,1.4,0,0,0,.072.287,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057q2.206,0.831,2.321,1.4L21,21.993h4v2H6v-2H8ZM6,41H25v2h0v13h0v2H6v-2H6v-13H6V41Zm2,15H9.994a8.571,8.571,0,0,1,.057-1.125q0.114-.573,2.321-1.4,0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V51.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,13.26,49.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.286q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.389,2.389,0,0,1,1.948-.759,2.39,2.39,0,0,1,1.949.759,2,2,0,0,1,.573,1.418q-0.058.488-.115,0.946a1.4,1.4,0,0,0,.072.286,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057q2.206,0.831,2.321,1.4L21,55.993h2v-13H8v13Zm11,8H6v-2H19v2Zm6,4H6v-1H25v1Zm-10,4H6v-1h9v1Zm14-65H48V9h0v13h0v2H29v-2h0V9h0v-2Zm2,15h1.994a8.573,8.573,0,0,1,.057-1.125q0.114-.573,2.321-1.4,0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V17.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,36.26,15.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.287q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.389,2.389,0,0,1,1.949-.759,2.39,2.39,0,0,1,1.949.759,2,2,0,0,1,.573,1.418q-0.058.487-.115,0.946a1.4,1.4,0,0,0,.072.287,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057q2.206,0.831,2.321,1.4L44,21.993h2V9H31v13Zm-2,16v-1h9v1H29Zm0-10H42v2H29v-2Zm19,6H29v-1H48v1ZM29,41H48v2h0v13h0v2H29v-2h0v-13h0V41Zm2,15h1.994a8.571,8.571,0,0,1,.057-1.125q0.114-.573,2.321-1.4,0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V51.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,36.26,49.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.286q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.389,2.389,0,0,1,1.949-.759,2.39,2.39,0,0,1,1.949.759,2,2,0,0,1,.573,1.418q-0.058.488-.115,0.946a1.4,1.4,0,0,0,.072.286,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057q2.206,0.831,2.321,1.4L44,55.993h2v-13H31v13Zm11,8H29V62H42v2Zm6,4H29V67H48v1Zm-10,4H29v-1h9v1Zm14-65H71V9h0v13H69V9H54v13H52V9h0v-2Zm2,15h1.994a8.573,8.573,0,0,1,.057-1.125q0.114-.573,2.321-1.4,0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V17.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,59.26,15.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.287q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.88,2.88,0,0,1,3.9,0,2,2,0,0,1,.573,1.418q-0.058.487-.115,0.946a1.4,1.4,0,0,0,.072.287,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057q2.206,0.831,2.321,1.4L67,21.993h4v2H52v-2h2ZM52,41H71v2h0v13h0v2H52v-2h0v-13h0V41Zm2,15h1.994a8.571,8.571,0,0,1,.057-1.125q0.114-.573,2.321-1.4,0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V51.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,59.26,49.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.286q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.88,2.88,0,0,1,3.9,0,2,2,0,0,1,.573,1.418q-0.058.488-.115,0.946a1.4,1.4,0,0,0,.072.286,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057q2.206,0.831,2.321,1.4L67,55.993h2v-13H54v13Zm11,8H52V62H65v2Zm6,4H52V67H71v1Zm-10,4H52v-1h9v1Zm-9-34V37h9v1H52Zm0-10H65v2H52V28Zm0,5H71v1H52V33Zm-46,5v-1h9v1H6Zm0-10H19v2H6v-2Zm0,5H25v1H6v-1Z"/>
39
+ </svg>
admin/assets/images/visual-select/testimonial-2.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="78" height="78" viewBox="0 0 78 78">
2
+ <metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
3
+ <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c142 79.160924, 2017/07/13-01:06:39 ">
4
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
5
+ <rdf:Description rdf:about=""/>
6
+ </rdf:RDF>
7
+ </x:xmpmeta>
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+ <?xpacket end="w"?></metadata>
30
+ <defs>
31
+ <style>
32
+ .cls-1 {
33
+ fill: #cdcdcd;
34
+ fill-rule: evenodd;
35
+ }
36
+ </style>
37
+ </defs>
38
+ <path id="testimonial-2" class="cls-1" d="M31-545.5a7.5,7.5,0,0,1,7.5-7.5,7.5,7.5,0,0,1,7.5,7.5,7.5,7.5,0,0,1-7.5,7.5A7.5,7.5,0,0,1,31-545.5Zm2,0a5.5,5.5,0,0,1,5.5-5.5,5.5,5.5,0,0,1,5.5,5.5,5.5,5.5,0,0,1-5.5,5.5A5.5,5.5,0,0,1,33-545.5ZM-2,79.993v-82H80v82H-2Zm80-80H0v78H78v-78Zm-53,34H6v-1H25v1Zm0,34H6v-1H25v1Zm-5,4H11v-1h9v1Zm2-8H9v-2H22v2Zm-11-27h9v1H11v-1ZM15.5,59A9.5,9.5,0,1,1,25,49.5,9.5,9.5,0,0,1,15.5,59Zm0-16.889a7.359,7.359,0,0,0-4.688,13.056,11.106,11.106,0,0,1,1.56-.7q0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V52.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,13.26,50.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.286q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.389,2.389,0,0,1,1.948-.759,2.39,2.39,0,0,1,1.949.759,2,2,0,0,1,.573,1.418q-0.058.488-.115,0.946a1.4,1.4,0,0,0,.072.286,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057,11.094,11.094,0,0,1,1.566.706A7.359,7.359,0,0,0,15.5,42.111ZM48,33.994H29v-1H48v1Zm0,34H29V67H48v1Zm-5,4H34v-1h9v1Zm2-8H32V62H45v2Zm-11-27h9v1H34v-1ZM38.5,59A9.5,9.5,0,1,1,48,49.5,9.5,9.5,0,0,1,38.5,59Zm0-16.889a7.359,7.359,0,0,0-4.688,13.056,11.106,11.106,0,0,1,1.56-.7q0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V52.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,36.26,50.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.286q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.389,2.389,0,0,1,1.949-.759,2.39,2.39,0,0,1,1.949.759,2,2,0,0,1,.573,1.418q-0.058.488-.115,0.946a1.4,1.4,0,0,0,.072.286,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057,11.094,11.094,0,0,1,1.566.706A7.359,7.359,0,0,0,38.5,42.111ZM71,34H52V33H71v1Zm0,34H52V67H71v1Zm-5,4H57v-1h9v1Zm2-8H55V62H68v2ZM57,37h9v1H57V37Zm4.5,22A9.5,9.5,0,1,1,71,49.5,9.5,9.5,0,0,1,61.5,59Zm0-16.889a7.359,7.359,0,0,0-4.688,13.056,11.106,11.106,0,0,1,1.56-.7q0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V52.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,59.26,50.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.286q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.88,2.88,0,0,1,3.9,0,2,2,0,0,1,.573,1.418q-0.058.488-.115,0.946a1.4,1.4,0,0,0,.072.286,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057,11.094,11.094,0,0,1,1.566.706A7.359,7.359,0,0,0,61.5,42.111ZM68,29.994H55V28H68v2ZM61.5,25A9.5,9.5,0,1,1,71,15.5,9.5,9.5,0,0,1,61.5,25Zm0-16.889a7.359,7.359,0,0,0-4.688,13.056,11.106,11.106,0,0,1,1.56-.7q0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V18.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,59.26,16.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.287q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.88,2.88,0,0,1,3.9,0,2,2,0,0,1,.573,1.418q-0.058.487-.115,0.946a1.4,1.4,0,0,0,.072.287,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057,11.094,11.094,0,0,1,1.566.706A7.359,7.359,0,0,0,61.5,8.111ZM45,29.994H32v-2H45v2ZM38.5,25A9.5,9.5,0,1,1,48,15.5,9.5,9.5,0,0,1,38.5,25Zm0-16.889a7.359,7.359,0,0,0-4.688,13.056,11.106,11.106,0,0,1,1.56-.7q0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V18.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,36.26,16.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.287q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.389,2.389,0,0,1,1.949-.759,2.39,2.39,0,0,1,1.949.759,2,2,0,0,1,.573,1.418q-0.058.487-.115,0.946a1.4,1.4,0,0,0,.072.287,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057,11.094,11.094,0,0,1,1.566.706A7.359,7.359,0,0,0,38.5,8.111ZM22,29.994H9v-2H22v2ZM15.5,25A9.5,9.5,0,1,1,25,15.5,9.5,9.5,0,0,1,15.5,25Zm0-16.889a7.359,7.359,0,0,0-4.688,13.056,11.106,11.106,0,0,1,1.56-.7q0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V18.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,13.26,16.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.287q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.389,2.389,0,0,1,1.948-.759,2.39,2.39,0,0,1,1.949.759,2,2,0,0,1,.573,1.418q-0.058.487-.115,0.946a1.4,1.4,0,0,0,.072.287,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057,11.094,11.094,0,0,1,1.566.706A7.359,7.359,0,0,0,15.5,8.111ZM54-545.5a7.5,7.5,0,0,1,7.5-7.5,7.5,7.5,0,0,1,7.5,7.5,7.5,7.5,0,0,1-7.5,7.5A7.5,7.5,0,0,1,54-545.5Zm2,0a5.5,5.5,0,0,1,5.5-5.5,5.5,5.5,0,0,1,5.5,5.5,5.5,5.5,0,0,1-5.5,5.5A5.5,5.5,0,0,1,56-545.5Z"/>
39
+ </svg>
admin/assets/images/visual-select/testimonial-3.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="78" height="78" viewBox="0 0 78 78">
2
+ <metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
3
+ <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c142 79.160924, 2017/07/13-01:06:39 ">
4
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
5
+ <rdf:Description rdf:about=""/>
6
+ </rdf:RDF>
7
+ </x:xmpmeta>
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+ <?xpacket end="w"?></metadata>
30
+ <defs>
31
+ <style>
32
+ .cls-1 {
33
+ fill: #cdcdcd;
34
+ fill-rule: evenodd;
35
+ }
36
+ </style>
37
+ </defs>
38
+ <path id="testimonial-3" class="cls-1" d="M-2,79.993v-82H80v82H-2Zm80-80H0v78H78v-78ZM66,9h0v13H64V9H49v13h1.994a8.573,8.573,0,0,1,.057-1.125q0.114-.573,2.321-1.4,0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V17.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,54.26,15.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.287q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.88,2.88,0,0,1,3.9,0,2,2,0,0,1,.573,1.418q-0.058.487-.115,0.946a1.4,1.4,0,0,0,.072.287,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057q2.206,0.831,2.321,1.4L62,21.993h4v2H13v-2h3.995a8.573,8.573,0,0,1,.057-1.125q0.114-.573,2.321-1.4,0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V17.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,20.26,15.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.287q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.389,2.389,0,0,1,1.949-.759,2.39,2.39,0,0,1,1.949.759,2,2,0,0,1,.573,1.418q-0.058.487-.115,0.946a1.4,1.4,0,0,0,.072.287,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057q2.206,0.831,2.321,1.4L28,21.993h2V9H15v13H13V9h0v-2H66V9ZM47,9H32v13h1.994a8.573,8.573,0,0,1,.057-1.125q0.114-.573,2.321-1.4,0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V17.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,37.26,15.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.287q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.88,2.88,0,0,1,3.9,0,2,2,0,0,1,.573,1.418q-0.058.487-.115,0.946a1.4,1.4,0,0,0,.072.287,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057q2.206,0.831,2.321,1.4L45,21.993h2V9Zm-34,29v-1h6v1H13Zm0-10H23v2H13v-2Zm14,6H13v-1H27v1Zm5,4v-1h6v1H32Zm0-10H42v2H32v-2Zm14,6H32v-1H46v1Zm4,4v-1h6v1H50Zm0-10H60v2H50v-2Zm14,6H50v-1H64v1Zm2,9h0v13H64V43H49v13h1.994a8.573,8.573,0,0,1,.057-1.125q0.114-.573,2.321-1.4,0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V51.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,54.26,49.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.286q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.88,2.88,0,0,1,3.9,0,2,2,0,0,1,.573,1.418q-0.058.488-.115,0.946a1.4,1.4,0,0,0,.072.286,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057q2.206,0.831,2.321,1.4L62,55.993h4v2H13v-2h3.995a8.573,8.573,0,0,1,.057-1.125q0.114-.573,2.321-1.4,0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V51.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,20.26,49.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.286q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.389,2.389,0,0,1,1.949-.759,2.39,2.39,0,0,1,1.949.759,2,2,0,0,1,.573,1.418q-0.058.488-.115,0.946a1.4,1.4,0,0,0,.072.286,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057q2.206,0.831,2.321,1.4L28,55.993h2V43H15v13H13V43h0v-2H66v2ZM47,43H32v13h1.994a8.573,8.573,0,0,1,.057-1.125q0.114-.573,2.321-1.4,0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V51.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,37.26,49.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.286q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.88,2.88,0,0,1,3.9,0,2,2,0,0,1,.573,1.418q-0.058.488-.115,0.946a1.4,1.4,0,0,0,.072.286,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057q2.206,0.831,2.321,1.4L45,55.993h2V43Zm-24,21H13v-2H23v2Zm4,4H13v-1H27v1Zm-8,4H13v-1h6v1Zm23-8H32v-2H42v2Zm4,4H32v-1H46v1Zm-8,4H32v-1h6v1Zm22-8H50v-2H60v2Zm4,4H50v-1H64v1Zm-8,4H50v-1h6v1Z"/>
39
+ </svg>
admin/assets/images/visual-select/testimonial-4.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="78" height="78" viewBox="0 0 78 78">
2
+ <metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
3
+ <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c142 79.160924, 2017/07/13-01:06:39 ">
4
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
5
+ <rdf:Description rdf:about=""/>
6
+ </rdf:RDF>
7
+ </x:xmpmeta>
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+ <?xpacket end="w"?></metadata>
30
+ <defs>
31
+ <style>
32
+ .cls-1 {
33
+ fill: #cdcdcd;
34
+ fill-rule: evenodd;
35
+ }
36
+ </style>
37
+ </defs>
38
+ <path id="testimonial-4" class="cls-1" d="M-2,79.993v-82H80v82H-2Zm80-80H0v78H78v-78Zm-70,23H6v0H6V12H8v11Zm0,0h2a6.991,6.991,0,0,1,.047-0.919q0.093-.469,1.9-1.149,0.281-.093.68-0.235a1.965,1.965,0,0,0,.633-0.293,1.184,1.184,0,0,0,.094-0.621V19.636a0.888,0.888,0,0,0-.211-0.551,2.221,2.221,0,0,1-.328-0.95,1.057,1.057,0,0,0-.141-0.375A1.879,1.879,0,0,1,12.48,17.2a0.635,0.635,0,0,1-.012-0.4,1.172,1.172,0,0,0,.059-0.234q-0.047-.375-0.094-0.774A1.636,1.636,0,0,1,12.9,14.63a1.955,1.955,0,0,1,1.594-.621,1.955,1.955,0,0,1,1.594.621,1.639,1.639,0,0,1,.469,1.161q-0.047.4-.094,0.774a1.147,1.147,0,0,0,.059.234,0.638,0.638,0,0,1-.012.4,1.9,1.9,0,0,1-.188.563,1.046,1.046,0,0,0-.141.375,2.225,2.225,0,0,1-.328.95,0.888,0.888,0,0,0-.211.551,1.209,1.209,0,0,0,.141.8,11.118,11.118,0,0,0,1.149.445,0.846,0.846,0,0,0,.117.047q1.805,0.68,1.9,1.149L19,22.993h1v2h0v0H6V23H8v0Zm12,0V12h0v-2h2v15H20v-2h0Zm0-11H6v-2H20v2Zm-14,31v-1h5v1H6Zm0-10h9v2H6v-2Zm12,6H6v-1H18v1Zm-10,25H6v0H6V53H8v11Zm0,0h2a6.991,6.991,0,0,1,.047-0.919q0.093-.469,1.9-1.149,0.281-.093.68-0.235a1.965,1.965,0,0,0,.633-0.293,1.184,1.184,0,0,0,.094-0.621V60.636a0.888,0.888,0,0,0-.211-0.551,2.221,2.221,0,0,1-.328-0.95,1.057,1.057,0,0,0-.141-0.375A1.879,1.879,0,0,1,12.48,58.2a0.635,0.635,0,0,1-.012-0.4,1.172,1.172,0,0,0,.059-0.234q-0.047-.375-0.094-0.774A1.636,1.636,0,0,1,12.9,55.63a1.955,1.955,0,0,1,1.594-.621,1.955,1.955,0,0,1,1.594.621,1.639,1.639,0,0,1,.469,1.161q-0.047.4-.094,0.774a1.147,1.147,0,0,0,.059.234,0.638,0.638,0,0,1-.012.4,1.9,1.9,0,0,1-.188.563,1.046,1.046,0,0,0-.141.375,2.225,2.225,0,0,1-.328.95,0.888,0.888,0,0,0-.211.551,1.209,1.209,0,0,0,.141.8,11.118,11.118,0,0,0,1.149.446,0.846,0.846,0,0,0,.117.047q1.805,0.68,1.9,1.149L19,63.993h1v2h0v0H6V64H8v0Zm12,0V53h0v-2h2v15H20v-2h0Zm0-11H6v-2H20v2Zm2-20h2v11H22v0h0V33Zm2,11h2a6.987,6.987,0,0,1,.046-0.919q0.093-.469,1.9-1.149,0.281-.093.68-0.235a1.965,1.965,0,0,0,.633-0.293,1.184,1.184,0,0,0,.094-0.621V40.636a0.888,0.888,0,0,0-.211-0.551,2.221,2.221,0,0,1-.328-0.95,1.057,1.057,0,0,0-.141-0.375A1.879,1.879,0,0,1,28.48,38.2a0.635,0.635,0,0,1-.012-0.4,1.172,1.172,0,0,0,.059-0.234q-0.047-.375-0.094-0.774A1.636,1.636,0,0,1,28.9,35.63a1.955,1.955,0,0,1,1.594-.621,1.955,1.955,0,0,1,1.594.621,1.639,1.639,0,0,1,.469,1.161q-0.047.4-.094,0.774a1.147,1.147,0,0,0,.059.234,0.638,0.638,0,0,1-.012.4,1.9,1.9,0,0,1-.188.563,1.046,1.046,0,0,0-.141.375,2.225,2.225,0,0,1-.328.95,0.888,0.888,0,0,0-.211.551,1.209,1.209,0,0,0,.141.8,11.118,11.118,0,0,0,1.149.446,0.846,0.846,0,0,0,.117.047q1.805,0.68,1.9,1.149L35,43.993h1v2h0v0H22V44h2v0Zm12,0V33h0v-2h2v15H36v-2h0Zm0-11H22v-2H36v2Zm-2,23H25v-2h9v2Zm3,4H25v-1H37v1Zm-7,4H25v-1h5v1Zm12-41H40v0h0V12h2v11Zm0,0h2a6.987,6.987,0,0,1,.047-0.919q0.093-.469,1.9-1.149,0.281-.093.68-0.235a1.965,1.965,0,0,0,.633-0.293,1.184,1.184,0,0,0,.094-0.621V19.636a0.888,0.888,0,0,0-.211-0.551,2.221,2.221,0,0,1-.328-0.95,1.057,1.057,0,0,0-.141-0.375A1.879,1.879,0,0,1,46.48,17.2a0.635,0.635,0,0,1-.012-0.4,1.172,1.172,0,0,0,.059-0.234q-0.047-.375-0.094-0.774A1.636,1.636,0,0,1,46.9,14.63a2.356,2.356,0,0,1,3.188,0,1.639,1.639,0,0,1,.469,1.161q-0.047.4-.094,0.774a1.147,1.147,0,0,0,.059.234,0.638,0.638,0,0,1-.012.4,1.9,1.9,0,0,1-.188.563,1.046,1.046,0,0,0-.141.375,2.225,2.225,0,0,1-.328.95,0.888,0.888,0,0,0-.211.551,1.209,1.209,0,0,0,.141.8,11.118,11.118,0,0,0,1.149.445,0.846,0.846,0,0,0,.117.047q1.805,0.68,1.9,1.149L53,22.993h1v2h0v0H40V23h2v0Zm12,0V12h0v-2h2v15H54v-2h0Zm0-11H40v-2H54v2Zm-12,31v-1h5v1H42Zm0-10h9v2H42v-2Zm12,6H42v-1H54v1Zm-12,25H40v0h0V53h2v11Zm0,0h2a6.987,6.987,0,0,1,.047-0.919q0.093-.469,1.9-1.149,0.281-.093.68-0.235a1.965,1.965,0,0,0,.633-0.293,1.184,1.184,0,0,0,.094-0.621V60.636a0.888,0.888,0,0,0-.211-0.551,2.221,2.221,0,0,1-.328-0.95,1.057,1.057,0,0,0-.141-0.375A1.879,1.879,0,0,1,46.48,58.2a0.635,0.635,0,0,1-.012-0.4,1.172,1.172,0,0,0,.059-0.234q-0.047-.375-0.094-0.774A1.636,1.636,0,0,1,46.9,55.63a2.356,2.356,0,0,1,3.188,0,1.639,1.639,0,0,1,.469,1.161q-0.047.4-.094,0.774a1.147,1.147,0,0,0,.059.234,0.638,0.638,0,0,1-.012.4,1.9,1.9,0,0,1-.188.563,1.046,1.046,0,0,0-.141.375,2.225,2.225,0,0,1-.328.95,0.888,0.888,0,0,0-.211.551,1.209,1.209,0,0,0,.141.8,11.118,11.118,0,0,0,1.149.446,0.846,0.846,0,0,0,.117.047q1.805,0.68,1.9,1.149L53,63.993h1v2h0v0H40V64h2v0Zm12,0V53h0v-2h2v15H54v-2h0Zm0-11H40v-2H54v2Zm2-20h2v11H56v0h0V33Zm2,11h2a6.987,6.987,0,0,1,.047-0.919q0.093-.469,1.9-1.149,0.281-.093.68-0.235a1.965,1.965,0,0,0,.633-0.293,1.184,1.184,0,0,0,.094-0.621V40.636a0.888,0.888,0,0,0-.211-0.551,2.221,2.221,0,0,1-.328-0.95,1.057,1.057,0,0,0-.141-0.375A1.879,1.879,0,0,1,62.48,38.2a0.635,0.635,0,0,1-.012-0.4,1.172,1.172,0,0,0,.059-0.234q-0.047-.375-0.094-0.774A1.636,1.636,0,0,1,62.9,35.63a2.356,2.356,0,0,1,3.189,0,1.639,1.639,0,0,1,.469,1.161q-0.047.4-.094,0.774a1.147,1.147,0,0,0,.059.234,0.638,0.638,0,0,1-.012.4,1.9,1.9,0,0,1-.188.563,1.046,1.046,0,0,0-.141.375,2.225,2.225,0,0,1-.328.95,0.888,0.888,0,0,0-.211.551,1.209,1.209,0,0,0,.141.8,11.118,11.118,0,0,0,1.149.446,0.846,0.846,0,0,0,.117.047q1.805,0.68,1.9,1.149L69,43.993h1v2h0v0H56V44h2v0Zm12,0V33h0v-2h2v15H70v-2h0Zm0-11H56v-2H70v2Zm-2,23H59v-2h9v2Zm3,4H59v-1H71v1Zm-7,4H59v-1h5v1Zm-5-41v-1h5v1H59Zm0-5H71v1H59v-1Zm0-5h9v2H59v-2Zm-34,10v-1h5v1H25Zm0-5H37v1H25v-1Zm0-5h9v2H25v-2Z"/>
39
+ </svg>
admin/assets/images/visual-select/testimonial-5.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="78" height="78" viewBox="0 0 78 78">
2
+ <metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
3
+ <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c142 79.160924, 2017/07/13-01:06:39 ">
4
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
5
+ <rdf:Description rdf:about=""/>
6
+ </rdf:RDF>
7
+ </x:xmpmeta>
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+ <?xpacket end="w"?></metadata>
30
+ <defs>
31
+ <style>
32
+ .cls-1 {
33
+ fill: #cdcdcd;
34
+ fill-rule: evenodd;
35
+ }
36
+ </style>
37
+ </defs>
38
+ <path id="testimonial-5" class="cls-1" d="M-2,79.993v-82H80v82H-2Zm80-80H0v78H78v-78ZM14,7a8.991,8.991,0,0,1,5.982,15.712L20,23.015H19.631A9,9,0,1,1,14,7ZM9.532,21.347a8.773,8.773,0,0,1,1.84-.883q0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V18.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,12.26,16.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.287q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.389,2.389,0,0,1,1.948-.759,2.39,2.39,0,0,1,1.949.759,2,2,0,0,1,.573,1.418q-0.058.487-.115,0.946a1.4,1.4,0,0,0,.072.287,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057,12.754,12.754,0,0,1,1.257.547A7.016,7.016,0,1,0,9.532,21.347ZM14,29a8.991,8.991,0,0,1,5.982,15.712L20,45.015H19.631A9,9,0,1,1,14,29ZM9.532,43.347a8.773,8.773,0,0,1,1.84-.883q0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V40.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,12.26,38.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.286q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.389,2.389,0,0,1,1.948-.759,2.39,2.39,0,0,1,1.949.759,2,2,0,0,1,.573,1.418q-0.058.488-.115,0.946a1.4,1.4,0,0,0,.072.286,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057,12.754,12.754,0,0,1,1.257.547A7.016,7.016,0,1,0,9.532,43.347ZM14,52a8.991,8.991,0,0,1,5.982,15.712L20,68.015H19.631A9,9,0,1,1,14,52ZM9.532,66.347a8.773,8.773,0,0,1,1.84-.883q0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V63.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,12.26,61.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.286q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.389,2.389,0,0,1,1.948-.759,2.39,2.39,0,0,1,1.949.759,2,2,0,0,1,.573,1.418q-0.058.488-.115,0.946a1.4,1.4,0,0,0,.072.286,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057,12.754,12.754,0,0,1,1.257.547A7.016,7.016,0,1,0,9.532,66.347ZM37,12.994H27v-2H37v2Zm1,4H27v-1H38v1Zm-7,4H27v-1h4v1Zm6,14H27v-2H37v2Zm1,4H27v-1H38v1Zm-7,4H27v-1h4v1Zm6,15H27v-2H37v2Zm1,4H27v-1H38v1Zm-7,4H27v-1h4v1ZM49,7a8.991,8.991,0,0,1,5.982,15.712L55,23.015H54.631A9,9,0,1,1,49,7ZM44.532,21.347a8.775,8.775,0,0,1,1.84-.883q0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V18.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,47.26,16.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.287q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.88,2.88,0,0,1,3.9,0,2,2,0,0,1,.573,1.418q-0.058.487-.115,0.946a1.4,1.4,0,0,0,.072.287,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057,12.754,12.754,0,0,1,1.257.547A7.016,7.016,0,1,0,44.532,21.347ZM49,29a8.991,8.991,0,0,1,5.982,15.712L55,45.015H54.631A9,9,0,1,1,49,29ZM44.532,43.347a8.775,8.775,0,0,1,1.84-.883q0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V40.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,47.26,38.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.286q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.88,2.88,0,0,1,3.9,0,2,2,0,0,1,.573,1.418q-0.058.488-.115,0.946a1.4,1.4,0,0,0,.072.286,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057,12.754,12.754,0,0,1,1.257.547A7.016,7.016,0,1,0,44.532,43.347ZM49,52a8.991,8.991,0,0,1,5.982,15.712L55,68.015H54.631A9,9,0,1,1,49,52ZM44.532,66.347a8.775,8.775,0,0,1,1.84-.883q0.344-.114.831-0.287a2.4,2.4,0,0,0,.774-0.358,1.446,1.446,0,0,0,.115-0.759V63.888a1.085,1.085,0,0,0-.258-0.673,2.713,2.713,0,0,1-.4-1.16A1.292,1.292,0,0,0,47.26,61.6a2.3,2.3,0,0,1-.229-0.688,0.776,0.776,0,0,1-.014-0.487,1.438,1.438,0,0,0,.072-0.286q-0.058-.458-0.115-0.946a2,2,0,0,1,.573-1.418,2.88,2.88,0,0,1,3.9,0,2,2,0,0,1,.573,1.418q-0.058.488-.115,0.946a1.4,1.4,0,0,0,.072.286,0.779,0.779,0,0,1-.014.487,2.324,2.324,0,0,1-.229.688,1.275,1.275,0,0,0-.172.459,2.72,2.72,0,0,1-.4,1.16,1.085,1.085,0,0,0-.258.673,1.478,1.478,0,0,0,.172.974,13.618,13.618,0,0,0,1.4.544,1.052,1.052,0,0,0,.143.057,12.754,12.754,0,0,1,1.257.547A7.016,7.016,0,1,0,44.532,66.347ZM72,12.994H62v-2H72v2Zm1,4H62v-1H73v1Zm-7,4H62v-1h4v1Zm6,14H62v-2H72v2Zm1,4H62v-1H73v1Zm-7,4H62v-1h4v1Zm6,15H62v-2H72v2Zm1,4H62v-1H73v1Zm-7,4H62v-1h4v1Z"/>
39
+ </svg>
admin/assets/images/visual-select/testimonial-6.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="78" height="78" viewBox="0 0 78 78">
2
+ <metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
3
+ <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c142 79.160924, 2017/07/13-01:06:39 ">
4
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
5
+ <rdf:Description rdf:about=""/>
6
+ </rdf:RDF>
7
+ </x:xmpmeta>
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+ <?xpacket end="w"?></metadata>
30
+ <defs>
31
+ <style>
32
+ .cls-1 {
33
+ fill: #cdcdcd;
34
+ fill-rule: evenodd;
35
+ }
36
+ </style>
37
+ </defs>
38
+ <path id="testimonial-6" class="cls-1" d="M-2,79.993v-82H80v82H-2Zm80-80H0v78H78v-78ZM6,14H8v21H6v-21H6v0Zm0,0v-2h7v2H8v0H6ZM6,49H8v21H6v-21H6v0Zm0,0v-2h7v2H8v0H6ZM36,72H6v-2H36v2Zm-25-15H24v2H11v-2Zm0,10v-1h9v1H11Zm0-5H30v1H11v-1Zm25-13H34v0H28V47.5h0v-0.5h8v2h0v0Zm0,21H34V49h2v21ZM20.5,55A7.5,7.5,0,1,1,28,47.5h0A7.5,7.5,0,0,1,20.5,55Zm0-13a5.489,5.489,0,0,0-3.784,9.476,9.321,9.321,0,0,1,1.224-.548q0.281-.093.68-0.235a1.965,1.965,0,0,0,.633-0.293,1.184,1.184,0,0,0,.094-0.621V49.636a0.888,0.888,0,0,0-.211-0.551,2.221,2.221,0,0,1-.328-0.95,1.057,1.057,0,0,0-.141-0.375A1.879,1.879,0,0,1,18.48,47.2a0.635,0.635,0,0,1-.012-0.4,1.172,1.172,0,0,0,.059-0.234q-0.047-.375-0.094-0.774A1.636,1.636,0,0,1,18.9,44.63a1.955,1.955,0,0,1,1.594-.621,1.955,1.955,0,0,1,1.594.621,1.639,1.639,0,0,1,.469,1.161q-0.047.4-.094,0.774a1.147,1.147,0,0,0,.059.234,0.638,0.638,0,0,1-.012.4,1.9,1.9,0,0,1-.188.563,1.046,1.046,0,0,0-.141.375,2.225,2.225,0,0,1-.328.95,0.888,0.888,0,0,0-.211.551,1.209,1.209,0,0,0,.141.8,11.118,11.118,0,0,0,1.149.446,0.846,0.846,0,0,0,.117.047,9.276,9.276,0,0,1,1.229.551A5.489,5.489,0,0,0,20.5,42ZM42,14h2v21H42v-21h0v0Zm0,0v-2h7v2H44v0H42Zm0,35h2v21H42v-21h0v0Zm0,0v-2h7v2H44v0H42ZM72,72H42v-2H72v2Zm-25-15H60v2H47v-2Zm0,10v-1h9v1H47Zm0-5H66v1H47v-1Zm25-13H70v0H64V47.5h0v-0.5h8v2h0v0Zm0,21H70V49h2v21ZM56.5,55A7.5,7.5,0,1,1,64,47.5h0A7.5,7.5,0,0,1,56.5,55Zm0-13a5.489,5.489,0,0,0-3.784,9.476,9.321,9.321,0,0,1,1.224-.548q0.281-.093.68-0.235a1.965,1.965,0,0,0,.633-0.293,1.184,1.184,0,0,0,.094-0.621V49.636a0.888,0.888,0,0,0-.211-0.551,2.221,2.221,0,0,1-.328-0.95,1.057,1.057,0,0,0-.141-0.375A1.879,1.879,0,0,1,54.48,47.2a0.635,0.635,0,0,1-.012-0.4,1.172,1.172,0,0,0,.059-0.234q-0.047-.375-0.094-0.774A1.636,1.636,0,0,1,54.9,44.63a2.356,2.356,0,0,1,3.188,0,1.639,1.639,0,0,1,.469,1.161q-0.047.4-.094,0.774a1.147,1.147,0,0,0,.059.234,0.638,0.638,0,0,1-.012.4,1.9,1.9,0,0,1-.188.563,1.046,1.046,0,0,0-.141.375,2.225,2.225,0,0,1-.328.95,0.888,0.888,0,0,0-.211.551,1.209,1.209,0,0,0,.141.8,11.118,11.118,0,0,0,1.149.446,0.846,0.846,0,0,0,.117.047,9.276,9.276,0,0,1,1.229.551A5.489,5.489,0,0,0,56.5,42Zm3.5-18H47v-2H60v2ZM72,37H42v-2H72v2Zm-25-5v-1h9v1H47Zm0-5H66v1H47v-1Zm25-13H70v0H64V12.5h0v-0.5h8v2h0v0Zm0,21H70V14h2v21ZM56.5,20A7.5,7.5,0,1,1,64,12.5h0A7.5,7.5,0,0,1,56.5,20Zm0-13a5.489,5.489,0,0,0-3.784,9.476,9.321,9.321,0,0,1,1.224-.548q0.281-.093.68-0.235a1.965,1.965,0,0,0,.633-0.293,1.184,1.184,0,0,0,.094-0.621V14.636a0.888,0.888,0,0,0-.211-0.551,2.221,2.221,0,0,1-.328-0.949,1.057,1.057,0,0,0-.141-0.375A1.879,1.879,0,0,1,54.48,12.2a0.635,0.635,0,0,1-.012-0.4,1.172,1.172,0,0,0,.059-0.234q-0.047-.375-0.094-0.774A1.636,1.636,0,0,1,54.9,9.63a2.356,2.356,0,0,1,3.188,0,1.639,1.639,0,0,1,.469,1.161q-0.047.4-.094,0.774a1.147,1.147,0,0,0,.059.234,0.638,0.638,0,0,1-.012.4,1.9,1.9,0,0,1-.188.563,1.046,1.046,0,0,0-.141.375,2.225,2.225,0,0,1-.328.949,0.888,0.888,0,0,0-.211.551,1.209,1.209,0,0,0,.141.8,11.118,11.118,0,0,0,1.149.446,0.846,0.846,0,0,0,.117.047,9.276,9.276,0,0,1,1.229.551A5.489,5.489,0,0,0,56.5,7Zm-32.5,17H11v-2H24v2ZM36,37H6v-2H36v2Zm-25-5v-1h9v1H11Zm0-5H30v1H11v-1Zm25-13H34v0H28V12.5h0v-0.5h8v2h0v0Zm0,21H34V14h2v21ZM20.5,20A7.5,7.5,0,1,1,28,12.5h0A7.5,7.5,0,0,1,20.5,20Zm0-13a5.489,5.489,0,0,0-3.784,9.476,9.321,9.321,0,0,1,1.224-.548q0.281-.093.68-0.235a1.965,1.965,0,0,0,.633-0.293,1.184,1.184,0,0,0,.094-0.621V14.636a0.888,0.888,0,0,0-.211-0.551,2.221,2.221,0,0,1-.328-0.949,1.057,1.057,0,0,0-.141-0.375A1.879,1.879,0,0,1,18.48,12.2a0.635,0.635,0,0,1-.012-0.4,1.172,1.172,0,0,0,.059-0.234q-0.047-.375-0.094-0.774A1.636,1.636,0,0,1,18.9,9.63,1.954,1.954,0,0,1,20.5,9.009a1.955,1.955,0,0,1,1.594.621,1.639,1.639,0,0,1,.469,1.161q-0.047.4-.094,0.774a1.147,1.147,0,0,0,.059.234,0.638,0.638,0,0,1-.012.4,1.9,1.9,0,0,1-.188.563,1.046,1.046,0,0,0-.141.375,2.225,2.225,0,0,1-.328.949,0.888,0.888,0,0,0-.211.551,1.209,1.209,0,0,0,.141.8,11.118,11.118,0,0,0,1.149.446,0.846,0.846,0,0,0,.117.047,9.276,9.276,0,0,1,1.229.551A5.489,5.489,0,0,0,20.5,7Z"/>
39
+ </svg>
admin/assets/images/visual-select/tile-1.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="78" height="56" viewBox="0 0 78 56">
2
+ <metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
3
+ <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c138 79.159824, 2016/09/14-01:09:01 ">
4
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
5
+ <rdf:Description rdf:about=""/>
6
+ </rdf:RDF>
7
+ </x:xmpmeta>
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+ <?xpacket end="w"?></metadata>
30
+ <defs>
31
+ <style>
32
+ .cls-1 {
33
+ fill: #cdcdcd;
34
+ fill-rule: evenodd;
35
+ }
36
+ </style>
37
+ </defs>
38
+ <path id="big-news-1" class="cls-1" d="M-2-2.006H80v60H-2v-60Zm2,2H78v56H0v-56Zm6,24H25v2H6v-2Zm0-15H25v2H6v-2Zm0,15V11H8v13H6Zm17,0V11h2v13H23Zm6,0H48v2H29v-2Zm0-15H48v2H29v-2Zm0,15V11h2v13H29Zm17,0V11h2v13H46Zm6,0H71v2H52v-2Zm0-15H71v2H52v-2Zm0,15V11h2v13H52Zm17,0V11h2v13H69Zm-63,21H25v2H6v-2Zm0-15H25v2H6v-2Zm0,15v-13H8v13H6Zm17,0v-13h2v13H23Zm6,0H48v2H29v-2Zm0-15H48v2H29v-2Zm0,15v-13h2v13H29Zm17,0v-13h2v13H46Zm6,0H71v2H52v-2Zm0-15H71v2H52v-2Zm0,15v-13h2v13H52Zm17,0v-13h2v13H69ZM8,11L23,23.067v0.927L8,11.924V11Zm15,0L8,23.067v0.927l15-12.07V11Zm8,0L46,23.066v0.927L31,11.924V11Zm15,0L31,23.066v0.927l15-12.07V11Zm8,0L69,23.067v0.927L54,11.924V11Zm15,0L54,23.067v0.927l15-12.07V11Zm-61,21L23,44.066v0.927L8,32.923V31.995Zm15,0L8,44.066v0.927l15-12.07V31.995Zm8,0L46,44.066v0.927L31,32.923V31.995Zm15,0L31,44.066v0.927l15-12.07V31.995Zm8,0L69,44.066v0.927L54,32.923V31.995Zm15,0L54,44.066v0.927l15-12.07V31.995Z"/>
39
+ </svg>
admin/assets/images/visual-select/tile-2.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="78" height="56" viewBox="0 0 78 56">
2
+ <metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
3
+ <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c138 79.159824, 2016/09/14-01:09:01 ">
4
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
5
+ <rdf:Description rdf:about=""/>
6
+ </rdf:RDF>
7
+ </x:xmpmeta>
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+ <?xpacket end="w"?></metadata>
30
+ <defs>
31
+ <style>
32
+ .cls-1 {
33
+ fill: #cdcdcd;
34
+ fill-rule: evenodd;
35
+ }
36
+ </style>
37
+ </defs>
38
+ <path id="big-news-2" class="cls-1" d="M-2-2.006H80v60H-2v-60Zm2,2H78v56H0v-56Zm6,26H27v2H6v-2Zm0-16H27v2H6v-2Zm0,16V12H8v14H6Zm19,0V12h2v14H25Zm3,0H49v2H28v-2Zm0-16H49v2H28v-2Zm0,16V12h2v14H28Zm19,0V12h2v14H47Zm3,0H71v2H50v-2Zm0-16H71v2H50v-2Zm0,16V12h2v14H50Zm19,0V12h2v14H69Zm-63,19H27v2H6v-2Zm0-16H27v2H6v-2Zm0,16v-14H8v14H6Zm19,0v-14h2v14H25Zm3,0H49v2H28v-2Zm0-16H49v2H28v-2Zm0,16v-14h2v14H28Zm19,0v-14h2v14H47Zm3,0H71v2H50v-2Zm0-16H71v2H50v-2Zm0,16v-14h2v14H50Zm19,0v-14h2v14H69ZM8,12L25,25.067v0.927L8,12.924V12Zm17,0L8,25.067v0.927l17-13.07V12Zm5,0,17,13.07v0.927L30,12.924V12Zm17,0L30,25.066v0.927L47,12.924V12Zm5,0L69,25.067v0.927L52,12.924V12Zm17,0L52,25.067v0.927l17-13.07V12Zm-61,19L25,44.066v0.927L8,31.923V30.995Zm17,0L8,44.066v0.927l17-13.07V30.995Zm5,0L47,44.066v0.927L30,31.923V30.995Zm17,0L30,44.066v0.927l17-13.07V30.995Zm5,0L69,44.066v0.927L52,31.923V30.995Zm17,0L52,44.066v0.927l17-13.07V30.995Z"/>
39
+ </svg>
admin/assets/images/visual-select/tile-3.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="78" height="56" viewBox="0 0 78 56">
2
+ <metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
3
+ <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c138 79.159824, 2016/09/14-01:09:01 ">
4
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
5
+ <rdf:Description rdf:about=""/>
6
+ </rdf:RDF>
7
+ </x:xmpmeta>
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+ <?xpacket end="w"?></metadata>
30
+ <defs>
31
+ <style>
32
+ .cls-1 {
33
+ fill: #cdcdcd;
34
+ fill-rule: evenodd;
35
+ }
36
+ </style>
37
+ </defs>
38
+ <path id="big-news-3" class="cls-1" d="M-2-2.006H80v60H-2v-60Zm2,2H78v56H0v-56Zm6,10H71v2H6v-2ZM6,45.987v-34H8v34H6Zm21,0v-34h2v34H27Zm21,0V11.99h2V45.985H48Zm21,0v-34h2v34H69ZM6,45.993H71v2H6v-2Zm2-18H27v2H8v-2Zm21,0H48v2H29v-2Zm21,0H69v2H50v-2ZM9,13L26,26.067v0.927L9,13.924V13Zm17,0L9,26.067v0.927l17-13.07V13Zm4,0,17,13.07v0.928L30,13.924V13Zm17,0L30,26.066v0.928l17-13.07V13Zm4,0L68,26.067v0.927L51,13.924V13Zm17,0L51,26.067v0.927l17-13.07V13Zm-59,18L26,44.066v0.927L9,31.923V30.995Zm17,0L9,44.066v0.927l17-13.07V30.995Zm4,0L47,44.066v0.927L30,31.923V30.995Zm17,0L30,44.066v0.927l17-13.07V30.995Zm4,0L68,44.066v0.927L51,31.923V30.995Zm17,0L51,44.066v0.927l17-13.07V30.995Z"/>
39
+ </svg>
admin/assets/images/visual-select/tile-4.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="78" height="56" viewBox="0 0 78 56">
2
+ <metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
3
+ <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c138 79.159824, 2016/09/14-01:09:01 ">
4
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
5
+ <rdf:Description rdf:about=""/>
6
+ </rdf:RDF>
7
+ </x:xmpmeta>
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+ <?xpacket end="w"?></metadata>
30
+ <defs>
31
+ <style>
32
+ .cls-1 {
33
+ fill: #cdcdcd;
34
+ fill-rule: evenodd;
35
+ }
36
+ </style>
37
+ </defs>
38
+ <path id="big-news-4" class="cls-1" d="M80-2.005H-2v60H80v-60Zm-2,2H0v56H78v-56Zm-6,31H38v2H72v-2Zm0-19H38v2H72v-2Zm0,19V14H70v17h2Zm-32,0V14H38v17h2ZM70,14L40,30.066v0.928L70,14.923V14ZM40,14L70,30.066v0.928L40,14.923V14Zm-2,17H6v2H38v-2Zm0-19H6v2H38v-2Zm-30,19V14H6v17H8ZM38,14L8,30.066v0.928L38,14.923V14ZM8,14L38,30.066v0.928L8,14.923V14ZM56,42V33H54v9h2ZM40,42V33H38v9h2Zm14-9L40,41.066V42l14-8.074V33ZM40,33l14,8.071V42L40,33.922V33Zm32,9V33H70v9h2Zm-2-9L56,41.066V42l14-8.074V33ZM56,33l14,8.071V42L56,33.922V33Zm16,9H6v2H72v-2ZM24,42V33H22v9h2ZM8,42V33H6v9H8Zm14-9L8,41.066V42l14-8.074V33ZM8,33l14,8.071V42L8,33.922V33Zm30,0L24,41.066V42l14-8.074V33ZM24,33l14,8.071V42L24,33.922V33Z"/>
39
+ </svg>
admin/assets/images/visual-select/tile-5.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="78" height="56" viewBox="0 0 78 56">
2
+ <metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
3
+ <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c138 79.159824, 2016/09/14-01:09:01 ">
4
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
5
+ <rdf:Description rdf:about=""/>
6
+ </rdf:RDF>
7
+ </x:xmpmeta>
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+ <?xpacket end="w"?></metadata>
30
+ <defs>
31
+ <style>
32
+ .cls-1 {
33
+ fill: #cdcdcd;
34
+ fill-rule: evenodd;
35
+ }
36
+ </style>
37
+ </defs>
38
+ <path id="big-news-5" class="cls-1" d="M-2-2.005H80v60H-2v-60Zm2,2H78v56H0v-56Zm6,42H40v2H6v-2ZM6,12H40v2H6V12Zm0,30V14H8v28H6ZM8,14L38,41.066v0.928L8,14.924V14Zm30,0L8,41.066v0.928L38,14.924V14Zm16,13H72v2H54v-2Zm0-15H72v2H54V12Zm0,15V14h2v13H54Zm16,0V14h2v13H70ZM56,14L70,26.067v0.927L56,14.924V14Zm14,0L56,26.067v0.927l14-12.07V14Zm-32,13H54v2H38v-2Zm2-15H54v2H40V12Zm-2,15V14h2v13H38Zm2-13L54,26.067v0.927L40,14.924V14Zm14,0L40,26.067v0.927l14-12.07V14Zm0,28H72v2H54v-2Zm16,0v-13h2v13H70Zm-14-13L70,41.066v0.928L56,29.922V28.995Zm14,0L56,41.066v0.928L70,29.922V28.995Zm-30,13H54v2H40v-2Zm-2,0v-13h2v13H38Zm16,0v-13h2v13H54Zm-14-13L54,41.066v0.928L40,29.922V28.995Zm14,0L40,41.066v0.928L54,29.922V28.995Z"/>
39
+ </svg>
admin/assets/images/visual-select/tile-6.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="78" height="56" viewBox="0 0 78 56">
2
+ <metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
3
+ <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c138 79.159824, 2016/09/14-01:09:01 ">
4
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
5
+ <rdf:Description rdf:about=""/>
6
+ </rdf:RDF>
7
+ </x:xmpmeta>
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+ <?xpacket end="w"?></metadata>
30
+ <defs>
31
+ <style>
32
+ .cls-1 {
33
+ fill: #cdcdcd;
34
+ fill-rule: evenodd;
35
+ }
36
+ </style>
37
+ </defs>
38
+ <path id="big-news-6" class="cls-1" d="M-2-2.005H80v60H-2v-60Zm2,2H78v56H0v-56Zm24,42H54v2H24v-2Zm0-30H54v2H24V12Zm0,2L54,41.066v0.928L24,14.924V14Zm30,0L24,41.066v0.928L54,14.924V14Zm-48,13H24v2H6v-2ZM6,12H24v2H6V12Zm0,15V14H8v13H6Zm16,0V14h2v13H22ZM8,14L22,26.067v0.927L8,14.924V14Zm14,0L8,26.067v0.927l14-12.07V14Zm32,13H72v2H54v-2Zm0-15H72v2H54V12Zm0,15V14h2v13H54Zm16,0V14h2v13H70ZM56,14L70,26.067v0.927L56,14.924V14Zm14,0L56,26.067v0.927l14-12.07V14Zm-64,28H24v2H6v-2Zm0,0v-13H8v13H6Zm16,0v-13h2v13H22Zm-14-13L22,41.066v0.928L8,29.922V28.995Zm14,0L8,41.066v0.928L22,29.922V28.995Zm32,13H72v2H54v-2Zm0,0v-13h2v13H54Zm16,0v-13h2v13H70Zm-14-13L70,41.066v0.928L56,29.922V28.995Zm14,0L56,41.066v0.928L70,29.922V28.995Z"/>
39
+ </svg>
admin/assets/images/visual-select/tile-7.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="78" height="56" viewBox="0 0 78 56">
2
+ <metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
3
+ <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c138 79.159824, 2016/09/14-01:09:01 ">
4
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
5
+ <rdf:Description rdf:about=""/>
6
+ </rdf:RDF>
7
+ </x:xmpmeta>
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+ <?xpacket end="w"?></metadata>
30
+ <defs>
31
+ <style>
32
+ .cls-1 {
33
+ fill: #cdcdcd;
34
+ fill-rule: evenodd;
35
+ }
36
+ </style>
37
+ </defs>
38
+ <path id="big-news-7" class="cls-1" d="M-2-2.005H80v60H-2v-60Zm2,2H78v56H0v-56Zm6,42H40v2H6v-2ZM6,12H40v2H6V12Zm0,30V14H8v28H6ZM8,14L38,41.066v0.928L8,14.924V14Zm30,0L8,41.066v0.928L38,14.924V14Zm0,13H72v2H38v-2Zm2-15H72v2H40V12Zm-2,15V14h2v13H38Zm32,0V14h2v13H70ZM40,14L70,26.067v0.927L40,14.924V14Zm30,0L40,26.067v0.927l30-12.07V14Zm-30,28H72v2H40v-2Zm-2,0v-13h2v13H38Zm32,0v-13h2v13H70Zm-30-13L70,41.066v0.928L40,29.922V28.995Zm30,0L40,41.066v0.928L70,29.922V28.995Z"/>
39
+ </svg>
admin/assets/images/visual-select/tile-8.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="78" height="56" viewBox="0 0 78 56">
2
+ <metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
3
+ <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c138 79.159824, 2016/09/14-01:09:01 ">
4
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
5
+ <rdf:Description rdf:about=""/>
6
+ </rdf:RDF>
7
+ </x:xmpmeta>
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+ <?xpacket end="w"?></metadata>
30
+ <defs>
31
+ <style>
32
+ .cls-1 {
33
+ fill: #cdcdcd;
34
+ fill-rule: evenodd;
35
+ }
36
+ </style>
37
+ </defs>
38
+ <path id="big-news-8" class="cls-1" d="M56,41.994H72v2H56v-2Zm-2,0v-13h2v13H54Zm16,0v-13h2v13H70Zm-14-13L70,41.066v0.928L56,29.922V28.995Zm14,0L56,41.066v0.928L70,29.922V28.995Zm-30,13H56v2H40v-2Zm-2,0v-13h2v13H38Zm2-13L54,41.066v0.928L40,29.922V28.995Zm14,0L40,41.066v0.928L54,29.922V28.995Zm-56-31H80v60H-2v-60Zm2,2H78v56H0v-56Zm6,42H40v2H6v-2ZM6,12H40v2H6V12Zm0,30V14H8v28H6ZM8,14L38,41.066v0.928L8,14.924V14Zm30,0L8,41.066v0.928L38,14.924V14Zm0,13H72v2H38v-2Zm2-15H72v2H40V12Zm-2,15V14h2v13H38Zm32,0V14h2v13H70ZM40,14L70,26.067v0.927L40,14.924V14Zm30,0L40,26.067v0.927l30-12.07V14Z"/>
39
+ </svg>
admin/assets/images/welcome/LayerSlider-plugin.png ADDED
Binary file
admin/assets/images/welcome/Ultimate_VC_Addons-plugin.png ADDED
Binary file
admin/assets/images/welcome/activation.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg width="143px" height="102px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 142.982 101.872"><defs><style>.a{fill:#fff;}.b{fill:#39d894;}.c{fill:#61c4f2;}.d,.i{fill:#263357;}.e{fill:#ffc258;}.f{clip-path:url(#a);}.g{fill:none;}.h,.i{stroke:none;}</style><clipPath id="a"><rect class="a" width="19.382" height="39.371"/></clipPath></defs><g transform="translate(-878.516 -374.282)"><g transform="translate(896.793 378.282)"><g transform="translate(23.039 1.927)"><path class="b" d="M106.81,7.128a4.58,4.58,0,0,0-4.6-4.558H35.333a4.58,4.58,0,0,0-4.6,4.558v6.567h76.08Z" transform="translate(-30.73 -2.57)"/></g><g transform="translate(4.336 82.699)"><path class="c" d="M69.109,110.32c-1.214,2.084-2.849,1.657-8.134,1.657a3.29,3.29,0,0,1-2.849-1.657H5.78v.825a5.791,5.791,0,0,0,5.787,5.787H115.136a5.791,5.791,0,0,0,5.787-5.787v-.825Z" transform="translate(-5.78 -110.32)"/></g><g transform="translate(21.982 11.417)"><path class="d" d="M29.32,85.291V16.714a1.5,1.5,0,0,1,2.991,0V85.291A1.5,1.5,0,0,1,29.32,85.291Z" transform="translate(-29.32 -15.23)"/></g><g transform="translate(99.187 11.417)"><path class="d" d="M132.31,85.291V16.714a1.5,1.5,0,0,1,2.991,0V85.291A1.5,1.5,0,0,1,132.31,85.291Z" transform="translate(-132.31 -15.23)"/></g><g transform="translate(21.982)"><path class="d" d="M107.926,14.393c-.075.007-77.04,0-77.115,0A1.491,1.491,0,0,1,29.32,12.9V6.619A6.626,6.626,0,0,1,35.939,0H102.9a6.626,6.626,0,0,1,6.619,6.619V12.9A1.492,1.492,0,0,1,107.926,14.393ZM32.311,11.409h74.221V6.619A3.631,3.631,0,0,0,102.9,2.991H35.939a3.631,3.631,0,0,0-3.628,3.628Z" transform="translate(-29.32)"/></g><g transform="translate(6.142 20.045)"><path class="d" d="M8.19,89.394V32.37a5.637,5.637,0,0,1,5.63-5.63H24.03a1.5,1.5,0,0,1,0,3H13.82a2.635,2.635,0,0,0-2.631,2.631V89.4A1.5,1.5,0,0,1,8.19,89.394Z" transform="translate(-8.19 -26.74)"/></g><g transform="translate(100.338 20.045)"><path class="d" d="M148.175,89.394V32.37a2.635,2.635,0,0,0-2.631-2.631h-10.21a1.5,1.5,0,0,1,0-3h10.21a5.637,5.637,0,0,1,5.63,5.63V89.4A1.5,1.5,0,0,1,148.175,89.394Z" transform="translate(-133.846 -26.74)"/></g><g transform="translate(12.754 26.657)"><path class="d" d="M17.01,90.516V37.472a1.91,1.91,0,0,1,1.912-1.912h7.316a1.5,1.5,0,0,1,0,3H20.009V90.516A1.5,1.5,0,0,1,17.01,90.516Z" transform="translate(-17.01 -35.56)"/></g><g transform="translate(100.338 26.657)"><path class="d" d="M141.563,89.676V38.559h-6.229a1.5,1.5,0,0,1,0-3h7.316a1.91,1.91,0,0,1,1.912,1.912v52.2A1.5,1.5,0,0,1,141.563,89.676Zm1.087-51.117Z" transform="translate(-133.846 -35.56)"/></g><g transform="translate(2.829 81.15)"><path class="d" d="M114.626,117.914H11.056c-3.493,0-7.286-2.466-7.286-8.111a1.5,1.5,0,0,1,1.5-1.5c56.327,0,53.014-.337,53.644.742.682,1.177,1.327.907,6.844.907,1.642,0,1.372-1.657,2.849-1.657h51.8a1.5,1.5,0,0,1,1.5,1.5v.825A7.285,7.285,0,0,1,114.626,117.914ZM6.829,111.3a4.291,4.291,0,0,0,4.235,3.613H114.633a4.291,4.291,0,0,0,4.235-3.613H69.37c-1.8,2.061-3.583,1.657-8.9,1.657a4.779,4.779,0,0,1-3.606-1.657Z" transform="translate(-3.77 -108.253)"/></g><g transform="translate(21.424 94.873)"><path class="d" d="M114.772,129.559H30.063a1.5,1.5,0,0,1,0-3h84.708A1.5,1.5,0,0,1,114.772,129.559Z" transform="translate(-28.576 -126.56)"/></g><g transform="translate(29.456 5.808)"><path class="d" d="M39.29,9.406a1.694,1.694,0,0,0,3.388,0A1.694,1.694,0,0,0,39.29,9.406Z" transform="translate(-39.29 -7.748)"/></g><g transform="translate(35.475 5.808)"><path class="d" d="M47.32,9.406a1.694,1.694,0,0,0,3.388,0A1.694,1.694,0,0,0,47.32,9.406Z" transform="translate(-47.32 -7.748)"/></g><g transform="translate(41.495 5.808)"><path class="d" d="M55.35,9.406a1.694,1.694,0,0,0,3.388,0A1.694,1.694,0,0,0,55.35,9.406Z" transform="translate(-55.35 -7.748)"/></g><g transform="translate(112.197 87.812)"><path class="d" d="M160.689,120.139h-9.535a1.5,1.5,0,0,1,0-3h9.535A1.5,1.5,0,0,1,160.689,120.139Z" transform="translate(-149.666 -117.14)"/></g><g transform="translate(0 87.812)"><path class="d" d="M11.019,120.139H1.483a1.5,1.5,0,0,1,0-3h9.535A1.5,1.5,0,0,1,11.019,120.139Z" transform="translate(0.004 -117.14)"/></g><g transform="translate(-7.277 23.874)"><g transform="translate(68.069 20.053)"><path class="d" d="M31.2,38.223H1.225a1.111,1.111,0,0,1,0-2.223H31.2a1.111,1.111,0,0,1,0,2.223Z" transform="translate(-0.124 -36)"/></g><g transform="translate(68.069 45.053)"><path class="d" d="M31.2,38.223H1.225a1.111,1.111,0,0,1,0-2.223H31.2a1.111,1.111,0,0,1,0,2.223Z" transform="translate(-0.124 -36)"/></g><g transform="translate(68.069 25.607)"><path class="d" d="M31.2,48.193H1.225a1.111,1.111,0,0,1,0-2.223H31.2a1.111,1.111,0,0,1,0,2.223Z" transform="translate(-0.124 -45.97)"/></g><g transform="translate(87.037 31.545)"><path class="c" d="M46.015,58.858H35.281a1.114,1.114,0,0,1,0-2.228H46.015a1.114,1.114,0,1,1,0,2.228Z" transform="translate(-34.176 -56.63)"/></g><g transform="translate(86.67 38.34)"><path class="c" d="M45.723,71.058h-11.1a1.114,1.114,0,0,1,0-2.228h11.1a1.114,1.114,0,1,1,0,2.228Z" transform="translate(-33.516 -68.83)"/></g><g transform="translate(39.044)"><path class="d" d="M92.835,2.223H71.195a1.111,1.111,0,0,1,0-2.223H92.835a1.111,1.111,0,0,1,0,2.223Z" transform="translate(-70.094)"/></g><g transform="translate(39.044 27)"><path class="d" d="M92.835,2.223H71.195a1.111,1.111,0,0,1,0-2.223H92.835a1.111,1.111,0,0,1,0,2.223Z" transform="translate(-70.094)"/></g><g transform="translate(39.044 5.554)"><path class="d" d="M92.835,12.193H71.195a1.111,1.111,0,0,1,0-2.223H92.835a1.111,1.111,0,0,1,0,2.223Z" transform="translate(-70.094 -9.97)"/></g><g transform="translate(39.044 32.554)"><path class="d" d="M92.835,12.193H71.195a1.111,1.111,0,0,1,0-2.223H92.835a1.111,1.111,0,0,1,0,2.223Z" transform="translate(-70.094 -9.97)"/></g><g transform="translate(39.044 17.697)"><path class="d" d="M92.835,33.993H71.195a1.111,1.111,0,0,1,0-2.223H92.835a1.111,1.111,0,0,1,0,2.223Z" transform="translate(-70.094 -31.77)"/></g><g transform="translate(39.044 11.497)"><path class="d" d="M74.531,22.863H71.195a1.111,1.111,0,0,1,0-2.223h3.337a1.111,1.111,0,0,1,0,2.223Z" transform="translate(-70.094 -20.64)"/></g><g transform="translate(47.272 11.497)"><path class="d" d="M98.715,22.863H85.965a1.111,1.111,0,0,1,0-2.223h12.75a1.111,1.111,0,0,1,0,2.223Z" transform="translate(-84.864 -20.64)"/></g><g transform="translate(47.272 38.497)"><path class="d" d="M98.715,22.863H85.965a1.111,1.111,0,0,1,0-2.223h12.75a1.111,1.111,0,0,1,0,2.223Z" transform="translate(-84.864 -20.64)"/></g><g transform="translate(68 0.061)"><path class="c" d="M.746.11H31.667a.746.746,0,0,1,.746.746V14.91a.746.746,0,0,1-.746.746H.746A.746.746,0,0,1,0,14.91V.856A.746.746,0,0,1,.746.11Z" transform="translate(0 -0.11)"/></g><g transform="translate(68.223 31.216)"><path class="c" d="M14.51,65.326h-13A1.117,1.117,0,0,1,.4,64.212V57.154A1.117,1.117,0,0,1,1.514,56.04h13a1.117,1.117,0,0,1,1.114,1.114v7.058A1.114,1.114,0,0,1,14.51,65.326ZM2.628,63.1H13.4V58.268H2.628Z" transform="translate(-0.4 -56.04)"/></g></g></g><g transform="translate(880.691 396.516)"><rect class="a" width="13.654" height="36.332" transform="translate(21.366 0)"/><ellipse class="a" cx="24.451" cy="24.415" rx="24.451" ry="24.415" transform="translate(0 27.318)"/></g><g transform="translate(878.516 374.282)"><g transform="translate(11.69 2.46)"><path class="e" d="M38.238,57.87V51.032h-1.8V7.987L33.32,4.1,27.089,8.352,28.27,14.47l2.147,3.239-2.381,3.455v4.318l2.081,3.239-2.081,2.915v4.858l1.8,3.365v8.775h-1.2v9.734a14.62,14.62,0,0,0-9.147,13.459,15.031,15.031,0,0,0,30.055.294C49.622,65.511,44.836,59.8,38.238,57.87Zm-3,24.795a7.38,7.38,0,1,1,7.587-7.377A7.484,7.484,0,0,1,35.24,82.665Z" transform="translate(-19.489 -4.1)"/></g><path class="d" d="M36.435,56.361V48.33a1.2,1.2,0,0,0-1.2-1.2h-1.2V5.3a1.2,1.2,0,0,0-.474-.954L28.189.246A1.2,1.2,0,0,0,26.791.2L18.37,5.9a1.2,1.2,0,0,0-.528,1v5.242a1.212,1.212,0,0,0,.378.876l2.735,2.573L18.19,18.359a1.209,1.209,0,0,0-.348.846v4.558a1.2,1.2,0,0,0,.342.84l2.477,2.537-2.435,2.243a1.2,1.2,0,0,0-.39.882v5.128a1.165,1.165,0,0,0,.36.852l3.239,3.2v7.683h-1.8a1.2,1.2,0,0,0-1.2,1.2v8.043A19.44,19.44,0,0,0,7.424,73.58a19.1,19.1,0,0,0,5.734,13.855,20.158,20.158,0,0,0,14.083,5.836h.2A20.056,20.056,0,0,0,45.894,81.323c2.2-5.368.162-7.531,0-9.636-.03-.975.544-1.946.408-2.719a10.041,10.041,0,0,0-.924-2.688c-1.613-3.773-1.469-5.793-6.057-8.876m5.554,18.7A17.508,17.508,0,0,1,27.265,90.74,17.76,17.76,0,0,1,14.85,85.6a16.726,16.726,0,0,1-5.02-12.127A17.158,17.158,0,0,1,21.945,57.4a1.2,1.2,0,0,0-.726-2.285c-.126.042-.252.1-.378.138v-5.86h1.8a1.2,1.2,0,0,0,1.2-1.2V38.805a1.165,1.165,0,0,0-.36-.852l-3.239-3.2v-4.1L23.2,27.931a1.188,1.188,0,0,0,.384-.852,1.208,1.208,0,0,0-.342-.87l-3-3.071V19.564l3.287-3.3a1.19,1.19,0,0,0,.348-.864,1.206,1.206,0,0,0-.378-.852l-3.257-3.065V7.395l7.179-4.858,4.216,3.221V48.192a1.2,1.2,0,0,0,1.2,1.2h1.2v5.86c-.156-.054-.306-.114-.462-.162a1.2,1.2,0,1,0-.72,2.291A17.067,17.067,0,0,1,45.036,73.118M26.239,51.79V17.6a1.2,1.2,0,1,1,2.4,0V51.79a1.2,1.2,0,1,1-2.4,0Zm0-38.386v-2.4a1.2,1.2,0,1,1,2.4,0v2.4a1.2,1.2,0,1,1-2.4,0ZM10.645,38.6V17a1.2,1.2,0,0,1,2.4,0V38.6a1.2,1.2,0,1,1-2.4,0Zm0-26.99v-2.4a1.2,1.2,0,0,1,2.4,0v2.4a1.2,1.2,0,0,1-2.4,0ZM27.439,65.069a8.579,8.579,0,1,0,8.787,8.577A8.691,8.691,0,0,0,27.439,65.069Zm0,14.754a6.181,6.181,0,1,1,6.388-6.178A6.293,6.293,0,0,1,27.439,79.824Zm0-9.626a3.449,3.449,0,1,0,3.515,3.449A3.487,3.487,0,0,0,27.439,70.2Zm0,4.5a1.052,1.052,0,1,1,1.116-1.05A1.086,1.086,0,0,1,27.439,74.7Zm-5.23,23.823a1.2,1.2,0,0,1-1.164.918,1.1,1.1,0,0,1-.282-.036A26.764,26.764,0,0,1,0,73.214a26.157,26.157,0,0,1,.636-5.47,1.2,1.2,0,1,1,2.339.528A23.806,23.806,0,0,0,2.4,73.244,24.379,24.379,0,0,0,21.327,97.079,1.184,1.184,0,0,1,22.209,98.525Zm7.947.012a1.2,1.2,0,0,1-.972,1.391,12.387,12.387,0,0,1-2.153.192,11.471,11.471,0,0,1-1.2-.06,1.2,1.2,0,1,1,.24-2.387,9.633,9.633,0,0,0,2.687-.108A1.2,1.2,0,0,1,30.156,98.537Z" transform="translate(0.002 0.001)"/><g class="f" transform="translate(32.111 55.779)"><g class="g" transform="translate(-24.228 -1.817)"><path class="h" d="M19.685,0A19.685,19.685,0,1,1,0,19.685,19.685,19.685,0,0,1,19.685,0Z"/><path class="i" d="M 19.68534278869629 3 C 15.22852325439453 3 11.03847312927246 4.735580444335938 7.887022018432617 7.887020111083984 C 4.735584259033203 11.03845977783203 3.000003814697266 15.22851943969727 3.000003814697266 19.68532943725586 C 3.000003814697266 24.14213943481445 4.735584259033203 28.33219909667969 7.887022018432617 31.48363876342773 C 11.03847312927246 34.63507843017578 15.22852325439453 36.37065887451172 19.68534278869629 36.37065887451172 C 24.14216232299805 36.37065887451172 28.33222198486328 34.63507843017578 31.48366165161133 31.48363876342773 C 34.63510131835938 28.33219909667969 36.37068176269531 24.14213943481445 36.37068176269531 19.68532943725586 C 36.37068176269531 15.22851943969727 34.63510131835938 11.03845977783203 31.48366165161133 7.887020111083984 C 28.33222198486328 4.735580444335938 24.14216232299805 3 19.68534278869629 3 M 19.68534278869629 0 C 30.5572624206543 0 39.37068176269531 8.813419342041016 39.37068176269531 19.68532943725586 C 39.37068176269531 30.5572395324707 30.5572624206543 39.37065887451172 19.68534278869629 39.37065887451172 C 8.813432693481445 39.37065887451172 3.814697265625e-06 30.5572395324707 3.814697265625e-06 19.68532943725586 C 3.814697265625e-06 8.813419342041016 8.813432693481445 0 19.68534278869629 0 Z"/></g></g></g></g></svg>
admin/assets/images/welcome/auxin-pro-tools-plugin.png ADDED
Binary file
admin/assets/images/welcome/auxin-shop-plugin.png ADDED
Binary file
admin/assets/images/welcome/auxin-the-news-plugin.png ADDED
Binary file
admin/assets/images/welcome/bdthemes-element-pack-plugin.png ADDED
Binary file
admin/assets/images/welcome/completed.svg ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 181.025 154.658">
2
+ <defs>
3
+ <style>
4
+ .cls-1 {
5
+ fill: #61c4f2;
6
+ }
7
+
8
+ .cls-2 {
9
+ fill: #263357;
10
+ }
11
+
12
+ .cls-3 {
13
+ fill: #39d894;
14
+ }
15
+
16
+ .cls-4 {
17
+ fill: #00ba26;
18
+ }
19
+ </style>
20
+ </defs>
21
+ <g id="Group_508" data-name="Group 508" transform="translate(-1164 -364)">
22
+ <g id="Group_469" data-name="Group 469" transform="translate(917 362)">
23
+ <g id="Group_466" data-name="Group 466" transform="translate(247 -27)">
24
+ <rect id="Rectangle_240" data-name="Rectangle 240" class="cls-1" width="12.9" height="4" transform="translate(18.6 125.5)"/>
25
+ </g>
26
+ <g id="Group_467" data-name="Group 467" transform="translate(247 -27)">
27
+ <path id="Path_378" data-name="Path 378" class="cls-1" d="M76,134.4H40.2c-5.5,0-9.4-3.4-9.4-8.3v-1.3a2,2,0,0,1,4,0v1.3c0,3.2,2.9,4.3,5.4,4.3H76a2,2,0,0,1,0,4Z"/>
28
+ </g>
29
+ <g id="Group_468" data-name="Group 468" transform="translate(247 -27)">
30
+ <path id="Path_379" data-name="Path 379" class="cls-1" d="M55.5,127.1c.5-1.4,1.7-2.7,2.1-4,0-.1.1-.1.1-.2l-.4-.8V122a4.8,4.8,0,0,1-.9-1.9,4.9,4.9,0,0,1-.7-2.5,12.777,12.777,0,0,1,1.4-6.4H55.2a4.96,4.96,0,0,0-4.7,5v1.7a4.71,4.71,0,0,0,3.4,4.5,4.835,4.835,0,0,0-3.4,4.5v1.7a4.781,4.781,0,0,0,4.7,4.8h.3A8.559,8.559,0,0,1,55.5,127.1Z"/>
31
+ </g>
32
+ <path id="Path_380" data-name="Path 380" class="cls-2" d="M11.5,127.3A3.478,3.478,0,0,0,8,123.8a3.5,3.5,0,1,0,0,7A3.478,3.478,0,0,0,11.5,127.3Zm70.8-15.7a5.56,5.56,0,0,1,1.4,3.8v3.8a5.521,5.521,0,0,1-1.6,3.9,5.521,5.521,0,0,1,1.6,3.9v3.8a5.7,5.7,0,0,1-5.7,5.7H38.8a9.61,9.61,0,0,1-7.2-3.3,1.483,1.483,0,0,1-.7.1H18.6v3.3a2.006,2.006,0,0,1-2,2H2a2,2,0,0,1,0-4H14.6V95.5H2a2,2,0,0,1,0-4H16.6a2.006,2.006,0,0,1,2,2v2.9h8.1a16.66,16.66,0,0,1,8.4-11.6,12.318,12.318,0,0,0,6-7.3,49.589,49.589,0,0,0,1.8-13.8,2.006,2.006,0,0,1,2-2h2.3A10.18,10.18,0,0,1,57.5,71.8V87.3a6.388,6.388,0,0,1,2.8-.6H78a5.7,5.7,0,0,1,5.7,5.7v3.8a5.521,5.521,0,0,1-1.6,3.9,5.521,5.521,0,0,1,1.6,3.9v3.8A6.733,6.733,0,0,1,82.3,111.6Zm-4.4,2H60.4a2.8,2.8,0,0,0-2.8,2.8v1.7a2.8,2.8,0,0,0,2.8,2.8H78.1a1.752,1.752,0,0,0,1.7-1.7v-3.8a1.752,1.752,0,0,0-1.7-1.7h-.2Zm-17.5-4H78a1.752,1.752,0,0,0,1.7-1.7v-3.8a1.752,1.752,0,0,0-1.7-1.7H60.2a2.8,2.8,0,0,0-2.8,2.8v1.7a2.8,2.8,0,0,0,2.8,2.8h.2ZM57.5,93.5v1.7A2.8,2.8,0,0,0,60.3,98H78a1.752,1.752,0,0,0,1.7-1.7V92.5A1.752,1.752,0,0,0,78,90.8H60.2A2.689,2.689,0,0,0,57.5,93.5Zm-18.7,39H54.2a6.388,6.388,0,0,1-.6-2.8V128a6.857,6.857,0,0,1,2.2-5,6.5,6.5,0,0,1-2.2-5v-1.7a6.655,6.655,0,0,1,1.9-4.7l-.4-.4c-4.2,4-11.6,4.1-11.9,4.1h0a1.844,1.844,0,0,1-2-1.8,1.923,1.923,0,0,1,2-1.9c2.4,0,8.8-1,10.4-4.7h0v-1.7a6.857,6.857,0,0,1,2.2-5,6.5,6.5,0,0,1-2.2-5V93.5a6.461,6.461,0,0,1,1-3.4,2.062,2.062,0,0,1-1-1.7V71.9a6.17,6.17,0,0,0-6.3-6.1H47a47.745,47.745,0,0,1-2,12.9,16.558,16.558,0,0,1-7.9,9.6C34,90,30.3,93.6,30.3,101a2,2,0,0,1-4,0v-.6H18.6v29H29.7a7.487,7.487,0,0,1-.2-2.1c0-2.4.9-3.3,2-3.3a2.006,2.006,0,0,1,2,2v1.3A5.25,5.25,0,0,0,38.8,132.5ZM79.7,127a1.752,1.752,0,0,0-1.7-1.7H60.4a2.8,2.8,0,0,0-2.8,2.8v1.7a2.8,2.8,0,0,0,2.8,2.8c18.6,0,19.4-.8,19.4-1.7V127Z" transform="translate(247 -27)"/>
33
+ </g>
34
+ <g id="Group_507" data-name="Group 507" transform="translate(1190.025 364)">
35
+ <g id="Group_470" data-name="Group 470">
36
+ <path id="Path_381" data-name="Path 381" class="cls-3" d="M59.6,128.8H49V112.6L61.1,109Z"/>
37
+ </g>
38
+ <g id="Group_471" data-name="Group 471">
39
+ <path id="Path_382" data-name="Path 382" class="cls-3" d="M124.7,23.8V13.1h28.8V128.7h-10V24Z"/>
40
+ </g>
41
+ <g id="Group_472" data-name="Group 472">
42
+ <path id="Path_383" data-name="Path 383" class="cls-3" d="M80,13.8H48.9v40l10.7,1V24.4H81.4Z"/>
43
+ </g>
44
+ <g id="Group_474" data-name="Group 474">
45
+ <path id="Path_385" data-name="Path 385" class="cls-1" d="M122.6,10.7h-8V3.8A1.793,1.793,0,0,0,112.8,2H92.5a1.793,1.793,0,0,0-1.8,1.8v6.9h-8a2.9,2.9,0,0,0-2.9,2.9V28.1h45.7V13.6A2.9,2.9,0,0,0,122.6,10.7Z"/>
46
+ </g>
47
+ <g id="Group_475" data-name="Group 475">
48
+ <path id="Path_386" data-name="Path 386" class="cls-2" d="M153,130.7h-8.1a2,2,0,0,1,0-4H151V15.5H124.8a2,2,0,0,1,0-4H153a2.006,2.006,0,0,1,2,2V128.7A2.074,2.074,0,0,1,153,130.7Z"/>
49
+ </g>
50
+ <g id="Group_476" data-name="Group 476">
51
+ <path id="Path_387" data-name="Path 387" class="cls-2" d="M55.8,130.7H49a2.006,2.006,0,0,1-2-2V112a2,2,0,0,1,4,0v14.7h4.8a2,2,0,1,1,0,4Z"/>
52
+ </g>
53
+ <g id="Group_477" data-name="Group 477">
54
+ <path id="Path_388" data-name="Path 388" class="cls-2" d="M47,52.5v-39a2.006,2.006,0,0,1,2-2H79.5a2,2,0,0,1,0,4H51v37A2,2,0,1,1,47,52.5Z"/>
55
+ </g>
56
+ <g id="Group_478" data-name="Group 478">
57
+ <path id="Path_389" data-name="Path 389" class="cls-2" d="M129.8,51.9h-27a2,2,0,0,1,0-4h27a2,2,0,0,1,0,4Z"/>
58
+ </g>
59
+ <g id="Group_479" data-name="Group 479">
60
+ <path id="Path_390" data-name="Path 390" class="cls-2" d="M129.8,64.1h-27a2,2,0,0,1,0-4h27a2,2,0,0,1,0,4Z"/>
61
+ </g>
62
+ <g id="Group_480" data-name="Group 480">
63
+ <path id="Path_391" data-name="Path 391" class="cls-2" d="M129.8,80.9h-27a2,2,0,0,1,0-4h27a2,2,0,0,1,0,4Z"/>
64
+ </g>
65
+ <g id="Group_481" data-name="Group 481">
66
+ <path id="Path_392" data-name="Path 392" class="cls-2" d="M112.4,93.1h-9.6a2,2,0,0,1,0-4h9.6a2,2,0,0,1,0,4Z"/>
67
+ </g>
68
+ <g id="Group_482" data-name="Group 482">
69
+ <path id="Path_393" data-name="Path 393" class="cls-2" d="M129.8,109.9h-27a2,2,0,0,1,0-4h27a2,2,0,0,1,0,4Z"/>
70
+ </g>
71
+ <g id="Group_483" data-name="Group 483">
72
+ <path id="Path_394" data-name="Path 394" class="cls-2" d="M129.8,122.1h-27a2,2,0,0,1,0-4h27a2,2,0,0,1,0,4Z"/>
73
+ </g>
74
+ <g id="Group_484" data-name="Group 484">
75
+ <path id="Path_395" data-name="Path 395" class="cls-2" d="M124.8,29.8H79.5a2.006,2.006,0,0,1-2-2V16.4a7.7,7.7,0,0,1,7.7-7.7h2.9a2,2,0,0,1,0,4H85.2a3.8,3.8,0,0,0-3.8,3.8V26h41.3V16.5a3.8,3.8,0,0,0-3.8-3.8h-5a2,2,0,0,1,0-4h5a7.7,7.7,0,0,1,7.7,7.7V27.9A1.661,1.661,0,0,1,124.8,29.8Z"/>
76
+ </g>
77
+ <g id="Group_485" data-name="Group 485">
78
+ <path id="Path_396" data-name="Path 396" class="cls-2" d="M110.7,16.9H93.6a5.335,5.335,0,0,1-5.3-5.3V5.3A5.335,5.335,0,0,1,93.6,0h17.1A5.335,5.335,0,0,1,116,5.3v6.3A5.335,5.335,0,0,1,110.7,16.9ZM93.6,4a1.324,1.324,0,0,0-1.3,1.3v6.3a1.324,1.324,0,0,0,1.3,1.3h17.1a1.324,1.324,0,0,0,1.3-1.3V5.3A1.324,1.324,0,0,0,110.7,4Z"/>
79
+ </g>
80
+ <g id="Group_486" data-name="Group 486">
81
+ <path id="Path_397" data-name="Path 397" class="cls-1" d="M123,142.6v-2H46.9v2c0,6.5,6.2,10.5,10,10H133A10.029,10.029,0,0,1,123,142.6Z"/>
82
+ </g>
83
+ <g id="Group_490" data-name="Group 490">
84
+ <g id="Group_487" data-name="Group 487">
85
+ <path id="Path_398" data-name="Path 398" class="cls-2" d="M56.8,53.9V24a2.006,2.006,0,0,1,2-2h19a2,2,0,0,1,0,4h-17V53.9A2,2,0,1,1,56.8,53.9Z"/>
86
+ </g>
87
+ <g id="Group_488" data-name="Group 488">
88
+ <path id="Path_399" data-name="Path 399" class="cls-2" d="M56.9,139.8V109.4a2,2,0,0,1,4,0v30.4A2,2,0,1,1,56.9,139.8Z"/>
89
+ </g>
90
+ <g id="Group_489" data-name="Group 489">
91
+ <path id="Path_400" data-name="Path 400" class="cls-2" d="M131,152.6a2.006,2.006,0,0,1,2-2,8.024,8.024,0,0,0,8-8V26H125.8a2,2,0,0,1,0-4H143a2.006,2.006,0,0,1,2,2V142.6C145,153.7,131,157.4,131,152.6Z"/>
92
+ </g>
93
+ </g>
94
+ <g id="Group_491" data-name="Group 491">
95
+ <path id="Path_401" data-name="Path 401" class="cls-2" d="M133,154.6H57a12.035,12.035,0,0,1-12-12v-2a2.006,2.006,0,0,1,2-2h76a2.006,2.006,0,0,1,2,2v2a7.96,7.96,0,0,0,8,8,2.006,2.006,0,0,1,2,2h0A2.006,2.006,0,0,1,133,154.6Zm-8.9-4a11.9,11.9,0,0,1-3.1-8H49a8.024,8.024,0,0,0,8,8Z"/>
96
+ </g>
97
+ <g id="Group_500" data-name="Group 500">
98
+ <path id="Path_409" data-name="Path 409" class="cls-2" d="M84.3,68.5H74.4a6.914,6.914,0,0,1-6.9-6.9V51.7a6.914,6.914,0,0,1,6.9-6.9h9.9a6.914,6.914,0,0,1,6.9,6.9v9.9A6.914,6.914,0,0,1,84.3,68.5ZM74.4,48.7a3.009,3.009,0,0,0-3,3v9.9a3.009,3.009,0,0,0,3,3h9.9a3.009,3.009,0,0,0,3-3V51.7a3.009,3.009,0,0,0-3-3H74.4Z"/>
99
+ </g>
100
+ <g id="Group_501" data-name="Group 501">
101
+ <path id="Path_410" data-name="Path 410" class="cls-2" d="M84.3,98.2H74.4a6.914,6.914,0,0,1-6.9-6.9V81.4a6.914,6.914,0,0,1,6.9-6.9h9.9a6.914,6.914,0,0,1,6.9,6.9v9.9A6.914,6.914,0,0,1,84.3,98.2ZM74.4,78.4a3.009,3.009,0,0,0-3,3v9.9a3.009,3.009,0,0,0,3,3c15,0,12.9,2,12.9-12.9a3.009,3.009,0,0,0-3-3Z"/>
102
+ </g>
103
+ <g id="Group_502" data-name="Group 502">
104
+ <path id="Path_411" data-name="Path 411" class="cls-2" d="M84.3,128H74.4a6.914,6.914,0,0,1-6.9-6.9v-9.9a6.914,6.914,0,0,1,6.9-6.9h9.9a6.914,6.914,0,0,1,6.9,6.9v9.9A6.914,6.914,0,0,1,84.3,128Zm-9.9-19.8a3.009,3.009,0,0,0-3,3v9.9a3.009,3.009,0,0,0,3,3h9.9a3.009,3.009,0,0,0,3-3v-9.9a3.009,3.009,0,0,0-3-3Z"/>
105
+ </g>
106
+ <g id="Group_503" data-name="Group 503">
107
+ <path id="Path_412" data-name="Path 412" class="cls-4" d="M74.1,56a1.981,1.981,0,0,1,2.7-2.9L81,57l8.7-9.7c1.7-2,4.7.7,3,2.6C81.8,62.1,82.4,61.7,81.3,61.8,80.1,61.8,80.3,61.7,74.1,56Z"/>
108
+ </g>
109
+ <g id="Group_504" data-name="Group 504">
110
+ <path id="Path_413" data-name="Path 413" class="cls-4" d="M74.1,86.2a1.981,1.981,0,0,1,2.7-2.9L81,87.2l8.7-9.7c1.7-2,4.7.7,3,2.6C81.8,92.3,82.4,91.9,81.3,92,80.1,92,80.3,91.9,74.1,86.2Z"/>
111
+ </g>
112
+ <g id="Group_505" data-name="Group 505">
113
+ <path id="Path_414" data-name="Path 414" class="cls-4" d="M74.1,114.9a1.981,1.981,0,0,1,2.7-2.9l4.2,3.9,8.7-9.7c1.7-2,4.7.7,3,2.6C81.8,121,82.4,120.7,81.3,120.7,80.1,120.7,80.3,120.6,74.1,114.9Z"/>
114
+ </g>
115
+ </g>
116
+ </g>
117
+ </svg>
admin/assets/images/welcome/convertplug-plugin.png ADDED
Binary file
admin/assets/images/welcome/def-plugin.png ADDED
Binary file
admin/assets/images/welcome/failed.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg width="52px" height="52px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52"><defs><style>.a,.c{fill:#fff;}.a{stroke:#263357;stroke-width:4px;}.b{fill:#f86464;}.d{stroke:none;}.e{fill:none;}</style></defs><g transform="translate(-1011 -378)"><g class="a" transform="translate(1011 378)"><circle class="d" cx="26" cy="26" r="26"/><circle class="e" cx="26" cy="26" r="24"/></g><circle class="b" cx="19" cy="19" r="19" transform="translate(1018 385)"/><rect class="c" width="5" height="17" rx="2.5" transform="translate(1035 391)"/><rect class="c" width="5" height="5" rx="2.5" transform="translate(1035 412)"/></g></svg>
admin/assets/images/welcome/go_pricing-plugin.png ADDED
Binary file
admin/assets/images/welcome/import-notice.svg ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg id="Group_509" data-name="Group 509" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 114.306 118.742">
2
+ <defs>
3
+ <style>
4
+ .cls-1 {
5
+ fill: #61c4f2;
6
+ }
7
+
8
+ .cls-2 {
9
+ fill: #f86464;
10
+ }
11
+
12
+ .cls-3 {
13
+ fill: #263357;
14
+ }
15
+ </style>
16
+ </defs>
17
+ <g id="Group_538" data-name="Group 538" transform="translate(86.008 100.657)">
18
+ <rect id="Rectangle_242" data-name="Rectangle 242" class="cls-1" width="26.596" height="9.084"/>
19
+ </g>
20
+ <g id="Group_539" data-name="Group 539" transform="translate(1.473 100.657)">
21
+ <path id="Path_443" data-name="Path 443" class="cls-1" d="M33.388,132.084H1.8V123H28.4Z" transform="translate(-1.8 -123)"/>
22
+ </g>
23
+ <g id="Group_540" data-name="Group 540" transform="translate(1.391 1.8)">
24
+ <path id="Path_444" data-name="Path 444" class="cls-2" d="M113.077,7.6a5.4,5.4,0,0,0-5.4-5.4H7.1A5.4,5.4,0,0,0,1.7,7.6v7.692H113V7.6Z" transform="translate(-1.7 -2.2)"/>
25
+ </g>
26
+ <g id="Group_541" data-name="Group 541" transform="translate(4.214 115.469)">
27
+ <path id="Path_445" data-name="Path 445" class="cls-3" d="M102.247,144.373H6.746a1.637,1.637,0,0,1,0-3.273h95.5a1.642,1.642,0,0,1,1.637,1.637A1.7,1.7,0,0,1,102.247,144.373Z" transform="translate(-5.15 -141.1)"/>
28
+ </g>
29
+ <g id="Group_542" data-name="Group 542" transform="translate(0 13.012)">
30
+ <path id="Path_446" data-name="Path 446" class="cls-3" d="M1.637,114.265A1.641,1.641,0,0,1,0,112.629V17.537A1.642,1.642,0,0,1,1.637,15.9H112.6a1.642,1.642,0,0,1,1.637,1.637c0,101.475.327,95.419-.491,96.156C113.014,114.511,120.3,114.265,1.637,114.265Zm1.637-3.273H110.968V19.255H3.273Z" transform="translate(0 -15.9)"/>
31
+ </g>
32
+ <g id="Group_543" data-name="Group 543">
33
+ <path id="Path_447" data-name="Path 447" class="cls-3" d="M112.6,16.285H1.637A1.642,1.642,0,0,1,0,14.648V6.956A6.95,6.95,0,0,1,6.956,0H107.2a6.95,6.95,0,0,1,6.956,6.956v7.692A1.525,1.525,0,0,1,112.6,16.285ZM3.273,13.094H110.968V6.956a3.667,3.667,0,0,0-3.683-3.683H6.956A3.667,3.667,0,0,0,3.273,6.956Z"/>
34
+ </g>
35
+ <g id="Group_544" data-name="Group 544" transform="translate(9.575 6.567)">
36
+ <path id="Path_448" data-name="Path 448" class="cls-3" d="M11.7,9.8a1.841,1.841,0,0,0,3.683,0A1.841,1.841,0,0,0,11.7,9.8Z" transform="translate(-11.7 -8.025)"/>
37
+ </g>
38
+ <g id="Group_545" data-name="Group 545" transform="translate(16.121 6.567)">
39
+ <path id="Path_449" data-name="Path 449" class="cls-3" d="M19.7,9.8a1.841,1.841,0,1,0,3.683,0A1.841,1.841,0,0,0,19.7,9.8Z" transform="translate(-19.7 -8.025)"/>
40
+ </g>
41
+ <g id="Group_546" data-name="Group 546" transform="translate(22.668 6.567)">
42
+ <path id="Path_450" data-name="Path 450" class="cls-3" d="M27.7,9.8a1.841,1.841,0,1,0,3.683,0A1.841,1.841,0,0,0,27.7,9.8Z" transform="translate(-27.7 -8.025)"/>
43
+ </g>
44
+ <g id="Group_555" data-name="Group 555" transform="translate(18.226 56.139)">
45
+ <g id="Group_547" data-name="Group 547" transform="translate(37.766 23.459)">
46
+ <path id="Path_451" data-name="Path 451" class="cls-3" d="M68.895,111.288l13.5-13.5a1.62,1.62,0,1,1,2.291,2.291l-13.5,13.5A1.621,1.621,0,0,1,68.895,111.288Z" transform="translate(-68.42 -97.266)"/>
47
+ </g>
48
+ <g id="Group_548" data-name="Group 548" transform="translate(33.658 32.898)">
49
+ <circle id="Ellipse_32" data-name="Ellipse 32" class="cls-3" cx="5.728" cy="5.728" r="5.728"/>
50
+ </g>
51
+ <g id="Group_549" data-name="Group 549" transform="translate(37.749 15.753)">
52
+ <path id="Path_452" data-name="Path 452" class="cls-2" d="M68.4,93.292V89.446a1.637,1.637,0,0,1,3.273,0v3.846A1.637,1.637,0,1,1,68.4,93.292Z" transform="translate(-68.4 -87.85)"/>
53
+ </g>
54
+ <g id="Group_550" data-name="Group 550" transform="translate(16.595 36.989)">
55
+ <path id="Path_453" data-name="Path 453" class="cls-2" d="M47.992,117.073H44.146a1.637,1.637,0,0,1,0-3.273h3.846a1.637,1.637,0,0,1,0,3.273Z" transform="translate(-42.55 -113.8)"/>
56
+ </g>
57
+ <g id="Group_551" data-name="Group 551" transform="translate(55.221 36.989)">
58
+ <path id="Path_454" data-name="Path 454" class="cls-2" d="M95.192,117.073H91.346a1.637,1.637,0,0,1,0-3.273h3.846a1.637,1.637,0,1,1,0,3.273Z" transform="translate(-89.75 -113.8)"/>
59
+ </g>
60
+ <g id="Group_552" data-name="Group 552" transform="translate(70.043 15.212)">
61
+ <path id="Path_455" data-name="Path 455" class="cls-3" d="M113.867,110.6c0-5.81-1.8-14.812-5.728-20.868a1.658,1.658,0,0,1,2.782-1.8c4.337,6.71,6.219,16.2,6.219,22.668A1.637,1.637,0,0,1,113.867,110.6Z" transform="translate(-107.862 -87.189)"/>
62
+ </g>
63
+ <g id="Group_553" data-name="Group 553" transform="translate(0 9.274)">
64
+ <path id="Path_456" data-name="Path 456" class="cls-3" d="M22.295,102.41A40.826,40.826,0,0,1,34,80.4a1.65,1.65,0,0,1,2.291,2.373,36.493,36.493,0,0,0-10.72,20.213A1.662,1.662,0,0,1,22.295,102.41Z" transform="translate(-22.271 -79.933)"/>
65
+ </g>
66
+ <g id="Group_554" data-name="Group 554" transform="translate(8.456)">
67
+ <path id="Path_457" data-name="Path 457" class="cls-3" d="M37.1,123.184h5.4c-13.094-17.267-.9-42.39,21.032-42.39s34.125,25.123,21.032,42.39h5.483a30.647,30.647,0,0,0-2.128-34.862l2.046-2.046a1.927,1.927,0,0,0,0-2.7l-2.7-2.7a1.927,1.927,0,0,0-2.7,0L82.52,82.921A29.79,29.79,0,0,0,67.462,76.7v-2.21h1.964a1.991,1.991,0,0,0,1.964-1.964V70.564A1.991,1.991,0,0,0,69.426,68.6h-11.7a1.991,1.991,0,0,0-1.964,1.964v1.964a1.991,1.991,0,0,0,1.964,1.964h1.964V76.7C37.347,79.32,25.563,104.28,37.1,123.184Z" transform="translate(-32.604 -68.6)"/>
68
+ </g>
69
+ </g>
70
+ <g id="Group_556" data-name="Group 556" transform="translate(9.37 23.323)">
71
+ <path id="Path_458" data-name="Path 458" class="cls-3" d="M16.565,31.773H13.046a1.637,1.637,0,0,1,0-3.273h3.519a1.637,1.637,0,1,1,0,3.273Z" transform="translate(-11.45 -28.5)"/>
72
+ </g>
73
+ <g id="Group_557" data-name="Group 557" transform="translate(20.991 23.323)">
74
+ <path id="Path_459" data-name="Path 459" class="cls-3" d="M76.756,31.773H27.246a1.637,1.637,0,0,1,0-3.273h49.51a1.637,1.637,0,1,1,0,3.273Z" transform="translate(-25.65 -28.5)"/>
75
+ </g>
76
+ <g id="Group_558" data-name="Group 558" transform="translate(9.37 32.488)">
77
+ <path id="Path_460" data-name="Path 460" class="cls-3" d="M16.565,42.973H13.046a1.637,1.637,0,0,1,0-3.273h3.519a1.637,1.637,0,1,1,0,3.273Z" transform="translate(-11.45 -39.7)"/>
78
+ </g>
79
+ <g id="Group_559" data-name="Group 559" transform="translate(20.991 32.488)">
80
+ <path id="Path_461" data-name="Path 461" class="cls-3" d="M100.161,42.973H27.246a1.637,1.637,0,0,1,0-3.273h72.915a1.637,1.637,0,1,1,0,3.273Z" transform="translate(-25.65 -39.7)"/>
81
+ </g>
82
+ <g id="Group_560" data-name="Group 560" transform="translate(9.37 41.736)">
83
+ <path id="Path_462" data-name="Path 462" class="cls-3" d="M16.565,54.273H13.046a1.637,1.637,0,0,1,0-3.273h3.519a1.637,1.637,0,0,1,0,3.273Z" transform="translate(-11.45 -51)"/>
84
+ </g>
85
+ <g id="Group_561" data-name="Group 561" transform="translate(81.385 41.736)">
86
+ <path id="Path_463" data-name="Path 463" class="cls-3" d="M113.566,54.273H101.046a1.637,1.637,0,0,1,0-3.273h12.521a1.637,1.637,0,0,1,0,3.273Z" transform="translate(-99.45 -51)"/>
87
+ </g>
88
+ <g id="Group_562" data-name="Group 562" transform="translate(20.991 41.736)">
89
+ <path id="Path_464" data-name="Path 464" class="cls-3" d="M76.183,54.273H27.246a1.637,1.637,0,0,1,0-3.273H76.1a1.642,1.642,0,0,1,1.637,1.637A1.573,1.573,0,0,1,76.183,54.273Z" transform="translate(-25.65 -51)"/>
90
+ </g>
91
+ <g id="Group_563" data-name="Group 563" transform="translate(9.37 50.901)">
92
+ <path id="Path_465" data-name="Path 465" class="cls-3" d="M16.565,65.473H13.046a1.637,1.637,0,0,1,0-3.273h3.519a1.637,1.637,0,0,1,0,3.273Z" transform="translate(-11.45 -62.2)"/>
93
+ </g>
94
+ <g id="Group_564" data-name="Group 564" transform="translate(20.991 50.901)">
95
+ <path id="Path_466" data-name="Path 466" class="cls-3" d="M44.677,65.473H27.246a1.637,1.637,0,0,1,0-3.273H44.595a1.642,1.642,0,0,1,1.637,1.637A1.573,1.573,0,0,1,44.677,65.473Z" transform="translate(-25.65 -62.2)"/>
96
+ </g>
97
+ <g id="Group_565" data-name="Group 565" transform="translate(84.413 99.02)">
98
+ <path id="Path_467" data-name="Path 467" class="cls-3" d="M130.933,124.273H104.746a1.637,1.637,0,0,1,0-3.273h26.187a1.637,1.637,0,0,1,0,3.273Z" transform="translate(-103.15 -121)"/>
99
+ </g>
100
+ <g id="Group_566" data-name="Group 566" transform="translate(1.514 99.02)">
101
+ <path id="Path_468" data-name="Path 468" class="cls-3" d="M29.633,124.273H3.446a1.637,1.637,0,0,1,0-3.273H29.633a1.642,1.642,0,0,1,1.637,1.637A1.7,1.7,0,0,1,29.633,124.273Z" transform="translate(-1.85 -121)"/>
102
+ </g>
103
+ <g id="Group_567" data-name="Group 567" transform="translate(84.372 65.386)">
104
+ <path id="Path_469" data-name="Path 469" class="cls-3" d="M103.1,81.619a1.719,1.719,0,1,0,3.437,0C106.619,79.327,103.1,79.327,103.1,81.619Z" transform="translate(-103.1 -79.9)"/>
105
+ </g>
106
+ <g id="Group_568" data-name="Group 568" transform="translate(106.631 114.487)">
107
+ <path id="Path_470" data-name="Path 470" class="cls-3" d="M130.3,141.619a1.719,1.719,0,0,0,3.437,0A1.719,1.719,0,1,0,130.3,141.619Z" transform="translate(-130.3 -139.9)"/>
108
+ </g>
109
+ <g id="Group_569" data-name="Group 569" transform="translate(17.594 92.555)">
110
+ <path id="Path_471" data-name="Path 471" class="cls-3" d="M21.5,114.819a1.719,1.719,0,1,0,3.437,0A1.719,1.719,0,0,0,21.5,114.819Z" transform="translate(-21.5 -113.1)"/>
111
+ </g>
112
+ </svg>
admin/assets/images/welcome/importing-cloud.svg ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 330.007 121.995">
2
+ <defs>
3
+ <style>
4
+ .cls-1 {
5
+ fill: #61c4f2;
6
+ }
7
+
8
+ .cls-2 {
9
+ fill: #263357;
10
+ }
11
+
12
+ .cls-3 {
13
+ fill: #f86464;
14
+ }
15
+ </style>
16
+ </defs>
17
+ <g id="Group_570" data-name="Group 570" transform="translate(-1090 -388.303)">
18
+ <g id="Group_433" data-name="Group 433" transform="translate(1089.996 416.879)">
19
+ <g id="Group_413" data-name="Group 413" transform="translate(8.952 31.697)">
20
+ <path id="Path_329" data-name="Path 329" class="cls-1" d="M94.96,48.946c0,7.708-8.254,12.892-14.8,12.892H29.682c-15.143,0-10.1-16.03-10.982-15.347C4.717,56.926,21.429,72,21.429,72s6.071.477,14.665.887V73.3c5.184.136,31.1.2,36.288.136v-.341a82.189,82.189,0,0,0,10.5-1.16C100.758,68.659,94.96,48.946,94.96,48.946Z" transform="translate(-13.122 -46.469)"/>
21
+ </g>
22
+ <g id="Group_414" data-name="Group 414" transform="translate(25.823 5.333)">
23
+ <path id="Path_330" data-name="Path 330" class="cls-2" d="M40.614,10.057a1.468,1.468,0,1,1-.546-2.046A1.468,1.468,0,0,1,40.614,10.057Z" transform="translate(-37.855 -7.818)"/>
24
+ </g>
25
+ <g id="Group_415" data-name="Group 415" transform="translate(59.753 29.437)">
26
+ <path id="Path_331" data-name="Path 331" class="cls-2" d="M88.35,45.914a1.468,1.468,0,1,1,1.5-2.524C91.556,44.277,90.055,46.869,88.35,45.914Z" transform="translate(-87.599 -43.156)"/>
27
+ </g>
28
+ <g id="Group_416" data-name="Group 416" transform="translate(85.4 60.882)">
29
+ <path id="Path_332" data-name="Path 332" class="cls-2" d="M125.95,92.014a1.468,1.468,0,1,1,1.5-2.524A1.468,1.468,0,0,1,125.95,92.014Z" transform="translate(-125.199 -89.256)"/>
30
+ </g>
31
+ <g id="Group_417" data-name="Group 417" transform="translate(40.313 32.029)">
32
+ <path id="Path_333" data-name="Path 333" class="cls-2" d="M59.85,49.714a1.468,1.468,0,1,1,1.5-2.524A1.468,1.468,0,0,1,59.85,49.714Z" transform="translate(-59.099 -46.955)"/>
33
+ </g>
34
+ <g id="Group_418" data-name="Group 418" transform="translate(0.004 9.07)">
35
+ <path id="Path_334" data-name="Path 334" class="cls-2" d="M11.188,67.322c-16.1-10.027-15.143-36.9,4.979-43.791a20.849,20.849,0,0,1,4.979-9.754,1.377,1.377,0,0,1,2.046,1.842,18.194,18.194,0,0,0-4.434,9.208,1.416,1.416,0,0,1-.955,1.091C-.613,31.511-1.909,56,12.62,65A1.363,1.363,0,1,1,11.188,67.322Z" transform="translate(-0.004 -13.297)"/>
36
+ </g>
37
+ <g id="Group_419" data-name="Group 419" transform="translate(79.676 4.898)">
38
+ <path id="Path_335" data-name="Path 335" class="cls-2" d="M127.784,59.989a23.869,23.869,0,0,0-4.911-39.017,1.506,1.506,0,0,1-.75-.955,22.312,22.312,0,0,0-4.979-10.573,1.38,1.38,0,0,1,2.115-1.773,25.647,25.647,0,0,1,5.457,11.187,26.645,26.645,0,0,1,4.911,43.177A1.377,1.377,0,0,1,127.784,59.989Z" transform="translate(-116.806 -7.181)"/>
39
+ </g>
40
+ <g id="Group_420" data-name="Group 420" transform="translate(7.368)">
41
+ <path id="Path_336" data-name="Path 336" class="cls-2" d="M78.465,59H26.147C17.416,59,10.8,51.636,10.8,41.813A16.493,16.493,0,0,1,26.625,25.443,13.871,13.871,0,0,1,38.7,9.959a1.375,1.375,0,0,1,.341,2.728,11.134,11.134,0,0,0-9.822,11.05c0,2.524.819,3.069.068,3.956-.546.682-1.16.477-1.91.477A13.657,13.657,0,0,0,13.46,41.813c0,8.254,5.389,14.461,12.619,14.461H78.465A16.245,16.245,0,0,0,94.631,39.9,16.516,16.516,0,0,0,82.421,24.01c-.682-.136-1.637-.75-1.637-2.456a18.828,18.828,0,0,0-37.175-4.229,1.365,1.365,0,0,1-2.66-.614,21.558,21.558,0,0,1,42.564,4.775A19.131,19.131,0,0,1,78.465,59Zm4.3-37.721Zm0,0Z" transform="translate(-10.8)"/>
42
+ </g>
43
+ <g id="Group_421" data-name="Group 421" transform="translate(124.128 38.249) rotate(-90)">
44
+ <path id="Path_337" data-name="Path 337" class="cls-2" d="M0,60.878V1.33a1.365,1.365,0,0,1,2.728,0V60.878A1.364,1.364,0,1,1,0,60.878Z" transform="translate(0)"/>
45
+ </g>
46
+ <g id="Group_435" data-name="Group 435" transform="translate(109.439 27.064) rotate(-90)">
47
+ <path id="Path_337-2" data-name="Path 337" class="cls-2" d="M0,54.057V1.33a1.365,1.365,0,0,1,2.728,0V54.057A1.364,1.364,0,1,1,0,54.057Z" transform="translate(0)"/>
48
+ </g>
49
+ <g id="Group_437" data-name="Group 437" transform="translate(112.532 49.435) rotate(-90)">
50
+ <path id="Path_337-3" data-name="Path 337" class="cls-2" d="M0,32.23V1.33a1.365,1.365,0,0,1,2.728,0v30.9A1.364,1.364,0,1,1,0,32.23Z" transform="translate(0)"/>
51
+ </g>
52
+ <g id="Group_422" data-name="Group 422" transform="translate(184.324 41.114) rotate(-90)">
53
+ <path id="Path_338" data-name="Path 338" class="cls-3" d="M4.229,8.458A4.25,4.25,0,0,1,0,4.229,4.25,4.25,0,0,1,4.229,0,4.25,4.25,0,0,1,8.458,4.229,4.207,4.207,0,0,1,4.229,8.458Z" transform="translate(0)"/>
54
+ </g>
55
+ <g id="Group_434" data-name="Group 434" transform="translate(162.814 29.929) rotate(-90)">
56
+ <path id="Path_338-2" data-name="Path 338" class="cls-3" d="M4.229,8.458A4.25,4.25,0,0,1,0,4.229,4.25,4.25,0,0,1,4.229,0,4.25,4.25,0,0,1,8.458,4.229,4.207,4.207,0,0,1,4.229,8.458Z" transform="translate(0)"/>
57
+ </g>
58
+ <g id="Group_436" data-name="Group 436" transform="translate(144.08 52.299) rotate(-90)">
59
+ <path id="Path_338-3" data-name="Path 338" class="cls-3" d="M4.229,8.458A4.25,4.25,0,0,1,0,4.229,4.25,4.25,0,0,1,4.229,0,4.25,4.25,0,0,1,8.458,4.229,4.207,4.207,0,0,1,4.229,8.458Z" transform="translate(0)"/>
60
+ </g>
61
+ <g id="Group_431" data-name="Group 431" transform="translate(37.252 15.056)">
62
+ <path id="Path_346" data-name="Path 346" class="cls-2" d="M56.036,35.938a21.692,21.692,0,0,1-.819-12.824,1.365,1.365,0,0,1,2.66.614,18.54,18.54,0,0,0,.75,11.187A1.393,1.393,0,0,1,56.036,35.938Z" transform="translate(-54.612 -22.073)"/>
63
+ </g>
64
+ <g id="Group_432" data-name="Group 432" transform="translate(62.202 21.526)">
65
+ <path id="Path_347" data-name="Path 347" class="cls-2" d="M91.742,35.816a20.559,20.559,0,0,1,24.692-.273,1.364,1.364,0,1,1-1.637,2.183A17.9,17.9,0,0,0,93.379,38,1.364,1.364,0,1,1,91.742,35.816Z" transform="translate(-91.189 -31.558)"/>
66
+ </g>
67
+ </g>
68
+ <g id="Group_438" data-name="Group 438" transform="translate(1301.05 388.303)">
69
+ <g id="Group_434-2" data-name="Group 434" transform="translate(50.079 99.418)">
70
+ <path id="Path_348" data-name="Path 348" class="cls-1" d="M61,125.7c0,2.873,1.724,5.254,3.859,5.254s3.859-2.381,3.859-5.254v-4.6H61Z" transform="translate(-61 -121.1)"/>
71
+ </g>
72
+ <g id="Group_435-2" data-name="Group 435" transform="translate(8.045 9.031)">
73
+ <path id="Path_349" data-name="Path 349" class="cls-3" d="M97.807,11H13.741A3.941,3.941,0,0,0,9.8,14.941v5.911h91.948V14.941A3.89,3.89,0,0,0,97.807,11Z" transform="translate(-9.8 -11)"/>
74
+ </g>
75
+ <g id="Group_436-2" data-name="Group 436" transform="translate(26.189 112.143)">
76
+ <path id="Path_350" data-name="Path 350" class="cls-2" d="M85.919,146.452H33.542A1.647,1.647,0,0,1,31.9,144.81v-6.568a1.647,1.647,0,0,1,1.642-1.642H85.919a1.647,1.647,0,0,1,1.642,1.642v6.568A1.647,1.647,0,0,1,85.919,146.452Zm-50.735-3.284H84.277v-3.284H35.184Z" transform="translate(-31.9 -136.6)"/>
77
+ </g>
78
+ <g id="Group_437-2" data-name="Group 437" transform="translate(48.437 97.407)">
79
+ <path id="Path_351" data-name="Path 351" class="cls-2" d="M64.5,131.744c-3.038,0-5.5-3.12-5.5-6.9v-4.6a1.642,1.642,0,0,1,3.284,0v4.6c0,2.134,1.149,3.612,2.217,3.612s2.217-1.478,2.217-3.612v-4.6a1.642,1.642,0,0,1,3.284,0v4.6C70,128.707,67.538,131.744,64.5,131.744Z" transform="translate(-59 -118.65)"/>
80
+ </g>
81
+ <g id="Group_438-2" data-name="Group 438" transform="translate(36.034 97.366)">
82
+ <path id="Path_352" data-name="Path 352" class="cls-2" d="M44.638,136.169c-2.463-1.642,1.97-3.284,1.97-10.344v-5.583a1.642,1.642,0,0,1,3.284,0v5.583a18.511,18.511,0,0,1-2.955,9.934A1.7,1.7,0,0,1,44.638,136.169Z" transform="translate(-43.893 -118.6)"/>
83
+ </g>
84
+ <g id="Group_439" data-name="Group 439" transform="translate(65.899 97.489)">
85
+ <path id="Path_353" data-name="Path 353" class="cls-2" d="M83.25,135.785c-3.448-5.172-2.955-9.441-2.955-15.434a1.642,1.642,0,0,1,3.284,0c0,5.583-.493,9.277,2.463,13.628a1.683,1.683,0,0,1-.41,2.3A1.875,1.875,0,0,1,83.25,135.785Z" transform="translate(-80.27 -118.75)"/>
86
+ </g>
87
+ <g id="Group_440" data-name="Group 440" transform="translate(0 25.368)">
88
+ <path id="Path_354" data-name="Path 354" class="cls-2" d="M93.015,106.264H3.53A3.419,3.419,0,0,1,0,102.9V34.266A3.419,3.419,0,0,1,3.53,30.9H7.8a1.642,1.642,0,0,1,0,3.284,41.062,41.062,0,0,0-4.515.082v68.55a.36.36,0,0,0,.246.082H93.015a1.647,1.647,0,0,1,1.642,1.642A1.666,1.666,0,0,1,93.015,106.264Z" transform="translate(0 -30.9)"/>
89
+ </g>
90
+ <g id="Group_441" data-name="Group 441" transform="translate(98.474 25.368)">
91
+ <path id="Path_355" data-name="Path 355" class="cls-2" d="M126.23,90.912V34.266a44.113,44.113,0,0,0-4.679-.082,1.642,1.642,0,0,1,0-3.284h4.433a3.419,3.419,0,0,1,3.53,3.366V90.912A1.642,1.642,0,1,1,126.23,90.912Z" transform="translate(-119.95 -30.9)"/>
92
+ </g>
93
+ <g id="Group_442" data-name="Group 442" transform="translate(6.609 17.076)">
94
+ <path id="Path_356" data-name="Path 356" class="cls-2" d="M101.27,24H9.651a1.6,1.6,0,0,1,0-3.2h91.7a1.647,1.647,0,0,1,1.642,1.642A1.771,1.771,0,0,1,101.27,24Z" transform="translate(-8.05 -20.8)"/>
95
+ </g>
96
+ <g id="Group_443" data-name="Group 443" transform="translate(98.269 14.654)">
97
+ <path id="Path_357" data-name="Path 357" class="cls-2" d="M119.7,82.172V19.451a1.6,1.6,0,1,1,3.2,0V82.172A1.6,1.6,0,1,1,119.7,82.172Z" transform="translate(-119.7 -17.85)"/>
98
+ </g>
99
+ <g id="Group_444" data-name="Group 444" transform="translate(6.568 15.229)">
100
+ <path id="Path_358" data-name="Path 358" class="cls-2" d="M85.417,94.2H9.642A1.647,1.647,0,0,1,8,92.56V20.151a1.6,1.6,0,1,1,3.2,0V91H85.417a1.647,1.647,0,0,1,1.642,1.642A1.578,1.578,0,0,1,85.417,94.2Z" transform="translate(-8 -18.55)"/>
101
+ </g>
102
+ <g id="Group_445" data-name="Group 445" transform="translate(53.239 36.861)">
103
+ <path id="Path_359" data-name="Path 359" class="cls-2" d="M92.557,48.184H66.451a1.642,1.642,0,0,1,0-3.284H92.557a1.642,1.642,0,1,1,0,3.284Z" transform="translate(-64.85 -44.9)"/>
104
+ </g>
105
+ <g id="Group_446" data-name="Group 446" transform="translate(53.239 45.071)">
106
+ <path id="Path_360" data-name="Path 360" class="cls-2" d="M101.26,58.184H66.451a1.642,1.642,0,0,1,0-3.284H101.26a1.642,1.642,0,1,1,0,3.284Z" transform="translate(-64.85 -54.9)"/>
107
+ </g>
108
+ <g id="Group_447" data-name="Group 447" transform="translate(53.239 28.652)">
109
+ <path id="Path_361" data-name="Path 361" class="cls-2" d="M101.177,38.184H66.451a1.642,1.642,0,0,1,0-3.284h34.727a1.642,1.642,0,0,1,0,3.284Z" transform="translate(-64.85 -34.9)"/>
110
+ </g>
111
+ <g id="Group_448" data-name="Group 448" transform="translate(16.624 65.841)">
112
+ <path id="Path_362" data-name="Path 362" class="cls-2" d="M51.077,83.484H21.851a1.642,1.642,0,0,1,0-3.284H51.077a1.647,1.647,0,0,1,1.642,1.642A1.7,1.7,0,0,1,51.077,83.484Z" transform="translate(-20.25 -80.2)"/>
113
+ </g>
114
+ <g id="Group_449" data-name="Group 449" transform="translate(16.624 73.804)">
115
+ <path id="Path_363" data-name="Path 363" class="cls-2" d="M51.077,93.184H21.851a1.642,1.642,0,0,1,0-3.284H51.077a1.647,1.647,0,0,1,1.642,1.642A1.7,1.7,0,0,1,51.077,93.184Z" transform="translate(-20.25 -89.9)"/>
116
+ </g>
117
+ <g id="Group_450" data-name="Group 450" transform="translate(45.276)">
118
+ <path id="Path_364" data-name="Path 364" class="cls-2" d="M115.45,12.971a9.705,9.705,0,0,0-9.687-9.687H56.751a1.642,1.642,0,0,1,0-3.284h49.093a13,13,0,0,1,12.971,12.971C118.733,15.106,115.45,15.106,115.45,12.971Z" transform="translate(-55.15)"/>
119
+ </g>
120
+ <g id="Group_451" data-name="Group 451" transform="translate(6.568 7.389)">
121
+ <path id="Path_365" data-name="Path 365" class="cls-2" d="M101.261,22.135H9.642A1.647,1.647,0,0,1,8,20.493V14.583A5.519,5.519,0,0,1,13.5,9H97.32a5.588,5.588,0,0,1,5.583,5.583v5.911A1.647,1.647,0,0,1,101.261,22.135ZM11.284,18.852H99.7V14.583a2.3,2.3,0,0,0-2.3-2.3H13.5a2.3,2.3,0,0,0-2.3,2.3v4.269Z" transform="translate(-8 -9)"/>
122
+ </g>
123
+ <g id="Group_452" data-name="Group 452" transform="translate(100.732 118.711)">
124
+ <path id="Path_366" data-name="Path 366" class="cls-2" d="M124.342,147.884a1.642,1.642,0,0,1,0-3.284A1.647,1.647,0,0,1,124.342,147.884Z" transform="translate(-122.7 -144.6)"/>
125
+ </g>
126
+ <g id="Group_453" data-name="Group 453" transform="translate(38.544 0.164)">
127
+ <path id="Path_367" data-name="Path 367" class="cls-2" d="M48.551,3.484a1.642,1.642,0,0,1,0-3.284A1.642,1.642,0,0,1,48.551,3.484Z" transform="translate(-46.95 -0.2)"/>
128
+ </g>
129
+ <g id="Group_454" data-name="Group 454" transform="translate(85.175 92.522)">
130
+ <path id="Path_368" data-name="Path 368" class="cls-2" d="M105.351,115.984a1.642,1.642,0,0,1,0-3.284A1.642,1.642,0,0,1,105.351,115.984Z" transform="translate(-103.75 -112.7)"/>
131
+ </g>
132
+ <g id="Group_455" data-name="Group 455" transform="translate(79.017 92.522)">
133
+ <path id="Path_369" data-name="Path 369" class="cls-2" d="M97.851,115.984a1.642,1.642,0,0,1,0-3.284A1.642,1.642,0,0,1,97.851,115.984Z" transform="translate(-96.25 -112.7)"/>
134
+ </g>
135
+ <g id="Group_456" data-name="Group 456" transform="translate(4.844 118.711)">
136
+ <path id="Path_370" data-name="Path 370" class="cls-2" d="M96.78,147.884H7.542a1.642,1.642,0,0,1,0-3.284H96.78a1.642,1.642,0,1,1,0,3.284Z" transform="translate(-5.9 -144.6)"/>
137
+ </g>
138
+ <g id="Group_462" data-name="Group 462" transform="translate(62.212 54.484)">
139
+ <g id="Group_457" data-name="Group 457" transform="translate(7.68 8.041)">
140
+ <rect id="Rectangle_239" data-name="Rectangle 239" class="cls-3" width="9.441" height="50.982" transform="translate(0 6.676) rotate(-45)"/>
141
+ </g>
142
+ <g id="Group_458" data-name="Group 458" transform="translate(6.257 6.267)">
143
+ <path id="Path_371" data-name="Path 371" class="cls-2" d="M119.933,119.481l-36.04-36.04a1.587,1.587,0,0,1,0-2.3l6.65-6.65a1.587,1.587,0,0,1,2.3,0l36.04,36.04a1.587,1.587,0,0,1,0,2.3l-6.65,6.65A1.587,1.587,0,0,1,119.933,119.481ZM87.341,82.292l33.741,33.741,4.351-4.351L91.692,77.941Z" transform="translate(-83.4 -74)"/>
144
+ </g>
145
+ <g id="Group_459" data-name="Group 459" transform="translate(42.215 42.225)">
146
+ <path id="Path_372" data-name="Path 372" class="cls-2" d="M132.29,131.838l-4.6-4.6a1.587,1.587,0,0,1,0-2.3l6.65-6.65a1.587,1.587,0,0,1,2.3,0l4.6,4.6a1.587,1.587,0,0,1,0,2.3l-6.65,6.65A1.587,1.587,0,0,1,132.29,131.838Zm-1.067-5.665,2.217,2.217,4.351-4.351-2.217-2.217Z" transform="translate(-127.2 -117.8)"/>
147
+ </g>
148
+ <g id="Group_460" data-name="Group 460" transform="translate(2.21 2.138)">
149
+ <path id="Path_373" data-name="Path 373" class="cls-2" d="M83.831,82.951c-1.231-.246-.9-.246-5.254-11.74a1.668,1.668,0,0,1,2.134-2.134c11.576,4.351,11.493,4.1,11.74,5.254s.082.985-7.142,8.21A1.468,1.468,0,0,1,83.831,82.951Zm-.9-9.523,1.888,4.926,3.12-3.12Z" transform="translate(-78.471 -68.971)"/>
150
+ </g>
151
+ <g id="Group_461" data-name="Group 461">
152
+ <path id="Path_374" data-name="Path 374" class="cls-2" d="M79.408,72.3l-3.12-3.12a1.625,1.625,0,1,1,2.3-2.3l3.12,3.12a1.625,1.625,0,0,1-2.3,2.3Z" transform="translate(-75.779 -66.366)"/>
153
+ </g>
154
+ </g>
155
+ <g id="Group_463" data-name="Group 463" transform="translate(16.337 28.898)">
156
+ <path id="Path_375" data-name="Path 375" class="cls-1" d="M50.768,65.329H21.542A1.647,1.647,0,0,1,19.9,63.687V36.842A1.647,1.647,0,0,1,21.542,35.2H50.85a1.647,1.647,0,0,1,1.642,1.642V63.687A1.777,1.777,0,0,1,50.768,65.329ZM23.184,62.045H49.208V38.484H23.184Z" transform="translate(-19.9 -35.2)"/>
157
+ </g>
158
+ <g id="Group_464" data-name="Group 464" transform="translate(53.239 53.773)">
159
+ <path id="Path_376" data-name="Path 376" class="cls-2" d="M70.391,68.784H66.451a1.642,1.642,0,0,1,0-3.284h3.941a1.642,1.642,0,0,1,0,3.284Z" transform="translate(-64.85 -65.5)"/>
160
+ </g>
161
+ <g id="Group_465" data-name="Group 465" transform="translate(17.897 37.928)">
162
+ <path id="Path_377" data-name="Path 377" class="cls-1" d="M50.287,53.507,44.048,46.2l-7.06,10.18-5.911-4.762L21.8,62.209v3.448H50.123Z" transform="translate(-21.8 -46.2)"/>
163
+ </g>
164
+ </g>
165
+ </g>
166
+ </svg>
admin/assets/images/welcome/js_composer-plugin.png ADDED
Binary file
admin/assets/images/welcome/loader.svg ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
2
+ width="11px" height="11px" viewBox="0 0 40 40" enable-background="new 0 0 40 40" xml:space="preserve">
3
+ <path opacity="0.2" fill="#ffffff" d="M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946
4
+ s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634
5
+ c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z"/>
6
+ <path fill="#ffffff" d="M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0
7
+ C22.32,8.481,24.301,9.057,26.013,10.047z">
8
+ <animateTransform attributeType="xml"
9
+ attributeName="transform"
10
+ type="rotate"
11
+ from="0 20 20"
12
+ to="360 20 20"
13
+ dur="0.5s"
14
+ repeatCount="indefinite"/>
15
+ </path>
16
+ </svg>
admin/assets/images/welcome/logo.png ADDED
Binary file
admin/assets/images/welcome/masterslider-plugin.png ADDED
Binary file
admin/assets/images/welcome/more.svg ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 18">
2
+ <defs>
3
+ <style>
4
+ .cls-1 {
5
+ fill: #3d3d3d;
6
+ }
7
+ </style>
8
+ </defs>
9
+ <g id="more" transform="translate(-632 -895)">
10
+ <rect id="Rectangle_306" data-name="Rectangle 306" class="cls-1" width="4" height="4" rx="2" transform="translate(636 895) rotate(90)"/>
11
+ <rect id="Rectangle_307" data-name="Rectangle 307" class="cls-1" width="4" height="4" rx="2" transform="translate(636 902) rotate(90)"/>
12
+ <rect id="Rectangle_308" data-name="Rectangle 308" class="cls-1" width="4" height="4" rx="2" transform="translate(636 909) rotate(90)"/>
13
+ </g>
14
+ </svg>
admin/assets/images/welcome/notice-icon.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg width="16.5px" height="16.5px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.625 16.625"><defs><style>.a{fill:#ffa658;}</style></defs><path class="a" d="M15.382-15.382A8.012,8.012,0,0,0,9.5-17.812a8.012,8.012,0,0,0-5.882,2.431A8.012,8.012,0,0,0,1.188-9.5,8.012,8.012,0,0,0,3.618-3.618,8.012,8.012,0,0,0,9.5-1.187a8.012,8.012,0,0,0,5.882-2.431A8.012,8.012,0,0,0,17.813-9.5,8.012,8.012,0,0,0,15.382-15.382ZM13.693-5.307A5.717,5.717,0,0,1,9.5-3.562,5.717,5.717,0,0,1,5.307-5.307,5.717,5.717,0,0,1,3.563-9.5a5.717,5.717,0,0,1,1.744-4.193A5.717,5.717,0,0,1,9.5-15.437a5.717,5.717,0,0,1,4.193,1.744A5.717,5.717,0,0,1,15.438-9.5,5.717,5.717,0,0,1,13.693-5.307ZM8.313-4.75h2.375V-7.125H8.313Zm0-3.562h2.375V-14.25H8.313Z" transform="translate(-1.188 17.813)"/></svg>
admin/assets/images/welcome/pro-badge.png ADDED
Binary file
admin/assets/images/welcome/rate-like.svg ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 25.857 23.755">
2
+ <defs>
3
+ <style>
4
+ .cls-1 {
5
+ fill: none;
6
+ }
7
+
8
+ .cls-2 {
9
+ clip-path: url(#clip-path);
10
+ }
11
+
12
+ .cls-3 {
13
+ fill: #253356;
14
+ }
15
+
16
+ .cls-4 {
17
+ fill: #fff;
18
+ }
19
+ </style>
20
+ <clipPath id="clip-path">
21
+ <path id="Path_328" data-name="Path 328" class="cls-1" d="M0-76.94H25.857v23.755H0Z" transform="translate(0 76.94)"/>
22
+ </clipPath>
23
+ </defs>
24
+ <g id="Group_409" data-name="Group 409" transform="translate(0 76.94)">
25
+ <g id="Group_408" data-name="Group 408" class="cls-2" transform="translate(0 -76.94)">
26
+ <g id="Group_402" data-name="Group 402" transform="translate(0 0)">
27
+ <path id="Path_322" data-name="Path 322" class="cls-3" d="M-56.9-34.454a1.745,1.745,0,0,1,.442,1.16v1.179a1.745,1.745,0,0,1-.492,1.214,1.744,1.744,0,0,1,.492,1.214v1.179a1.755,1.755,0,0,1-1.753,1.753h-5.469c-.044,0-.087,0-.131-.006a.579.579,0,0,1-.066.006h-6.445a2.9,2.9,0,0,1-2.21-1.02.612.612,0,0,1-.212.04h-3.821V-26.7a.618.618,0,0,1-.618.618H-81.7a.618.618,0,0,1-.618-.618.618.618,0,0,1,.618-.618h3.9v-12.1h-3.9a.618.618,0,0,1-.618-.618.618.618,0,0,1,.618-.618h4.515a.617.617,0,0,1,.618.618v.9a.6.6,0,0,1,.116-.012h2.372a5.2,5.2,0,0,1,2.582-3.573,3.838,3.838,0,0,0,1.863-2.241,15,15,0,0,0,.571-4.254.618.618,0,0,1,.618-.618h.7a3.152,3.152,0,0,1,3.169,3.128v4.792a2.068,2.068,0,0,1,.85-.183h5.469A1.756,1.756,0,0,1-56.5-40.352v1.179a1.746,1.746,0,0,1-.491,1.214,1.746,1.746,0,0,1,.491,1.214v1.179a1.744,1.744,0,0,1-.4,1.112" transform="translate(82.314 49.843)"/>
28
+ </g>
29
+ <g id="Group_403" data-name="Group 403" transform="translate(17.785 16.031)">
30
+ <path id="Path_323" data-name="Path 323" class="cls-4" d="M-14.048,0h-5.425a.851.851,0,0,0-.85.85v.517a.851.851,0,0,0,.85.85H-14a.519.519,0,0,0,.518-.518V.518A.519.519,0,0,0-14,0Z" transform="translate(20.323)"/>
31
+ </g>
32
+ <g id="Group_404" data-name="Group 404" transform="translate(17.741 12.58)">
33
+ <path id="Path_324" data-name="Path 324" class="cls-4" d="M-2-4.962H3.425a.519.519,0,0,0,.518-.518V-6.66a.519.519,0,0,0-.518-.518H-2.044a.851.851,0,0,0-.85.85v.517a.85.85,0,0,0,.85.85Z" transform="translate(2.894 7.178)"/>
34
+ </g>
35
+ <g id="Group_405" data-name="Group 405" transform="translate(17.741 8.972)">
36
+ <path id="Path_325" data-name="Path 325" class="cls-4" d="M0-1.9v.517a.851.851,0,0,0,.85.85H6.319a.519.519,0,0,0,.518-.518V-2.234a.519.519,0,0,0-.518-.518H.85A.85.85,0,0,0,0-1.9" transform="translate(0 2.752)"/>
37
+ </g>
38
+ <g id="Group_406" data-name="Group 406" transform="translate(5.75 1.235)">
39
+ <path id="Path_326" data-name="Path 326" class="cls-4" d="M-13.978-46.164h4.74a2.068,2.068,0,0,1-.183-.85v-.517a2.077,2.077,0,0,1,.691-1.545,2.077,2.077,0,0,1-.691-1.546v-.516a2.076,2.076,0,0,1,.585-1.445q-.066-.065-.126-.136a6.05,6.05,0,0,1-3.687,1.251h-.011a.569.569,0,0,1-.617-.546.592.592,0,0,1,.606-.6c.739-.015,2.715-.3,3.207-1.458v-.519a2.077,2.077,0,0,1,.691-1.545,2.078,2.078,0,0,1-.691-1.546V-58.2a2.069,2.069,0,0,1,.293-1.061.616.616,0,0,1-.293-.524V-64.89A1.916,1.916,0,0,0-11.4-66.783h-.093A15.827,15.827,0,0,1-12.1-62.8a5.066,5.066,0,0,1-2.447,2.97,4.141,4.141,0,0,0-2.09,3.908.617.617,0,0,1-.618.618.617.617,0,0,1-.618-.618c0-.061,0-.118.006-.179H-20.1a.6.6,0,0,1-.116-.012v8.966h3.43a2.811,2.811,0,0,1-.075-.637v-.414a.617.617,0,0,1,.618-.618.618.618,0,0,1,.618.618v.414a1.637,1.637,0,0,0,1.653,1.617" transform="translate(20.221 66.783)"/>
40
+ </g>
41
+ <g id="Group_407" data-name="Group 407" transform="translate(17.785 19.638)">
42
+ <path id="Path_327" data-name="Path 327" class="cls-4" d="M-15.307-1.161a.519.519,0,0,0-.518-.519h-5.469a.851.851,0,0,0-.85.85v.517a.851.851,0,0,0,.85.85h5.469a.519.519,0,0,0,.518-.518Z" transform="translate(22.144 1.68)"/>
43
+ </g>
44
+ </g>
45
+ </g>
46
+ </svg>
admin/assets/images/welcome/revslider-plugin.png ADDED
Binary file
admin/assets/images/welcome/rocket-pro.gif ADDED
Binary file
admin/assets/images/welcome/success.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg width="52px" height="52px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52"><defs><style>.a,.c{fill:#fff;}.a{stroke:#263357;stroke-width:4px;}.b{fill:#39d894;}.d{stroke:none;}.e{fill:none;}</style></defs><g transform="translate(-1011 -378)"><g class="a" transform="translate(1011 378)"><circle class="d" cx="26" cy="26" r="26"/><circle class="e" cx="26" cy="26" r="24"/></g><circle class="b" cx="19" cy="19" r="19" transform="translate(1018 385)"/><rect class="c" width="5" height="21" rx="2.5" transform="translate(1046.132 394.782) rotate(45)"/><rect class="c" width="12" height="5" rx="2.5" transform="translate(1029.868 401.146) rotate(45)"/></g></svg>
admin/assets/images/welcome/warning.png ADDED
Binary file
admin/assets/images/welcome/waspthemes-yellow-pencil-plugin.png ADDED
Binary file
admin/assets/images/wizard/customizer.png DELETED
Binary file
admin/assets/images/wizard/frontpage-1.png DELETED
Binary file
admin/assets/images/wizard/frontpage-2.png DELETED
Binary file
admin/assets/images/wizard/frontpage-3.png DELETED
Binary file
admin/assets/images/wizard/publish.png DELETED
Binary file
admin/assets/images/wizard/start.png DELETED
Binary file
admin/assets/js/elementor/editor.js ADDED
@@ -0,0 +1,377 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Initialize all modules
3
+ */
4
+ ;(function($, window, document, undefined){
5
+
6
+ $( window ).on( 'elementor:init', function() {
7
+
8
+ // Add auxin specific css class to elementor body
9
+ $('.elementor-editor-active').addClass('auxin');
10
+
11
+ // Make our custom css visible in the panel's front-end
12
+ if( typeof elementorPro == 'undefined' ) {
13
+ elementor.hooks.addFilter( 'editor/style/styleText', function( css, view ){
14
+ var model = view.getEditModel(),
15
+ customCSS = model.get( 'settings' ).get( 'custom_css' );
16
+
17
+ if ( customCSS ) {
18
+ css += customCSS.replace( /selector/g, '.elementor-element.elementor-element-' + view.model.id );
19
+ }
20
+
21
+ return css;
22
+ });
23
+ }
24
+
25
+ var AuxControlBaseDataView = elementor.modules.controls.BaseData;
26
+
27
+ /*!
28
+ * ================== Auxin Visual Select Controller ===================
29
+ **/
30
+ var AuxControlVisualSelectItemView = AuxControlBaseDataView.extend( {
31
+ onReady: function() {
32
+ this.ui.select.avertaVisualSelect();
33
+ },
34
+ onBeforeDestroy: function() {
35
+ this.ui.select.avertaVisualSelect( 'destroy' );
36
+ }
37
+ } );
38
+ elementor.addControlView( 'aux-visual-select', AuxControlVisualSelectItemView );
39
+
40
+
41
+ /*!
42
+ * ================== Auxin Media Select Controller ===================
43
+ **/
44
+ var AuxControlMediaSelectItemView = AuxControlBaseDataView.extend( {
45
+ ui: function() {
46
+ var ui = AuxControlBaseDataView.prototype.ui.apply( this, arguments );
47
+
48
+ ui.controlMedia = '.aux-elementor-control-media';
49
+ ui.mediaImage = '.aux-elementor-control-media-attachment';
50
+ ui.frameOpeners = '.aux-elementor-control-media-upload-button, .aux-elementor-control-media-attachment';
51
+ ui.deleteButton = '.aux-elementor-control-media-delete';
52
+
53
+ return ui;
54
+ },
55
+
56
+ events: function() {
57
+ return _.extend( AuxControlBaseDataView.prototype.events.apply( this, arguments ), {
58
+ 'click @ui.frameOpeners': 'openFrame',
59
+ 'click @ui.deleteButton': 'deleteImage'
60
+ } );
61
+ },
62
+
63
+ applySavedValue: function() {
64
+ var control = this.getControlValue();
65
+
66
+ this.ui.mediaImage.css( 'background-image', control.img ? 'url(' + control.img + ')' : '' );
67
+
68
+ this.ui.controlMedia.toggleClass( 'elementor-media-empty', ! control.img );
69
+ },
70
+
71
+ openFrame: function() {
72
+ if ( ! this.frame ) {
73
+ this.initFrame();
74
+ }
75
+
76
+ this.frame.open();
77
+ },
78
+
79
+ deleteImage: function() {
80
+ this.setValue( {
81
+ url: '',
82
+ img: '',
83
+ id : ''
84
+ } );
85
+
86
+ this.applySavedValue();
87
+ },
88
+
89
+ /**
90
+ * Create a media modal select frame, and store it so the instance can be reused when needed.
91
+ */
92
+ initFrame: function() {
93
+ this.frame = wp.media( {
94
+ button: {
95
+ text: elementor.translate( 'insert_media' )
96
+ },
97
+ states: [
98
+ new wp.media.controller.Library( {
99
+ title: elementor.translate( 'insert_media' ),
100
+ library: wp.media.query( { type: this.ui.controlMedia.data('media-type') } ),
101
+ multiple: false,
102
+ date: false
103
+ } )
104
+ ]
105
+ } );
106
+
107
+ // When a file is selected, run a callback.
108
+ this.frame.on( 'insert select', this.select.bind( this ) );
109
+ },
110
+
111
+ /**
112
+ * Callback handler for when an attachment is selected in the media modal.
113
+ * Gets the selected image information, and sets it within the control.
114
+ */
115
+ select: function() {
116
+ this.trigger( 'before:select' );
117
+
118
+ // Get the attachment from the modal frame.
119
+ var attachment = this.frame.state().get( 'selection' ).first().toJSON();
120
+
121
+ if ( attachment.url ) {
122
+ this.setValue( {
123
+ url: attachment.url,
124
+ img: attachment.image.src,
125
+ id : attachment.id
126
+ } );
127
+
128
+ this.applySavedValue();
129
+ }
130
+
131
+ this.trigger( 'after:select' );
132
+ },
133
+
134
+ onBeforeDestroy: function() {
135
+ this.$el.remove();
136
+ }
137
+ } );
138
+ elementor.addControlView( 'aux-media', AuxControlMediaSelectItemView );
139
+
140
+ /*!
141
+ * ================== Auxin Icon Select Controller ===================
142
+ **/
143
+ var AuxControlSelect2 = elementor.modules.controls.Select2;
144
+
145
+ var ControlIconSelectItemView = AuxControlSelect2.extend( {
146
+ initialize: function() {
147
+ AuxControlSelect2View.prototype.initialize.apply( this, arguments );
148
+
149
+ this.filterIcons();
150
+ },
151
+
152
+ filterIcons: function() {
153
+ var icons = this.model.get( 'options' ),
154
+ include = this.model.get( 'include' ),
155
+ exclude = this.model.get( 'exclude' );
156
+
157
+ if ( include ) {
158
+ var filteredIcons = {};
159
+
160
+ _.each( include, function( iconKey ) {
161
+ filteredIcons[ iconKey ] = icons[ iconKey ];
162
+ } );
163
+
164
+ this.model.set( 'options', filteredIcons );
165
+ return;
166
+ }
167
+
168
+ if ( exclude ) {
169
+ _.each( exclude, function( iconKey ) {
170
+ delete icons[ iconKey ];
171
+ } );
172
+ }
173
+ },
174
+
175
+ iconsList: function( icon ) {
176
+ if ( ! icon.id ) {
177
+ return icon.text;
178
+ }
179
+
180
+ return jQuery(
181
+ '<span><i class="' + icon.id + '"></i> ' + icon.text + '</span>'
182
+ );
183
+ },
184
+
185
+ getSelect2Options: function() {
186
+ return {
187
+ allowClear: true,
188
+ templateResult: this.iconsList.bind( this ),
189
+ templateSelection: this.iconsList.bind( this )
190
+ };
191
+ }
192
+ } );
193
+ elementor.addControlView( 'aux-icon', ControlIconSelectItemView );
194
+
195
+ // ControlSelect2View prototype
196
+ var AuxControlSelect2View = AuxControlSelect2.extend( {
197
+ getSelect2Options: function() {
198
+ return {
199
+ dir: elementor.config.is_rtl ? 'rtl' : 'ltr'
200
+ };
201
+ },
202
+
203
+ templateHelpers: function() {
204
+ var helpers = AuxControlSelect2View.prototype.templateHelpers.apply( this, arguments ),
205
+ fonts = this.model.get( 'options' );
206
+
207
+ helpers.getFontsByGroups = function( groups ) {
208
+ var filteredFonts = {};
209
+
210
+ _.each( fonts, function( fontType, fontName ) {
211
+ if ( _.isArray( groups ) && _.contains( groups, fontType ) || fontType === groups ) {
212
+ filteredFonts[ fontName ] = fontName;
213
+ }
214
+ } );
215
+
216
+ return filteredFonts;
217
+ };
218
+
219
+ console.log(helpers);
220
+
221
+ return helpers;
222
+ }
223
+ } );
224
+
225
+ /*!
226
+ * ================== Auxin Query Controller ===================
227
+ **/
228
+ var ControlQueryPostsItemView = AuxControlSelect2.extend( {
229
+ cache: null,
230
+
231
+ isTitlesReceived: false,
232
+
233
+ getSelect2Placeholder: function getSelect2Placeholder() {
234
+ return {
235
+ id: '',
236
+ text: 'All'
237
+ };
238
+ },
239
+
240
+ getControlValueByName: function getControlValueByName(controlName) {
241
+ var name = this.model.get('group_prefix') + controlName;
242
+ return this.elementSettingsModel.attributes[name];
243
+ },
244
+
245
+ getSelect2DefaultOptions: function getSelect2DefaultOptions() {
246
+ var self = this;
247
+
248
+ return jQuery.extend(AuxControlSelect2.prototype.getSelect2DefaultOptions.apply(this, arguments), {
249
+ ajax: {
250
+ transport: function transport(params, success, failure) {
251
+ var data = {
252
+ q: params.data.q,
253
+ filter_type: self.model.get('filter_type'),
254
+ object_type: self.model.get('object_type'),
255
+ include_type: self.model.get('include_type'),
256
+ query: self.model.get('query')
257
+ };
258
+
259
+ if ('cpt_taxonomies' === data.filter_type) {
260
+ data.query = {
261
+ post_type: self.getControlValueByName('post_type')
262
+ };
263
+ }
264
+
265
+ return elementorCommon.ajax.addRequest('panel_posts_control_filter_autocomplete', {
266
+ data: data,
267
+ success: success,
268
+ error: failure
269
+ });
270
+ },
271
+ data: function data(params) {
272
+ return {
273
+ q: params.term,
274
+ page: params.page
275
+ };
276
+ },
277
+ cache: true
278
+ },
279
+ escapeMarkup: function escapeMarkup(markup) {
280
+ return markup;
281
+ },
282
+ minimumInputLength: 1
283
+ });
284
+ },
285
+
286
+ getValueTitles: function getValueTitles() {
287
+ var self = this,
288
+ ids = this.getControlValue(),
289
+ filterType = this.model.get('filter_type');
290
+
291
+ if (!ids || !filterType) {
292
+ return;
293
+ }
294
+
295
+ if (!_.isArray(ids)) {
296
+ ids = [ids];
297
+ }
298
+
299
+ elementorCommon.ajax.loadObjects({
300
+ action: 'query_control_value_titles',
301
+ ids: ids,
302
+ data: {
303
+ filter_type: filterType,
304
+ object_type: self.model.get('object_type'),
305
+ include_type: self.model.get('include_type'),
306
+ unique_id: '' + self.cid + filterType,
307
+ query: self.model.get('query')
308
+ },
309
+ before: function before() {
310
+ self.addControlSpinner();
311
+ },
312
+ success: function success(data) {
313
+ self.isTitlesReceived = true;
314
+
315
+ self.model.set('options', data);
316
+
317
+ self.render();
318
+ }
319
+ });
320
+ },
321
+
322
+ addControlSpinner: function addControlSpinner() {
323
+ this.ui.select.prop('disabled', true);
324
+ this.$el.find('.elementor-control-title').after('<span class="elementor-control-spinner">&nbsp;<i class="fa fa-spinner fa-spin"></i>&nbsp;</span>');
325
+ },
326
+
327
+ onReady: function onReady() {
328
+ // Safari takes it's time to get the original select width
329
+ setTimeout(AuxControlSelect2.prototype.onReady.bind(this));
330
+
331
+ if (!this.isTitlesReceived) {
332
+ this.getValueTitles();
333
+ }
334
+ }
335
+ } );
336
+ elementor.addControlView( 'aux-query', ControlQueryPostsItemView );
337
+
338
+ /*!
339
+ * ================== Others ===================
340
+ **/
341
+ // Enables the live preview for tranistions in Elementor Editor
342
+ function auxOnGlobalOpenEditorForTranistions ( panel, model, view ) {
343
+ view.listenTo( model.get( 'settings' ), 'change', function( changedModel ){
344
+
345
+ // Force to re-render the element if the Entrance Animation enabled for first time
346
+ if( '' !== model.getSetting('aux_animation_name') && !view.$el.hasClass('aux-animated') ){
347
+ view.render();
348
+ view.$el.addClass('aux-animated');
349
+ view.$el.addClass('aux-animated-once');
350
+ }
351
+
352
+ // Check the changed setting value
353
+ for( settingName in changedModel.changed ) {
354
+ if ( changedModel.changed.hasOwnProperty( settingName ) ) {
355
+
356
+ // Replay the animation if an animation option changed (except the animation name)
357
+ if( settingName !== "aux_animation_name" && -1 !== settingName.indexOf("aux_animation_") ){
358
+
359
+ // Reply the animation
360
+ view.$el.removeClass( model.getSetting('aux_animation_name') );
361
+
362
+ setTimeout( function() {
363
+ view.$el.addClass( model.getSetting('aux_animation_name') );
364
+ }, ( model.getSetting('aux_animation_delay') || 300 ) ); // Animation Delay
365
+ }
366
+ }
367
+ }
368
+
369
+ }, view );
370
+ }
371
+ elementor.hooks.addAction( 'panel/open_editor/section', auxOnGlobalOpenEditorForTranistions );
372
+ elementor.hooks.addAction( 'panel/open_editor/column' , auxOnGlobalOpenEditorForTranistions );
373
+ elementor.hooks.addAction( 'panel/open_editor/widget' , auxOnGlobalOpenEditorForTranistions );
374
+
375
+ } );
376
+
377
+ })(jQuery, window, document);
admin/assets/js/elementor/widgets.js ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Init Elements in Elementor Frontend
3
+ *
4
+ */
5
+ ;(function($, window, document, undefined){
6
+ "use strict";
7
+
8
+ $(window).on('elementor/frontend/init', function (){
9
+ // Before after element
10
+
11
+ if ( elementorFrontend.isEditMode() ) {
12
+
13
+ elementorFrontend.hooks.addAction( 'frontend/element_ready/aux-before-after.default', $.fn.AuxinBeforeAfterInit );
14
+
15
+ elementorFrontend.hooks.addAction( 'frontend/element_ready/aux-gallery.default', $.fn.AuxinTriggerResize );
16
+ elementorFrontend.hooks.addAction( 'frontend/element_ready/aux-gallery.default', $.fn.AuxinIsotopeImageLayoutsInit );
17
+
18
+ elementorFrontend.hooks.addAction( 'frontend/element_ready/aux_accordion.default', $.fn.AuxinAccordionInit );
19
+
20
+ elementorFrontend.hooks.addAction( 'frontend/element_ready/aux_tabs.default', $.fn.AuxinLiveTabsInit );
21
+
22
+
23
+ elementorFrontend.hooks.addAction( 'frontend/element_ready/aux_video.default', function( $scope ){ window.wp.mediaelement.initialize() } );
24
+ elementorFrontend.hooks.addAction( 'frontend/element_ready/aux_audio.default', function( $scope ){ window.wp.mediaelement.initialize() } );
25
+
26
+
27
+ elementorFrontend.hooks.addAction( 'frontend/element_ready/aux_recent_portfolios_grid.default',
28
+ function( $scope ){ $.fn.AuxinIsotopeLayoutInit( $('body') ); }
29
+ );
30
+
31
+ elementorFrontend.hooks.addAction( 'frontend/element_ready/aux_recent_portfolios_masonry.default',
32
+ function( $scope ){ $.fn.AuxinIsotopeLayoutInit( $('body') ); }
33
+ );
34
+
35
+ elementorFrontend.hooks.addAction( 'frontend/element_ready/aux_recent_portfolios_tile.default',
36
+ function( $scope ){ $.fn.AuxinIsotopeTilesInit( $('body') ); }
37
+ );
38
+
39
+ elementorFrontend.hooks.addAction( 'frontend/element_ready/aux_recent_portfolios_grid_carousel.default',
40
+ function( $scope ){ $.fn.AuxinCarouselInit( $('body') ); }
41
+ );
42
+
43
+ elementorFrontend.hooks.addAction( 'frontend/element_ready/aux_recent_news_grid.default',
44
+ function( $scope ){ $.fn.AuxinCarouselInit( $('body') ); }
45
+ );
46
+
47
+ elementorFrontend.hooks.addAction( 'frontend/element_ready/aux_shopping_cart.default',
48
+ function( $scope ){
49
+ $.fn.AuxinDropdownEffectInit( $('body') );
50
+ $.fn.AuxinCartCanvasInit( $('body') );
51
+ }
52
+ );
53
+
54
+ elementorFrontend.hooks.addAction( 'frontend/element_ready/aux_menu_box.default',
55
+ function( $scope ){
56
+ $scope.find('.aux-master-menu').mastermenu();
57
+ $.fn.AuxinMobileMenuInit( $scope );
58
+ }
59
+ );
60
+
61
+ elementorFrontend.hooks.addAction( 'frontend/element_ready/aux_image.default', function($scope) {
62
+ $.fn.AuxinDynamicDropshadowInit($scope);
63
+ $.fn.AuxinTiltElementInit($scope);
64
+ });
65
+
66
+ elementorFrontend.hooks.addAction( 'frontend/element_ready/global',
67
+ function( $scope ) {
68
+ $.fn.AuxinPageCoverAnimationInit( $scope );
69
+ $.fn.AuxinToggleListInit( $scope );
70
+ $.fn.AuxinAppearAnimationsInit( $scope );
71
+ }
72
+
73
+ );
74
+
75
+ }
76
+
77
+ });
78
+
79
+ })(jQuery, window, document);
80
+
admin/assets/js/plugins.js ADDED
@@ -0,0 +1,2611 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*! Phlox Core Plugin - v2.4.9 (2019-09-26)
2
+ * All required javascript plugins for admin
3
+ * http://phlox.pro/
4
+ * Place any jQuery/helper plugins in here, instead of separate, slower script files!
5
+ */
6
+
7
+ if( typeof Object.create !== 'function' ){ Object.create = function (obj){ function F(){} F.prototype = obj; return new F();}; }
8
+
9
+ /*!
10
+ * ================== admin/assets/js/libs/featherlight.js ===================
11
+ **/
12
+
13
+ /**
14
+ * Featherlight - ultra slim jQuery lightbox
15
+ * Version 1.7.12 - http://noelboss.github.io/featherlight/
16
+ *
17
+ * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
18
+ * MIT Licensed.
19
+ **/
20
+ (function($) {
21
+ "use strict";
22
+
23
+ if('undefined' === typeof $) {
24
+ if('console' in window){ window.console.info('Too much lightness, Featherlight needs jQuery.'); }
25
+ return;
26
+ }
27
+ if($.fn.jquery.match(/-ajax/)) {
28
+ if('console' in window){ window.console.info('Featherlight needs regular jQuery, not the slim version.'); }
29
+ return;
30
+ }
31
+ /* Featherlight is exported as $.featherlight.
32
+ It is a function used to open a featherlight lightbox.
33
+
34
+ [tech]
35
+ Featherlight uses prototype inheritance.
36
+ Each opened lightbox will have a corresponding object.
37
+ That object may have some attributes that override the
38
+ prototype's.
39
+ Extensions created with Featherlight.extend will have their
40
+ own prototype that inherits from Featherlight's prototype,
41
+ thus attributes can be overriden either at the object level,
42
+ or at the extension level.
43
+ To create callbacks that chain themselves instead of overriding,
44
+ use chainCallbacks.
45
+ For those familiar with CoffeeScript, this correspond to
46
+ Featherlight being a class and the Gallery being a class
47
+ extending Featherlight.
48
+ The chainCallbacks is used since we don't have access to
49
+ CoffeeScript's `super`.
50
+ */
51
+
52
+ function Featherlight($content, config) {
53
+ if(this instanceof Featherlight) { /* called with new */
54
+ this.id = Featherlight.id++;
55
+ this.setup($content, config);
56
+ this.chainCallbacks(Featherlight._callbackChain);
57
+ } else {
58
+ var fl = new Featherlight($content, config);
59
+ fl.open();
60
+ return fl;
61
+ }
62
+ }
63
+
64
+ var opened = [],
65
+ pruneOpened = function(remove) {
66
+ opened = $.grep(opened, function(fl) {
67
+ return fl !== remove && fl.$instance.closest('body').length > 0;
68
+ } );
69
+ return opened;
70
+ };
71
+
72
+ // Removes keys of `set` from `obj` and returns the removed key/values.
73
+ function slice(obj, set) {
74
+ var r = {};
75
+ for (var key in obj) {
76
+ if (key in set) {
77
+ r[key] = obj[key];
78
+ delete obj[key];
79
+ }
80
+ }
81
+ return r;
82
+ }
83
+
84
+ // NOTE: List of available [iframe attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe).
85
+ var iFrameAttributeSet = {
86
+ allowfullscreen: 1, frameborder: 1, height: 1, longdesc: 1, marginheight: 1, marginwidth: 1,
87
+ name: 1, referrerpolicy: 1, scrolling: 1, sandbox: 1, src: 1, srcdoc: 1, width: 1
88
+ };
89
+
90
+ // Converts camelCased attributes to dasherized versions for given prefix:
91
+ // parseAttrs({hello: 1, hellFrozeOver: 2}, 'hell') => {froze-over: 2}
92
+ function parseAttrs(obj, prefix) {
93
+ var attrs = {},
94
+ regex = new RegExp('^' + prefix + '([A-Z])(.*)');
95
+ for (var key in obj) {
96
+ var match = key.match(regex);
97
+ if (match) {
98
+ var dasherized = (match[1] + match[2].replace(/([A-Z])/g, '-$1')).toLowerCase();
99
+ attrs[dasherized] = obj[key];
100
+ }
101
+ }
102
+ return attrs;
103
+ }
104
+
105
+ /* document wide key handler */
106
+ var eventMap = { keyup: 'onKeyUp', resize: 'onResize' };
107
+
108
+ var globalEventHandler = function(event) {
109
+ $.each(Featherlight.opened().reverse(), function() {
110
+ if (!event.isDefaultPrevented()) {
111
+ if (false === this[eventMap[event.type]](event)) {
112
+ event.preventDefault(); event.stopPropagation(); return false;
113
+ }
114
+ }
115
+ });
116
+ };
117
+
118
+ var toggleGlobalEvents = function(set) {
119
+ if(set !== Featherlight._globalHandlerInstalled) {
120
+ Featherlight._globalHandlerInstalled = set;
121
+ var events = $.map(eventMap, function(_, name) { return name+'.'+Featherlight.prototype.namespace; } ).join(' ');
122
+ $(window)[set ? 'on' : 'off'](events, globalEventHandler);
123
+ }
124
+ };
125
+
126
+ Featherlight.prototype = {
127
+ constructor: Featherlight,
128
+ /*** defaults ***/
129
+ /* extend featherlight with defaults and methods */
130
+ namespace: 'featherlight', /* Name of the events and css class prefix */
131
+ targetAttr: 'data-featherlight', /* Attribute of the triggered element that contains the selector to the lightbox content */
132
+ variant: null, /* Class that will be added to change look of the lightbox */
133
+ resetCss: false, /* Reset all css */
134
+ background: null, /* Custom DOM for the background, wrapper and the closebutton */
135
+ openTrigger: 'click', /* Event that triggers the lightbox */
136
+ closeTrigger: 'click', /* Event that triggers the closing of the lightbox */
137
+ filter: null, /* Selector to filter events. Think $(...).on('click', filter, eventHandler) */
138
+ root: 'body', /* Where to append featherlights */
139
+ openSpeed: 250, /* Duration of opening animation */
140
+ closeSpeed: 250, /* Duration of closing animation */
141
+ closeOnClick: 'background', /* Close lightbox on click ('background', 'anywhere' or false) */
142
+ closeOnEsc: true, /* Close lightbox when pressing esc */
143
+ closeIcon: '&#10005;', /* Close icon */
144
+ loading: '', /* Content to show while initial content is loading */
145
+ persist: false, /* If set, the content will persist and will be shown again when opened again. 'shared' is a special value when binding multiple elements for them to share the same content */
146
+ otherClose: null, /* Selector for alternate close buttons (e.g. "a.close") */
147
+ beforeOpen: $.noop, /* Called before open. can return false to prevent opening of lightbox. Gets event as parameter, this contains all data */
148
+ beforeContent: $.noop, /* Called when content is loaded. Gets event as parameter, this contains all data */
149
+ beforeClose: $.noop, /* Called before close. can return false to prevent opening of lightbox. Gets event as parameter, this contains all data */
150
+ afterOpen: $.noop, /* Called after open. Gets event as parameter, this contains all data */
151
+ afterContent: $.noop, /* Called after content is ready and has been set. Gets event as parameter, this contains all data */
152
+ afterClose: $.noop, /* Called after close. Gets event as parameter, this contains all data */
153
+ onKeyUp: $.noop, /* Called on key up for the frontmost featherlight */
154
+ onResize: $.noop, /* Called after new content and when a window is resized */
155
+ type: null, /* Specify type of lightbox. If unset, it will check for the targetAttrs value. */
156
+ contentFilters: ['jquery', 'image', 'html', 'ajax', 'iframe', 'text'], /* List of content filters to use to determine the content */
157
+
158
+ /*** methods ***/
159
+ /* setup iterates over a single instance of featherlight and prepares the background and binds the events */
160
+ setup: function(target, config){
161
+ /* all arguments are optional */
162
+ if (typeof target === 'object' && target instanceof $ === false && !config) {
163
+ config = target;
164
+ target = undefined;
165
+ }
166
+
167
+ var self = $.extend(this, config, {target: target}),
168
+ css = !self.resetCss ? self.namespace : self.namespace+'-reset', /* by adding -reset to the classname, we reset all the default css */
169
+ $background = $(self.background || [
170
+ '<div class="'+css+'-loading '+css+'">',
171
+ '<div class="'+css+'-content">',
172
+ '<button class="'+css+'-close-icon '+ self.namespace + '-close" aria-label="Close">',
173
+ self.closeIcon,
174
+ '</button>',
175
+ '<div class="'+self.namespace+'-inner">' + self.loading + '</div>',
176
+ '</div>',
177
+ '</div>'].join('')),
178
+ closeButtonSelector = '.'+self.namespace+'-close' + (self.otherClose ? ',' + self.otherClose : '');
179
+
180
+ self.$instance = $background.clone().addClass(self.variant); /* clone DOM for the background, wrapper and the close button */
181
+
182
+ /* close when click on background/anywhere/null or closebox */
183
+ self.$instance.on(self.closeTrigger+'.'+self.namespace, function(event) {
184
+ if(event.isDefaultPrevented()) {
185
+ return;
186
+ }
187
+ var $target = $(event.target);
188
+ if( ('background' === self.closeOnClick && $target.is('.'+self.namespace))
189
+ || 'anywhere' === self.closeOnClick
190
+ || $target.closest(closeButtonSelector).length ){
191
+ self.close(event);
192
+ event.preventDefault();
193
+ }
194
+ });
195
+
196
+ return this;
197
+ },
198
+
199
+ /* this method prepares the content and converts it into a jQuery object or a promise */
200
+ getContent: function(){
201
+ if(this.persist !== false && this.$content) {
202
+ return this.$content;
203
+ }
204
+ var self = this,
205
+ filters = this.constructor.contentFilters,
206
+ readTargetAttr = function(name){ return self.$currentTarget && self.$currentTarget.attr(name); },
207
+ targetValue = readTargetAttr(self.targetAttr),
208
+ data = self.target || targetValue || '';
209
+
210
+ /* Find which filter applies */
211
+ var filter = filters[self.type]; /* check explicit type like {type: 'image'} */
212
+
213
+ /* check explicit type like data-featherlight="image" */
214
+ if(!filter && data in filters) {
215
+ filter = filters[data];
216
+ data = self.target && targetValue;
217
+ }
218
+ data = data || readTargetAttr('href') || '';
219
+
220
+ /* check explicity type & content like {image: 'photo.jpg'} */
221
+ if(!filter) {
222
+ for(var filterName in filters) {
223
+ if(self[filterName]) {
224
+ filter = filters[filterName];
225
+ data = self[filterName];
226
+ }
227
+ }
228
+ }
229
+
230
+ /* otherwise it's implicit, run checks */
231
+ if(!filter) {
232
+ var target = data;
233
+ data = null;
234
+ $.each(self.contentFilters, function() {
235
+ filter = filters[this];
236
+ if(filter.test) {
237
+ data = filter.test(target);
238
+ }
239
+ if(!data && filter.regex && target.match && target.match(filter.regex)) {
240
+ data = target;
241
+ }
242
+ return !data;
243
+ });
244
+ if(!data) {
245
+ if('console' in window){ window.console.error('Featherlight: no content filter found ' + (target ? ' for "' + target + '"' : ' (no target specified)')); }
246
+ return false;
247
+ }
248
+ }
249
+ /* Process it */
250
+ return filter.process.call(self, data);
251
+ },
252
+
253
+ /* sets the content of $instance to $content */
254
+ setContent: function($content){
255
+ this.$instance.removeClass(this.namespace+'-loading');
256
+
257
+ /* we need a special class for the iframe */
258
+ this.$instance.toggleClass(this.namespace+'-iframe', $content.is('iframe'));
259
+
260
+ /* replace content by appending to existing one before it is removed
261
+ this insures that featherlight-inner remain at the same relative
262
+ position to any other items added to featherlight-content */
263
+ this.$instance.find('.'+this.namespace+'-inner')
264
+ .not($content) /* excluded new content, important if persisted */
265
+ .slice(1).remove().end() /* In the unexpected event where there are many inner elements, remove all but the first one */
266
+ .replaceWith($.contains(this.$instance[0], $content[0]) ? '' : $content);
267
+
268
+ this.$content = $content.addClass(this.namespace+'-inner');
269
+
270
+ return this;
271
+ },
272
+
273
+ /* opens the lightbox. "this" contains $instance with the lightbox, and with the config.
274
+ Returns a promise that is resolved after is successfully opened. */
275
+ open: function(event){
276
+ var self = this;
277
+ self.$instance.hide().appendTo(self.root);
278
+ if((!event || !event.isDefaultPrevented())
279
+ && self.beforeOpen(event) !== false) {
280
+
281
+ if(event){
282
+ event.preventDefault();
283
+ }
284
+ var $content = self.getContent();
285
+
286
+ if($content) {
287
+ opened.push(self);
288
+
289
+ toggleGlobalEvents(true);
290
+
291
+ self.$instance.fadeIn(self.openSpeed);
292
+ self.beforeContent(event);
293
+
294
+ /* Set content and show */
295
+ return $.when($content)
296
+ .always(function($content){
297
+ self.setContent($content);
298
+ self.afterContent(event);
299
+ })
300
+ .then(self.$instance.promise())
301
+ /* Call afterOpen after fadeIn is done */
302
+ .done(function(){ self.afterOpen(event); });
303
+ }
304
+ }
305
+ self.$instance.detach();
306
+ return $.Deferred().reject().promise();
307
+ },
308
+
309
+ /* closes the lightbox. "this" contains $instance with the lightbox, and with the config
310
+ returns a promise, resolved after the lightbox is successfully closed. */
311
+ close: function(event){
312
+ var self = this,
313
+ deferred = $.Deferred();
314
+
315
+ if(self.beforeClose(event) === false) {
316
+ deferred.reject();
317
+ } else {
318
+
319
+ if (0 === pruneOpened(self).length) {
320
+ toggleGlobalEvents(false);
321
+ }
322
+
323
+ self.$instance.fadeOut(self.closeSpeed,function(){
324
+ self.$instance.detach();
325
+ self.afterClose(event);
326
+ deferred.resolve();
327
+ });
328
+ }
329
+ return deferred.promise();
330
+ },
331
+
332
+ /* resizes the content so it fits in visible area and keeps the same aspect ratio.
333
+ Does nothing if either the width or the height is not specified.
334
+ Called automatically on window resize.
335
+ Override if you want different behavior. */
336
+ resize: function(w, h) {
337
+ if (w && h) {
338
+ /* Reset apparent image size first so container grows */
339
+ this.$content.css('width', '').css('height', '');
340
+ /* Calculate the worst ratio so that dimensions fit */
341
+ /* Note: -1 to avoid rounding errors */
342
+ var ratio = Math.max(
343
+ w / (this.$content.parent().width()-1),
344
+ h / (this.$content.parent().height()-1));
345
+ /* Resize content */
346
+ if (ratio > 1) {
347
+ ratio = h / Math.floor(h / ratio); /* Round ratio down so height calc works */
348
+ this.$content.css('width', '' + w / ratio + 'px').css('height', '' + h / ratio + 'px');
349
+ }
350
+ }
351
+ },
352
+
353
+ /* Utility function to chain callbacks
354
+ [Warning: guru-level]
355
+ Used be extensions that want to let users specify callbacks but
356
+ also need themselves to use the callbacks.
357
+ The argument 'chain' has callback names as keys and function(super, event)
358
+ as values. That function is meant to call `super` at some point.
359
+ */
360
+ chainCallbacks: function(chain) {
361
+ for (var name in chain) {
362
+ this[name] = $.proxy(chain[name], this, $.proxy(this[name], this));
363
+ }
364
+ }
365
+ };
366
+
367
+ $.extend(Featherlight, {
368
+ id: 0, /* Used to id single featherlight instances */
369
+ autoBind: '[data-featherlight]', /* Will automatically bind elements matching this selector. Clear or set before onReady */
370
+ defaults: Featherlight.prototype, /* You can access and override all defaults using $.featherlight.defaults, which is just a synonym for $.featherlight.prototype */
371
+ /* Contains the logic to determine content */
372
+ contentFilters: {
373
+ jquery: {
374
+ regex: /^[#.]\w/, /* Anything that starts with a class name or identifiers */
375
+ test: function(elem) { return elem instanceof $ && elem; },
376
+ process: function(elem) { return this.persist !== false ? $(elem) : $(elem).clone(true); }
377
+ },
378
+ image: {
379
+ regex: /\.(png|jpg|jpeg|gif|tiff?|bmp|svg)(\?\S*)?$/i,
380
+ process: function(url) {
381
+ var self = this,
382
+ deferred = $.Deferred(),
383
+ img = new Image(),
384
+ $img = $('<img src="'+url+'" alt="" class="'+self.namespace+'-image" />');
385
+ img.onload = function() {
386
+ /* Store naturalWidth & height for IE8 */
387
+ $img.naturalWidth = img.width; $img.naturalHeight = img.height;
388
+ deferred.resolve( $img );
389
+ };
390
+ img.onerror = function() { deferred.reject($img); };
391
+ img.src = url;
392
+ return deferred.promise();
393
+ }
394
+ },
395
+ html: {
396
+ regex: /^\s*<[\w!][^<]*>/, /* Anything that starts with some kind of valid tag */
397
+ process: function(html) { return $(html); }
398
+ },
399
+ ajax: {
400
+ regex: /./, /* At this point, any content is assumed to be an URL */
401
+ process: function(url) {
402
+ var self = this,
403
+ deferred = $.Deferred();
404
+ /* we are using load so one can specify a target with: url.html #targetelement */
405
+ var $container = $('<div></div>').load(url, function(response, status){
406
+ if ( status !== "error" ) {
407
+ deferred.resolve($container.contents());
408
+ }
409
+ deferred.fail();
410
+ });
411
+ return deferred.promise();
412
+ }
413
+ },
414
+ iframe: {
415
+ process: function(url) {
416
+ var deferred = new $.Deferred();
417
+ var $content = $('<iframe/>');
418
+ var css = parseAttrs(this, 'iframe');
419
+ var attrs = slice(css, iFrameAttributeSet);
420
+ $content.hide()
421
+ .attr('src', url)
422
+ .attr(attrs)
423
+ .css(css)
424
+ .on('load', function() { deferred.resolve($content.show()); })
425
+ // We can't move an <iframe> and avoid reloading it,
426
+ // so let's put it in place ourselves right now:
427
+ .appendTo(this.$instance.find('.' + this.namespace + '-content'));
428
+ return deferred.promise();
429
+ }
430
+ },
431
+ text: {
432
+ process: function(text) { return $('<div>', {text: text}); }
433
+ }
434
+ },
435
+
436
+ functionAttributes: ['beforeOpen', 'afterOpen', 'beforeContent', 'afterContent', 'beforeClose', 'afterClose'],
437
+
438
+ /*** class methods ***/
439
+ /* read element's attributes starting with data-featherlight- */
440
+ readElementConfig: function(element, namespace) {
441
+ var Klass = this,
442
+ regexp = new RegExp('^data-' + namespace + '-(.*)'),
443
+ config = {};
444
+ if (element && element.attributes) {
445
+ $.each(element.attributes, function(){
446
+ var match = this.name.match(regexp);
447
+ if (match) {
448
+ var val = this.value,
449
+ name = $.camelCase(match[1]);
450
+ if ($.inArray(name, Klass.functionAttributes) >= 0) { /* jshint -W054 */
451
+ val = new Function(val); /* jshint +W054 */
452
+ } else {
453
+ try { val = JSON.parse(val); }
454
+ catch(e) {}
455
+ }
456
+ config[name] = val;
457
+ }
458
+ });
459
+ }
460
+ return config;
461
+ },
462
+
463
+ /* Used to create a Featherlight extension
464
+ [Warning: guru-level]
465
+ Creates the extension's prototype that in turn
466
+ inherits Featherlight's prototype.
467
+ Could be used to extend an extension too...
468
+ This is pretty high level wizardy, it comes pretty much straight
469
+ from CoffeeScript and won't teach you anything about Featherlight
470
+ as it's not really specific to this library.
471
+ My suggestion: move along and keep your sanity.
472
+ */
473
+ extend: function(child, defaults) {
474
+ /* Setup class hierarchy, adapted from CoffeeScript */
475
+ var Ctor = function(){ this.constructor = child; };
476
+ Ctor.prototype = this.prototype;
477
+ child.prototype = new Ctor();
478
+ child.__super__ = this.prototype;
479
+ /* Copy class methods & attributes */
480
+ $.extend(child, this, defaults);
481
+ child.defaults = child.prototype;
482
+ return child;
483
+ },
484
+
485
+ attach: function($source, $content, config) {
486
+ var Klass = this;
487
+ if (typeof $content === 'object' && $content instanceof $ === false && !config) {
488
+ config = $content;
489
+ $content = undefined;
490
+ }
491
+ /* make a copy */
492
+ config = $.extend({}, config);
493
+
494
+ /* Only for openTrigger and namespace... */
495
+ var namespace = config.namespace || Klass.defaults.namespace,
496
+ tempConfig = $.extend({}, Klass.defaults, Klass.readElementConfig($source[0], namespace), config),
497
+ sharedPersist;
498
+ var handler = function(event) {
499
+ var $target = $(event.currentTarget);
500
+ /* ... since we might as well compute the config on the actual target */
501
+ var elemConfig = $.extend(
502
+ {$source: $source, $currentTarget: $target},
503
+ Klass.readElementConfig($source[0], tempConfig.namespace),
504
+ Klass.readElementConfig(event.currentTarget, tempConfig.namespace),
505
+ config);
506
+ var fl = sharedPersist || $target.data('featherlight-persisted') || new Klass($content, elemConfig);
507
+ if(fl.persist === 'shared') {
508
+ sharedPersist = fl;
509
+ } else if(fl.persist !== false) {
510
+ $target.data('featherlight-persisted', fl);
511
+ }
512
+ if (elemConfig.$currentTarget.blur) {
513
+ elemConfig.$currentTarget.blur(); // Otherwise 'enter' key might trigger the dialog again
514
+ }
515
+ fl.open(event);
516
+ };
517
+
518
+ $source.on(tempConfig.openTrigger+'.'+tempConfig.namespace, tempConfig.filter, handler);
519
+
520
+ return handler;
521
+ },
522
+
523
+ current: function() {
524
+ var all = this.opened();
525
+ return all[all.length - 1] || null;
526
+ },
527
+
528
+ opened: function() {
529
+ var klass = this;
530
+ pruneOpened();
531
+ return $.grep(opened, function(fl) { return fl instanceof klass; } );
532
+ },
533
+
534
+ close: function(event) {
535
+ var cur = this.current();
536
+ if(cur) { return cur.close(event); }
537
+ },
538
+
539
+ /* Does the auto binding on startup.
540
+ Meant only to be used by Featherlight and its extensions
541
+ */
542
+ _onReady: function() {
543
+ var Klass = this;
544
+ if(Klass.autoBind){
545
+ /* Bind existing elements */
546
+ $(Klass.autoBind).each(function(){
547
+ Klass.attach($(this));
548
+ });
549
+ /* If a click propagates to the document level, then we have an item that was added later on */
550
+ $(document).on('click', Klass.autoBind, function(evt) {
551
+ if (evt.isDefaultPrevented()) {
552
+ return;
553
+ }
554
+ /* Bind featherlight */
555
+ var handler = Klass.attach($(evt.currentTarget));
556
+ /* Dispatch event directly */
557
+ handler(evt);
558
+ });
559
+ }
560
+ },
561
+
562
+ /* Featherlight uses the onKeyUp callback to intercept the escape key.
563
+ Private to Featherlight.
564
+ */
565
+ _callbackChain: {
566
+ onKeyUp: function(_super, event){
567
+ if(27 === event.keyCode) {
568
+ if (this.closeOnEsc) {
569
+ $.featherlight.close(event);
570
+ }
571
+ return false;
572
+ } else {
573
+ return _super(event);
574
+ }
575
+ },
576
+
577
+ beforeOpen: function(_super, event) {
578
+ // Used to disable scrolling
579
+ $(document.documentElement).addClass('with-featherlight');
580
+
581
+ // Remember focus:
582
+ this._previouslyActive = document.activeElement;
583
+
584
+ // Disable tabbing:
585
+ // See http://stackoverflow.com/questions/1599660/which-html-elements-can-receive-focus
586
+ this._$previouslyTabbable = $("a, input, select, textarea, iframe, button, iframe, [contentEditable=true]")
587
+ .not('[tabindex]')
588
+ .not(this.$instance.find('button'));
589
+
590
+ this._$previouslyWithTabIndex = $('[tabindex]').not('[tabindex="-1"]');
591
+ this._previousWithTabIndices = this._$previouslyWithTabIndex.map(function(_i, elem) {
592
+ return $(elem).attr('tabindex');
593
+ });
594
+
595
+ this._$previouslyWithTabIndex.add(this._$previouslyTabbable).attr('tabindex', -1);
596
+
597
+ if (document.activeElement.blur) {
598
+ document.activeElement.blur();
599
+ }
600
+ return _super(event);
601
+ },
602
+
603
+ afterClose: function(_super, event) {
604
+ var r = _super(event);
605
+ // Restore focus
606
+ var self = this;
607
+ this._$previouslyTabbable.removeAttr('tabindex');
608
+ this._$previouslyWithTabIndex.each(function(i, elem) {
609
+ $(elem).attr('tabindex', self._previousWithTabIndices[i]);
610
+ });
611
+ this._previouslyActive.focus();
612
+ // Restore scroll
613
+ if(Featherlight.opened().length === 0) {
614
+ $(document.documentElement).removeClass('with-featherlight');
615
+ }
616
+ return r;
617
+ },
618
+
619
+ onResize: function(_super, event){
620
+ this.resize(this.$content.naturalWidth, this.$content.naturalHeight);
621
+ return _super(event);
622
+ },
623
+
624
+ afterContent: function(_super, event){
625
+ var r = _super(event);
626
+ this.$instance.find('[autofocus]:not([disabled])').focus();
627
+ this.onResize(event);
628
+ return r;
629
+ }
630
+ }
631
+ });
632
+
633
+ $.featherlight = Featherlight;
634
+
635
+ /* bind jQuery elements to trigger featherlight */
636
+ $.fn.featherlight = function($content, config) {
637
+ Featherlight.attach(this, $content, config);
638
+ return this;
639
+ };
640
+
641
+ /* bind featherlight on ready if config autoBind is set */
642
+ $(document).ready(function(){ Featherlight._onReady(); });
643
+ }(jQuery));
644
+
645
+
646
+ /*!
647
+ * ================== admin/assets/js/libs/jquery.blockUI.js ===================
648
+ **/
649
+
650
+ /*!
651
+ * jQuery blockUI plugin
652
+ * Version 2.70.0-2014.11.23
653
+ * Requires jQuery v1.7 or later
654
+ *
655
+ * Examples at: http://malsup.com/jquery/block/
656
+ * Copyright (c) 2007-2013 M. Alsup
657
+ * Dual licensed under the MIT and GPL licenses:
658
+ * http://www.opensource.org/licenses/mit-license.php
659
+ * http://www.gnu.org/licenses/gpl.html
660
+ *
661
+ * Thanks to Amir-Hossein Sobhi for some excellent contributions!
662
+ */
663
+
664
+ ;(function() {
665
+ /*jshint eqeqeq:false curly:false latedef:false */
666
+ "use strict";
667
+
668
+ function setup($) {
669
+ $.fn._fadeIn = $.fn.fadeIn;
670
+
671
+ var noOp = $.noop || function() {};
672
+
673
+ // this bit is to ensure we don't call setExpression when we shouldn't (with extra muscle to handle
674
+ // confusing userAgent strings on Vista)
675
+ var msie = /MSIE/.test(navigator.userAgent);
676
+ var ie6 = /MSIE 6.0/.test(navigator.userAgent) && ! /MSIE 8.0/.test(navigator.userAgent);
677
+ var mode = document.documentMode || 0;
678
+ var setExpr = $.isFunction( document.createElement('div').style.setExpression );
679
+
680
+ // global $ methods for blocking/unblocking the entire page
681
+ $.blockUI = function(opts) { install(window, opts); };
682
+ $.unblockUI = function(opts) { remove(window, opts); };
683
+
684
+ // convenience method for quick growl-like notifications (http://www.google.com/search?q=growl)
685
+ $.growlUI = function(title, message, timeout, onClose) {
686
+ var $m = $('<div class="growlUI"></div>');
687
+ if (title) $m.append('<h1>'+title+'</h1>');
688
+ if (message) $m.append('<h2>'+message+'</h2>');
689
+ if (timeout === undefined) timeout = 3000;
690
+
691
+ // Added by konapun: Set timeout to 30 seconds if this growl is moused over, like normal toast notifications
692
+ var callBlock = function(opts) {
693
+ opts = opts || {};
694
+
695
+ $.blockUI({
696
+ message: $m,
697
+ fadeIn : typeof opts.fadeIn !== 'undefined' ? opts.fadeIn : 700,
698
+ fadeOut: typeof opts.fadeOut !== 'undefined' ? opts.fadeOut : 1000,
699
+ timeout: typeof opts.timeout !== 'undefined' ? opts.timeout : timeout,
700
+ centerY: false,
701
+ showOverlay: false,
702
+ onUnblock: onClose,
703
+ css: $.blockUI.defaults.growlCSS
704
+ });
705
+ };
706
+
707
+ callBlock();
708
+ var nonmousedOpacity = $m.css('opacity');
709
+ $m.mouseover(function() {
710
+ callBlock({
711
+ fadeIn: 0,
712
+ timeout: 30000
713
+ });
714
+
715
+ var displayBlock = $('.blockMsg');
716
+ displayBlock.stop(); // cancel fadeout if it has started
717
+ displayBlock.fadeTo(300, 1); // make it easier to read the message by removing transparency
718
+ }).mouseout(function() {
719
+ $('.blockMsg').fadeOut(1000);
720
+ });
721
+ // End konapun additions
722
+ };
723
+
724
+ // plugin method for blocking element content
725
+ $.fn.block = function(opts) {
726
+ if ( this[0] === window ) {
727
+ $.blockUI( opts );
728
+ return this;
729
+ }
730
+ var fullOpts = $.extend({}, $.blockUI.defaults, opts || {});
731
+ this.each(function() {
732
+ var $el = $(this);
733
+ if (fullOpts.ignoreIfBlocked && $el.data('blockUI.isBlocked'))
734
+ return;
735
+ $el.unblock({ fadeOut: 0 });
736
+ });
737
+
738
+ return this.each(function() {
739
+ if ($.css(this,'position') == 'static') {
740
+ this.style.position = 'relative';
741
+ $(this).data('blockUI.static', true);
742
+ }
743
+ this.style.zoom = 1; // force 'hasLayout' in ie
744
+ install(this, opts);
745
+ });
746
+ };
747
+
748
+ // plugin method for unblocking element content
749
+ $.fn.unblock = function(opts) {
750
+ if ( this[0] === window ) {
751
+ $.unblockUI( opts );
752
+ return this;
753
+ }
754
+ return this.each(function() {
755
+ remove(this, opts);
756
+ });
757
+ };
758
+
759
+ $.blockUI.version = 2.70; // 2nd generation blocking at no extra cost!
760
+
761
+ // override these in your code to change the default behavior and style
762
+ $.blockUI.defaults = {
763
+ // message displayed when blocking (use null for no message)
764
+ message: '<h1>Please wait...</h1>',
765
+
766
+ title: null, // title string; only used when theme == true
767
+ draggable: true, // only used when theme == true (requires jquery-ui.js to be loaded)
768
+
769
+ theme: false, // set to true to use with jQuery UI themes
770
+
771
+ // styles for the message when blocking; if you wish to disable
772
+ // these and use an external stylesheet then do this in your code:
773
+ // $.blockUI.defaults.css = {};
774
+ css: {
775
+ padding: 0,
776
+ margin: 0,
777
+ width: '30%',
778
+ top: '40%',
779
+ left: '35%',
780
+ textAlign: 'center',
781
+ color: '#000',
782
+ border: '3px solid #aaa',
783
+ backgroundColor:'#fff',
784
+ cursor: 'wait'
785
+ },
786
+
787
+ // minimal style set used when themes are used
788
+ themedCSS: {
789
+ width: '30%',
790
+ top: '40%',
791
+ left: '35%'
792
+ },
793
+
794
+ // styles for the overlay
795
+ overlayCSS: {
796
+ backgroundColor: '#000',
797
+ opacity: 0.6,
798
+ cursor: 'wait'
799
+ },
800
+
801
+ // style to replace wait cursor before unblocking to correct issue
802
+ // of lingering wait cursor
803
+ cursorReset: 'default',
804
+
805
+ // styles applied when using $.growlUI
806
+ growlCSS: {
807
+ width: '350px',
808
+ top: '10px',
809
+ left: '',
810
+ right: '10px',
811
+ border: 'none',
812
+ padding: '5px',
813
+ opacity: 0.6,
814
+ cursor: 'default',
815
+ color: '#fff',
816
+ backgroundColor: '#000',
817
+ '-webkit-border-radius':'10px',
818
+ '-moz-border-radius': '10px',
819
+ 'border-radius': '10px'
820
+ },
821
+
822
+ // IE issues: 'about:blank' fails on HTTPS and javascript:false is s-l-o-w
823
+ // (hat tip to Jorge H. N. de Vasconcelos)
824
+ /*jshint scripturl:true */
825
+ iframeSrc: /^https/i.test(window.location.href || '') ? 'javascript:false' : 'about:blank',
826
+
827
+ // force usage of iframe in non-IE browsers (handy for blocking applets)
828
+ forceIframe: false,
829
+
830
+ // z-index for the blocking overlay
831
+ baseZ: 1000,
832
+
833
+ // set these to true to have the message automatically centered
834
+ centerX: true, // <-- only effects element blocking (page block controlled via css above)
835
+ centerY: true,
836
+
837
+ // allow body element to be stetched in ie6; this makes blocking look better
838
+ // on "short" pages. disable if you wish to prevent changes to the body height
839
+ allowBodyStretch: true,
840
+
841
+ // enable if you want key and mouse events to be disabled for content that is blocked
842
+ bindEvents: true,
843
+
844
+ // be default blockUI will supress tab navigation from leaving blocking content
845
+ // (if bindEvents is true)
846
+ constrainTabKey: true,
847
+
848
+ // fadeIn time in millis; set to 0 to disable fadeIn on block
849
+ fadeIn: 200,
850
+
851
+ // fadeOut time in millis; set to 0 to disable fadeOut on unblock
852
+ fadeOut: 400,
853
+
854
+ // time in millis to wait before auto-unblocking; set to 0 to disable auto-unblock
855
+ timeout: 0,
856
+
857
+ // disable if you don't want to show the overlay
858
+ showOverlay: true,
859
+
860
+ // if true, focus will be placed in the first available input field when
861
+ // page blocking
862
+ focusInput: true,
863
+
864
+ // elements that can receive focus
865
+ focusableElements: ':input:enabled:visible',
866
+
867
+ // suppresses the use of overlay styles on FF/Linux (due to performance issues with opacity)
868
+ // no longer needed in 2012
869
+ // applyPlatformOpacityRules: true,
870
+
871
+ // callback method invoked when fadeIn has completed and blocking message is visible
872
+ onBlock: null,
873
+
874
+ // callback method invoked when unblocking has completed; the callback is
875
+ // passed the element that has been unblocked (which is the window object for page
876
+ // blocks) and the options that were passed to the unblock call:
877
+ // onUnblock(element, options)
878
+ onUnblock: null,
879
+
880
+ // callback method invoked when the overlay area is clicked.
881
+ // setting this will turn the cursor to a pointer, otherwise cursor defined in overlayCss will be used.
882
+ onOverlayClick: null,
883
+
884
+ // don't ask; if you really must know: http://groups.google.com/group/jquery-en/browse_thread/thread/36640a8730503595/2f6a79a77a78e493#2f6a79a77a78e493
885
+ quirksmodeOffsetHack: 4,
886
+
887
+ // class name of the message block
888
+ blockMsgClass: 'blockMsg',
889
+
890
+ // if it is already blocked, then ignore it (don't unblock and reblock)
891
+ ignoreIfBlocked: false
892
+ };
893
+
894
+ // private data and functions follow...
895
+
896
+ var pageBlock = null;
897
+ var pageBlockEls = [];
898
+
899
+ function install(el, opts) {
900
+ var css, themedCSS;
901
+ var full = (el == window);
902
+ var msg = (opts && opts.message !== undefined ? opts.message : undefined);
903
+ opts = $.extend({}, $.blockUI.defaults, opts || {});
904
+
905
+ if (opts.ignoreIfBlocked && $(el).data('blockUI.isBlocked'))
906
+ return;
907
+
908
+ opts.overlayCSS = $.extend({}, $.blockUI.defaults.overlayCSS, opts.overlayCSS || {});
909
+ css = $.extend({}, $.blockUI.defaults.css, opts.css || {});
910
+ if (opts.onOverlayClick)
911
+ opts.overlayCSS.cursor = 'pointer';
912
+
913
+ themedCSS = $.extend({}, $.blockUI.defaults.themedCSS, opts.themedCSS || {});
914
+ msg = msg === undefined ? opts.message : msg;
915
+
916
+ // remove the current block (if there is one)
917
+ if (full && pageBlock)
918
+ remove(window, {fadeOut:0});
919
+
920
+ // if an existing element is being used as the blocking content then we capture
921
+ // its current place in the DOM (and current display style) so we can restore
922
+ // it when we unblock
923
+ if (msg && typeof msg != 'string' && (msg.parentNode || msg.jquery)) {
924
+ var node = msg.jquery ? msg[0] : msg;
925
+ var data = {};
926
+ $(el).data('blockUI.history', data);
927
+ data.el = node;
928
+ data.parent = node.parentNode;
929
+ data.display = node.style.display;
930
+ data.position = node.style.position;
931
+ if (data.parent)
932
+ data.parent.removeChild(node);
933
+ }
934
+
935
+ $(el).data('blockUI.onUnblock', opts.onUnblock);
936
+ var z = opts.baseZ;
937
+
938
+ // blockUI uses 3 layers for blocking, for simplicity they are all used on every platform;
939
+ // layer1 is the iframe layer which is used to supress bleed through of underlying content
940
+ // layer2 is the overlay layer which has opacity and a wait cursor (by default)
941
+ // layer3 is the message content that is displayed while blocking
942
+ var lyr1, lyr2, lyr3, s;
943
+ if (msie || opts.forceIframe)
944
+ lyr1 = $('<iframe class="blockUI" style="z-index:'+ (z++) +';display:none;border:none;margin:0;padding:0;position:absolute;width:100%;height:100%;top:0;left:0" src="'+opts.iframeSrc+'"></iframe>');
945
+ else
946
+ lyr1 = $('<div class="blockUI" style="display:none"></div>');
947
+
948
+ if (opts.theme)
949
+ lyr2 = $('<div class="blockUI blockOverlay ui-widget-overlay" style="z-index:'+ (z++) +';display:none"></div>');
950
+ else
951
+ lyr2 = $('<div class="blockUI blockOverlay" style="z-index:'+ (z++) +';display:none;border:none;margin:0;padding:0;width:100%;height:100%;top:0;left:0"></div>');
952
+
953
+ if (opts.theme && full) {
954
+ s = '<div class="blockUI ' + opts.blockMsgClass + ' blockPage ui-dialog ui-widget ui-corner-all" style="z-index:'+(z+10)+';display:none;position:fixed">';
955
+ if ( opts.title ) {
956
+ s += '<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(opts.title || '&nbsp;')+'</div>';
957
+ }
958
+ s += '<div class="ui-widget-content ui-dialog-content"></div>';
959
+ s += '</div>';
960
+ }
961
+ else if (opts.theme) {
962
+ s = '<div class="blockUI ' + opts.blockMsgClass + ' blockElement ui-dialog ui-widget ui-corner-all" style="z-index:'+(z+10)+';display:none;position:absolute">';
963
+ if ( opts.title ) {
964
+ s += '<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(opts.title || '&nbsp;')+'</div>';
965
+ }
966
+ s += '<div class="ui-widget-content ui-dialog-content"></div>';
967
+ s += '</div>';
968
+ }
969
+ else if (full) {
970
+ s = '<div class="blockUI ' + opts.blockMsgClass + ' blockPage" style="z-index:'+(z+10)+';display:none;position:fixed"></div>';
971
+ }
972
+ else {
973
+ s = '<div class="blockUI ' + opts.blockMsgClass + ' blockElement" style="z-index:'+(z+10)+';display:none;position:absolute"></div>';
974
+ }
975
+ lyr3 = $(s);
976
+
977
+ // if we have a message, style it
978
+ if (msg) {
979
+ if (opts.theme) {
980
+ lyr3.css(themedCSS);
981
+ lyr3.addClass('ui-widget-content');
982
+ }
983
+ else
984
+ lyr3.css(css);
985
+ }
986
+
987
+ // style the overlay
988
+ if (!opts.theme /*&& (!opts.applyPlatformOpacityRules)*/)
989
+ lyr2.css(opts.overlayCSS);
990
+ lyr2.css('position', full ? 'fixed' : 'absolute');
991
+
992
+ // make iframe layer transparent in IE
993
+ if (msie || opts.forceIframe)
994
+ lyr1.css('opacity',0.0);
995
+
996
+ //$([lyr1[0],lyr2[0],lyr3[0]]).appendTo(full ? 'body' : el);
997
+ var layers = [lyr1,lyr2,lyr3], $par = full ? $('body') : $(el);
998
+ $.each(layers, function() {
999
+ this.appendTo($par);
1000
+ });
1001
+
1002
+ if (opts.theme && opts.draggable && $.fn.draggable) {
1003
+ lyr3.draggable({
1004
+ handle: '.ui-dialog-titlebar',
1005
+ cancel: 'li'
1006
+ });
1007
+ }
1008
+
1009
+ // ie7 must use absolute positioning in quirks mode and to account for activex issues (when scrolling)
1010
+ var expr = setExpr && (!$.support.boxModel || $('object,embed', full ? null : el).length > 0);
1011
+ if (ie6 || expr) {
1012
+ // give body 100% height
1013
+ if (full && opts.allowBodyStretch && $.support.boxModel)
1014
+ $('html,body').css('height','100%');
1015
+
1016
+ // fix ie6 issue when blocked element has a border width
1017
+ if ((ie6 || !$.support.boxModel) && !full) {
1018
+ var t = sz(el,'borderTopWidth'), l = sz(el,'borderLeftWidth');
1019
+ var fixT = t ? '(0 - '+t+')' : 0;
1020
+ var fixL = l ? '(0 - '+l+')' : 0;
1021
+ }
1022
+
1023
+ // simulate fixed position
1024
+ $.each(layers, function(i,o) {
1025
+ var s = o[0].style;
1026
+ s.position = 'absolute';
1027
+ if (i < 2) {
1028
+ if (full)
1029
+ s.setExpression('height','Math.max(document.body.scrollHeight, document.body.offsetHeight) - (jQuery.support.boxModel?0:'+opts.quirksmodeOffsetHack+') + "px"');
1030
+ else
1031
+ s.setExpression('height','this.parentNode.offsetHeight + "px"');
1032
+ if (full)
1033
+ s.setExpression('width','jQuery.support.boxModel && document.documentElement.clientWidth || document.body.clientWidth + "px"');
1034
+ else
1035
+ s.setExpression('width','this.parentNode.offsetWidth + "px"');
1036
+ if (fixL) s.setExpression('left', fixL);
1037
+ if (fixT) s.setExpression('top', fixT);
1038
+ }
1039
+ else if (opts.centerY) {
1040
+ if (full) s.setExpression('top','(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"');
1041
+ s.marginTop = 0;
1042
+ }
1043
+ else if (!opts.centerY && full) {
1044
+ var top = (opts.css && opts.css.top) ? parseInt(opts.css.top, 10) : 0;
1045
+ var expression = '((document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + '+top+') + "px"';
1046
+ s.setExpression('top',expression);
1047
+ }
1048
+ });
1049
+ }
1050
+
1051
+ // show the message
1052
+ if (msg) {
1053
+ if (opts.theme)
1054
+ lyr3.find('.ui-widget-content').append(msg);
1055
+ else
1056
+ lyr3.append(msg);
1057
+ if (msg.jquery || msg.nodeType)
1058
+ $(msg).show();
1059
+ }
1060
+
1061
+ if ((msie || opts.forceIframe) && opts.showOverlay)
1062
+ lyr1.show(); // opacity is zero
1063
+ if (opts.fadeIn) {
1064
+ var cb = opts.onBlock ? opts.onBlock : noOp;
1065
+ var cb1 = (opts.showOverlay && !msg) ? cb : noOp;
1066
+ var cb2 = msg ? cb : noOp;
1067
+ if (opts.showOverlay)
1068
+ lyr2._fadeIn(opts.fadeIn, cb1);
1069
+ if (msg)
1070
+ lyr3._fadeIn(opts.fadeIn, cb2);
1071
+ }
1072
+ else {
1073
+ if (opts.showOverlay)
1074
+ lyr2.show();
1075
+ if (msg)
1076
+ lyr3.show();
1077
+ if (opts.onBlock)
1078
+ opts.onBlock.bind(lyr3)();
1079
+ }
1080
+
1081
+ // bind key and mouse events
1082
+ bind(1, el, opts);
1083
+
1084
+ if (full) {
1085
+ pageBlock = lyr3[0];
1086
+ pageBlockEls = $(opts.focusableElements,pageBlock);
1087
+ if (opts.focusInput)
1088
+ setTimeout(focus, 20);
1089
+ }
1090
+ else
1091
+ center(lyr3[0], opts.centerX, opts.centerY);
1092
+
1093
+ if (opts.timeout) {
1094
+ // auto-unblock
1095
+ var to = setTimeout(function() {
1096
+ if (full)
1097
+ $.unblockUI(opts);
1098
+ else
1099
+ $(el).unblock(opts);
1100
+ }, opts.timeout);
1101
+ $(el).data('blockUI.timeout', to);
1102
+ }
1103
+ }
1104
+
1105
+ // remove the block
1106
+ function remove(el, opts) {
1107
+ var count;
1108
+ var full = (el == window);
1109
+ var $el = $(el);
1110
+ var data = $el.data('blockUI.history');
1111
+ var to = $el.data('blockUI.timeout');
1112
+ if (to) {
1113
+ clearTimeout(to);
1114
+ $el.removeData('blockUI.timeout');
1115
+ }
1116
+ opts = $.extend({}, $.blockUI.defaults, opts || {});
1117
+ bind(0, el, opts); // unbind events
1118
+
1119
+ if (opts.onUnblock === null) {
1120
+ opts.onUnblock = $el.data('blockUI.onUnblock');
1121
+ $el.removeData('blockUI.onUnblock');
1122
+ }
1123
+
1124
+ var els;
1125
+ if (full) // crazy selector to handle odd field errors in ie6/7
1126
+ els = $('body').children().filter('.blockUI').add('body > .blockUI');
1127
+ else
1128
+ els = $el.find('>.blockUI');
1129
+
1130
+ // fix cursor issue
1131
+ if ( opts.cursorReset ) {
1132
+ if ( els.length > 1 )
1133
+ els[1].style.cursor = opts.cursorReset;
1134
+ if ( els.length > 2 )
1135
+ els[2].style.cursor = opts.cursorReset;
1136
+ }
1137
+
1138
+ if (full)
1139
+ pageBlock = pageBlockEls = null;
1140
+
1141
+ if (opts.fadeOut) {
1142
+ count = els.length;
1143
+ els.stop().fadeOut(opts.fadeOut, function() {
1144
+ if ( --count === 0)
1145
+ reset(els,data,opts,el);
1146
+ });
1147
+ }
1148
+ else
1149
+ reset(els, data, opts, el);
1150
+ }
1151
+
1152
+ // move blocking element back into the DOM where it started
1153
+ function reset(els,data,opts,el) {
1154
+ var $el = $(el);
1155
+ if ( $el.data('blockUI.isBlocked') )
1156
+ return;
1157
+
1158
+ els.each(function(i,o) {
1159
+ // remove via DOM calls so we don't lose event handlers
1160
+ if (this.parentNode)
1161
+ this.parentNode.removeChild(this);
1162
+ });
1163
+
1164
+ if (data && data.el) {
1165
+ data.el.style.display = data.display;
1166
+ data.el.style.position = data.position;
1167
+ data.el.style.cursor = 'default'; // #59
1168
+ if (data.parent)
1169
+ data.parent.appendChild(data.el);
1170
+ $el.removeData('blockUI.history');
1171
+ }
1172
+
1173
+ if ($el.data('blockUI.static')) {
1174
+ $el.css('position', 'static'); // #22
1175
+ }
1176
+
1177
+ if (typeof opts.onUnblock == 'function')
1178
+ opts.onUnblock(el,opts);
1179
+
1180
+ // fix issue in Safari 6 where block artifacts remain until reflow
1181
+ var body = $(document.body), w = body.width(), cssW = body[0].style.width;
1182
+ body.width(w-1).width(w);
1183
+ body[0].style.width = cssW;
1184
+ }
1185
+
1186
+ // bind/unbind the handler
1187
+ function bind(b, el, opts) {
1188
+ var full = el == window, $el = $(el);
1189
+
1190
+ // don't bother unbinding if there is nothing to unbind
1191
+ if (!b && (full && !pageBlock || !full && !$el.data('blockUI.isBlocked')))
1192
+ return;
1193
+
1194
+ $el.data('blockUI.isBlocked', b);
1195
+
1196
+ // don't bind events when overlay is not in use or if bindEvents is false
1197
+ if (!full || !opts.bindEvents || (b && !opts.showOverlay))
1198
+ return;
1199
+
1200
+ // bind anchors and inputs for mouse and key events
1201
+ var events = 'mousedown mouseup keydown keypress keyup touchstart touchend touchmove';
1202
+ if (b)
1203
+ $(document).bind(events, opts, handler);
1204
+ else
1205
+ $(document).unbind(events, handler);
1206
+
1207
+ // former impl...
1208
+ // var $e = $('a,:input');
1209
+ // b ? $e.bind(events, opts, handler) : $e.unbind(events, handler);
1210
+ }
1211
+
1212
+ // event handler to suppress keyboard/mouse events when blocking
1213
+ function handler(e) {
1214
+ // allow tab navigation (conditionally)
1215
+ if (e.type === 'keydown' && e.keyCode && e.keyCode == 9) {
1216
+ if (pageBlock && e.data.constrainTabKey) {
1217
+ var els = pageBlockEls;
1218
+ var fwd = !e.shiftKey && e.target === els[els.length-1];
1219
+ var back = e.shiftKey && e.target === els[0];
1220
+ if (fwd || back) {
1221
+ setTimeout(function(){focus(back);},10);
1222
+ return false;
1223
+ }
1224
+ }
1225
+ }
1226
+ var opts = e.data;
1227
+ var target = $(e.target);
1228
+ if (target.hasClass('blockOverlay') && opts.onOverlayClick)
1229
+ opts.onOverlayClick(e);
1230
+
1231
+ // allow events within the message content
1232
+ if (target.parents('div.' + opts.blockMsgClass).length > 0)
1233
+ return true;
1234
+
1235
+ // allow events for content that is not being blocked
1236
+ return target.parents().children().filter('div.blockUI').length === 0;
1237
+ }
1238
+
1239
+ function focus(back) {
1240
+ if (!pageBlockEls)
1241
+ return;
1242
+ var e = pageBlockEls[back===true ? pageBlockEls.length-1 : 0];
1243
+ if (e)
1244
+ e.focus();
1245
+ }
1246
+
1247
+ function center(el, x, y) {
1248
+ var p = el.parentNode, s = el.style;
1249
+ var l = ((p.offsetWidth - el.offsetWidth)/2) - sz(p,'borderLeftWidth');
1250
+ var t = ((p.offsetHeight - el.offsetHeight)/2) - sz(p,'borderTopWidth');
1251
+ if (x) s.left = l > 0 ? (l+'px') : '0';
1252
+ if (y) s.top = t > 0 ? (t+'px') : '0';
1253
+ }
1254
+
1255
+ function sz(el, p) {
1256
+ return parseInt($.css(el,p),10)||0;
1257
+ }
1258
+
1259
+ }
1260
+
1261
+
1262
+ /*global define:true */
1263
+ if (typeof define === 'function' && define.amd && define.amd.jQuery) {
1264
+ define(['jquery'], setup);
1265
+ } else {
1266
+ setup(jQuery);
1267
+ }
1268
+
1269
+ })();
1270
+
1271
+
1272
+ /*!
1273
+ * ================== admin/assets/js/libs/jquery.scrollTo.js ===================
1274
+ **/
1275
+
1276
+ /*!
1277
+ * jQuery.scrollTo
1278
+ * Copyright (c) 2007-2015 Ariel Flesler - aflesler<a>gmail<d>com | http://flesler.blogspot.com
1279
+ * Licensed under MIT
1280
+ * http://flesler.blogspot.com/2007/10/jqueryscrollto.html
1281
+ * @projectDescription Lightweight, cross-browser and highly customizable animated scrolling with jQuery
1282
+ * @author Ariel Flesler
1283
+ * @version 2.1.2
1284
+ */
1285
+ ;(function(factory) {
1286
+ 'use strict';
1287
+ if (typeof define === 'function' && define.amd) {
1288
+ // AMD
1289
+ define(['jquery'], factory);
1290
+ } else if (typeof module !== 'undefined' && module.exports) {
1291
+ // CommonJS
1292
+ module.exports = factory(require('jquery'));
1293
+ } else {
1294
+ // Global
1295
+ factory(jQuery);
1296
+ }
1297
+ })(function($) {
1298
+ 'use strict';
1299
+
1300
+ var $scrollTo = $.scrollTo = function(target, duration, settings) {
1301
+ return $(window).scrollTo(target, duration, settings);
1302
+ };
1303
+
1304
+ $scrollTo.defaults = {
1305
+ axis:'xy',
1306
+ duration: 0,
1307
+ limit:true
1308
+ };
1309
+
1310
+ function isWin(elem) {
1311
+ return !elem.nodeName ||
1312
+ $.inArray(elem.nodeName.toLowerCase(), ['iframe','#document','html','body']) !== -1;
1313
+ }
1314
+
1315
+ $.fn.scrollTo = function(target, duration, settings) {
1316
+ if (typeof duration === 'object') {
1317
+ settings = duration;
1318
+ duration = 0;
1319
+ }
1320
+ if (typeof settings === 'function') {
1321
+ settings = { onAfter:settings };
1322
+ }
1323
+ if (target === 'max') {
1324
+ target = 9e9;
1325
+ }
1326
+
1327
+ settings = $.extend({}, $scrollTo.defaults, settings);
1328
+ // Speed is still recognized for backwards compatibility
1329
+ duration = duration || settings.duration;
1330
+ // Make sure the settings are given right
1331
+ var queue = settings.queue && settings.axis.length > 1;
1332
+ if (queue) {
1333
+ // Let's keep the overall duration
1334
+ duration /= 2;
1335
+ }
1336
+ settings.offset = both(settings.offset);
1337
+ settings.over = both(settings.over);
1338
+
1339
+ return this.each(function() {
1340
+ // Null target yields nothing, just like jQuery does
1341
+ if (target === null) return;
1342
+
1343
+ var win = isWin(this),
1344
+ elem = win ? this.contentWindow || window : this,
1345
+ $elem = $(elem),
1346
+ targ = target,
1347
+ attr = {},
1348
+ toff;
1349
+
1350
+ switch (typeof targ) {
1351
+ // A number will pass the regex
1352
+ case 'number':
1353
+ case 'string':
1354
+ if (/^([+-]=?)?\d+(\.\d+)?(px|%)?$/.test(targ)) {
1355
+ targ = both(targ);
1356
+ // We are done
1357
+ break;
1358
+ }
1359
+ // Relative/Absolute selector
1360
+ targ = win ? $(targ) : $(targ, elem);
1361
+ /* falls through */
1362
+ case 'object':
1363
+ if (targ.length === 0) return;
1364
+ // DOMElement / jQuery
1365
+ if (targ.is || targ.style) {
1366
+ // Get the real position of the target
1367
+ toff = (targ = $(targ)).offset();
1368
+ }
1369
+ }
1370
+
1371
+ var offset = $.isFunction(settings.offset) && settings.offset(elem, targ) || settings.offset;
1372
+
1373
+ $.each(settings.axis.split(''), function(i, axis) {
1374
+ var Pos = axis === 'x' ? 'Left' : 'Top',
1375
+ pos = Pos.toLowerCase(),
1376
+ key = 'scroll' + Pos,
1377
+ prev = $elem[key](),
1378
+ max = $scrollTo.max(elem, axis);
1379
+
1380
+ if (toff) {// jQuery / DOMElement
1381
+ attr[key] = toff[pos] + (win ? 0 : prev - $elem.offset()[pos]);
1382
+
1383
+ // If it's a dom element, reduce the margin
1384
+ if (settings.margin) {
1385
+ attr[key] -= parseInt(targ.css('margin'+Pos), 10) || 0;
1386
+ attr[key] -= parseInt(targ.css('border'+Pos+'Width'), 10) || 0;
1387
+ }
1388
+
1389
+ attr[key] += offset[pos] || 0;
1390
+
1391
+ if (settings.over[pos]) {
1392
+ // Scroll to a fraction of its width/height
1393
+ attr[key] += targ[axis === 'x'?'width':'height']() * settings.over[pos];
1394
+ }
1395
+ } else {
1396
+ var val = targ[pos];
1397
+ // Handle percentage values
1398
+ attr[key] = val.slice && val.slice(-1) === '%' ?
1399
+ parseFloat(val) / 100 * max
1400
+ : val;
1401
+ }
1402
+
1403
+ // Number or 'number'
1404
+ if (settings.limit && /^\d+$/.test(attr[key])) {
1405
+ // Check the limits
1406
+ attr[key] = attr[key] <= 0 ? 0 : Math.min(attr[key], max);
1407
+ }
1408
+
1409
+ // Don't waste time animating, if there's no need.
1410
+ if (!i && settings.axis.length > 1) {
1411
+ if (prev === attr[key]) {
1412
+ // No animation needed
1413
+ attr = {};
1414
+ } else if (queue) {
1415
+ // Intermediate animation
1416
+ animate(settings.onAfterFirst);
1417
+ // Don't animate this axis again in the next iteration.
1418
+ attr = {};
1419
+ }
1420
+ }
1421
+ });
1422
+
1423
+ animate(settings.onAfter);
1424
+
1425
+ function animate(callback) {
1426
+ var opts = $.extend({}, settings, {
1427
+ // The queue setting conflicts with animate()
1428
+ // Force it to always be true
1429
+ queue: true,
1430
+ duration: duration,
1431
+ complete: callback && function() {
1432
+ callback.call(elem, targ, settings);
1433
+ }
1434
+ });
1435
+ $elem.animate(attr, opts);
1436
+ }
1437
+ });
1438
+ };
1439
+
1440
+ // Max scrolling position, works on quirks mode
1441
+ // It only fails (not too badly) on IE, quirks mode.
1442
+ $scrollTo.max = function(elem, axis) {
1443
+ var Dim = axis === 'x' ? 'Width' : 'Height',
1444
+ scroll = 'scroll'+Dim;
1445
+
1446
+ if (!isWin(elem))
1447
+ return elem[scroll] - $(elem)[Dim.toLowerCase()]();
1448
+
1449
+ var size = 'client' + Dim,
1450
+ doc = elem.ownerDocument || elem.document,
1451
+ html = doc.documentElement,
1452
+ body = doc.body;
1453
+
1454
+ return Math.max(html[scroll], body[scroll]) - Math.min(html[size], body[size]);
1455
+ };
1456
+
1457
+ function both(val) {
1458
+ return $.isFunction(val) || $.isPlainObject(val) ? val : { top:val, left:val };
1459
+ }
1460
+
1461
+ // Add special hooks so that window scroll properties can be animated
1462
+ $.Tween.propHooks.scrollLeft =
1463
+ $.Tween.propHooks.scrollTop = {
1464
+ get: function(t) {
1465
+ return $(t.elem)[t.prop]();
1466
+ },
1467
+ set: function(t) {
1468
+ var curr = this.get(t);
1469
+ // If interrupt is true and user scrolled, stop animating
1470
+ if (t.options.interrupt && t._last && t._last !== curr) {
1471
+ return $(t.elem).stop();
1472
+ }
1473
+ var next = Math.round(t.now);
1474
+ // Don't waste CPU
1475
+ // Browsers don't render floating point scroll
1476
+ if (curr !== next) {
1477
+ $(t.elem)[t.prop](next);
1478
+ t._last = this.get(t);
1479
+ }
1480
+ }
1481
+ };
1482
+
1483
+ // AMD requirement
1484
+ return $scrollTo;
1485
+ });
1486
+
1487
+
1488
+ /*!
1489
+ * ================== admin/assets/js/libs/wizard.js ===================
1490
+ **/
1491
+
1492
+ (function($, window, document, undefined) {
1493
+ "use strict";
1494
+
1495
+ // Create the defaults once
1496
+ var pluginName = "AuxWizard",
1497
+ defaults = {
1498
+ modalClass: ".aux-open-modal",
1499
+ loading: aux_setup_params.svg_loader
1500
+ };
1501
+ // The actual plugin constructor
1502
+ function Plugin(element, options) {
1503
+ this.element = element;
1504
+ this.$element = $(element);
1505
+ this.settings = $.extend({}, defaults, options);
1506
+ this._defaults = defaults;
1507
+ this._name = pluginName;
1508
+
1509
+ this.$modalElement = null;
1510
+ this._modalButton = null;
1511
+ this._ajaxData = null;
1512
+ this._ajaxUrl = aux_setup_params.ajaxurl;
1513
+ this._elStorage = {};
1514
+ this._importData = {};
1515
+
1516
+ // Isotope Elements
1517
+ this.$isotopeTemplate = null;
1518
+ this.$isotopeList = null;
1519
+ this.$isotopePlugins = null;
1520
+
1521
+ this.init();
1522
+ }
1523
+
1524
+ // Avoid Plugin.prototype conflicts
1525
+ $.extend(Plugin.prototype, {
1526
+ init: function() {
1527
+ // Create isotope elements
1528
+ this._callIsotope();
1529
+ // Isotope change group
1530
+ $(".aux-isotope-group").on("change", this._changeGroup.bind(this));
1531
+
1532
+ // General Events
1533
+ this._openModal();
1534
+ this._manipulations();
1535
+
1536
+ this._lazyloadConfig();
1537
+
1538
+ // Steps Manager Event
1539
+ $(document).on(
1540
+ "click",
1541
+ ".aux-next-step",
1542
+ this._stepManager.bind(this)
1543
+ );
1544
+
1545
+ // Install & Uninstall Demo Events
1546
+ $(document).on(
1547
+ "click",
1548
+ ".aux-install-demo",
1549
+ this._demoManager.bind(this)
1550
+ );
1551
+ $(document).on(
1552
+ "click",
1553
+ ".aux-uninstall-demo",
1554
+ this._uninstallDemo.bind(this)
1555
+ );
1556
+
1557
+ // Template Manager Event
1558
+ $(document).on(
1559
+ "click",
1560
+ ".aux-copy-template",
1561
+ this._tempManager.bind(this)
1562
+ );
1563
+
1564
+ // Install Plugins Event
1565
+ $(document).on(
1566
+ "click",
1567
+ ".install-plugins",
1568
+ this._pluginManager.bind(this)
1569
+ );
1570
+
1571
+ // Install Plugins Event
1572
+ $(document).on(
1573
+ "click",
1574
+ ".aux-install-updates",
1575
+ this._updateManager.bind(this)
1576
+ );
1577
+
1578
+ // Activate license
1579
+ $(document).on(
1580
+ "submit",
1581
+ ".auxin-check-purchase",
1582
+ this._activateLicense.bind(this)
1583
+ );
1584
+
1585
+ // Refresh Page
1586
+ $(document).on(
1587
+ "click",
1588
+ ".aux-refresh-page",
1589
+ this._refresh.bind(this)
1590
+ );
1591
+ },
1592
+
1593
+ /**
1594
+ * global AJAX callback
1595
+ */
1596
+ _globalAJAX: function(callback) {
1597
+ // Do Ajax & update default value
1598
+ $.ajax({
1599
+ url: this._ajaxUrl,
1600
+ type: "post",
1601
+ data: this._ajaxData
1602
+ }).done(callback);
1603
+ },
1604
+
1605
+ /**
1606
+ * refresh page
1607
+ */
1608
+
1609
+ _refresh: function(e) {
1610
+ // check preventDefault existence
1611
+ if (typeof e.preventDefault !== "undefined") {
1612
+ e.preventDefault();
1613
+ }
1614
+ location.reload();
1615
+ },
1616
+
1617
+ /**
1618
+ * Activate user license
1619
+ */
1620
+ _activateLicense: function(e) {
1621
+ // Check currentTarget existence
1622
+ if (!e.currentTarget) {
1623
+ return;
1624
+ }
1625
+ // check preventDefault existence
1626
+ if (typeof e.preventDefault !== "undefined") {
1627
+ e.preventDefault();
1628
+ }
1629
+
1630
+ // Set variables
1631
+ var $formElemment = $(e.currentTarget),
1632
+ $buttonElement = $formElemment.find(".aux-activate-license"),
1633
+ $noticeElement = $formElemment.find(".aux-notice"),
1634
+ statusClass = null,
1635
+ getFormInputs = {};
1636
+ $.each($formElemment.serializeArray(), function(i, field) {
1637
+ getFormInputs[field.name] = field.value;
1638
+ });
1639
+ // If the notice container is not exist, we've to add it.
1640
+ if (!$noticeElement.length) {
1641
+ $noticeElement = $("<div>", { class: "aux-notice" }).appendTo(
1642
+ $formElemment
1643
+ );
1644
+ }
1645
+ this._ajaxData = {
1646
+ action: getFormInputs.action,
1647
+ usermail: getFormInputs.usermail,
1648
+ purchase: getFormInputs.purchase,
1649
+ security: getFormInputs.security
1650
+ };
1651
+
1652
+ // Manipulation
1653
+ $buttonElement.addClass("aux-button-loading");
1654
+ $noticeElement.removeClass("success warning").hide();
1655
+
1656
+ this._controlActions("off");
1657
+ // Call AJAX with current _ajaxData value
1658
+ this._globalAJAX(
1659
+ function(response) {
1660
+ // Check response status
1661
+ if (response !== null && response.success) {
1662
+ // Then do these actions
1663
+ $buttonElement.addClass(
1664
+ "aux-button-success aux-refresh-page"
1665
+ );
1666
+ $noticeElement.addClass("success");
1667
+ statusClass = "aux-button-success aux-button-loading";
1668
+ $(this._modalButton)
1669
+ .closest(".aux-purchase-activation-notice")
1670
+ .fadeOut();
1671
+ } else {
1672
+ // Then do these actions
1673
+ $buttonElement.addClass("aux-button-error");
1674
+ $noticeElement.addClass("warning");
1675
+ statusClass = "aux-button-error aux-button-loading";
1676
+ }
1677
+ // Remove form progress class
1678
+ $formElemment.removeClass("aux-form-in-progress");
1679
+ // Actions
1680
+ setTimeout(function() {
1681
+ $buttonElement.removeClass(statusClass);
1682
+ $buttonElement
1683
+ .find("span")
1684
+ .text(response.data.buttonText);
1685
+ }, 1000);
1686
+ $noticeElement.show().html(response.data.message);
1687
+ this._controlActions("on");
1688
+ }.bind(this)
1689
+ );
1690
+ },
1691
+
1692
+ /**
1693
+ * open modal box (Based on featherlight plugin)
1694
+ */
1695
+ _openModal: function() {
1696
+ var self = this;
1697
+ // Display modal demo on click button
1698
+ var $advancedAjaxModal = $(self.settings.modalClass).featherlight({
1699
+ targetAttr: "href",
1700
+ closeOnEsc: false,
1701
+ closeOnClick: false,
1702
+ contentFilters: ["ajax"],
1703
+ loading: this.settings.loading,
1704
+ otherClose: ".aux-pp-close",
1705
+ afterOpen: function(e) {
1706
+ // init PerfectScrollbar
1707
+ if ($(".featherlight .aux-wizard-plugins").length) {
1708
+ var PScrollbar = new PerfectScrollbar(
1709
+ ".featherlight .aux-wizard-plugins"
1710
+ );
1711
+ }
1712
+ // Set golbal modal button
1713
+ self._modalButton = e.currentTarget;
1714
+ self.$modalElement = this.$instance;
1715
+ // Run template manager function
1716
+ if ($(self._modalButton).hasClass("aux-has-next-action")) {
1717
+ self._tempManager({ currentTarget: e.currentTarget });
1718
+ }
1719
+ }
1720
+ });
1721
+ var $simpleAjaxModal = $(".aux-ajax-open-modal").featherlight({
1722
+ targetAttr: "href",
1723
+ contentFilters: ["ajax"],
1724
+ otherClose: ".aux-pp-close",
1725
+ closeOnClick: false,
1726
+ loading: this.settings.loading,
1727
+ afterOpen: function(e) {
1728
+ // Set golbal modal button
1729
+ self._modalButton = e.currentTarget;
1730
+ self.$modalElement = this.$instance;
1731
+ }
1732
+ });
1733
+ // Auto open modal
1734
+ if ($simpleAjaxModal.data("auto-open") === 1) {
1735
+ $simpleAjaxModal.click();
1736
+ }
1737
+ },
1738
+
1739
+ /**
1740
+ * a callback to change the group of AuxIsotope (Used in the Template Kits Switcher to select modes between 'page' & 'section')
1741
+ */
1742
+ _changeGroup: function(e) {
1743
+ // Check currentTarget existence
1744
+ if (!e.currentTarget) {
1745
+ return;
1746
+ }
1747
+ // Set variables
1748
+ var groupName = e.currentTarget.checked ? "section" : "page";
1749
+ this._ajaxData = {
1750
+ action: "aux_isotope_group",
1751
+ group: groupName,
1752
+ nonce: $(e.currentTarget).data("nonce"),
1753
+ key: "templates_kit"
1754
+ };
1755
+ // Call AJAX with current _ajaxData value
1756
+ this._globalAJAX(
1757
+ function(response) {
1758
+ if (response !== null && response.success) {
1759
+ this.$isotopeTemplate.AuxIsotope(
1760
+ "changeGroup",
1761
+ groupName
1762
+ );
1763
+ } else {
1764
+ console.log(response);
1765
+ }
1766
+ }.bind(this)
1767
+ );
1768
+ },
1769
+
1770
+ /* ------------------------------------------------------------------------------ */
1771
+ // Update Manager
1772
+
1773
+ /**
1774
+ * Update manager main function
1775
+ */
1776
+ _updateManager: function(e) {
1777
+ // Check currentTarget existence
1778
+ if (!e.currentTarget) {
1779
+ return;
1780
+ }
1781
+ // check preventDefault existence
1782
+ if (typeof e.preventDefault !== "undefined") {
1783
+ e.preventDefault();
1784
+ }
1785
+
1786
+ var $buttonElement = $(e.currentTarget);
1787
+ this.$buttonParentEl = $buttonElement.closest(".aux-updates-step");
1788
+ this.$updatesListEl = this.$buttonParentEl.find(".aux-update-list");
1789
+ this.$updatesList = this.$updatesListEl.find(".aux-item");
1790
+ this._itemsCompleted = 0;
1791
+ this._attemptsBuffer = 0;
1792
+ this._currentItem = null;
1793
+ this._itemType = null;
1794
+ this._dataNonce = $buttonElement.data("nonce");
1795
+ this._buttonTarget = e.currentTarget;
1796
+ this.$currentNode = null;
1797
+
1798
+ // Manipulation
1799
+ this.$updatesListEl.addClass("installing");
1800
+ $buttonElement
1801
+ .text(aux_setup_params.btnworks_text)
1802
+ .addClass("disabled");
1803
+
1804
+ this._controlActions("off");
1805
+ this._processUpdates();
1806
+ },
1807
+
1808
+ /**
1809
+ * Process update elements
1810
+ */
1811
+ _processUpdates: function() {
1812
+ var self = this,
1813
+ doNext = false;
1814
+
1815
+ if (this.$currentNode) {
1816
+ if (!this.$currentNode.data("done_item")) {
1817
+ this._itemsCompleted++;
1818
+ this.$currentNode.data("done_item", 1);
1819
+ }
1820
+ }
1821
+
1822
+ this.$updatesList.each(function() {
1823
+ if (self._currentItem == null || doNext) {
1824
+ $(this).addClass("work-in-progress");
1825
+ self._currentItem = $(this).data("key");
1826
+ self._itemType = $(this).data("type");
1827
+ self.$currentNode = $(this);
1828
+ self._installUpdate();
1829
+ doNext = false;
1830
+ } else if ($(this).data("key") === self._currentItem) {
1831
+ $(this).removeClass("work-in-progress");
1832
+ doNext = true;
1833
+ }
1834
+ });
1835
+
1836
+ // If all plugins finished, then
1837
+ if (this._itemsCompleted >= this.$updatesList.length) {
1838
+ // Activate control actions
1839
+ this._controlActions("on");
1840
+ // Remove installing class
1841
+ this.$updatesListEl.removeClass("installing");
1842
+ // Remove disable class from button
1843
+ $(this._buttonTarget)
1844
+ .text(aux_setup_params.activate_text)
1845
+ .removeClass("disabled");
1846
+ if (this.$updatesList.not(".aux-success").length == 0) {
1847
+ // Refresh current page when all the plugins has been successfully updated.
1848
+ this._refresh({ currentTarget: this._buttonTarget });
1849
+ }
1850
+ }
1851
+ },
1852
+
1853
+ /**
1854
+ * Process update by type & key
1855
+ */
1856
+ _installUpdate: function() {
1857
+ if (this._currentItem) {
1858
+ this._ajaxData = {
1859
+ action: "auxin_start_upgrading",
1860
+ key: this._currentItem,
1861
+ type: this._itemType,
1862
+ nonce: this._dataNonce
1863
+ };
1864
+ this._globalAJAX(
1865
+ function(response) {
1866
+ this._updateActions(response);
1867
+ }.bind(this)
1868
+ );
1869
+ }
1870
+ },
1871
+
1872
+ /**
1873
+ * Item update events
1874
+ */
1875
+ _updateActions: function(response) {
1876
+ // Check response type
1877
+ if (typeof response === "object" && response.success) {
1878
+ // Update item status message
1879
+ this.$currentNode
1880
+ .find(".column-status span")
1881
+ .text(response.data.successMessage);
1882
+ // otherwise it's just installed and we should make a notify to user
1883
+ this.$currentNode
1884
+ .addClass("aux-success")
1885
+ .find(".aux-check-column")
1886
+ .remove();
1887
+ this.$currentNode
1888
+ .find(".check-column")
1889
+ .append(
1890
+ "<i class='aux-success-icon auxicon-check-mark-circle-outline'></i>"
1891
+ );
1892
+ } else {
1893
+ // error & try again with next item
1894
+ this.$currentNode
1895
+ .addClass("aux-error")
1896
+ .find(".column-status span")
1897
+ .text(response.data.errorMessage);
1898
+ }
1899
+ // Then jump to next item
1900
+ this._processUpdates();
1901
+ },
1902
+
1903
+ /* ------------------------------------------------------------------------------ */
1904
+ // Step Manager
1905
+
1906
+ /**
1907
+ * the step manager functionality (Used in modal box)
1908
+ */
1909
+ _stepManager: function(e) {
1910
+ // Check currentTarget existence
1911
+ if (!e.currentTarget) {
1912
+ return;
1913
+ }
1914
+ // check preventDefault existence
1915
+ if (typeof e.preventDefault !== "undefined") {
1916
+ e.preventDefault();
1917
+ }
1918
+ // Set variables
1919
+ var $buttonElement = $(e.currentTarget),
1920
+ $modalSectionElement = this.$modalElement.find(
1921
+ ".aux-steps-col"
1922
+ );
1923
+ this._ajaxData = {
1924
+ action: "aux_step_manager",
1925
+ next_step: $buttonElement.data("next-step"),
1926
+ nonce: $buttonElement.data("step-nonce"),
1927
+ args: $buttonElement.data("args"),
1928
+ next_action: $buttonElement.data("next-action")
1929
+ };
1930
+ // Manipulation
1931
+ $modalSectionElement.addClass("aux-step-in-progress");
1932
+ this._controlActions("off");
1933
+ // Call AJAX with current _ajaxData value
1934
+ this._globalAJAX(
1935
+ function(response) {
1936
+ if (response !== null && response.success) {
1937
+ $modalSectionElement
1938
+ .removeClass("aux-step-in-progress")
1939
+ .html(response.data.markup);
1940
+ // Run hidden action
1941
+ if (this._ajaxData.next_action) {
1942
+ this._tempManager({
1943
+ currentTarget: this._modalButton
1944
+ });
1945
+ }
1946
+ } else {
1947
+ console.log(response);
1948
+ }
1949
+ this._controlActions("on");
1950
+ }.bind(this)
1951
+ );
1952
+ },
1953
+
1954
+ /* ------------------------------------------------------------------------------ */
1955
+ // template Manager
1956
+
1957
+ /**
1958
+ * Template kits manager functionality
1959
+ */
1960
+ _tempManager: function(e) {
1961
+ // Check currentTarget existence
1962
+ if (!e.currentTarget) {
1963
+ return;
1964
+ }
1965
+ // check preventDefault existence
1966
+ if (typeof e.preventDefault !== "undefined") {
1967
+ e.preventDefault();
1968
+ }
1969
+ // Set variables
1970
+ var $buttonElement = $(e.currentTarget),
1971
+ $modalSectionElement =
1972
+ this.$modalElement != null
1973
+ ? this.$modalElement.find(".aux-steps-col")
1974
+ : null;
1975
+ this._ajaxData = {
1976
+ action: "auxin_templates_data",
1977
+ verify: $buttonElement.data("nonce"),
1978
+ ID: $buttonElement.data("template-id"),
1979
+ type: $buttonElement.data("template-type"),
1980
+ tmpl: $buttonElement.data("template-page-tmpl"),
1981
+ status: $buttonElement.data("status-type"),
1982
+ title: $buttonElement.data("template-title")
1983
+ };
1984
+ // Manipulation
1985
+ if (this._ajaxData.status === "copy") {
1986
+ $buttonElement.addClass("aux-button-loading");
1987
+ }
1988
+ this._controlActions("off");
1989
+ // Call AJAX with current _ajaxData value
1990
+ this._globalAJAX(
1991
+ function(response) {
1992
+ if (response !== null && response.success) {
1993
+ if (response.data.status === "copy") {
1994
+ // Put our data in elementor localStorage
1995
+ this._updateElementorLocalStorage(
1996
+ this._ajaxData.type,
1997
+ response.data.result.content
1998
+ );
1999
+ // Then do these actions
2000
+ $buttonElement.addClass("aux-button-success");
2001
+ setTimeout(function() {
2002
+ $buttonElement.removeClass(
2003
+ "aux-button-success aux-button-loading"
2004
+ );
2005
+ }, 1000);
2006
+ } else {
2007
+ // Change button type to copy
2008
+ $buttonElement
2009
+ .data("status-type", "copy")
2010
+ .prop("data-status-type", "copy")
2011
+ .addClass("aux-copy-template aux-orange")
2012
+ .removeClass(
2013
+ "aux-import-template aux-has-next-action aux-green2"
2014
+ )
2015
+ .removeAttr("href");
2016
+ // Change button text to copy
2017
+ $buttonElement
2018
+ .find("span")
2019
+ .text(response.data.label);
2020
+ // Display the more button
2021
+ $buttonElement
2022
+ .next(".aux-more-button")
2023
+ .removeClass("hide");
2024
+ // Update modal section data with success template
2025
+ $modalSectionElement.html(response.data.result);
2026
+ }
2027
+ } else {
2028
+ // Update modal section data with error template
2029
+ $modalSectionElement.html(response.data);
2030
+ }
2031
+ this._controlActions("on");
2032
+ }.bind(this)
2033
+ );
2034
+ },
2035
+
2036
+ /**
2037
+ * Update elementor localStorage data with new custom elements
2038
+ */
2039
+ _updateElementorLocalStorage: function(elementsType, elements) {
2040
+ this._elStorage["transfer"] = {
2041
+ type: "copy",
2042
+ elementsType: elementsType,
2043
+ elements: elements
2044
+ };
2045
+ localStorage.setItem("elementor", JSON.stringify(this._elStorage));
2046
+ },
2047
+
2048
+ /* ------------------------------------------------------------------------------ */
2049
+ // Demo Manager
2050
+
2051
+ /**
2052
+ * Demo manager main function
2053
+ */
2054
+ _demoManager: function(e) {
2055
+ // Check currentTarget existence
2056
+ if (!e.currentTarget) {
2057
+ return;
2058
+ }
2059
+ // check preventDefault existence
2060
+ if (typeof e.preventDefault !== "undefined") {
2061
+ e.preventDefault();
2062
+ }
2063
+ // Set variable
2064
+ var $buttonElement = $(e.currentTarget),
2065
+ $buttonParentEl = $buttonElement.closest(
2066
+ ".aux-setup-demo-actions"
2067
+ ),
2068
+ $buttonWrapperEl = $buttonParentEl.find(".aux-return-back"),
2069
+ $progressBarEl = $buttonParentEl.find(".aux-progress"),
2070
+ $optionsElement = this.$modalElement.find(".aux-install-demos"),
2071
+ $demoProgress = this.$modalElement.find(
2072
+ ".aux-install-demos-waiting"
2073
+ );
2074
+ this._ajaxData = {
2075
+ action: "auxin_demo_data",
2076
+ ID: $buttonElement.data("import-id"),
2077
+ verify: $buttonElement.data("nonce"),
2078
+ options: $optionsElement
2079
+ .find(".aux-import-parts")
2080
+ .serializeArray()
2081
+ };
2082
+ this.$progressBarLabelEl = $progressBarEl.find(
2083
+ ".aux-progress-label"
2084
+ );
2085
+
2086
+ // Actions
2087
+ $optionsElement.addClass("hide");
2088
+ $demoProgress.removeClass("hide");
2089
+ $buttonWrapperEl.addClass("hide");
2090
+ $progressBarEl.removeClass("hide");
2091
+ this.$progressBarLabelEl.text("Getting Demo Data ...");
2092
+
2093
+ this._controlActions("off");
2094
+ this._globalAJAX(
2095
+ function(response) {
2096
+ if (response !== null && response.success) {
2097
+ this._demoImport({
2098
+ target: e.currentTarget,
2099
+ step: "download",
2100
+ message: "Downloading Media ...",
2101
+ index: null
2102
+ });
2103
+ } else {
2104
+ console.log(response);
2105
+ $optionsElement.removeClass("hide");
2106
+ $demoProgress.addClass("hide");
2107
+ $buttonWrapperEl.removeClass("hide");
2108
+ $progressBarEl.addClass("hide");
2109
+ this._controlActions("on");
2110
+ }
2111
+ }.bind(this)
2112
+ );
2113
+ },
2114
+
2115
+ /**
2116
+ * Import step by step
2117
+ */
2118
+ _demoImport: function(data) {
2119
+ // Set variable
2120
+ this._ajaxData = {
2121
+ action: "import_step",
2122
+ step: data.step,
2123
+ index: data.index
2124
+ };
2125
+
2126
+ this.$progressBarLabelEl.text(data.message);
2127
+
2128
+ this._globalAJAX(
2129
+ function(response) {
2130
+ if (response !== null && response.success) {
2131
+ if (response.data.next !== "final") {
2132
+ this._demoImport({
2133
+ target: data.target,
2134
+ step: response.data.next,
2135
+ message: response.data.message,
2136
+ index: response.data.hasOwnProperty("index")
2137
+ ? response.data.index
2138
+ : ""
2139
+ });
2140
+ } else {
2141
+ this.$progressBarLabelEl.text(
2142
+ response.data.message
2143
+ );
2144
+ setTimeout(
2145
+ function() {
2146
+ this._controlActions("on");
2147
+ // Next Step Trigger
2148
+ this._stepManager({
2149
+ currentTarget: data.target
2150
+ });
2151
+ }.bind(this),
2152
+ 1000
2153
+ );
2154
+ }
2155
+ } else {
2156
+ console.log(response);
2157
+ }
2158
+ }.bind(this)
2159
+ );
2160
+ },
2161
+
2162
+ /**
2163
+ * Uninstall demo functionality
2164
+ */
2165
+ _uninstallDemo: function(e) {
2166
+ // Check currentTarget existence
2167
+ if (!e.currentTarget) {
2168
+ return;
2169
+ }
2170
+ // check preventDefault existence
2171
+ if (typeof e.preventDefault !== "undefined") {
2172
+ e.preventDefault();
2173
+ }
2174
+ // Set variable
2175
+ var $buttonElement = $(e.currentTarget),
2176
+ $buttonParentEl = $buttonElement.closest(
2177
+ ".aux-setup-demo-actions"
2178
+ );
2179
+ this._ajaxData = {
2180
+ action: "aux_ajax_uninstall",
2181
+ id: $buttonElement.data("demo-id"),
2182
+ key: $(this._modalButton).data("demo-key"),
2183
+ nonce: $buttonElement.data("demo-nonce"),
2184
+ plugins: $buttonElement.data("demo-plugins")
2185
+ };
2186
+
2187
+ // Actions
2188
+ $buttonParentEl.find(".aux-return-back").addClass("hide");
2189
+ $buttonParentEl.find(".aux-progress").removeClass("hide");
2190
+
2191
+ this._controlActions("off");
2192
+
2193
+ this._globalAJAX(
2194
+ function(response) {
2195
+ $buttonParentEl
2196
+ .find(".aux-return-back")
2197
+ .removeClass("hide");
2198
+ $buttonParentEl.find(".aux-progress").addClass("hide");
2199
+
2200
+ if (response !== null && response.success) {
2201
+ this.$modalElement
2202
+ .find(".aux-steps-col")
2203
+ .html(response.data.markup);
2204
+ $(this._modalButton)
2205
+ .removeClass("aux-uninstall aux-orange")
2206
+ .addClass("aux-green2")
2207
+ .text(response.data.button)
2208
+ .attr("href", response.data.url);
2209
+ } else {
2210
+ console.log(response);
2211
+ }
2212
+ this._controlActions("on");
2213
+ }.bind(this)
2214
+ );
2215
+ },
2216
+
2217
+ /* ------------------------------------------------------------------------------ */
2218
+ // Plugin Manager
2219
+
2220
+ /**
2221
+ * Install/Activate Plugin
2222
+ */
2223
+ _pluginManager: function(e) {
2224
+ // Check currentTarget existence
2225
+ if (!e.currentTarget) {
2226
+ return;
2227
+ }
2228
+ // check preventDefault existence
2229
+ if (typeof e.preventDefault !== "undefined") {
2230
+ e.preventDefault();
2231
+ }
2232
+ // Set variable
2233
+ var $buttonElement = $(e.currentTarget);
2234
+ this.$buttonParentEl = $buttonElement.closest(
2235
+ ".aux-has-required-plugins"
2236
+ );
2237
+ this.$pluginsListEl = this.$buttonParentEl.find(
2238
+ ".aux-wizard-plugins"
2239
+ );
2240
+ this._selectedPluginsNum = this.$buttonParentEl.find(
2241
+ '.aux-plugin input[name="plugin[]"]:checked'
2242
+ ).length;
2243
+ this._itemsCompleted = 0;
2244
+ this._attemptsBuffer = 0;
2245
+ this._currentItem = null;
2246
+ this._buttonTarget = e.currentTarget;
2247
+ this.$currentNode = null;
2248
+
2249
+ // Manipulation
2250
+ this.$pluginsListEl.addClass("installing");
2251
+ $buttonElement
2252
+ .text(aux_setup_params.btnworks_text)
2253
+ .addClass("disabled");
2254
+
2255
+ this._controlActions("off");
2256
+ this._processPlugins();
2257
+ },
2258
+
2259
+ /**
2260
+ * Process selected plugins
2261
+ */
2262
+ _processPlugins: function() {
2263
+ var self = this,
2264
+ doNext = false,
2265
+ $pluginsList = this.$buttonParentEl.find(".aux-plugin");
2266
+
2267
+ // Scroll on each progress in modal view
2268
+ this._pluginScrollTo();
2269
+
2270
+ if (this.$currentNode) {
2271
+ if (!this.$currentNode.data("done_item")) {
2272
+ this._itemsCompleted++;
2273
+ this.$currentNode.data("done_item", 1);
2274
+ }
2275
+ this.$currentNode.find(".spinner").css("visibility", "hidden");
2276
+ }
2277
+
2278
+ $pluginsList.each(function() {
2279
+ if (self._currentItem == null || doNext) {
2280
+ if (
2281
+ $(this)
2282
+ .find('input[name="plugin[]"]')
2283
+ .is(":checked")
2284
+ ) {
2285
+ $(this).addClass("work-in-progress");
2286
+ self._currentItem = $(this).data("slug");
2287
+ self.$currentNode = $(this);
2288
+ self.$currentNode
2289
+ .find(".spinner")
2290
+ .css("visibility", "visible");
2291
+ self._installPlugin();
2292
+ doNext = false;
2293
+ }
2294
+ } else if ($(this).data("slug") === self._currentItem) {
2295
+ $(this).removeClass("work-in-progress");
2296
+ doNext = true;
2297
+ }
2298
+ });
2299
+
2300
+ // If all plugins finished, then
2301
+ if (this._itemsCompleted >= this._selectedPluginsNum) {
2302
+ // Activate control actions
2303
+ this._controlActions("on");
2304
+ // Remove installing class
2305
+ this.$buttonParentEl
2306
+ .find(".aux-wizard-plugins")
2307
+ .removeClass("installing");
2308
+ // Remove disable class from button
2309
+ $(this._buttonTarget).text(aux_setup_params.activate_text);
2310
+ // Change the text of "Skip This Step" button to "Next Step"
2311
+ this.$buttonParentEl
2312
+ .find(".skip-next")
2313
+ .text(aux_setup_params.nextstep_text);
2314
+ // Continue loading process
2315
+ if (
2316
+ this.$buttonParentEl.find(".aux-plugin").not(".aux-success")
2317
+ .length == 0 &&
2318
+ this.$buttonParentEl.hasClass("aux-modal-item")
2319
+ ) {
2320
+ // Change button text and data value if all required plugins has been installed & activated
2321
+ this._stepManager({ currentTarget: this._buttonTarget });
2322
+ }
2323
+ }
2324
+ },
2325
+
2326
+ /**
2327
+ * Process plugin by slug
2328
+ */
2329
+ _installPlugin: function() {
2330
+ if (this._currentItem) {
2331
+ var plugins = this.$buttonParentEl
2332
+ .find('.aux-wizard-plugins input[name="plugin[]"]:checked')
2333
+ .map(function() {
2334
+ return $(this).val();
2335
+ })
2336
+ .get();
2337
+ this._ajaxData = {
2338
+ action: "aux_setup_plugins",
2339
+ wpnonce: aux_setup_params.wpnonce,
2340
+ slug: this._currentItem,
2341
+ plugins: plugins
2342
+ };
2343
+ this._globalAJAX(
2344
+ function(response) {
2345
+ this._pluginActions(response);
2346
+ }.bind(this)
2347
+ );
2348
+ }
2349
+ },
2350
+
2351
+ /**
2352
+ * Plugin activation events
2353
+ */
2354
+ _pluginActions: function(response) {
2355
+ // Check response type
2356
+ if (typeof response === "object" && response.success) {
2357
+ // Update plugin status message
2358
+ this.$currentNode
2359
+ .find(".column-status span")
2360
+ .text(response.data.message);
2361
+ // At this point, if the response contains the url, it means that we need to install/activate it.
2362
+ if (typeof response.data.url !== "undefined") {
2363
+ if (this.currentItemHash == response.data.hash) {
2364
+ this.$currentNode
2365
+ .data("done_item", 0)
2366
+ .find(".column-status span")
2367
+ .text("failed");
2368
+ this.currentItemHash = null;
2369
+ this._installPlugin();
2370
+ } else {
2371
+ // we have an ajax url action to perform.
2372
+ this._ajaxUrl = response.data.url;
2373
+ this._ajaxData = response.data;
2374
+ this.currentItemHash = response.data.hash;
2375
+ this._globalAJAX(
2376
+ function(html) {
2377
+ // Reset ajax url to default admin ajax value
2378
+ this._ajaxUrl = aux_setup_params.ajaxurl;
2379
+ this.$currentNode
2380
+ .find(".column-status span")
2381
+ .text(response.data.message);
2382
+ this._installPlugin();
2383
+ }.bind(this)
2384
+ );
2385
+ }
2386
+ } else {
2387
+ // otherwise it's just installed and we should make a notify to user
2388
+ this.$currentNode
2389
+ .addClass("aux-success")
2390
+ .find(".aux-check-column")
2391
+ .remove();
2392
+ this.$currentNode
2393
+ .find(".check-column")
2394
+ .append(
2395
+ "<i class='aux-success-icon auxicon-check-mark-circle-outline'></i>"
2396
+ );
2397
+ // Then jump to next plugin
2398
+ this._processPlugins();
2399
+ }
2400
+ } else {
2401
+ // If there is an error, we will try to reinstall plugin twice with buffer checkup.
2402
+ if (this._attemptsBuffer > 1) {
2403
+ // Reset buffer value
2404
+ this._attemptsBuffer = 0;
2405
+ // error & try again with next plugin
2406
+ this.$currentNode
2407
+ .addClass("aux-error")
2408
+ .find(".column-status span")
2409
+ .text("Ajax Error!");
2410
+ this._processPlugins();
2411
+ } else {
2412
+ // Try again & update buffer value
2413
+ this.currentItemHash = null;
2414
+ this._attemptsBuffer++;
2415
+ this._installPlugin();
2416
+ }
2417
+ }
2418
+ },
2419
+
2420
+ /**
2421
+ * Scroll to active plugin row
2422
+ */
2423
+ _pluginScrollTo: function() {
2424
+ $(".aux-modal-item .aux-wizard-plugins").each(function() {
2425
+ $(this).scrollTo($(this).find(".work-in-progress"), 400);
2426
+ });
2427
+ },
2428
+
2429
+ /* ------------------------------------------------------------------------------ */
2430
+ // General Events
2431
+
2432
+ /**
2433
+ * Enable/Disable some control actions
2434
+ */
2435
+ _controlActions: function(type) {
2436
+ switch (type) {
2437
+ case "on":
2438
+ $(window).off("beforeunload");
2439
+ $(document).on("keydown keypress keyup");
2440
+ $(".aux-pp-close").removeClass("hide");
2441
+ break;
2442
+ default:
2443
+ $(window).on("beforeunload", function() {
2444
+ return aux_setup_params.onbefore_text;
2445
+ });
2446
+ $(document).off("keydown keypress keyup");
2447
+ $(".aux-pp-close").addClass("hide");
2448
+ }
2449
+ },
2450
+
2451
+ /**
2452
+ * Isotope callbacks
2453
+ */
2454
+ _callIsotope: function() {
2455
+ // isotope for template page
2456
+ this.$isotopeTemplate = $(".aux-isotope-templates").AuxIsotope({
2457
+ itemSelector: ".aux-iso-item",
2458
+ revealTransitionDuration: 0,
2459
+ revealBetweenDelay: 0,
2460
+ revealTransitionDelay: 0,
2461
+ hideTransitionDuration: 0,
2462
+ hideBetweenDelay: 0,
2463
+ hideTransitionDelay: 0,
2464
+ updateUponResize: true,
2465
+ transitionHelper: true,
2466
+ filters: ".aux-filters",
2467
+ slug: "filter",
2468
+ imgSizes: true
2469
+ });
2470
+
2471
+ // general isotope layout
2472
+ this.$isotopeList = $(".aux-isotope-list").AuxIsotope({
2473
+ itemSelector: ".aux-iso-item",
2474
+ revealTransitionDuration: 600,
2475
+ revealBetweenDelay: 50,
2476
+ revealTransitionDelay: 0,
2477
+ hideTransitionDuration: 300,
2478
+ hideBetweenDelay: 0,
2479
+ hideTransitionDelay: 0,
2480
+ updateUponResize: true,
2481
+ transitionHelper: true,
2482
+ filters: ".aux-filters",
2483
+ slug: "filter",
2484
+ imgSizes: true
2485
+ });
2486
+ // isotope for plugins list
2487
+ this.$isotopePlugins = $(".aux-isotope-plugins-list").AuxIsotope({
2488
+ itemSelector: ".aux-iso-item",
2489
+ revealTransitionDuration: 600,
2490
+ revealBetweenDelay: 50,
2491
+ revealTransitionDelay: 50,
2492
+ hideTransitionDuration: 100,
2493
+ hideBetweenDelay: 0,
2494
+ hideTransitionDelay: 0,
2495
+ updateUponResize: true,
2496
+ transitionHelper: true,
2497
+ filters: ".aux-filters",
2498
+ slug: "filter",
2499
+ imgSizes: true
2500
+ });
2501
+ },
2502
+
2503
+ /**
2504
+ * Refresh the isotope layout on load of each image
2505
+ */
2506
+ _lazyloadConfig: function() {
2507
+ document.addEventListener('lazyloaded', function( e ){
2508
+ $(window).trigger('resize');
2509
+ });
2510
+ },
2511
+
2512
+ /**
2513
+ * Global Manipulations
2514
+ */
2515
+ _manipulations: function() {
2516
+ // Auxin Toggle Select Plugin
2517
+ $(".aux-togglable").AuxinToggleSelected();
2518
+
2519
+ // init plugins border effect
2520
+ $('.aux-wizard-plugins input[name="plugin[]"]').each(function() {
2521
+ if ($(this).is(":checked")) {
2522
+ $(this)
2523
+ .closest(".aux-table-row")
2524
+ .addClass("is-checked");
2525
+ } else {
2526
+ $(this)
2527
+ .closest(".aux-table-row")
2528
+ .removeClass("is-checked");
2529
+ }
2530
+ $(this).click(function() {
2531
+ if ($(this).is(":checked")) {
2532
+ $(this)
2533
+ .closest(".aux-table-row")
2534
+ .addClass("is-checked");
2535
+ } else {
2536
+ $(this)
2537
+ .closest(".aux-table-row")
2538
+ .removeClass("is-checked");
2539
+ }
2540
+ });
2541
+ });
2542
+
2543
+ // Install plugins button display depends on user's checkbox selection
2544
+ $(".aux-plugins-step input[type=checkbox]").change(function() {
2545
+ if (
2546
+ $('.aux-wizard-plugins input[name="plugin[]"]').filter(
2547
+ ":checked"
2548
+ ).length > 0
2549
+ ) {
2550
+ $(".install-plugins").removeClass("disabled");
2551
+ } else {
2552
+ $(".install-plugins").addClass("disabled");
2553
+ }
2554
+ });
2555
+
2556
+ // Install demos button display depends on user's checkbox selection
2557
+ $(document).on(
2558
+ "click",
2559
+ ".aux-install-demos input[type=checkbox]",
2560
+ function(e) {
2561
+ if (
2562
+ $(".featherlight-content")
2563
+ .find("input[type=checkbox]")
2564
+ .filter(":checked").length > 0
2565
+ ) {
2566
+ $(".featherlight-content")
2567
+ .find(".button-next")
2568
+ .removeClass("aux-next-step")
2569
+ .data("callback", "install_demos")
2570
+ .attr("data-callback", "install_demos")
2571
+ .text(aux_setup_params.makedemo_text);
2572
+ } else {
2573
+ $(".featherlight-content")
2574
+ .find(".button-next")
2575
+ .addClass("aux-next-step")
2576
+ .text(aux_setup_params.nextstep_text)
2577
+ .data("callback", null)
2578
+ .removeAttr("data-callback");
2579
+ }
2580
+ }
2581
+ );
2582
+
2583
+ // a simple event to select custom demo type
2584
+ $(document).on("click", ".aux-radio", function(e) {
2585
+ $(this)
2586
+ .closest("form")
2587
+ .find(".aux-border")
2588
+ .removeClass("is-checked");
2589
+ $(this)
2590
+ .parent(".aux-border")
2591
+ .addClass("is-checked");
2592
+ });
2593
+
2594
+ // Display/Hide the pophover box of more button (Used in template kits three dotted button)
2595
+ $(document).on("click", ".aux-more-button", function(e) {
2596
+ e.preventDefault();
2597
+ $(this)
2598
+ .next(".aux-more-items")
2599
+ .toggleClass("aux-display");
2600
+ });
2601
+ }
2602
+ });
2603
+
2604
+ // A really lightweight plugin wrapper around the constructor,
2605
+ // preventing against multiple instantiations
2606
+ $.fn[pluginName] = function(options) {
2607
+ return this.each(function() {
2608
+ new Plugin(this, options);
2609
+ });
2610
+ };
2611
+ })(jQuery, window, document);
admin/assets/js/plugins.min.js ADDED
@@ -0,0 +1 @@
 
1
+ "function"!=typeof Object.create&&(Object.create=function(t){function e(){}return e.prototype=t,new e}),function(u){"use strict";if(void 0!==u)if(u.fn.jquery.match(/-ajax/))"console"in window&&window.console.info("Featherlight needs regular jQuery, not the slim version.");else{var a=[],s=function(e){return a=u.grep(a,function(t){return t!==e&&0<t.$instance.closest("body").length})},i={allowfullscreen:1,frameborder:1,height:1,longdesc:1,marginheight:1,marginwidth:1,name:1,referrerpolicy:1,scrolling:1,sandbox:1,src:1,srcdoc:1,width:1},n={keyup:"onKeyUp",resize:"onResize"},o=function(t){u.each(l.opened().reverse(),function(){if(!t.isDefaultPrevented()&&!1===this[n[t.type]](t))return t.preventDefault(),t.stopPropagation(),!1})},r=function(t){if(t!==l._globalHandlerInstalled){l._globalHandlerInstalled=t;var e=u.map(n,function(t,e){return e+"."+l.prototype.namespace}).join(" ");u(window)[t?"on":"off"](e,o)}};l.prototype={constructor:l,namespace:"featherlight",targetAttr:"data-featherlight",variant:null,resetCss:!1,background:null,openTrigger:"click",closeTrigger:"click",filter:null,root:"body",openSpeed:250,closeSpeed:250,closeOnClick:"background",closeOnEsc:!0,closeIcon:"&#10005;",loading:"",persist:!1,otherClose:null,beforeOpen:u.noop,beforeContent:u.noop,beforeClose:u.noop,afterOpen:u.noop,afterContent:u.noop,afterClose:u.noop,onKeyUp:u.noop,onResize:u.noop,type:null,contentFilters:["jquery","image","html","ajax","iframe","text"],setup:function(t,e){"object"!=typeof t||t instanceof u!=!1||e||(e=t,t=void 0);var n=u.extend(this,e,{target:t}),a=n.resetCss?n.namespace+"-reset":n.namespace,s=u(n.background||['<div class="'+a+"-loading "+a+'">','<div class="'+a+'-content">','<button class="'+a+"-close-icon "+n.namespace+'-close" aria-label="Close">',n.closeIcon,"</button>",'<div class="'+n.namespace+'-inner">'+n.loading+"</div>","</div>","</div>"].join("")),i="."+n.namespace+"-close"+(n.otherClose?","+n.otherClose:"");return n.$instance=s.clone().addClass(n.variant),n.$instance.on(n.closeTrigger+"."+n.namespace,function(t){if(!t.isDefaultPrevented()){var e=u(t.target);("background"===n.closeOnClick&&e.is("."+n.namespace)||"anywhere"===n.closeOnClick||e.closest(i).length)&&(n.close(t),t.preventDefault())}}),this},getContent:function(){if(!1!==this.persist&&this.$content)return this.$content;var e=this,t=this.constructor.contentFilters,n=function(t){return e.$currentTarget&&e.$currentTarget.attr(t)},a=n(e.targetAttr),s=e.target||a||"",i=t[e.type];if(!i&&s in t&&(i=t[s],s=e.target&&a),s=s||n("href")||"",!i)for(var o in t)e[o]&&(i=t[o],s=e[o]);if(!i){var r=s;if(s=null,u.each(e.contentFilters,function(){return(i=t[this]).test&&(s=i.test(r)),!s&&i.regex&&r.match&&r.match(i.regex)&&(s=r),!s}),!s)return"console"in window&&window.console.error("Featherlight: no content filter found "+(r?' for "'+r+'"':" (no target specified)")),!1}return i.process.call(e,s)},setContent:function(t){return this.$instance.removeClass(this.namespace+"-loading"),this.$instance.toggleClass(this.namespace+"-iframe",t.is("iframe")),this.$instance.find("."+this.namespace+"-inner").not(t).slice(1).remove().end().replaceWith(u.contains(this.$instance[0],t[0])?"":t),this.$content=t.addClass(this.namespace+"-inner"),this},open:function(e){var n=this;if(n.$instance.hide().appendTo(n.root),!(e&&e.isDefaultPrevented()||!1===n.beforeOpen(e))){e&&e.preventDefault();var t=n.getContent();if(t)return a.push(n),r(!0),n.$instance.fadeIn(n.openSpeed),n.beforeContent(e),u.when(t).always(function(t){n.setContent(t),n.afterContent(e)}).then(n.$instance.promise()).done(function(){n.afterOpen(e)})}return n.$instance.detach(),u.Deferred().reject().promise()},close:function(t){var e=this,n=u.Deferred();return!1===e.beforeClose(t)?n.reject():(0===s(e).length&&r(!1),e.$instance.fadeOut(e.closeSpeed,function(){e.$instance.detach(),e.afterClose(t),n.resolve()})),n.promise()},resize:function(t,e){if(t&&e){this.$content.css("width","").css("height","");var n=Math.max(t/(this.$content.parent().width()-1),e/(this.$content.parent().height()-1));1<n&&(n=e/Math.floor(e/n),this.$content.css("width",t/n+"px").css("height",e/n+"px"))}},chainCallbacks:function(t){for(var e in t)this[e]=u.proxy(t[e],this,u.proxy(this[e],this))}},u.extend(l,{id:0,autoBind:"[data-featherlight]",defaults:l.prototype,contentFilters:{jquery:{regex:/^[#.]\w/,test:function(t){return t instanceof u&&t},process:function(t){return!1!==this.persist?u(t):u(t).clone(!0)}},image:{regex:/\.(png|jpg|jpeg|gif|tiff?|bmp|svg)(\?\S*)?$/i,process:function(t){var e=u.Deferred(),n=new Image,a=u('<img src="'+t+'" alt="" class="'+this.namespace+'-image" />');return n.onload=function(){a.naturalWidth=n.width,a.naturalHeight=n.height,e.resolve(a)},n.onerror=function(){e.reject(a)},n.src=t,e.promise()}},html:{regex:/^\s*<[\w!][^<]*>/,process:function(t){return u(t)}},ajax:{regex:/./,process:function(t){var n=u.Deferred(),a=u("<div></div>").load(t,function(t,e){"error"!==e&&n.resolve(a.contents()),n.fail()});return n.promise()}},iframe:{process:function(t){var e=new u.Deferred,n=u("<iframe/>"),a=function(t,e){var n={},a=new RegExp("^"+e+"([A-Z])(.*)");for(var s in t){var i=s.match(a);i&&(n[(i[1]+i[2].replace(/([A-Z])/g,"-$1")).toLowerCase()]=t[s])}return n}(this,"iframe"),s=function(t,e){var n={};for(var a in t)a in e&&(n[a]=t[a],delete t[a]);return n}(a,i);return n.hide().attr("src",t).attr(s).css(a).on("load",function(){e.resolve(n.show())}).appendTo(this.$instance.find("."+this.namespace+"-content")),e.promise()}},text:{process:function(t){return u("<div>",{text:t})}}},functionAttributes:["beforeOpen","afterOpen","beforeContent","afterContent","beforeClose","afterClose"],readElementConfig:function(t,e){var a=this,s=new RegExp("^data-"+e+"-(.*)"),i={};return t&&t.attributes&&u.each(t.attributes,function(){var t=this.name.match(s);if(t){var e=this.value,n=u.camelCase(t[1]);if(0<=u.inArray(n,a.functionAttributes))e=new Function(e);else try{e=JSON.parse(e)}catch(t){}i[n]=e}}),i},extend:function(t,e){var n=function(){this.constructor=t};return n.prototype=this.prototype,t.prototype=new n,t.__super__=this.prototype,u.extend(t,this,e),t.defaults=t.prototype,t},attach:function(s,i,o){var r=this;"object"!=typeof i||i instanceof u!=!1||o||(o=i,i=void 0);var l,t=(o=u.extend({},o)).namespace||r.defaults.namespace,c=u.extend({},r.defaults,r.readElementConfig(s[0],t),o),e=function(t){var e=u(t.currentTarget),n=u.extend({$source:s,$currentTarget:e},r.readElementConfig(s[0],c.namespace),r.readElementConfig(t.currentTarget,c.namespace),o),a=l||e.data("featherlight-persisted")||new r(i,n);"shared"===a.persist?l=a:!1!==a.persist&&e.data("featherlight-persisted",a),n.$currentTarget.blur&&n.$currentTarget.blur(),a.open(t)};return s.on(c.openTrigger+"."+c.namespace,c.filter,e),e},current:function(){var t=this.opened();return t[t.length-1]||null},opened:function(){var e=this;return s(),u.grep(a,function(t){return t instanceof e})},close:function(t){var e=this.current();if(e)return e.close(t)},_onReady:function(){var e=this;e.autoBind&&(u(e.autoBind).each(function(){e.attach(u(this))}),u(document).on("click",e.autoBind,function(t){t.isDefaultPrevented()||e.attach(u(t.currentTarget))(t)}))},_callbackChain:{onKeyUp:function(t,e){return 27===e.keyCode?(this.closeOnEsc&&u.featherlight.close(e),!1):t(e)},beforeOpen:function(t,e){return u(document.documentElement).addClass("with-featherlight"),this._previouslyActive=document.activeElement,this._$previouslyTabbable=u("a, input, select, textarea, iframe, button, iframe, [contentEditable=true]").not("[tabindex]").not(this.$instance.find("button")),this._$previouslyWithTabIndex=u("[tabindex]").not('[tabindex="-1"]'),this._previousWithTabIndices=this._$previouslyWithTabIndex.map(function(t,e){return u(e).attr("tabindex")}),this._$previouslyWithTabIndex.add(this._$previouslyTabbable).attr("tabindex",-1),document.activeElement.blur&&document.activeElement.blur(),t(e)},afterClose:function(t,e){var n=t(e),a=this;return this._$previouslyTabbable.removeAttr("tabindex"),this._$previouslyWithTabIndex.each(function(t,e){u(e).attr("tabindex",a._previousWithTabIndices[t])}),this._previouslyActive.focus(),0===l.opened().length&&u(document.documentElement).removeClass("with-featherlight"),n},onResize:function(t,e){return this.resize(this.$content.naturalWidth,this.$content.naturalHeight),t(e)},afterContent:function(t,e){var n=t(e);return this.$instance.find("[autofocus]:not([disabled])").focus(),this.onResize(e),n}}}),u.featherlight=l,u.fn.featherlight=function(t,e){return l.attach(this,t,e),this},u(document).ready(function(){l._onReady()})}else"console"in window&&window.console.info("Too much lightness, Featherlight needs jQuery.");function l(t,e){if(!(this instanceof l)){var n=new l(t,e);return n.open(),n}this.id=l.id++,this.setup(t,e),this.chainCallbacks(l._callbackChain)}}(jQuery),function(){"use strict";function t(C){C.fn._fadeIn=C.fn.fadeIn;var I=C.noop||function(){},T=/MSIE/.test(navigator.userAgent),$=/MSIE 6.0/.test(navigator.userAgent)&&!/MSIE 8.0/.test(navigator.userAgent),E=(document.documentMode,C.isFunction(document.createElement("div").style.setExpression));C.blockUI=function(t){n(window,t)},C.unblockUI=function(t){U(window,t)},C.growlUI=function(t,e,n,a){var s=C('<div class="growlUI"></div>');t&&s.append("<h1>"+t+"</h1>"),e&&s.append("<h2>"+e+"</h2>"),void 0===n&&(n=3e3);var i=function(t){t=t||{},C.blockUI({message:s,fadeIn:void 0!==t.fadeIn?t.fadeIn:700,fadeOut:void 0!==t.fadeOut?t.fadeOut:1e3,timeout:void 0!==t.timeout?t.timeout:n,centerY:!1,showOverlay:!1,onUnblock:a,css:C.blockUI.defaults.growlCSS})};i();s.css("opacity");s.mouseover(function(){i({fadeIn:0,timeout:3e4});var t=C(".blockMsg");t.stop(),t.fadeTo(300,1)}).mouseout(function(){C(".blockMsg").fadeOut(1e3)})},C.fn.block=function(t){if(this[0]===window)return C.blockUI(t),this;var e=C.extend({},C.blockUI.defaults,t||{});return this.each(function(){var t=C(this);e.ignoreIfBlocked&&t.data("blockUI.isBlocked")||t.unblock({fadeOut:0})}),this.each(function(){"static"==C.css(this,"position")&&(this.style.position="relative",C(this).data("blockUI.static",!0)),this.style.zoom=1,n(this,t)})},C.fn.unblock=function(t){return this[0]===window?(C.unblockUI(t),this):this.each(function(){U(this,t)})},C.blockUI.version=2.7,C.blockUI.defaults={message:"<h1>Please wait...</h1>",title:null,draggable:!0,theme:!1,css:{padding:0,margin:0,width:"30%",top:"40%",left:"35%",textAlign:"center",color:"#000",border:"3px solid #aaa",backgroundColor:"#fff",cursor:"wait"},themedCSS:{width:"30%",top:"40%",left:"35%"},overlayCSS:{backgroundColor:"#000",opacity:.6,cursor:"wait"},cursorReset:"default",growlCSS:{width:"350px",top:"10px",left:"",right:"10px",border:"none",padding:"5px",opacity:.6,cursor:"default",color:"#fff",backgroundColor:"#000","-webkit-border-radius":"10px","-moz-border-radius":"10px","border-radius":"10px"},iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank",forceIframe:!1,baseZ:1e3,centerX:!0,centerY:!0,allowBodyStretch:!0,bindEvents:!0,constrainTabKey:!0,fadeIn:200,fadeOut:400,timeout:0,showOverlay:!0,focusInput:!0,focusableElements:":input:enabled:visible",onBlock:null,onUnblock:null,onOverlayClick:null,quirksmodeOffsetHack:4,blockMsgClass:"blockMsg",ignoreIfBlocked:!1};var D=null,A=[];function n(t,s){var e,n,i=t==window,a=s&&void 0!==s.message?s.message:void 0;if(!(s=C.extend({},C.blockUI.defaults,s||{})).ignoreIfBlocked||!C(t).data("blockUI.isBlocked")){if(s.overlayCSS=C.extend({},C.blockUI.defaults.overlayCSS,s.overlayCSS||{}),e=C.extend({},C.blockUI.defaults.css,s.css||{}),s.onOverlayClick&&(s.overlayCSS.cursor="pointer"),n=C.extend({},C.blockUI.defaults.themedCSS,s.themedCSS||{}),a=void 0===a?s.message:a,i&&D&&U(window,{fadeOut:0}),a&&"string"!=typeof a&&(a.parentNode||a.jquery)){var o=a.jquery?a[0]:a,r={};C(t).data("blockUI.history",r),r.el=o,r.parent=o.parentNode,r.display=o.style.display,r.position=o.style.position,r.parent&&r.parent.removeChild(o)}C(t).data("blockUI.onUnblock",s.onUnblock);var l,c,u,d,h=s.baseZ;l=T||s.forceIframe?C('<iframe class="blockUI" style="z-index:'+h+++';display:none;border:none;margin:0;padding:0;position:absolute;width:100%;height:100%;top:0;left:0" src="'+s.iframeSrc+'"></iframe>'):C('<div class="blockUI" style="display:none"></div>'),c=s.theme?C('<div class="blockUI blockOverlay ui-widget-overlay" style="z-index:'+h+++';display:none"></div>'):C('<div class="blockUI blockOverlay" style="z-index:'+h+++';display:none;border:none;margin:0;padding:0;width:100%;height:100%;top:0;left:0"></div>'),s.theme&&i?(d='<div class="blockUI '+s.blockMsgClass+' blockPage ui-dialog ui-widget ui-corner-all" style="z-index:'+(h+10)+';display:none;position:fixed">',s.title&&(d+='<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(s.title||"&nbsp;")+"</div>"),d+='<div class="ui-widget-content ui-dialog-content"></div>',d+="</div>"):s.theme?(d='<div class="blockUI '+s.blockMsgClass+' blockElement ui-dialog ui-widget ui-corner-all" style="z-index:'+(h+10)+';display:none;position:absolute">',s.title&&(d+='<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(s.title||"&nbsp;")+"</div>"),d+='<div class="ui-widget-content ui-dialog-content"></div>',d+="</div>"):d=i?'<div class="blockUI '+s.blockMsgClass+' blockPage" style="z-index:'+(h+10)+';display:none;position:fixed"></div>':'<div class="blockUI '+s.blockMsgClass+' blockElement" style="z-index:'+(h+10)+';display:none;position:absolute"></div>',u=C(d),a&&(s.theme?(u.css(n),u.addClass("ui-widget-content")):u.css(e)),s.theme||c.css(s.overlayCSS),c.css("position",i?"fixed":"absolute"),(T||s.forceIframe)&&l.css("opacity",0);var p=[l,c,u],f=C(i?"body":t);C.each(p,function(){this.appendTo(f)}),s.theme&&s.draggable&&C.fn.draggable&&u.draggable({handle:".ui-dialog-titlebar",cancel:"li"});var m=E&&(!C.support.boxModel||0<C("object,embed",i?null:t).length);if($||m){if(i&&s.allowBodyStretch&&C.support.boxModel&&C("html,body").css("height","100%"),($||!C.support.boxModel)&&!i)var g=O(t,"borderTopWidth"),x=O(t,"borderLeftWidth"),b=g?"(0 - "+g+")":0,v=x?"(0 - "+x+")":0;C.each(p,function(t,e){var n=e[0].style;if(n.position="absolute",t<2)i?n.setExpression("height","Math.max(document.body.scrollHeight, document.body.offsetHeight) - (jQuery.support.boxModel?0:"+s.quirksmodeOffsetHack+') + "px"'):n.setExpression("height",'this.parentNode.offsetHeight + "px"'),i?n.setExpression("width",'jQuery.support.boxModel && document.documentElement.clientWidth || document.body.clientWidth + "px"'):n.setExpression("width",'this.parentNode.offsetWidth + "px"'),v&&n.setExpression("left",v),b&&n.setExpression("top",b);else if(s.centerY)i&&n.setExpression("top",'(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"'),n.marginTop=0;else if(!s.centerY&&i){var a="((document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "+(s.css&&s.css.top?parseInt(s.css.top,10):0)+') + "px"';n.setExpression("top",a)}})}if(a&&(s.theme?u.find(".ui-widget-content").append(a):u.append(a),(a.jquery||a.nodeType)&&C(a).show()),(T||s.forceIframe)&&s.showOverlay&&l.show(),s.fadeIn){var _=s.onBlock?s.onBlock:I,y=s.showOverlay&&!a?_:I,k=a?_:I;s.showOverlay&&c._fadeIn(s.fadeIn,y),a&&u._fadeIn(s.fadeIn,k)}else s.showOverlay&&c.show(),a&&u.show(),s.onBlock&&s.onBlock.bind(u)();if(j(1,t,s),i?(D=u[0],A=C(s.focusableElements,D),s.focusInput&&setTimeout(S,20)):function(t,e,n){var a=t.parentNode,s=t.style,i=(a.offsetWidth-t.offsetWidth)/2-O(a,"borderLeftWidth"),o=(a.offsetHeight-t.offsetHeight)/2-O(a,"borderTopWidth");e&&(s.left=0<i?i+"px":"0");n&&(s.top=0<o?o+"px":"0")}(u[0],s.centerX,s.centerY),s.timeout){var w=setTimeout(function(){i?C.unblockUI(s):C(t).unblock(s)},s.timeout);C(t).data("blockUI.timeout",w)}}}function U(t,e){var n,a,s=t==window,i=C(t),o=i.data("blockUI.history"),r=i.data("blockUI.timeout");r&&(clearTimeout(r),i.removeData("blockUI.timeout")),e=C.extend({},C.blockUI.defaults,e||{}),j(0,t,e),null===e.onUnblock&&(e.onUnblock=i.data("blockUI.onUnblock"),i.removeData("blockUI.onUnblock")),a=s?C("body").children().filter(".blockUI").add("body > .blockUI"):i.find(">.blockUI"),e.cursorReset&&(1<a.length&&(a[1].style.cursor=e.cursorReset),2<a.length&&(a[2].style.cursor=e.cursorReset)),s&&(D=A=null),e.fadeOut?(n=a.length,a.stop().fadeOut(e.fadeOut,function(){0==--n&&l(a,o,e,t)})):l(a,o,e,t)}function l(t,e,n,a){var s=C(a);if(!s.data("blockUI.isBlocked")){t.each(function(t,e){this.parentNode&&this.parentNode.removeChild(this)}),e&&e.el&&(e.el.style.display=e.display,e.el.style.position=e.position,e.el.style.cursor="default",e.parent&&e.parent.appendChild(e.el),s.removeData("blockUI.history")),s.data("blockUI.static")&&s.css("position","static"),"function"==typeof n.onUnblock&&n.onUnblock(a,n);var i=C(document.body),o=i.width(),r=i[0].style.width;i.width(o-1).width(o),i[0].style.width=r}}function j(t,e,n){var a=e==window,s=C(e);if((t||(!a||D)&&(a||s.data("blockUI.isBlocked")))&&(s.data("blockUI.isBlocked",t),a&&n.bindEvents&&(!t||n.showOverlay))){var i="mousedown mouseup keydown keypress keyup touchstart touchend touchmove";t?C(document).bind(i,n,o):C(document).unbind(i,o)}}function o(t){if("keydown"===t.type&&t.keyCode&&9==t.keyCode&&D&&t.data.constrainTabKey){var e=A,n=!t.shiftKey&&t.target===e[e.length-1],a=t.shiftKey&&t.target===e[0];if(n||a)return setTimeout(function(){S(a)},10),!1}var s=t.data,i=C(t.target);return i.hasClass("blockOverlay")&&s.onOverlayClick&&s.onOverlayClick(t),0<i.parents("div."+s.blockMsgClass).length||0===i.parents().children().filter("div.blockUI").length}function S(t){if(A){var e=A[!0===t?A.length-1:0];e&&e.focus()}}function O(t,e){return parseInt(C.css(t,e),10)||0}}"function"==typeof define&&define.amd&&define.amd.jQuery?define(["jquery"],t):t(jQuery)}(),function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):"undefined"!=typeof module&&module.exports?module.exports=t(require("jquery")):t(jQuery)}(function(b){"use strict";var v=b.scrollTo=function(t,e,n){return b(window).scrollTo(t,e,n)};function _(t){return!t.nodeName||-1!==b.inArray(t.nodeName.toLowerCase(),["iframe","#document","html","body"])}function e(t){return b.isFunction(t)||b.isPlainObject(t)?t:{top:t,left:t}}return v.defaults={axis:"xy",duration:0,limit:!0},b.fn.scrollTo=function(t,n,g){"object"==typeof n&&(g=n,n=0),"function"==typeof g&&(g={onAfter:g}),"max"===t&&(t=9e9),g=b.extend({},v.defaults,g),n=n||g.duration;var x=g.queue&&1<g.axis.length;return x&&(n/=2),g.offset=e(g.offset),g.over=e(g.over),this.each(function(){if(null!==t){var l,c=_(this),u=c?this.contentWindow||window:this,d=b(u),h=t,p={};switch(typeof h){case"number":case"string":if(/^([+-]=?)?\d+(\.\d+)?(px|%)?$/.test(h)){h=e(h);break}h=c?b(h):b(h,u);case"object":if(0===h.length)return;(h.is||h.style)&&(l=(h=b(h)).offset())}var f=b.isFunction(g.offset)&&g.offset(u,h)||g.offset;b.each(g.axis.split(""),function(t,e){var n="x"===e?"Left":"Top",a=n.toLowerCase(),s="scroll"+n,i=d[s](),o=v.max(u,e);if(l)p[s]=l[a]+(c?0:i-d.offset()[a]),g.margin&&(p[s]-=parseInt(h.css("margin"+n),10)||0,p[s]-=parseInt(h.css("border"+n+"Width"),10)||0),p[s]+=f[a]||0,g.over[a]&&(p[s]+=h["x"===e?"width":"height"]()*g.over[a]);else{var r=h[a];p[s]=r.slice&&"%"===r.slice(-1)?parseFloat(r)/100*o:r}g.limit&&/^\d+$/.test(p[s])&&(p[s]=p[s]<=0?0:Math.min(p[s],o)),!t&&1<g.axis.length&&(i===p[s]?p={}:x&&(m(g.onAfterFirst),p={}))}),m(g.onAfter)}function m(t){var e=b.extend({},g,{queue:!0,duration:n,complete:t&&function(){t.call(u,h,g)}});d.animate(p,e)}})},v.max=function(t,e){var n="x"===e?"Width":"Height",a="scroll"+n;if(!_(t))return t[a]-b(t)[n.toLowerCase()]();var s="client"+n,i=t.ownerDocument||t.document,o=i.documentElement,r=i.body;return Math.max(o[a],r[a])-Math.min(o[s],r[s])},b.Tween.propHooks.scrollLeft=b.Tween.propHooks.scrollTop={get:function(t){return b(t.elem)[t.prop]()},set:function(t){var e=this.get(t);if(t.options.interrupt&&t._last&&t._last!==e)return b(t.elem).stop();var n=Math.round(t.now);e!==n&&(b(t.elem)[t.prop](n),t._last=this.get(t))}},v}),function(r,e,n,t){"use strict";var a="AuxWizard",s={modalClass:".aux-open-modal",loading:aux_setup_params.svg_loader};function i(t,e){this.element=t,this.$element=r(t),this.settings=r.extend({},s,e),this._defaults=s,this._name=a,this.$modalElement=null,this._modalButton=null,this._ajaxData=null,this._ajaxUrl=aux_setup_params.ajaxurl,this._elStorage={},this._importData={},this.$isotopeTemplate=null,this.$isotopeList=null,this.$isotopePlugins=null,this.init()}r.extend(i.prototype,{init:function(){this._callIsotope(),r(".aux-isotope-group").on("change",this._changeGroup.bind(this)),this._openModal(),this._manipulations(),this._lazyloadConfig(),r(n).on("click",".aux-next-step",this._stepManager.bind(this)),r(n).on("click",".aux-install-demo",this._demoManager.bind(this)),r(n).on("click",".aux-uninstall-demo",this._uninstallDemo.bind(this)),r(n).on("click",".aux-copy-template",this._tempManager.bind(this)),r(n).on("click",".install-plugins",this._pluginManager.bind(this)),r(n).on("click",".aux-install-updates",this._updateManager.bind(this)),r(n).on("submit",".auxin-check-purchase",this._activateLicense.bind(this)),r(n).on("click",".aux-refresh-page",this._refresh.bind(this))},_globalAJAX:function(t){r.ajax({url:this._ajaxUrl,type:"post",data:this._ajaxData}).done(t)},_refresh:function(t){void 0!==t.preventDefault&&t.preventDefault(),location.reload()},_activateLicense:function(t){if(t.currentTarget){void 0!==t.preventDefault&&t.preventDefault();var e=r(t.currentTarget),n=e.find(".aux-activate-license"),a=e.find(".aux-notice"),s=null,i={};r.each(e.serializeArray(),function(t,e){i[e.name]=e.value}),a.length||(a=r("<div>",{class:"aux-notice"}).appendTo(e)),this._ajaxData={action:i.action,usermail:i.usermail,purchase:i.purchase,security:i.security},n.addClass("aux-button-loading"),a.removeClass("success warning").hide(),this._controlActions("off"),this._globalAJAX(function(t){null!==t&&t.success?(n.addClass("aux-button-success aux-refresh-page"),a.addClass("success"),s="aux-button-success aux-button-loading",r(this._modalButton).closest(".aux-purchase-activation-notice").fadeOut()):(n.addClass("aux-button-error"),a.addClass("warning"),s="aux-button-error aux-button-loading"),e.removeClass("aux-form-in-progress"),setTimeout(function(){n.removeClass(s),n.find("span").text(t.data.buttonText)},1e3),a.show().html(t.data.message),this._controlActions("on")}.bind(this))}},_openModal:function(){var e=this,t=(r(e.settings.modalClass).featherlight({targetAttr:"href",closeOnEsc:!1,closeOnClick:!1,contentFilters:["ajax"],loading:this.settings.loading,otherClose:".aux-pp-close",afterOpen:function(t){if(r(".featherlight .aux-wizard-plugins").length)new PerfectScrollbar(".featherlight .aux-wizard-plugins");e._modalButton=t.currentTarget,e.$modalElement=this.$instance,r(e._modalButton).hasClass("aux-has-next-action")&&e._tempManager({currentTarget:t.currentTarget})}}),r(".aux-ajax-open-modal").featherlight({targetAttr:"href",contentFilters:["ajax"],otherClose:".aux-pp-close",closeOnClick:!1,loading:this.settings.loading,afterOpen:function(t){e._modalButton=t.currentTarget,e.$modalElement=this.$instance}}));1===t.data("auto-open")&&t.click()},_changeGroup:function(t){if(t.currentTarget){var e=t.currentTarget.checked?"section":"page";this._ajaxData={action:"aux_isotope_group",group:e,nonce:r(t.currentTarget).data("nonce"),key:"templates_kit"},this._globalAJAX(function(t){null!==t&&t.success?this.$isotopeTemplate.AuxIsotope("changeGroup",e):console.log(t)}.bind(this))}},_updateManager:function(t){if(t.currentTarget){void 0!==t.preventDefault&&t.preventDefault();var e=r(t.currentTarget);this.$buttonParentEl=e.closest(".aux-updates-step"),this.$updatesListEl=this.$buttonParentEl.find(".aux-update-list"),this.$updatesList=this.$updatesListEl.find(".aux-item"),this._itemsCompleted=0,this._attemptsBuffer=0,this._currentItem=null,this._itemType=null,this._dataNonce=e.data("nonce"),this._buttonTarget=t.currentTarget,this.$currentNode=null,this.$updatesListEl.addClass("installing"),e.text(aux_setup_params.btnworks_text).addClass("disabled"),this._controlActions("off"),this._processUpdates()}},_processUpdates:function(){var t=this,e=!1;this.$currentNode&&(this.$currentNode.data("done_item")||(this._itemsCompleted++,this.$currentNode.data("done_item",1))),this.$updatesList.each(function(){null==t._currentItem||e?(r(this).addClass("work-in-progress"),t._currentItem=r(this).data("key"),t._itemType=r(this).data("type"),t.$currentNode=r(this),t._installUpdate(),e=!1):r(this).data("key")===t._currentItem&&(r(this).removeClass("work-in-progress"),e=!0)}),this._itemsCompleted>=this.$updatesList.length&&(this._controlActions("on"),this.$updatesListEl.removeClass("installing"),r(this._buttonTarget).text(aux_setup_params.activate_text).removeClass("disabled"),0==this.$updatesList.not(".aux-success").length&&this._refresh({currentTarget:this._buttonTarget}))},_installUpdate:function(){this._currentItem&&(this._ajaxData={action:"auxin_start_upgrading",key:this._currentItem,type:this._itemType,nonce:this._dataNonce},this._globalAJAX(function(t){this._updateActions(t)}.bind(this)))},_updateActions:function(t){"object"==typeof t&&t.success?(this.$currentNode.find(".column-status span").text(t.data.successMessage),this.$currentNode.addClass("aux-success").find(".aux-check-column").remove(),this.$currentNode.find(".check-column").append("<i class='aux-success-icon auxicon-check-mark-circle-outline'></i>")):this.$currentNode.addClass("aux-error").find(".column-status span").text(t.data.errorMessage),this._processUpdates()},_stepManager:function(t){if(t.currentTarget){void 0!==t.preventDefault&&t.preventDefault();var e=r(t.currentTarget),n=this.$modalElement.find(".aux-steps-col");this._ajaxData={action:"aux_step_manager",next_step:e.data("next-step"),nonce:e.data("step-nonce"),args:e.data("args"),next_action:e.data("next-action")},n.addClass("aux-step-in-progress"),this._controlActions("off"),this._globalAJAX(function(t){null!==t&&t.success?(n.removeClass("aux-step-in-progress").html(t.data.markup),this._ajaxData.next_action&&this._tempManager({currentTarget:this._modalButton})):console.log(t),this._controlActions("on")}.bind(this))}},_tempManager:function(t){if(t.currentTarget){void 0!==t.preventDefault&&t.preventDefault();var e=r(t.currentTarget),n=null!=this.$modalElement?this.$modalElement.find(".aux-steps-col"):null;this._ajaxData={action:"auxin_templates_data",verify:e.data("nonce"),ID:e.data("template-id"),type:e.data("template-type"),tmpl:e.data("template-page-tmpl"),status:e.data("status-type"),title:e.data("template-title")},"copy"===this._ajaxData.status&&e.addClass("aux-button-loading"),this._controlActions("off"),this._globalAJAX(function(t){null!==t&&t.success?"copy"===t.data.status?(this._updateElementorLocalStorage(this._ajaxData.type,t.data.result.content),e.addClass("aux-button-success"),setTimeout(function(){e.removeClass("aux-button-success aux-button-loading")},1e3)):(e.data("status-type","copy").prop("data-status-type","copy").addClass("aux-copy-template aux-orange").removeClass("aux-import-template aux-has-next-action aux-green2").removeAttr("href"),e.find("span").text(t.data.label),e.next(".aux-more-button").removeClass("hide"),n.html(t.data.result)):n.html(t.data),this._controlActions("on")}.bind(this))}},_updateElementorLocalStorage:function(t,e){this._elStorage.transfer={type:"copy",elementsType:t,elements:e},localStorage.setItem("elementor",JSON.stringify(this._elStorage))},_demoManager:function(e){if(e.currentTarget){void 0!==e.preventDefault&&e.preventDefault();var t=r(e.currentTarget),n=t.closest(".aux-setup-demo-actions"),a=n.find(".aux-return-back"),s=n.find(".aux-progress"),i=this.$modalElement.find(".aux-install-demos"),o=this.$modalElement.find(".aux-install-demos-waiting");this._ajaxData={action:"auxin_demo_data",ID:t.data("import-id"),verify:t.data("nonce"),options:i.find(".aux-import-parts").serializeArray()},this.$progressBarLabelEl=s.find(".aux-progress-label"),i.addClass("hide"),o.removeClass("hide"),a.addClass("hide"),s.removeClass("hide"),this.$progressBarLabelEl.text("Getting Demo Data ..."),this._controlActions("off"),this._globalAJAX(function(t){null!==t&&t.success?this._demoImport({target:e.currentTarget,step:"download",message:"Downloading Media ...",index:null}):(console.log(t),i.removeClass("hide"),o.addClass("hide"),a.removeClass("hide"),s.addClass("hide"),this._controlActions("on"))}.bind(this))}},_demoImport:function(e){this._ajaxData={action:"import_step",step:e.step,index:e.index},this.$progressBarLabelEl.text(e.message),this._globalAJAX(function(t){null!==t&&t.success?"final"!==t.data.next?this._demoImport({target:e.target,step:t.data.next,message:t.data.message,index:t.data.hasOwnProperty("index")?t.data.index:""}):(this.$progressBarLabelEl.text(t.data.message),setTimeout(function(){this._controlActions("on"),this._stepManager({currentTarget:e.target})}.bind(this),1e3)):console.log(t)}.bind(this))},_uninstallDemo:function(t){if(t.currentTarget){void 0!==t.preventDefault&&t.preventDefault();var e=r(t.currentTarget),n=e.closest(".aux-setup-demo-actions");this._ajaxData={action:"aux_ajax_uninstall",id:e.data("demo-id"),key:r(this._modalButton).data("demo-key"),nonce:e.data("demo-nonce"),plugins:e.data("demo-plugins")},n.find(".aux-return-back").addClass("hide"),n.find(".aux-progress").removeClass("hide"),this._controlActions("off"),this._globalAJAX(function(t){n.find(".aux-return-back").removeClass("hide"),n.find(".aux-progress").addClass("hide"),null!==t&&t.success?(this.$modalElement.find(".aux-steps-col").html(t.data.markup),r(this._modalButton).removeClass("aux-uninstall aux-orange").addClass("aux-green2").text(t.data.button).attr("href",t.data.url)):console.log(t),this._controlActions("on")}.bind(this))}},_pluginManager:function(t){if(t.currentTarget){void 0!==t.preventDefault&&t.preventDefault();var e=r(t.currentTarget);this.$buttonParentEl=e.closest(".aux-has-required-plugins"),this.$pluginsListEl=this.$buttonParentEl.find(".aux-wizard-plugins"),this._selectedPluginsNum=this.$buttonParentEl.find('.aux-plugin input[name="plugin[]"]:checked').length,this._itemsCompleted=0,this._attemptsBuffer=0,this._currentItem=null,this._buttonTarget=t.currentTarget,this.$currentNode=null,this.$pluginsListEl.addClass("installing"),e.text(aux_setup_params.btnworks_text).addClass("disabled"),this._controlActions("off"),this._processPlugins()}},_processPlugins:function(){var t=this,e=!1,n=this.$buttonParentEl.find(".aux-plugin");this._pluginScrollTo(),this.$currentNode&&(this.$currentNode.data("done_item")||(this._itemsCompleted++,this.$currentNode.data("done_item",1)),this.$currentNode.find(".spinner").css("visibility","hidden")),n.each(function(){null==t._currentItem||e?r(this).find('input[name="plugin[]"]').is(":checked")&&(r(this).addClass("work-in-progress"),t._currentItem=r(this).data("slug"),t.$currentNode=r(this),t.$currentNode.find(".spinner").css("visibility","visible"),t._installPlugin(),e=!1):r(this).data("slug")===t._currentItem&&(r(this).removeClass("work-in-progress"),e=!0)}),this._itemsCompleted>=this._selectedPluginsNum&&(this._controlActions("on"),this.$buttonParentEl.find(".aux-wizard-plugins").removeClass("installing"),r(this._buttonTarget).text(aux_setup_params.activate_text),this.$buttonParentEl.find(".skip-next").text(aux_setup_params.nextstep_text),0==this.$buttonParentEl.find(".aux-plugin").not(".aux-success").length&&this.$buttonParentEl.hasClass("aux-modal-item")&&this._stepManager({currentTarget:this._buttonTarget}))},_installPlugin:function(){if(this._currentItem){var t=this.$buttonParentEl.find('.aux-wizard-plugins input[name="plugin[]"]:checked').map(function(){return r(this).val()}).get();this._ajaxData={action:"aux_setup_plugins",wpnonce:aux_setup_params.wpnonce,slug:this._currentItem,plugins:t},this._globalAJAX(function(t){this._pluginActions(t)}.bind(this))}},_pluginActions:function(e){"object"==typeof e&&e.success?(this.$currentNode.find(".column-status span").text(e.data.message),void 0!==e.data.url?this.currentItemHash==e.data.hash?(this.$currentNode.data("done_item",0).find(".column-status span").text("failed"),this.currentItemHash=null,this._installPlugin()):(this._ajaxUrl=e.data.url,this._ajaxData=e.data,this.currentItemHash=e.data.hash,this._globalAJAX(function(t){this._ajaxUrl=aux_setup_params.ajaxurl,this.$currentNode.find(".column-status span").text(e.data.message),this._installPlugin()}.bind(this))):(this.$currentNode.addClass("aux-success").find(".aux-check-column").remove(),this.$currentNode.find(".check-column").append("<i class='aux-success-icon auxicon-check-mark-circle-outline'></i>"),this._processPlugins())):1<this._attemptsBuffer?(this._attemptsBuffer=0,this.$currentNode.addClass("aux-error").find(".column-status span").text("Ajax Error!"),this._processPlugins()):(this.currentItemHash=null,this._attemptsBuffer++,this._installPlugin())},_pluginScrollTo:function(){r(".aux-modal-item .aux-wizard-plugins").each(function(){r(this).scrollTo(r(this).find(".work-in-progress"),400)})},_controlActions:function(t){switch(t){case"on":r(e).off("beforeunload"),r(n).on("keydown keypress keyup"),r(".aux-pp-close").removeClass("hide");break;default:r(e).on("beforeunload",function(){return aux_setup_params.onbefore_text}),r(n).off("keydown keypress keyup"),r(".aux-pp-close").addClass("hide")}},_callIsotope:function(){this.$isotopeTemplate=r(".aux-isotope-templates").AuxIsotope({itemSelector:".aux-iso-item",revealTransitionDuration:0,revealBetweenDelay:0,revealTransitionDelay:0,hideTransitionDuration:0,hideBetweenDelay:0,hideTransitionDelay:0,updateUponResize:!0,transitionHelper:!0,filters:".aux-filters",slug:"filter",imgSizes:!0}),this.$isotopeList=r(".aux-isotope-list").AuxIsotope({itemSelector:".aux-iso-item",revealTransitionDuration:600,revealBetweenDelay:50,revealTransitionDelay:0,hideTransitionDuration:300,hideBetweenDelay:0,hideTransitionDelay:0,updateUponResize:!0,transitionHelper:!0,filters:".aux-filters",slug:"filter",imgSizes:!0}),this.$isotopePlugins=r(".aux-isotope-plugins-list").AuxIsotope({itemSelector:".aux-iso-item",revealTransitionDuration:600,revealBetweenDelay:50,revealTransitionDelay:50,hideTransitionDuration:100,hideBetweenDelay:0,hideTransitionDelay:0,updateUponResize:!0,transitionHelper:!0,filters:".aux-filters",slug:"filter",imgSizes:!0})},_lazyloadConfig:function(){n.addEventListener("lazyloaded",function(t){r(e).trigger("resize")})},_manipulations:function(){r(".aux-togglable").AuxinToggleSelected(),r('.aux-wizard-plugins input[name="plugin[]"]').each(function(){r(this).is(":checked")?r(this).closest(".aux-table-row").addClass("is-checked"):r(this).closest(".aux-table-row").removeClass("is-checked"),r(this).click(function(){r(this).is(":checked")?r(this).closest(".aux-table-row").addClass("is-checked"):r(this).closest(".aux-table-row").removeClass("is-checked")})}),r(".aux-plugins-step input[type=checkbox]").change(function(){0<r('.aux-wizard-plugins input[name="plugin[]"]').filter(":checked").length?r(".install-plugins").removeClass("disabled"):r(".install-plugins").addClass("disabled")}),r(n).on("click",".aux-install-demos input[type=checkbox]",function(t){0<r(".featherlight-content").find("input[type=checkbox]").filter(":checked").length?r(".featherlight-content").find(".button-next").removeClass("aux-next-step").data("callback","install_demos").attr("data-callback","install_demos").text(aux_setup_params.makedemo_text):r(".featherlight-content").find(".button-next").addClass("aux-next-step").text(aux_setup_params.nextstep_text).data("callback",null).removeAttr("data-callback")}),r(n).on("click",".aux-radio",function(t){r(this).closest("form").find(".aux-border").removeClass("is-checked"),r(this).parent(".aux-border").addClass("is-checked")}),r(n).on("click",".aux-more-button",function(t){t.preventDefault(),r(this).next(".aux-more-items").toggleClass("aux-display")})}}),r.fn[a]=function(t){return this.each(function(){new i(this,t)})}}(jQuery,window,document);
admin/assets/js/scripts.js ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ (function( $ ) {
2
+ "use strict";
3
+
4
+ // on document ready
5
+ $(function(){
6
+ $(".aux-welcome").AuxWizard();
7
+ });
8
+
9
+ })( jQuery );
admin/assets/js/solo/global.js ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function( $ ) {
2
+ "use strict";
3
+
4
+ $('.aux-welcome-close-notice').on('click', function(event){
5
+ event.preventDefault();
6
+ var $this = $(this),
7
+ _id = $this.data('id');
8
+
9
+ jQuery.post(
10
+ ajaxurl,
11
+ {
12
+ action : 'aux_welcome_dismiss_notice', // the handler
13
+ auxnonce : aux_setup_params.wpnonce,
14
+ _id : _id
15
+ },
16
+ function(res){
17
+ if( ! res.success ){
18
+ alert( res.data.message );
19
+ } else {
20
+ $this.closest('.aux-welcome-notice-wrapper').hide();
21
+ }
22
+ }
23
+ );
24
+
25
+ });
26
+
27
+ })( jQuery );
admin/assets/js/solo/visualselect.js ADDED
@@ -0,0 +1,303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Visual Select - A jQuery plugin for replacing HTML select element with a visual selection tool.
3
+ *
4
+ * @version 1.3.0
5
+ * @requires jQuery 1.9+
6
+ * @author Averta [averta.net]
7
+ * @package Axiom Framework
8
+ * @copyright Copyright © 2017 Averta, all rights reserved
9
+ */
10
+
11
+ ;(function ( $, window, document, undefined ) {
12
+
13
+ "use strict";
14
+
15
+ // Create the defaults once
16
+ var pluginName = 'avertaVisualSelect',
17
+ defaults = {
18
+ item : 'axi-select-item', // visual select item [class name]
19
+ selected : 'axi-selected', // selected item [class name]
20
+ caption : 'axi-select-caption', // caption under visual item [class name]
21
+ container : 'axi-visual-select', // select items container [class name]
22
+
23
+ insertCaption : false, // whether insert captions to visual items
24
+ insertSymbol : true, // whether insert symbol to visual items
25
+ insertTitleAttr : true, // adds title attribute to visual item
26
+ autoHideElement : true, // hide HTML select element after init
27
+ imgTest : /\.jpg|\.png|\.gif|.jpeg|\.svg/ // test for image src
28
+ },
29
+
30
+ attributesMap = {
31
+ 'type' : 'symbolType',
32
+ 'title-attr' : 'insertTitleAttr',
33
+ 'auto-hide' : 'autoHideElement',
34
+ 'caption' : 'insertCaption'
35
+ };
36
+
37
+ // The actual plugin constructor
38
+ function Plugin( element, options ) {
39
+ this.element = element;
40
+ this.$element = $(element);
41
+ this.options = $.extend( {}, defaults, options) ;
42
+
43
+ // read attributes
44
+ for ( var key in attributesMap ) {
45
+ var value = attributesMap[ key ],
46
+ dataAttr = this.$element.data( key );
47
+
48
+ if ( dataAttr === undefined ) {
49
+ continue;
50
+ }
51
+
52
+ this.options[ value ] = dataAttr;
53
+ }
54
+
55
+ this._defaults = defaults;
56
+ this._name = pluginName;
57
+
58
+ this.init();
59
+ }
60
+
61
+ $.extend(Plugin.prototype, {
62
+
63
+ init : function(){
64
+ var self = this,
65
+ st = self.options;
66
+
67
+ self.multiple = self.$element.attr('multiple') === 'multiple';
68
+
69
+ if ( st.autoHideElement ) {
70
+ self.$element.css('display', 'none');
71
+ }
72
+
73
+ // generate select items
74
+ self.$selectCont = $('<div class="' + st.container + '"></div>').insertAfter(self.$element);
75
+ self.generate();
76
+
77
+ self.$element.on( 'change', this.update.bind( this ) );
78
+
79
+ },
80
+
81
+ /**
82
+ * on visual select item clicked
83
+ * @private
84
+ * @param {jQuery Event} event
85
+ */
86
+ _onItemClick : function (event) {
87
+ var $visualItem = $(event.currentTarget),
88
+ $selectOption = $visualItem.data('selectOption'),
89
+ st = this.options;
90
+
91
+ if ( this.multiple ) {
92
+
93
+ if ( $visualItem.hasClass(st.selected) ) {
94
+ $visualItem.removeClass(st.selected);
95
+ $selectOption.removeAttr('selected');
96
+ } else {
97
+ $visualItem.addClass(st.selected);
98
+ $selectOption.attr('selected', 'selected');
99
+
100
+ var val = this.$element.val();
101
+ if ( val === null ) {
102
+ val = [];
103
+ }
104
+
105
+ val.push( $selectOption.attr( 'value' ) );
106
+
107
+ this.$element.val( val );
108
+ }
109
+
110
+ } else if ( !$visualItem.hasClass(st.selected) ) {
111
+
112
+ $visualItem.addClass(st.selected);
113
+ $selectOption.attr('selected', 'selected');
114
+ this.$element.val( $selectOption.attr( 'value' ) );
115
+
116
+ if ( this.$selectedItem ) {
117
+ this.$selectedItem.removeClass(st.selected);
118
+ this.$selectedItem.data('selectOption').removeAttr('selected');
119
+ }
120
+
121
+ this.$selectedItem = $visualItem;
122
+ }
123
+
124
+ this._internalTrigger = true;
125
+ this.$element.trigger('change');
126
+
127
+ },
128
+
129
+ /**
130
+ * Generates video element sources by parsing the data-video-src attribute on element
131
+ */
132
+ _generateVideoSource: function( videoSrc ) {
133
+ var source = '';
134
+ videoSrc.split( ',' ).forEach( function( src ) {
135
+ src = src.split( ' ' );
136
+ source += '<source src="' + src[0] + '" type="video/' + src[1] + '">';
137
+ } );
138
+
139
+ return source;
140
+ },
141
+
142
+ /**
143
+ * On video ready to play
144
+ */
145
+ _videoInit: function( event ) {
146
+ $(event.currentTarget).on( 'mouseenter', function() {
147
+ this.play();
148
+ }).on( 'mouseleave', function() {
149
+ this.pause();
150
+ this.currentTime = 0;
151
+ });
152
+ },
153
+
154
+ /**
155
+ * updates selected items in visual form
156
+ */
157
+ update: function() {
158
+ if ( this._internalTrigger ) {
159
+ this._internalTrigger = false;
160
+ return;
161
+ }
162
+
163
+ var self = this,
164
+ st = this.options,
165
+ $items = self.$selectCont.find( '.' + st.item ),
166
+ val = self.$element.val();
167
+
168
+ self.$element.find( 'option' ).each( function( index, option ) {
169
+ var $option = $(option),
170
+ $visualItem = $items.eq( index );
171
+ if ( val.indexOf( $option.val() ) !== -1 ) {
172
+ self.$selectedItem = $visualItem.addClass( st.selected );
173
+ } else {
174
+ $visualItem.removeClass( st.selected );
175
+ }
176
+
177
+ } );
178
+ },
179
+
180
+ /**
181
+ * create visual items from HTML select element
182
+ * @param {boolean} reset Remove old visual items [it's useful for updating visual select]
183
+ * @public
184
+ */
185
+ generate : function (reset) {
186
+ var self = this,
187
+ st = self.options;
188
+
189
+ if ( reset ) {
190
+ this.$selectCont.find('.' + st.item).remove();
191
+ }
192
+
193
+ self.$element.find('option').each(function(){
194
+ var $selectOption = $(this),
195
+ $visualItem = $('<div class="' + st.item + '"></div>'),
196
+ symbol = $selectOption.data('symbol'),
197
+ videoSrc = $selectOption.data('video-src'),
198
+ caption = $selectOption.html(),
199
+ cssClass = $selectOption.data('class');
200
+
201
+ if ( cssClass ) {
202
+ $visualItem.addClass(cssClass);
203
+ }
204
+
205
+ // insert visual symbol to select item
206
+
207
+ if ( st.insertSymbol ) {
208
+ if ( videoSrc ) {
209
+ $visualItem.attr('item-type', 'video');
210
+ var $videoElement = $('<video></video>').attr( 'muted', '' ).attr( 'loop', '' )
211
+ .append( self._generateVideoSource( videoSrc ) )
212
+ .appendTo( $visualItem );
213
+
214
+ $videoElement[0].addEventListener( 'loadedmetadata', self._videoInit );
215
+ } else if ( st.imgTest.test( symbol ) || $selectOption.data( 'type' ) === 'image' ) {
216
+ $('<img/>').attr('src', symbol)
217
+ .attr('alt', caption)
218
+ .appendTo($visualItem);
219
+ } else {
220
+ $('<span></span>').addClass(symbol)
221
+ .appendTo($visualItem);
222
+ }
223
+ }
224
+
225
+ // insert caption
226
+ if ( st.insertCaption ) {
227
+ $('<span class="' + st.caption + '">' + caption + '</span>').appendTo($visualItem);
228
+ }
229
+
230
+ $visualItem.click($.proxy(self._onItemClick, self))
231
+ .data('selectOption', $selectOption)
232
+ .appendTo(self.$selectCont);
233
+
234
+ if ( st.insertTitleAttr ) {
235
+ $visualItem.attr('title', caption);
236
+ }
237
+
238
+ if ( $selectOption.attr('selected') === 'selected' ) {
239
+ self.$selectedItem = $visualItem.addClass(st.selected);
240
+ }
241
+
242
+ });
243
+ }
244
+
245
+ });
246
+
247
+
248
+ $.fn[pluginName] = function ( options ) {
249
+ var args = arguments;
250
+
251
+ // Is the first parameter an object (options), or was omitted,
252
+ // instantiate a new instance of the plugin.
253
+ if (options === undefined || typeof options === 'object') {
254
+ return this.each(function () {
255
+
256
+ // Only allow the plugin to be instantiated once,
257
+ // so we check that the element has no plugin instantiation yet
258
+ if (!$.data(this, 'plugin_' + pluginName)) {
259
+
260
+ // if it has no instance, create a new one,
261
+ // pass options to our plugin constructor,
262
+ // and store the plugin instance
263
+ // in the elements jQuery data object.
264
+ $.data(this, 'plugin_' + pluginName, new Plugin( this, options ));
265
+ }
266
+ });
267
+
268
+ // If the first parameter is a string and it doesn't start
269
+ // with an underscore or "contains" the `init`-function,
270
+ // treat this as a call to a public method.
271
+ } else if (typeof options === 'string' && options[0] !== '_' && options !== 'init') {
272
+
273
+ // Cache the method call
274
+ // to make it possible
275
+ // to return a value
276
+ var returns;
277
+
278
+ this.each(function () {
279
+ var instance = $.data(this, 'plugin_' + pluginName);
280
+
281
+ // Tests that there's already a plugin-instance
282
+ // and checks that the requested public method exists
283
+ if (instance instanceof Plugin && typeof instance[options] === 'function') {
284
+
285
+ // Call the method of our plugin instance,
286
+ // and pass it the supplied arguments.
287
+ returns = instance[options].apply( instance, Array.prototype.slice.call( args, 1 ) );
288
+ }
289
+
290
+ // Allow instances to be destroyed via the 'destroy' method
291
+ if (options === 'destroy') {
292
+ $.data(this, 'plugin_' + pluginName, null);
293
+ }
294
+ });
295
+
296
+ // If the earlier cached method
297
+ // gives a value back return the value,
298
+ // otherwise return this to preserve chainability.
299
+ return returns !== undefined ? returns : this;
300
+ }
301
+ }
302
+
303
+ }(jQuery, window, document));
admin/includes/admin-ajax.php CHANGED
@@ -54,3 +54,341 @@ function auxin_ajax_send_feedback(){
54
  }
55
 
56
  add_action( 'wp_ajax_send_feedback', 'auxin_ajax_send_feedback' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  }
55
 
56
  add_action( 'wp_ajax_send_feedback', 'auxin_ajax_send_feedback' );
57
+
58
+ function auxin_ajax_isotope_filter_group(){
59
+ // Check nonce
60
+ if ( ! isset( $_POST['group'] ) ||! isset( $_POST['key'] ) || ! isset( $_POST['nonce'] ) || ! wp_verify_nonce( $_POST['nonce'], 'aux-iso-group' ) ) {
61
+ wp_send_json_error( __( 'Token Error.', 'auxin-elements' ) );
62
+ }
63
+
64
+ if( false !== update_option( 'aux_isotope_group_' . $_POST['key'] , $_POST['group'] ) ) {
65
+ wp_send_json_success( __( 'It\'s Done.', 'auxin-elements' ) );
66
+ }
67
+
68
+ wp_send_json_error( __( 'An error occurred.', 'auxin-elements' ) );
69
+ }
70
+ add_action( 'wp_ajax_aux_isotope_group', 'auxin_ajax_isotope_filter_group' );
71
+
72
+
73
+ function auxin_ajax_filter_get_content() {
74
+
75
+ // Check nonce
76
+ if ( ! isset( $_POST['n'] ) || ! wp_verify_nonce( $_POST['n'], 'aux_ajax_filter_request' ) ) {
77
+ wp_send_json_error( 'Nonce check failed!', 403 );
78
+ }
79
+
80
+ $num = $_POST['num'];
81
+ $post_type = 'product';
82
+ $tax = $_POST['taxonomy'];
83
+ $term = $_POST['term'];
84
+ $image_class = 'aux-img-dynamic-dropshadow';
85
+ $width = $_POST['width'];
86
+ $height = $_POST['height'];
87
+ $order = $_POST['order'];
88
+ $orderby = $_POST['orderby'];
89
+ $size = array( 'width' => $width, 'height' => $height );
90
+
91
+ /*
92
+ * The WordPress Query class.
93
+ *
94
+ * @link http://codex.wordpress.org/Function_Reference/WP_Query
95
+ */
96
+ $args = array(
97
+ // Type & Status Parameters
98
+ 'post_type' => $post_type,
99
+ 'post_status' => 'publish',
100
+ // Pagination Parameters
101
+ 'posts_per_page' => $num,
102
+ 'nopaging' => false,
103
+ 'order' => $order,
104
+ 'orderby' => $orderby,
105
+ );
106
+
107
+ if ( 'all' !== $term ) {
108
+ // Taxonomy Parameters
109
+ $args['tax_query'] = array(
110
+ array(
111
+ 'taxonomy' => $tax,
112
+ 'field' => 'slug',
113
+ 'terms' => $term,
114
+ 'include_children' => true,
115
+ 'operator' => 'IN',
116
+ )
117
+ );
118
+ }
119
+
120
+ $posts = get_posts( $args );
121
+
122
+ foreach ( $posts as $post ) {
123
+
124
+ $image_id = get_post_thumbnail_id( $post );
125
+ $product = wc_get_product( $post->ID );
126
+
127
+ $post->thumb = auxin_get_the_responsive_attachment(
128
+ $image_id,
129
+ array(
130
+ 'quality' => 100,
131
+ 'upscale' => true,
132
+ 'crop' => true,
133
+ 'add_hw' => true, // whether add width and height attr or not
134
+ 'attr' => array(
135
+ 'class' => 'auxshp-product-image auxshp-attachment ' . $image_class,
136
+ 'data-original-width' => $width,
137
+ 'data-original-height' => $height,
138
+ 'data-original-src' => wp_get_attachment_image_src( $image_id, 'full' )[0]
139
+ ),
140
+ 'size' => $size,
141
+ 'image_sizes' => 'auto',
142
+ 'srcset_sizes' => 'auto',
143
+ 'original_src' => true
144
+ )
145
+ );
146
+
147
+ $post->price = $product->get_price_html();
148
+ $post->meta = wc_get_product_category_list( $product->get_id(), ', ', '<em class="auxshp-meta-terms">', '</em>' );
149
+ $post->badge = $product->is_on_sale() ? true : false;
150
+
151
+ if( auxin_get_option( 'product_index_ajax_add_to_cart', '0' ) ) {
152
+ $class = 'button aux-ajax-add-to-cart add_to_cart_button';
153
+ }
154
+
155
+ $post->cart = apply_filters( 'woocommerce_loop_add_to_cart_link',
156
+ sprintf( '<a rel="nofollow" href="%s" data-quantity="1" data-product_id="%s" data-product_sku="%s" data-verify_nonce="%s" class="%s"><i class="aux-ico auxicon-handbag"></i> %s</a>',
157
+ esc_url( $product->add_to_cart_url() ),
158
+ esc_attr( $product->get_id() ),
159
+ esc_attr( $product->get_sku() ),
160
+ esc_attr( wp_create_nonce( 'aux_add_to_cart-' . $product->get_id() ) ),
161
+ esc_attr( isset( $class ) ? $class : 'button add_to_cart_button' ),
162
+ esc_html( $product->add_to_cart_text() )
163
+ ),
164
+ $product );
165
+ }
166
+
167
+ wp_send_json_success( $posts );
168
+
169
+ }
170
+
171
+ add_action( 'wp_ajax_filter_get_content', 'auxin_ajax_filter_get_content' );
172
+ add_action( 'wp_ajax_noprive_filter_get_content', 'auxin_ajax_filter_get_content' );
173
+
174
+ /**
175
+ * wordpress ajax for dismissed notice
176
+ *
177
+ * @return json
178
+ */
179
+ function auxin_dismissed_notice(){
180
+ // Store it in the options table
181
+ if ( ! isset( $_POST['id'] ) || ! isset( $_POST['nonce'] ) || ! wp_verify_nonce( $_POST['nonce'], '_notice_nonce' ) ) {
182
+ wp_send_json_error( __( 'Token Error.', 'auxin-elements' ) );
183
+ } else {
184
+ auxin_set_transient( 'auxin-notice-' . $_POST['id'], 1, $_POST['expiration'] );
185
+ wp_send_json_success( __( 'It\'s OK.', 'auxin-elements' ) );
186
+ }
187
+ }
188
+ add_action( 'wp_ajax_auxin_dismissed_notice', 'auxin_dismissed_notice' );
189
+
190
+ /**
191
+ * WordPress ajax to display activation form
192
+ *
193
+ * @return html
194
+ */
195
+ function auxin_display_actvation_form(){
196
+ if ( ! isset( $_GET['nonce'] ) || ! wp_verify_nonce( $_GET['nonce'], 'aux-activation-form' ) ) {
197
+ // This nonce is not valid.
198
+ wp_die( esc_html__( 'Security Token Error!', 'auxin-elements' ) );
199
+ }
200
+ ob_start();
201
+ ?>
202
+ <div class="aux-license-popup">
203
+ <button class="featherlight-close-icon featherlight-close" aria-label="Close">✕</button>
204
+ <img class="aux-popup-image" src="<?php echo esc_url( AUXELS_ADMIN_URL . '/assets/images/welcome/activation.svg' ); ?>" />
205
+ <h2 class="aux-popup-title"><?php esc_html_e( 'License Activation', 'auxin-elements' ); ?></h2>
206
+ <p class="aux-popup-desc"><?php esc_html_e( 'Please activate your license to get automatic updates, premium support, and unlimited access to the template library and demo importer.', 'auxin-elements' ); printf('&nbsp;<a href="https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code-" target="_blank">%s</a>', esc_html( 'how to find purchase code?', 'auxin-elements' ) ); ?></p>
207
+ <form class="auxin-form auxin-check-purchase" action="<?php echo esc_url( admin_url( 'admin-ajax.php' ) ); ?>" method="post">
208
+ <div class="form-group">
209
+ <label class="form-label" for="aux-usermail"><?php esc_html_e( 'E-mail address', 'auxin-elements' ); ?></label>
210
+ <input class="form-control" type="text" name="usermail" value="<?php echo esc_attr( get_option('admin_email') ); ?>" required>
211
+ </div>
212
+
213
+ <div class="form-group">
214
+ <label class="form-label" for="aux-purchase"><?php esc_html_e( 'Purchase code', 'auxin-elements' ); ?></label>
215
+ <input class="form-control" type="text" name="purchase" required>
216
+ </div>
217
+
218
+ <?php wp_nonce_field( 'auxin-purchase-activation', 'security' ); ?>
219
+ <input type="hidden" name="action" value="auxin_purchase_activation">
220
+ <div class="button-group">
221
+ <button type="submit" class="aux-button aux-primary aux-medium aux-activate-license" value="submit">
222
+ <span><?php esc_html_e( 'Activate', 'auxin-elements' ); ?></span>
223
+ </button>
224
+ </div>
225
+ </form>
226
+ </div>
227
+ <?php
228
+ wp_die( ob_get_clean() );
229
+ }
230
+ add_action( 'wp_ajax_auxin_display_actvation_form', 'auxin_display_actvation_form' );
231
+
232
+ /**
233
+ * wordpress ajax for auxin purchase activation
234
+ *
235
+ * @return json
236
+ */
237
+ function auxin_purchase_activation(){
238
+
239
+ if ( ! isset( $_POST['usermail'] ) || ! isset( $_POST['purchase'] ) || ! isset( $_POST['security'] ) || ! wp_verify_nonce( $_POST['security'], 'auxin-purchase-activation' ) ) {
240
+ wp_send_json_error( array(
241
+ 'message' => __( 'Token Error.', 'auxin-elements' ),
242
+ 'buttonText' => __( 'Retry', 'auxin-elements' ),
243
+ ) );
244
+ }
245
+
246
+ $usermail = $_POST['usermail'];
247
+ $purchase_code = $_POST['purchase'];
248
+ $action = 'activate';
249
+
250
+ $result = Auxin_License_Activation::get_instance()->license_action( $usermail, $purchase_code, $action );
251
+
252
+ if( isset( $result['success'] ) && $result['success'] ){
253
+ $result['buttonText'] = __( 'Close', 'auxin-elements' );
254
+ wp_send_json_success( $result );
255
+ }
256
+
257
+ $result['buttonText'] = __( 'Retry', 'auxin-elements' );
258
+ wp_send_json_error( $result );
259
+
260
+ }
261
+ add_action( 'wp_ajax_auxin_purchase_activation', 'auxin_purchase_activation' );
262
+
263
+ /**
264
+ * wordpress ajax for auxin upgrader
265
+ *
266
+ * @return json
267
+ */
268
+ function auxin_ajax_upgrader(){
269
+ // Check ajax nonce field
270
+ check_ajax_referer( 'auxin-start-upgrading', 'nonce' );
271
+
272
+ if ( ! isset( $_POST['key'] ) || ! isset( $_POST['type'] ) ) {
273
+ wp_send_json_error( array(
274
+ 'slug' => '',
275
+ 'errorCode' => 'no_token_specified',
276
+ 'errorMessage' => __( 'Token Error.', 'auxin-elements' )
277
+ ) );
278
+ }
279
+
280
+ $handler = new Auxin_Upgrader_Ajax_Handlers;
281
+ $handler->run( $_POST['key'], $_POST['type'] );
282
+ }
283
+ add_action( 'wp_ajax_auxin_start_upgrading', 'auxin_ajax_upgrader' );
284
+
285
+
286
+ /**
287
+ * wordpress ajax for auxin customizer export
288
+ *
289
+ * @return json
290
+ */
291
+ function auxin_customizer_export(){
292
+
293
+ if ( ! isset( $_POST['nonce'] ) || ! wp_verify_nonce( $_POST['nonce'], 'auxin-export-control' ) ) {
294
+ wp_send_json_error( __( 'Token Error.', 'auxin-elements' ) );
295
+ }
296
+
297
+ // Get theme options
298
+ $theme_options = auxin_options();
299
+
300
+ // Get theme mods
301
+ $theme_mods = get_theme_mods();
302
+ $filters = array( 0, 'nav_menu_locations', 'custom_css_post_id', 'last_checked_version' );
303
+ foreach ( $filters as $filter ) {
304
+ if ( isset( $theme_mods[ $filter ] ) ) {
305
+ unset( $theme_mods[ $filter ] );
306
+ }
307
+ }
308
+
309
+ if( empty( $theme_options ) && empty( $theme_mods ) ){
310
+ wp_send_json_error( __( 'No data found!', 'auxin-elements' ) );
311
+ }
312
+
313
+ $b64_content = base64_encode( maybe_serialize( array(
314
+ 'theme_options' => $theme_options,
315
+ 'theme_mods' => $theme_mods
316
+ ) ) );
317
+
318
+ wp_send_json_success( array(
319
+ 'content' => $b64_content,
320
+ 'fileName' => THEME_ID . '_export_' . current_time('timestamp') . '.txt'
321
+ ) );
322
+
323
+ }
324
+ add_action( 'wp_ajax_auxin_customizer_export', 'auxin_customizer_export' );
325
+
326
+
327
+ /**
328
+ * wordpress ajax for auxin customizer import
329
+ *
330
+ * @return json
331
+ */
332
+ function auxin_customizer_import(){
333
+ // Check security
334
+ if ( ! isset( $_POST['nonce'] ) || ! wp_verify_nonce( $_POST['nonce'], 'auxin-import-control' ) ) {
335
+ wp_send_json_error( __( 'Token Error.', 'auxin-elements' ) );
336
+ }
337
+
338
+ // Check input file
339
+ if ( ! isset( $_FILES['file'] ) || 0 < $_FILES['file']['error'] ) {
340
+ wp_send_json_error( __( 'Please upload a valid file.', 'auxin-elements' ) );
341
+ }
342
+
343
+ // Get and decode file content
344
+ global $wp_filesystem;
345
+ if ( empty($wp_filesystem) ) {
346
+ require_once( ABSPATH . '/wp-admin/includes/file.php' );
347
+ WP_Filesystem();
348
+ }
349
+ $json_content = $wp_filesystem->get_contents( $_FILES['file']['tmp_name'] );
350
+ $array_content = maybe_unserialize( base64_decode( $json_content ) );
351
+
352
+ // Check array empty
353
+ if ( empty( $array_content ) || ! is_array( $array_content ) ) {
354
+ wp_send_json_error( __( 'Invalid or Empty Data.', 'auxin-elements' ) );
355
+ }
356
+
357
+ if( isset( $array_content['theme_options'] ) ){
358
+ // Get image options names
359
+ $get_options = auxin_get_defined_options();
360
+ $custom_images = array();
361
+ foreach ( $get_options['fields'] as $key => $value ) {
362
+ if ( ! array_search( 'image', $value ) ) {
363
+ continue;
364
+ }
365
+ $custom_images[] = $value['id'];
366
+ }
367
+ // Update options
368
+ foreach ( $array_content['theme_options'] as $auxin_key => $auxin_value ) {
369
+ if ( in_array( $auxin_key, $custom_images ) && ! empty( $auxin_value ) ) {
370
+ continue;
371
+ }
372
+ // Update exclusive auxin options
373
+ auxin_update_option( $auxin_key , $auxin_value );
374
+ }
375
+ }
376
+
377
+ if( isset( $array_content['theme_mods'] ) ){
378
+ foreach ( $array_content['theme_mods'] as $theme_mods_key => $theme_mods_value ) {
379
+ // Start theme mods loop:
380
+ if( $theme_mods_key === 'custom_logo' ) {
381
+ continue;
382
+ }
383
+ // Update theme mods
384
+ set_theme_mod( $theme_mods_key , $theme_mods_value );
385
+ }
386
+ }
387
+
388
+ // force to flush dynamic asset files
389
+ delete_transient( 'auxin_' . AUXELS_SLUG . '_version' );
390
+
391
+ wp_send_json_success( __( 'Successfully Imported.', 'auxin-elements' ) );
392
+
393
+ }
394
+ add_action( 'wp_ajax_auxin_customizer_import', 'auxin_customizer_import' );
admin/includes/admin-hooks.php CHANGED
@@ -56,26 +56,6 @@ function auxels_hide_wizard_notice() {
56
  }
57
  add_action( 'wp_loaded', 'auxels_hide_wizard_notice' );
58
 
59
-
60
- /**
61
- * Display a notice for running the setup wizard
62
- *
63
- * @return void
64
- */
65
- function auxels_wizard_notice(){
66
- if( auxin_get_option( 'auxels_hide_wizard_notice' ) ){
67
- return;
68
- }
69
- ?>
70
- <div id="message" class="updated auxin-message">
71
- <p><?php _e( '<strong>Welcome to Phlox</strong> &#8211; You can import demo content and install recommended plugins using setup wizard.', 'auxin-elements' ); ?></p>
72
- <p class="submit"><a href="<?php echo esc_url( Auxin_Wizard::get_instance()->get_page_link() ); ?>" class="button-primary"><?php _e( 'Run Setup Wizard', 'auxin-elements' ); ?></a> <a class="button-secondary skip" href="<?php echo esc_url( wp_nonce_url( add_query_arg( 'auxels-hide-wizard-notice', 'install' ), 'auxels_hide_notices_nonce', '_notice_nonce' ) ); ?>"><?php _e( 'Skip Setup', 'auxin-elements' ); ?></a></p>
73
- </div>
74
- <?php
75
- }
76
-
77
- add_action( 'admin_notices', 'auxels_wizard_notice' );
78
-
79
  /*-----------------------------------------------------------------------------------*/
80
  /* Add Editor styles
81
  /*-----------------------------------------------------------------------------------*/
@@ -86,150 +66,28 @@ function auxin_register_mce_buttons_style(){
86
  }
87
  add_action('admin_enqueue_scripts', 'auxin_register_mce_buttons_style');
88
 
89
-
90
-
91
- /*-----------------------------------------------------------------------------------*/
92
- /* Adds demos tab in theme about (welcome) page
93
- /*-----------------------------------------------------------------------------------*/
94
-
95
- function auxin_welcome_add_section_demos( $sections ){
96
-
97
- $sections['demos'] = array(
98
- 'label' => __( 'Setup Wizard', 'auxin-elements' ),
99
- 'description' => '',
100
- 'url' => Auxin_Wizard::get_instance()->get_page_link()
101
- );
102
-
103
- return $sections;
104
- }
105
-
106
- add_filter( 'auxin_admin_welcome_sections', 'auxin_welcome_add_section_demos', 60 );
107
-
108
-
109
  /*-----------------------------------------------------------------------------------*/
110
- /* Adds install plugins tab in about (welcome) page
111
  /*-----------------------------------------------------------------------------------*/
112
 
113
- function auxin_welcome_add_section_install_plugins( $sections ){
114
-
115
- $sections['install_plugins'] = array(
116
- 'label' => esc_html__( 'Install Plugins', THEME_DOMAIN ),
117
- 'description' => '',
118
- 'url' => self_admin_url( 'admin.php?page=auxin-wizard&step=default_plugins' ), // optional
119
- );
120
-
121
- return $sections;
122
- }
123
-
124
- add_filter( 'auxin_admin_welcome_sections', 'auxin_welcome_add_section_install_plugins', 70 );
125
-
126
- /*-----------------------------------------------------------------------------------*/
127
- /* Adds system status tab in theme about (welcome) page
128
- /*-----------------------------------------------------------------------------------*/
129
-
130
- function auxin_about_system_status( $sections ){
131
-
132
- $sections['status'] = array(
133
- 'label' => __( 'System Status', 'auxin-elements' ),
134
- 'description' => __( 'The informaition about your WordPress installation which can be helpful for debugging or monitoring your website.', 'auxin-elements'),
135
- 'callback' => 'auxin_get_about_system_status'
136
- );
137
-
138
- return $sections;
139
- }
140
 
141
- add_filter( 'auxin_admin_welcome_sections', 'auxin_about_system_status', 100 );
142
-
143
-
144
- /*-----------------------------------------------------------------------------------*/
145
- /* Adds feedback tab in theme about (welcome) page
146
- /*-----------------------------------------------------------------------------------*/
147
-
148
- function auxin_welcome_page_display_section_feedback(){
149
- // the previous rate of the client
150
- $previous_rate = auxin_get_option( 'user_rating' );
151
- $support_tab_url = admin_url( 'themes.php?page=auxin-welcome&tab=support' );
152
- ?>
153
-
154
- <div class="changelog feature-section two-col feedback">
155
-
156
- <form class="aux-feedback-form" action="<?php echo admin_url( 'admin.php?page=auxin-welcome&tab=feedback'); ?>" method="post" >
157
-
158
- <div class="aux-rating-section">
159
- <h2 class="aux-featur"><?php _e('How likely are you to recommend Phlox to a friend?', 'auxin-elements' ); ?></h2>
160
- <div class="aux-theme-ratings">
161
- <?php
162
- for( $i = 1; $i <= 5; $i++ ){
163
- printf(
164
- '<div class="aux-rate-cell"><input type="radio" name="theme_rate" id="theme-rating%1$s" value="%1$s" %2$s/><label class="rating" for="theme-rating%1$s">%1$s</label></div>',
165
- $i, checked( $previous_rate, $i, false )
166
- );
167
- }
168
- ?>
169
-
170
- </div>
171
- <div class="aux-ratings-measure">
172
- <p>Don't like it</p>
173
- <p>Like it so much</p>
174
- </div>
175
- </div>
176
-
177
- <div class="aux-feedback-section aux-hide">
178
- <h2 class="aux-featur"><?php _e('Please explain why you gave this score (optional)', 'auxin-elements'); ?></h2>
179
- <h4 class="aux-featur feedback-subtitle">
180
- <?php
181
- printf( __( 'Please do not use this form to get support, in this case please check the %s help section %s', 'auxin-elements' ),
182
- '<a href="' . $support_tab_url . '">', '</a>' ); ?>
183
- </h4>
184
- <textarea placeholder="Enter your feedback here" rows="10" name="feedback" class="large-text"></textarea>
185
- <input type="text" placeholder="Email address (Optional)" name="email" class="text-input" />
186
- <?php wp_nonce_field( 'phlox_feedback' ); ?>
187
-
188
- <input type="submit" class="button button-primary aux-button" value="Submit feedback" />
189
-
190
- <div class="aux-sending-status">
191
- <img class="ajax-progress aux-hide" src="<?php echo AUXIN_URL; ?>/css/images/elements/saving.gif" />
192
- <span class="ajax-response aux-hide" ><?php _e( 'Submitting your feedback ..', 'auxin-elements' ); ?></span>
193
- </div>
194
-
195
- </div>
196
-
197
- <?php auxin_send_feedback_mail(); ?>
198
- </form>
199
- </div>
200
-
201
- <?php
202
- }
203
-
204
- function auxin_welcome_add_section_feedback( $sections ){
205
-
206
- $sections['feedback'] = array(
207
- 'label' => __( 'Feedback', 'auxin-elements' ),
208
- 'description' => sprintf(__( 'Please leave a feedback and help us to improve %s theme.', 'auxin-elements'), THEME_NAME_I18N ),
209
- 'callback' => 'auxin_welcome_page_display_section_feedback'
210
- );
211
 
212
- return $sections;
213
  }
214
 
215
- add_filter( 'auxin_admin_welcome_sections', 'auxin_welcome_add_section_feedback', 90 );
216
-
217
- function auxin_send_feedback_mail(){
218
- if ( ! ( ! isset( $_POST['phlox_feedback'] ) || ! wp_verify_nonce( $_POST['phlox_feedback'], 'feedback_send') ) ) {
219
-
220
- $email = ! empty( $_POST["email"] ) ? sanitize_email( $_POST["email"] ) : 'Empty';
221
- $feedback = ! empty( $_POST["feedback"] ) ? esc_textarea( $_POST["feedback"] ) : '';
222
-
223
- if( $feedback ){
224
- wp_mail( 'info@averta.net', 'feedback from phlox dashboard', $feedback . chr(0x0D).chr(0x0A) . 'Email: ' . $email );
225
- $text = __( 'Thanks for your feedback', 'auxin-elements' );
226
- } else{
227
- $text = __('Please try again and fill up at least the feedback field.', 'auxin-elements');
228
- }
229
-
230
- printf('<p class="notification">%s</p>', $text);
231
- }
232
- }
233
 
234
  /*-----------------------------------------------------------------------------------*/
235
  /* Adds subtitle meta field to 'Title setting' tab
@@ -255,6 +113,24 @@ function auxin_add_metabox_field_to_title_setting_tab( $fields, $id, $type ){
255
  'operator'=> '=='
256
  )
257
  )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
258
  )
259
  )
260
  );
@@ -265,139 +141,117 @@ function auxin_add_metabox_field_to_title_setting_tab( $fields, $id, $type ){
265
  add_filter( 'auxin_metabox_fields', 'auxin_add_metabox_field_to_title_setting_tab', 10, 3 );
266
 
267
 
268
- /**
269
- * Display changelogs on welcome page
270
- *
271
- * @param string $theme_id The theme ID that we intent to display the it's changelog
272
- * @return void
273
- */
274
- function auxels_add_changelog_to_welcome_page( $theme_id ){
275
-
276
-
277
- if( function_exists('auxin_get_remote_changelog') ){
278
 
279
- // sanitize the theme id
280
- $theme_id = esc_sql( $theme_id );
281
 
282
- // get remote changelog
283
- if( false === $changelog_info = get_transient( "auxin_{$theme_id}_remote_changelog" ) ){
 
 
284
 
285
- $changelog = auxin_get_remote_changelog( $theme_id );
 
 
 
 
 
 
 
 
 
286
 
287
- if( is_wp_error( $changelog ) ){
288
- echo $changelog->get_error_message();
289
- } else {
290
- $changelog_info = json_decode( $changelog, true );
291
- set_transient( "auxin_{$theme_id}_remote_changelog", $changelog_info, 2 * HOUR_IN_SECONDS );
292
- }
293
 
294
- }
295
 
296
- // print the changelog
297
- if( $changelog_info && ! empty( $changelog_info['version'] ) && ! empty( $changelog_info['changelog'] ) ){
298
- echo '<a href="http://support.averta.net/en/changelog/'.$theme_id.'/" target="_blank"><h2 class="aux-featur">' . __( "What's New in version", 'auxin-elements') . ' '. $changelog_info['version'] . '</h2></a>';
299
- echo '<div class="welcome-changelog">';
300
- echo str_replace("\n", "<br />", $changelog_info['changelog'] );
301
- echo '</div>';
302
- }
303
 
 
 
 
 
 
 
 
 
 
 
 
304
  }
305
 
306
  }
 
 
 
 
 
 
 
 
 
 
 
307
 
308
- add_action( 'auxin_welcome_page_after_feature_section', 'auxels_add_changelog_to_welcome_page' );
309
 
310
  /*-----------------------------------------------------------------------------------*/
311
- /* Adds Custom JavaScript meta field to 'Advanced setting' tab
312
  /*-----------------------------------------------------------------------------------*/
313
 
314
- function auxin_add_metabox_field_to_advanced_setting_tab( $fields, $id, $type ){
315
 
316
- if( 'general-advanced' == $id ){
317
- $fields[] = array(
318
- 'title' => __('Custom JavaScript Code', 'auxin-elements'),
319
- 'description' => __('Attention: The following custom JavaScript code will be applied ONLY to this page.', 'auxin-elements').'<br />'.
320
- __('For defining global JavaScript roles, please use custom javaScript field on option panel.', 'auxin-elements' ),
321
- 'id' => 'aux_page_custom_js',
322
- 'type' => 'code',
323
- 'mode' => 'javascript',
324
- 'default' => ''
 
 
 
 
 
 
 
 
 
 
 
 
325
  );
326
  }
327
- return $fields;
328
  }
329
- add_filter( 'auxin_metabox_fields', 'auxin_add_metabox_field_to_advanced_setting_tab', 10, 3 );
330
 
331
 
332
- /*-----------------------------------------------------------------------------------*/
333
- /* Removes install plugins submenu
334
- /*-----------------------------------------------------------------------------------*/
335
-
336
- function auxin_elements_remove_install_plugins_submenu(){
337
- remove_submenu_page( "themes.php", "tgmpa-install-plugins");
338
- global $submenu;
339
- $submenu['themes.php'][] = array( __('Install Plugins', 'auxin-elements' ), 'edit_theme_options', self_admin_url('admin.php?page=auxin-wizard&step=default_plugins') );
340
  }
341
- add_action( "admin_menu", "auxin_elements_remove_install_plugins_submenu", 14 );
342
-
343
- /*-----------------------------------------------------------------------------------*/
344
- /* Define demo info list / for auxin-element plugin
345
- /*-----------------------------------------------------------------------------------*/
346
 
347
  /**
348
- * Retrieves the list of available demos for current theme
349
  *
350
- * @return array List of demos
 
351
  */
352
- function auxels_add_to_demo_info_list( $default_demos ){
353
-
354
- $demos_list = array(
355
- 'the-journey' => array(
356
- 'id' => 'the-journey',
357
- 'title' => __('The Journey', 'auxin-elements'),
358
- 'desc' => __('Create your awesome Journey Website using this demo as a starter. Best choice for adventure looks.', 'auxin-elements'),
359
- 'preview_url' => 'http://averta.net/phlox/demo/journey/',
360
- 'thumb_url' => AUXELS_URL . '/embeds/demos/journey-blog/banner.jpg',
361
- 'file' => AUXELS_DIR . '/embeds/demos/journey-blog/data.xml'
362
- ),
363
- 'classic-blog' => array(
364
- 'id' => 'classic-blog',
365
- 'title' => __('Classic Blog', 'auxin-elements'),
366
- 'desc' => __('Create your classic good looking Blog using this demo as a starter. Best choice for a classic blogger.', 'auxin-elements'),
367
- 'preview_url' => 'http://averta.net/phlox/demo/classic-blog/',
368
- 'thumb_url' => AUXELS_URL . '/embeds/demos/classic-blog/banner.jpg',
369
- 'file' => AUXELS_DIR . '/embeds/demos/classic-blog/data.xml'
370
- ),
371
- 'food-blog' => array(
372
- 'id' => 'food-blog',
373
- 'title' => __('Food Blog', 'auxin-elements'),
374
- 'desc' => __('Create your awesome Food Website using this demo as a starter. Best choice for restaurant looks.', 'auxin-elements'),
375
- 'preview_url' => 'http://averta.net/phlox/demo/food/',
376
- 'thumb_url' => AUXELS_URL . '/embeds/demos/food-blog/banner.jpg',
377
- 'file' => AUXELS_DIR . '/embeds/demos/food-blog/data.xml'
378
- ),
379
- 'portfolio' => array(
380
- 'id' => 'portfolio',
381
- 'title' => __('Protfolio', 'auxin-elements'),
382
- 'desc' => __('A stunning demo for Phlox portfolio that represents your projects in a modern and stylish way.', 'auxin-elements'),
383
- 'preview_url' => 'http://averta.net/phlox/demo/portfolio/',
384
- 'thumb_url' => AUXELS_URL . '/embeds/demos/portfolio/banner.jpg',
385
- 'file' => AUXELS_DIR . '/embeds/demos/food-blog/data.xml'
386
- ),
387
- 'default' => array(
388
- 'id' => 'default',
389
- 'title' => __('Default', 'auxin-elements'),
390
- 'desc' => __('An excellent example to get familiar with all available layouts, elements, shortcodes and other features of Phlox.', 'auxin-elements'),
391
- 'preview_url' => 'http://averta.net/phlox/demo/default/',
392
- 'thumb_url' => AUXELS_URL . '/embeds/demos/default/banner.jpg',
393
- 'file' => AUXELS_DIR . '/embeds/demos/default/data.xml'
394
- )
395
- );
396
-
397
- return array_merge( $default_demos, $demos_list );
398
  }
399
-
400
- add_filter( 'auxin_get_demo_info_list', 'auxels_add_to_demo_info_list' );
401
 
402
  /*-----------------------------------------------------------------------------------*/
403
  /* Adding fallback for deprecated theme option name
@@ -465,12 +319,37 @@ add_filter( 'auxin_admin_metabox_models_post', 'auxels_add_post_metabox_models'
465
 
466
  function auxels_add_page_metabox_models( $models ){
467
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
468
 
469
  $models[] = array(
470
  'model' => auxin_metabox_fields_general_advanced(),
471
  'priority' => 36
472
  );
473
 
 
474
  return $models;
475
  }
476
 
@@ -522,22 +401,21 @@ function auxin_admin_footer_text( $footer_text ) {
522
  return $footer_text;
523
  }
524
 
525
- $welcome_tab_url = self_admin_url( 'themes.php?page=auxin-welcome&tab=' );
526
- $setup_wizard_url = self_admin_url( 'themes.php?page=auxin-wizard' );
527
 
528
 
529
  $auxin_text = sprintf(
530
- __( 'Quick access to %s %sdashboard%s, %ssetup wizard%s, %soptions%s, %ssupport%s and %sfeedback%s page.', 'auxin-elements' ),
 
531
  '<strong>' . THEME_NAME_I18N . '</strong>',
532
- '<a href="'. esc_url( $welcome_tab_url .'features' ) .'" title="'. sprintf( esc_attr__( '%s theme version %s', 'auxin-elements' ), THEME_NAME_I18N, THEME_VERSION ) .'" >',
533
  '</a>',
534
- '<a href="'. esc_url( $setup_wizard_url ) .'" title="'. __('Theme Setup Wizard', 'auxin-elements' ) .'" >',
535
  '</a>',
536
- '<a href="'. esc_url( self_admin_url( 'customize.php?url=' ) . $welcome_tab_url .'features' ) .'" title="'. __('Theme Customizer', 'auxin-elements' ) .'" >',
537
  '</a>',
538
- '<a href="'. esc_url( $welcome_tab_url .'support' ) .'">',
539
- '</a>',
540
- '<a href="'. esc_url( $welcome_tab_url .'feedback' ) .'">',
541
  '</a>'
542
  );
543
 
@@ -547,6 +425,41 @@ add_filter( 'admin_footer_text', 'auxin_admin_footer_text' );
547
 
548
 
549
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
550
  /*-----------------------------------------------------------------------------------*/
551
  /* Assign menus on start or after demo import
552
  /*-----------------------------------------------------------------------------------*/
@@ -650,7 +563,336 @@ function auxels_after_plugin_update(){
650
  if( AUXELS_VERSION !== get_transient( 'auxin_' . AUXELS_SLUG . '_version' ) ){
651
  set_transient( 'auxin_' . AUXELS_SLUG . '_version', AUXELS_VERSION, MONTH_IN_SECONDS );
652
 
653
- do_action( 'auxin_plugin_updated', false, AUXELS_SLUG, AUXELS_VERSION, AUXELS_BASE_NAME );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
654
  }
655
  }
656
- add_action( "admin_init", "auxels_after_plugin_update");
56
  }
57
  add_action( 'wp_loaded', 'auxels_hide_wizard_notice' );
58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  /*-----------------------------------------------------------------------------------*/
60
  /* Add Editor styles
61
  /*-----------------------------------------------------------------------------------*/
66
  }
67
  add_action('admin_enqueue_scripts', 'auxin_register_mce_buttons_style');
68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  /*-----------------------------------------------------------------------------------*/
70
+ /* Adding a plugin to plugin recommendation list
71
  /*-----------------------------------------------------------------------------------*/
72
 
73
+ function auxels_plugin_register_recommended_plugins() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
 
75
+ if( is_rtl() ){
76
+ $plugins = array(
77
+ array(
78
+ 'name' => __('Phlox RTL Fonts', 'auxin-elements'),
79
+ 'slug' => 'auxin-fonts',
80
+ 'version' => '1.0.0',
81
+ 'source' => AUXELS_DIR . '/embeds/plugins/auxin-fonts.zip', // The "internal" source of the plugin.
82
+ 'required' => false
83
+ )
84
+ );
85
+ tgmpa( $plugins );
86
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
 
 
88
  }
89
 
90
+ add_action( 'tgmpa_register', 'auxels_plugin_register_recommended_plugins', 12 );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
 
92
  /*-----------------------------------------------------------------------------------*/
93
  /* Adds subtitle meta field to 'Title setting' tab
113
  'operator'=> '=='
114
  )
115
  )
116
+ ),
117
+ array(
118
+ 'title' => __('Subtitle Position', 'auxin-elements'),
119
+ 'description' => '',
120
+ 'id' => 'subtitle_position',
121
+ 'type' => 'select',
122
+ 'default' => 'after',
123
+ 'choices' => array(
124
+ 'before' => __( 'Before Title', 'auxin-elements' ),
125
+ 'after' => __( 'After Title', 'auxin-elements' ),
126
+ ),
127
+ 'dependency' => array(
128
+ array(
129
+ 'id' => 'aux_title_bar_show',
130
+ 'value' => array('default', 'yes'),
131
+ 'operator'=> '=='
132
+ )
133
+ )
134
  )
135
  )
136
  );
141
  add_filter( 'auxin_metabox_fields', 'auxin_add_metabox_field_to_title_setting_tab', 10, 3 );
142
 
143
 
144
+ /*-----------------------------------------------------------------------------------*/
145
+ /* Registers special theme admin menu
146
+ /*-----------------------------------------------------------------------------------*/
 
 
 
 
 
 
 
147
 
148
+ function auxin_elements_admin_bar_add_upgrade_phlox( $wp_admin_bar ){
 
149
 
150
+ // Skip for Pro version
151
+ if( defined('THEME_PRO') && THEME_PRO ){
152
+ return;
153
+ }
154
 
155
+ $wp_admin_bar->add_menu( array(
156
+ 'id' => 'phlox-upgrade',
157
+ 'title' => __( 'Upgrade Phlox', 'auxin-elements' ),
158
+ 'parent' => 'top-secondary',
159
+ 'href' => esc_url( 'http://phlox.pro/go-pro/?utm_source=phlox-welcome&utm_medium=phlox-free&utm_campaign=phlox-go-pro&utm_content=adminbar' ),
160
+ 'meta' => array(
161
+ 'class' => 'auxin-upgrade-top-bar',
162
+ 'target' => '_blank'
163
+ )
164
+ ));
165
 
166
+ }
167
+ add_action( 'admin_bar_menu', 'auxin_elements_admin_bar_add_upgrade_phlox', 199 );
 
 
 
 
168
 
 
169
 
170
+ function auxin_elements_admin_bar_notices( $wp_admin_bar ){
 
 
 
 
 
 
171
 
172
+ if( auxin_get_option( 'auxin_maintenance_enable', 0 ) ){
173
+ $wp_admin_bar->add_menu( array(
174
+ 'id' => 'phlox-maintenance',
175
+ 'title' => __( 'Maintenance Mode', 'auxin-elements' ),
176
+ 'parent' => 'top-secondary',
177
+ 'href' => self_admin_url( 'customize.php?autofocus[control]=auxin_maintenance_enable_control' ),
178
+ 'meta' => array(
179
+ 'class' => 'auxin-alarm-top-bar',
180
+ 'target' => '_self'
181
+ )
182
+ ));
183
  }
184
 
185
  }
186
+ add_action( 'admin_bar_menu', 'auxin_elements_admin_bar_notices', 195 );
187
+
188
+ /**
189
+ * Remove theme submenu under appearance
190
+ *
191
+ * @return void
192
+ */
193
+ function auxin_elements_remnove_theme_submenu(){
194
+ remove_submenu_page( "themes.php", "tgmpa-install-plugins");
195
+ }
196
+ add_action( "admin_menu", "auxin_elements_remnove_theme_submenu", 12 );
197
 
 
198
 
199
  /*-----------------------------------------------------------------------------------*/
200
+ /* Check Bundled Plugins Updates
201
  /*-----------------------------------------------------------------------------------*/
202
 
 
203
 
204
+ /**
205
+ * Add a submenu to TGMPA plugins update page
206
+ *
207
+ * @return void
208
+ */
209
+ function auxin_register_update_plugins_submenu(){
210
+ global $menu;
211
+
212
+ if( ! defined('THEME_PRO') || ! THEME_PRO ) {
213
+ return;
214
+ }
215
+
216
+ // Update Plugins SubMenu
217
+ if( $tgmpa_counter = auxin_count_bundled_plugins_have_update() ) {
218
+ add_submenu_page(
219
+ 'auxin-welcome',
220
+ esc_attr__( 'Update Plugins' , 'auxin-elements' ),
221
+ sprintf( __( 'Update Plugins %s' , 'auxin-elements' ), " <span class='update-plugins count-1'><span class='update-count'>". number_format_i18n( $tgmpa_counter ) ."</span></span>" ),
222
+ 'manage_options',
223
+ 'auxin-update',
224
+ 'auxin_get_tgmpa_plugins_page'
225
  );
226
  }
 
227
  }
228
+ add_action( 'admin_menu', 'auxin_register_update_plugins_submenu', 30 );
229
 
230
 
231
+ /**
232
+ * Remove transient on plugin upgrade
233
+ *
234
+ * @return void
235
+ */
236
+ function auxin_remove_bundled_plugins_update_transient(){
237
+ delete_transient( 'auxin_count_bundled_plugins_have_update' );
 
238
  }
239
+ add_action( 'upgrader_process_complete', 'auxin_remove_bundled_plugins_update_transient' );
240
+ add_action( 'auxin_updated' , 'auxin_remove_bundled_plugins_update_transient' );
 
 
 
241
 
242
  /**
243
+ * Add bundled plugins update count to admin theme menu
244
  *
245
+ * @param int $count The number if bubble count
246
+ * @return int $count
247
  */
248
+ function auxin_add_update_count_to_theme_menu( $count ){
249
+ if( $total_updates = auxin_get_total_updates() ) {
250
+ $count = $count + $total_updates;
251
+ }
252
+ return $count;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
253
  }
254
+ add_action( 'auxin_theme_menu_update_count', 'auxin_add_update_count_to_theme_menu' );
 
255
 
256
  /*-----------------------------------------------------------------------------------*/
257
  /* Adding fallback for deprecated theme option name
319
 
320
  function auxels_add_page_metabox_models( $models ){
321
 
322
+ include_once( 'metaboxes/metabox-fields-general-top-header.php');
323
+ include_once( 'metaboxes/metabox-fields-general-header.php');
324
+ include_once( 'metaboxes/metabox-fields-general-footer.php');
325
+ include_once( 'metaboxes/metabox-fields-page-template.php');
326
+
327
+ $models[] = array(
328
+ 'model' => auxin_metabox_fields_general_top_header(),
329
+ 'priority' => 13
330
+ );
331
+
332
+ $models[] = array(
333
+ 'model' => auxin_metabox_fields_general_header(),
334
+ 'priority' => 16
335
+ );
336
+
337
+ $models[] = array(
338
+ 'model' => auxin_metabox_fields_general_footer(),
339
+ 'priority' => 20
340
+ );
341
+
342
+ $models[] = array(
343
+ 'model' => auxin_metabox_fields_page_template(),
344
+ 'priority' => 15
345
+ );
346
 
347
  $models[] = array(
348
  'model' => auxin_metabox_fields_general_advanced(),
349
  'priority' => 36
350
  );
351
 
352
+
353
  return $models;
354
  }
355
 
401
  return $footer_text;
402
  }
403
 
404
+ $welcome_tab_url = self_admin_url( 'admin.php?page=auxin-welcome&tab=' );
405
+ $setup_wizard_url = self_admin_url( 'admin.php?page=auxin-wizard' );
406
 
407
 
408
  $auxin_text = sprintf(
409
+ __( 'Quick access to %s %sdashboard%s, %sdemo importer%s, %soptions%s, and %ssupport%s page.', 'auxin-elements' )
410
+ ,
411
  '<strong>' . THEME_NAME_I18N . '</strong>',
412
+ '<a href="'. Auxin_Welcome::get_instance()->get_tab_link('') .'" title="'. sprintf( esc_attr__( '%s theme version %s', 'auxin-elements' ), THEME_NAME_I18N, THEME_VERSION ) .'" >',
413
  '</a>',
414
+ '<a href="'. Auxin_Welcome::get_instance()->get_tab_link('importer') .'" title="'. __('Theme Demo Importer', 'auxin-elements' ) .'" >',
415
  '</a>',
416
+ '<a href="'. esc_url( self_admin_url( 'customize.php' ) ) .'" title="'. __('Theme Customizer', 'auxin-elements' ) .'" >',
417
  '</a>',
418
+ '<a href="'. Auxin_Welcome::get_instance()->get_tab_link('help') .'">',
 
 
419
  '</a>'
420
  );
421
 
425
 
426
 
427
 
428
+
429
+ /*-----------------------------------------------------------------------------------*/
430
+ /* Dashboard "Right Now" modification
431
+ /*-----------------------------------------------------------------------------------*/
432
+
433
+ function auxin_add_2_rightnow_bottom() {
434
+ $p_theme = auxin_get_main_theme();
435
+
436
+ echo '<div class="aux-dashboard-widget-footer">';
437
+
438
+ echo '<span class="aux-footer-using">';
439
+ printf(
440
+ __( 'You are using %1$s theme version %2$s.', 'auxin-elements'),
441
+ '<strong>'. $p_theme->display('Name'). '</strong>',
442
+ '<strong>'. $p_theme->display('Version'). '</strong>'
443
+ );
444
+ echo '</span>';
445
+
446
+ if( ! ( defined('THEME_PRO') && THEME_PRO ) ){
447
+ echo '<span class="aux-footer-rate">'.
448
+ sprintf(
449
+ __( 'Please support us to continue this project by rating it %s', 'auxin-elements' ),
450
+ '<a href="https://wordpress.org/support/theme/phlox/reviews/?filter=5#new-post" target="_blank">★★★★★</a>'
451
+ ).
452
+ '</span>';
453
+ }
454
+
455
+ $link = 'https://docs.phlox.pro/?utm_source=wp-dashboard-widget&utm_medium=phlox-free&utm_content=wp-glance-widget&utm_term=documentation&utm_campaign=docs';
456
+ echo '<a class="aux-dashboard-widget-footer-link" href="'.$link.'" target="_blank">Help<span class="screen-reader-text">(opens in a new window)</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a>';
457
+
458
+ echo '</div>';
459
+ }
460
+
461
+ add_action( 'rightnow_end', 'auxin_add_2_rightnow_bottom' );
462
+
463
  /*-----------------------------------------------------------------------------------*/
464
  /* Assign menus on start or after demo import
465
  /*-----------------------------------------------------------------------------------*/
563
  if( AUXELS_VERSION !== get_transient( 'auxin_' . AUXELS_SLUG . '_version' ) ){
564
  set_transient( 'auxin_' . AUXELS_SLUG . '_version', AUXELS_VERSION, MONTH_IN_SECONDS );
565
 
566
+ do_action( 'auxin_plugin_updated', false , AUXELS_SLUG, AUXELS_VERSION, AUXELS_BASE_NAME );
567
+ do_action( 'auxin_updated' , 'plugin', AUXELS_SLUG, AUXELS_VERSION, AUXELS_BASE_NAME );
568
+ }
569
+ }
570
+ add_action( 'admin_init', 'auxels_after_plugin_update', 9 );
571
+
572
+
573
+
574
+ add_action( 'admin_init', function(){
575
+
576
+ $plugin_update_check = new AUXELS_Plugin_Check_Update (
577
+ AUXELS_VERSION, // current version
578
+ 'http://api.averta.net/envato/items/', // update path
579
+ AUXELS_BASE_NAME, // plugin file slug
580
+ 'auxin-elements', // plugin slug
581
+ 'auxin-elements', // item request name
582
+ AUXELS_DIR . '/auxin-elements.php' // plugin file
583
+ );
584
+
585
+ $plugin_update_check->plugin_id = '1238506';
586
+ } );
587
+
588
+ /**
589
+ * Disable the query monitor on vc frontend editor
590
+ *
591
+ * @return bool Whether to displatche the debug report or not
592
+ */
593
+ function auxin_disable_query_monitor_on_vc_fronteditor( $debug_enabled ){
594
+ return ( function_exists( 'vc_is_frontend_editor' ) && vc_is_frontend_editor() ) ? false : $debug_enabled;
595
+ }
596
+ add_filter( 'qm/dispatch/ajax', "auxin_disable_query_monitor_on_vc_fronteditor" );
597
+ add_filter( 'qm/dispatch/html', "auxin_disable_query_monitor_on_vc_fronteditor" );
598
+
599
+
600
+ function auxin_meida_setting_requires_modification(){
601
+ echo '<div class="aux-admin-error notice notice-warning notice-large">';
602
+ _e( 'Please make sure the image aspect ratio for all image sizes are the same.', 'auxin-elements' );
603
+ echo '</div>';
604
+ }
605
+
606
+ /**
607
+ *
608
+ *
609
+ * @return void
610
+ */
611
+ function auxels_after_media_setting_updated(){
612
+
613
+ $image_sizes = array('thumbnail', 'medium', 'medium_large', 'large');
614
+ $same_ratio = true;
615
+ $ratio = '';
616
+ $thumb_crop = auxin_is_true( get_option('thumbnail_crop') );
617
+
618
+ foreach ( $image_sizes as $image_size ) {
619
+ $width = get_option( $image_size. '_size_w' );
620
+
621
+ if( $height = get_option( $image_size. '_size_h' ) ){
622
+ if( ! empty( $ratio ) && $ratio != ( $width / $height ) ){
623
+ $same_ratio = false;
624
+ break;
625
+ }
626
+ $ratio = $width / $height;
627
+ }
628
+
629
+ if ( $thumb_crop ) {
630
+ update_option( $image_size . '_crop', '1' );
631
+ }
632
+ }
633
+
634
+ if( $same_ratio && $ratio ){
635
+ if( ! get_option( 'medium_large_size_h') ){
636
+ update_option( 'medium_large_size_h', get_option( 'medium_large_size_w' ) * $ratio );
637
+ }
638
+ set_theme_mod( 'auxin_wp_image_sizes_ratio', $ratio );
639
+ } elseif( ! $same_ratio ) {
640
+ add_action( 'admin_notices', 'auxin_meida_setting_requires_modification' );
641
+ }
642
+
643
+ }
644
+
645
+ add_action( "load-options-media.php", "auxels_after_media_setting_updated");
646
+ add_action( "auxin_plugin_updated" , "auxels_after_media_setting_updated" );
647
+
648
+
649
+ /*-----------------------------------------------------------------------------------*/
650
+ /* Adds Custom Footer Metafields to 'Layout Options' tab
651
+ /*-----------------------------------------------------------------------------------*/
652
+
653
+ function auxin_add_metabox_field_to_layout_setting_tab( $fields, $id, $type ){
654
+
655
+ if( 'layout-options' == $id ){
656
+
657
+ $fields[] = array(
658
+ 'title' => __('Footer Brand Image', 'auxin-elements'),
659
+ 'description' => __('This image appears as site brand image on footer section.', 'auxin-elements'),
660
+ 'id' => 'page_secondary_logo_image',
661
+ 'section' => 'footer-section-footer',
662
+ 'dependency' => array(
663
+ array(
664
+ 'id' => 'page_show_footer',
665
+ 'value' => array('yes', 'default'),
666
+ 'operator'=> '=='
667
+ )
668
+ ),
669
+ 'type' => 'image'
670
+ );
671
+ }
672
+
673
+ return $fields;
674
+ }
675
+ add_filter( 'auxin_metabox_fields', 'auxin_add_metabox_field_to_layout_setting_tab', 10, 3 );
676
+
677
+ /*-----------------------------------------------------------------------------------*/
678
+ /* Auxin Admin notices
679
+ /*-----------------------------------------------------------------------------------*/
680
+
681
+ function auxin_notice_manager(){
682
+
683
+ $notice_list = [];
684
+
685
+ if( defined('THEME_PRO' ) && THEME_PRO ){
686
+
687
+ if( ! auxin_is_activated() ){
688
+ $notice_list[ 'activate_purchase_of_phlox_pro' ] = new Auxin_Notices([
689
+ 'id' => 'activate_purchase_of_phlox_pro',
690
+ 'title' => 'Welcome to '. THEME_NAME_I18N,
691
+ 'desc' => 'Please activate your license to get automatic updates, premium support, and unlimited access to the template library and demo importer.',
692
+ 'skin' => 'error', // 'success', 'info', 'error'
693
+ 'has_close' => false,
694
+ 'image' =>[
695
+ 'width' => '105',
696
+ 'src' => AUXELS_ADMIN_URL . '/assets/images/welcome/activation.svg'
697
+ ],
698
+ 'buttons' => [
699
+ [
700
+ 'label' => __('Activate License', 'auxin-elements'),
701
+ 'link' => self_admin_url( 'admin.php?page=auxin-welcome&activate-phlox-pro' ),
702
+ 'target' => '_self'
703
+ ],
704
+ [
705
+ 'label' => __('Remind Me Later', 'auxin-elements'),
706
+ 'type' => 'skip',
707
+ 'expiration' => DAY_IN_SECONDS * 5
708
+ ]
709
+ ]
710
+ ]);
711
+ }
712
+
713
+ if( ! is_plugin_active( 'auxin-pro-tools/auxin-pro-tools.php' ) ){
714
+ $plugin_title = __( 'Phlox Pro Features', 'auxin-elements' );
715
+ $button_label = sprintf( esc_html__( 'Activate %s', 'auxin-elements' ), $plugin_title );
716
+ $installed_plugins = get_plugins();
717
+ if( ! isset( $installed_plugins[ 'auxin-pro-tools/auxin-pro-tools.php' ] ) ){
718
+ $button_label = sprintf( esc_html__( 'Install %s', 'auxin-elements' ), $plugin_title );
719
+ }
720
+
721
+ $notice_list[ 'activate_plugin_phlox_pro_tools' ] = new Auxin_Notices([
722
+ 'id' => 'activate_plugin_phlox_pro_tools',
723
+ 'title' => __('Please install Phlox Pro features', 'auxin-elements' ),
724
+ 'desc' => sprintf( __( 'To take full advantages of Phlox Pro, please install %s plugin.', 'auxin-elements' ), '<strong>'. $plugin_title .'</strong>' ),
725
+ 'skin' => 'default', // 'success', 'info', 'error'
726
+ 'has_close' => false,
727
+ 'buttons' => [
728
+ [
729
+ 'label' => $button_label,
730
+ 'target' => '_self',
731
+ 'link' => self_admin_url( 'admin.php?page=auxin-welcome&tab=plugins&items=auxin-pro-tools&view=abstract' )
732
+ ],
733
+ [
734
+ 'label' => __('Not Now', 'auxin-elements'),
735
+ 'type' => 'skip',
736
+ 'expiration' => HOUR_IN_SECONDS * 2
737
+ ]
738
+ ]
739
+ ]);
740
+ }
741
+
742
+ }
743
+
744
+ $notice_list = apply_filters( 'auxin_admin_notices_instances', $notice_list );
745
+
746
+ foreach ( $notice_list as $notice ) {
747
+ if( $notice instanceof Auxin_Notices ){
748
+ $notice->render();
749
+ }
750
+ }
751
+ }
752
+ add_action( 'admin_notices', 'auxin_notice_manager' );
753
+
754
+ /*-----------------------------------------------------------------------------------*/
755
+ /* Maybe increase the http request timeout
756
+ /*-----------------------------------------------------------------------------------*/
757
+
758
+ function auxin_maybe_change_http_curl_timeout( $handle ){
759
+ if( false !== $timeout = get_theme_mod( 'increasing_curl_timeout_is_required' ) ){
760
+ curl_setopt( $handle, CURLOPT_CONNECTTIMEOUT, $timeout );
761
+ curl_setopt( $handle, CURLOPT_TIMEOUT, $timeout );
762
+ }
763
+ }
764
+ add_action( 'http_api_curl', 'auxin_maybe_change_http_curl_timeout', 100 );
765
+
766
+ /*-----------------------------------------------------------------------------------*/
767
+
768
+ /**
769
+ * Add auxin plugins to official plugins list hook
770
+ *
771
+ * @param array $plugins
772
+ * @return void
773
+ */
774
+ function auxin_define_official_plugins_list( $plugins ){
775
+ array_push( $plugins, AUXELS_SLUG, 'auxin-portfolio' );
776
+ return $plugins;
777
+ }
778
+ add_filter( 'auxin_official_plugins', 'auxin_define_official_plugins_list', 10, 1 );
779
+
780
+ /**
781
+ * Add auxin themes to official themes list hook
782
+ *
783
+ * @param array $plugins
784
+ * @return void
785
+ */
786
+ function auxin_define_official_themes_list( $themes ){
787
+ array_push( $themes, 'phlox' );
788
+ return $themes;
789
+ }
790
+ add_filter( 'auxin_official_themes', 'auxin_define_official_themes_list', 10, 1 );
791
+
792
+
793
+ /**
794
+ * Add license popup markup to welcome pages
795
+ *
796
+ * @return void
797
+ */
798
+ function auxin_admin_welcome_add_license_popup(){
799
+ if( ! ( defined('THEME_PRO' ) && THEME_PRO ) ){
800
+ return false;
801
+ }
802
+
803
+ if( auxin_is_activated() ){
804
+ return;
805
+ }
806
+ ?>
807
+ <div class="aux-purchase-activation-notice">
808
+ <p class="aux-desc"><?php esc_html_e( 'Phlox is Not Activated! to Unlock All Features Activate Now.', 'auxin-elements'); ?></p>
809
+ <a class="aux-button aux-red aux-ajax-open-modal"
810
+ data-auto-open="<?php echo isset( $_GET['activate-phlox-pro'] ) ? 1 : 0; ?>"
811
+ href="<?php echo add_query_arg( array( 'action' => 'auxin_display_actvation_form', 'nonce' => wp_create_nonce( 'aux-activation-form' ) ), admin_url( 'admin-ajax.php' ) ); ?>">
812
+ <?php esc_html_e( 'Activate Now', 'auxin-elements'); ?>
813
+ </a>
814
+ </div>
815
+ <?php
816
+ }
817
+ add_action( 'auxin_admin_welcome_after_header', 'auxin_admin_welcome_add_license_popup' );
818
+
819
+ /**
820
+ * Modify plugins upgrade list for regex checkup
821
+ *
822
+ * @return void
823
+ */
824
+ function auxin_add_bundle_plugins_to_upgrade_list(){
825
+ return '(auxin|phlox|bdthemes-element-pack|masterslider|js_composer|Ultimate_VC_Addons|waspthemes-yellow-pencil|revslider|LayerSlider|go_pricing|convertplug)';
826
+ }
827
+ add_filter( 'auxin_averta_plugins_regex', 'auxin_add_bundle_plugins_to_upgrade_list' );
828
+
829
+
830
+
831
+ /**
832
+ * Create Default Category when the plugins update or activated if doesnt exist
833
+ *
834
+ * @return void
835
+ */
836
+ add_action('auxin_plugin_updated', function( $flush_required, $plugin_slug, $plugin_version, $plugin_basename ){
837
+
838
+ $post_types = array (
839
+ 'portfolio' => array(
840
+ 'taxonoimes' => array('portfolio-cat') // portfolio-tag, portfolio-filter
841
+ ),
842
+ 'news' => array(
843
+ 'taxonoimes' => array('news-category') // news-tag
844
+ ),
845
+ );
846
+
847
+ $post_type = str_replace('auxin-', '' , $plugin_slug );
848
+
849
+ if ( ! isset( $post_types[$post_type]['taxonoimes'] ) ) {
850
+ return;
851
+ }
852
+
853
+ $taxonomies = $post_types[$post_type]['taxonoimes'];
854
+
855
+
856
+ foreach ( $taxonomies as $taxonomy ) {
857
+ $default_term = term_exists( 'uncategorized', $taxonomy );
858
+
859
+ if ( !$default_term ) {
860
+ wp_insert_term(
861
+ __( 'Uncategorized', 'auxin-elements' ), // the term
862
+ $taxonomy, // the taxonomy
863
+ array(
864
+ 'slug' => 'uncategorized',
865
+ )
866
+ );
867
+ }
868
+
869
+ }
870
+
871
+ },10, 4);
872
+
873
+
874
+ /**
875
+ * Temporary activation utility
876
+ *
877
+ * @return void
878
+ */
879
+ function auxin_check_license_terms(){
880
+ if( isset( $_GET['auxin-debug'] ) && isset( $_GET['activation'] ) ){
881
+ if( 'expire' === $_GET['activation'] ){
882
+ delete_site_option( THEME_ID . '_license' );
883
+ delete_site_option( THEME_ID . '_license_update' );
884
+ delete_site_option( 'envato_purchase_code_3909293' );
885
+ return;
886
+ }
887
+
888
+ $license2 = get_site_option( THEME_ID . '_license_update', array() );
889
+ $license3 = get_site_option( 'envato_purchase_code_3909293', array() );
890
+
891
+ echo '<pre style="border:1px solid #ddd;padding:10px 20px;background:#fff;">';
892
+ echo 'Is Active: ';
893
+ print_r( $license2 ); echo '<br/><br/>info: <br/>';
894
+ print_r( $license3 );
895
+ echo '</pre>';
896
  }
897
  }
898
+ add_action('admin_notices', 'auxin_check_license_terms');
admin/includes/admin-the-functions.php CHANGED
@@ -5,237 +5,6 @@
5
  require_once( 'metaboxes/metabox-fields-general-advanced.php' );
6
 
7
 
8
- /**
9
- * Content for status tab in welcome-about page in admin panel
10
- *
11
- * @return void
12
- */
13
- function auxin_get_about_system_status(){
14
- ?>
15
- <div class="aux-status-wrapper">
16
- <table class="widefat" cellspacing="0">
17
- <thead>
18
- <tr>
19
- <th colspan="3" data-export-label="WordPress Environment"><?php _e( 'WordPress Environment', 'auxin-elements' ); ?></th>
20
- </tr>
21
- </thead>
22
- <tbody>
23
- <tr>
24
- <td data-export-label="Home URL"><?php _e( 'Home URL', 'auxin-elements' ); ?>:</td>
25
- <td class="help"><?php echo '<a href="#" class="help-tip" original-title="' . esc_attr__( 'The URL of your site\'s homepage.', 'auxin-elements' ) . '"> ? </a>'; ?></td>
26
- <td><?php echo home_url(); ?></td>
27
- </tr>
28
- <tr>
29
- <td data-export-label="Site URL"><?php _e( 'Site URL', 'auxin-elements' ); ?>:</td>
30
- <td class="help"><?php echo '<a href="#" class="help-tip" original-title="' . esc_attr__( 'The root URL of your site.', 'auxin-elements' ) . '"> ? </a>'; ?></td>
31
- <td><?php echo site_url(); ?></td>
32
- </tr>
33
- <tr>
34
- <td data-export-label="WP Version"><?php _e( 'WP Version', 'auxin-elements' ); ?>:</td>
35
- <td class="help"><?php echo '<a href="#" class="help-tip" original-title="' . esc_attr__( 'The version of WordPress installed on your site.', 'auxin-elements' ) . '"> ? </a>'; ?></td>
36
- <td><?php bloginfo('version'); ?></td>
37
- </tr>
38
- <tr>
39
- <td data-export-label="WP Multisite"><?php _e( 'WP Multisite', 'auxin-elements' ); ?>:</td>
40
- <td class="help"><?php echo '<a href="#" class="help-tip" original-title="' . esc_attr__( 'Whether or not you have WordPress Multisite enabled.', 'auxin-elements' ) . '"> ? </a>'; ?></td>
41
- <td><?php if ( is_multisite() ) echo '&#10004;'; else echo '&#10005;'; ?></td>
42
- </tr>
43
- <tr>
44
- <td data-export-label="WP Memory Limit"><?php _e( 'WP Memory Limit', 'auxin-elements' ); ?>:</td>
45
- <td class="help"><?php echo '<a href="#" class="help-tip" original-title="' . esc_attr__( 'The maximum amount of memory (RAM) that your site can use at one time.', 'auxin-elements' ) . '"> ? </a>'; ?></td>
46
- <td><?php
47
- // This field need to make some changes
48
- $server_memory = 0;
49
- if( function_exists( 'ini_get' ) ) {
50
- echo ( ini_get( 'memory_limit') );
51
- }
52
- ?></td>
53
- </tr>
54
- <tr>
55
- <td data-export-label="WP Permalink"><?php _e( 'WP Permalink', 'auxin-elements' ); ?>:</td>
56
- <td class="help"><?php echo '<a href="#" class="help-tip" original-title="' . esc_attr__( 'The WordPress permalink structer.', 'auxin-elements' ) . '"> ? </a>'; ?></td>
57
- <td><?php echo get_option( 'permalink_structure' ); ?></td>
58
- </tr>
59
- <tr>
60
- <td data-export-label="WP Debug Mode"><?php _e( 'WP Debug Mode', 'auxin-elements' ); ?>:</td>
61
- <td class="help"><?php echo '<a href="#" class="help-tip" original-title="' . esc_attr__( 'Displays whether or not WordPress is in Debug Mode.', 'auxin-elements' ) . '"> ? </a>'; ?></td>
62
- <td><?php if ( defined('WP_DEBUG') && WP_DEBUG ) echo '<mark class="yes">' . '&#10004;' . '</mark>'; else echo '<mark class="no">' . '&#10005;' . '</mark>'; ?></td>
63
- </tr>
64
- <tr>
65
- <td data-export-label="Language"><?php _e( 'Language', 'auxin-elements' ); ?>:</td>
66
- <td class="help"><?php echo '<a href="#" class="help-tip" original-title="' . esc_attr__( 'The current language used by WordPress. Default = English', 'auxin-elements' ) . '"> ? </a>'; ?></td>
67
- <td><?php echo get_locale() ?></td>
68
- </tr>
69
- </tbody>
70
- </table>
71
-
72
- <table class="widefat" cellspacing="0">
73
- <thead>
74
- <tr>
75
- <th colspan="3" data-export-label="Server Environment"><?php _e( 'Server Environment', 'auxin-elements' ); ?></th>
76
- </tr>
77
- </thead>
78
- <tbody>
79
- <tr>
80
- <td data-export-label="Server Info"><?php _e( 'Server Info', 'auxin-elements' ); ?>:</td>
81
- <td class="help"><?php echo '<a href="#" class="help-tip" original-title="' . esc_attr__( 'Information about the web server that is currently hosting your site.', 'auxin-elements' ) . '"> ? </a>'; ?></td>
82
- <td><?php echo esc_html( $_SERVER['SERVER_SOFTWARE'] ); ?></td>
83
- </tr>
84
- <tr>
85
- <td data-export-label="PHP Version"><?php _e( 'PHP Version', 'auxin-elements' ); ?>:</td>
86
- <td class="help"><?php echo '<a href="#" class="help-tip" original-title="' . esc_attr__( 'The version of PHP installed on your hosting server.', 'auxin-elements' ) . '"> ? </a>'; ?></td>
87
- <td><?php
88
- // should add the cpmparsion check for version_compare(PHP_VERSION, '5.0.0', '<')
89
- if ( function_exists( 'phpversion' ) ) echo esc_html( phpversion() ); ?></td>
90
- </tr>
91
- <tr>
92
- <td data-export-label="Server Info"><?php _e( 'Server Info', 'auxin-elements' ); ?>:</td>
93
- <td class="help"><?php echo '<a href="#" class="help-tip" original-title="' . esc_attr__( 'Information about the web server that is currently hosting your site.', 'auxin-elements' ) . '"> ? </a>'; ?></td>
94
- <td><?php echo esc_html( $_SERVER['SERVER_SOFTWARE'] ); ?></td>
95
- </tr>
96
- <?php if ( function_exists( 'ini_get' ) ) : ?>
97
- <tr>
98
- <td data-export-label="PHP Post Max Size"><?php _e( 'PHP Post Max Size', 'auxin-elements' ); ?>:</td>
99
- <td class="help"><?php echo '<a href="#" class="help-tip" original-title="' . esc_attr__( 'The largest file size that can be contained in one post.', 'auxin-elements' ) . '"> ? </a>'; ?></td>
100
- <td></td>
101
- </tr>
102
- <tr>
103
- <td data-export-label="PHP Time Limit"><?php _e( 'PHP Time Limit', 'auxin-elements' ); ?>:</td>
104
- <td class="help"><?php echo '<a href="#" class="help-tip" original-title="' . esc_attr__( 'The amount of time (in seconds) that your site will spend on a single operation before timing out (to avoid server lockups)', 'auxin-elements' ) . '"> ? </a>'; ?></td>
105
- <td><?php
106
- $time_limit = ini_get('max_execution_time');
107
- //should add the condition
108
- if ( $time_limit < 180 && $time_limit != 0 ) {
109
- echo '<mark class="error">' . sprintf( __( '%s - We recommend setting max execution time to at least 180. See: <a href="%s" target="_blank">Increasing max execution to PHP</a>', 'auxin-elements' ), $time_limit, 'http://codex.wordpress.org/Common_WordPress_Errors#Maximum_execution_time_exceeded' ) . '</mark>';
110
- } else {
111
- echo '<mark class="yes">' . $time_limit . '</mark>';
112
- }
113
- ?>
114
- </td>
115
- </tr>
116
- <tr>
117
- <td data-export-label="PHP Max Input Vars"><?php _e( 'PHP Max Input Vars', 'auxin-elements' ); ?>:</td>
118
- <td class="help"><?php echo '<a href="#" class="help-tip" original-title="' . esc_attr__( 'The maximum number of variables your server can use for a single function to avoid overloads.', 'auxin-elements' ) . '"> ? </a>'; ?></td>
119
- <td><?php echo ini_get('max_input_vars'); ?></td>
120
- </tr>
121
- <tr>
122
- <td data-export-label="SUHOSIN Installed"><?php _e( 'SUHOSIN Installed', 'auxin-elements' ); ?>:</td>
123
- <td class="help"><?php echo '<a href="#" class="help-tip" original-title="' . esc_attr__( 'Suhosin is an advanced protection system for PHP installations. It was designed to protect your servers on the one hand against a number of well known problems in PHP applications and on the other hand against potential unknown vulnerabilities within these applications or the PHP core itself. If enabled on your server, Suhosin may need to be configured to increase its data submission limits.', 'auxin-elements' ) . '"> ? </a>'; ?></td>
124
- <td><?php echo extension_loaded( 'suhosin' ) ? '&#10004;' : '&#10005;'; ?></td>
125
- </tr>
126
- <?php endif; ?>
127
- <tr>
128
- <td data-export-label="MySQL Version"><?php _e( 'MySQL Version', 'auxin-elements' ); ?>:</td>
129
- <td class="help"><?php echo '<a href="#" class="help-tip" original-title="' . esc_attr__( 'The version of MySQL installed on your hosting server.', 'auxin-elements' ) . '"> ? </a>'; ?></td>
130
- <td>
131
- <?php
132
- /** @global wpdb $wpdb */
133
- global $wpdb;
134
- echo $wpdb->db_version();
135
- ?>
136
- </td>
137
- </tr>
138
- <tr>
139
- <td data-export-label="Max Upload Size"><?php _e( 'Max Upload Size', 'auxin-elements' ); ?>:</td>
140
- <td class="help"><?php echo '<a href="#" class="help-tip" original-title="' . esc_attr__( 'The largest file size that can be uploaded to your WordPress installation.', 'auxin-elements' ) . '"> ? </a>'; ?></td>
141
- <td><?php echo size_format( wp_max_upload_size() ); ?></td>
142
- </tr>
143
- <tr>
144
- <td data-export-label="Default Timezone is UTC"><?php _e( 'Default Timezone is UTC', 'auxin-elements' ); ?>:</td>
145
- <td class="help"><?php echo '<a href="#" class="help-tip" original-title="' . esc_attr__( 'The default timezone for your server.', 'auxin-elements' ) . '"> ? </a>'; ?></td>
146
- <td><?php
147
- $default_timezone = date_default_timezone_get();
148
- if ( 'UTC' !== $default_timezone ) {
149
- echo '<mark class="error">' . '&#10005; ' . sprintf( __( 'Default timezone is %s - it should be UTC', 'auxin-elements' ), $default_timezone ) . '</mark>';
150
- } else {
151
- echo '<mark class="yes">' . '&#10004;' . '</mark>';
152
- } ?>
153
- </td>
154
- </tr>
155
- </tbody>
156
- </table>
157
-
158
- <table class="widefat active-plugins" cellspacing="0" id="status">
159
- <thead>
160
- <tr>
161
- <th colspan="3" data-export-label="Active Plugins (<?php echo count( (array) get_option( 'active_plugins' ) ); ?>)"><?php _e( 'Active Plugins', 'auxin-elements' ); ?> (<?php echo count( (array) get_option( 'active_plugins' ) ); ?>)</th>
162
- </tr>
163
- </thead>
164
- <tbody>
165
- <?php
166
- $active_plugins = (array) get_option( 'active_plugins', array() );
167
-
168
- if ( is_multisite() ) {
169
- $active_plugins = array_merge( $active_plugins, get_site_option( 'active_sitewide_plugins', array() ) );
170
- }
171
- foreach ( $active_plugins as $plugin ) {
172
- $plugin_data = @get_plugin_data( WP_PLUGIN_DIR . '/' . $plugin );
173
- $dirname = dirname( $plugin );
174
- $version_string = '';
175
- $network_string = '';
176
- if ( ! empty( $plugin_data['Name'] ) ) {
177
- // link the plugin name to the plugin url if available
178
- $plugin_name = esc_html( $plugin_data['Name'] );
179
- if ( ! empty( $plugin_data['PluginURI'] ) ) {
180
- $plugin_name = '<a href="' . esc_url( $plugin_data['PluginURI'] ) . '" title="' . __( 'Visit plugin homepage' , 'auxin-elements' ) . '" target="_blank">' . $plugin_name . '</a>';
181
- }
182
- ?>
183
- <tr>
184
- <td><?php echo $plugin_name; ?></td>
185
- <td><?php echo sprintf( _x( 'by %s', 'by author', 'auxin-elements' ), $plugin_data['Author'] ) . ' Version &ndash; ' . esc_html( $plugin_data['Version'] ) . $version_string . $network_string; ?></td>
186
- </tr>
187
- <?php
188
- }
189
- }
190
- ?>
191
- </tbody>
192
- </table>
193
-
194
- </div>
195
- <?php
196
- }
197
-
198
-
199
-
200
- /**
201
- * Retrieves the changelog remotely
202
- *
203
- * @param string $item_name The name of the project that we intend to get the info of
204
- * @return string The changelog context
205
- */
206
- function auxin_get_remote_changelog( $item_name = '' ){
207
-
208
- if( empty( $item_name ) ){
209
- $item_name = THEME_ID;
210
- }
211
-
212
- global $wp_version;
213
-
214
- $args = array(
215
- 'user-agent' => 'WordPress/'. $wp_version.'; '. get_site_url(),
216
- 'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 10 ),
217
- 'body' => array(
218
- 'action' => 'text',
219
- 'cat' => 'changelog',
220
- 'item-name' => 'phlox',
221
- 'context' => 'full',
222
- 'format' => 'json',
223
- 'latest' => ''
224
- )
225
- );
226
-
227
- $request = wp_remote_get( 'http://api.averta.net/envato/items/', $args );
228
-
229
- if ( is_wp_error( $request ) || wp_remote_retrieve_response_code( $request ) !== 200 ) {
230
- return new WP_Error( 'no_response', 'Error while receiving remote data' );
231
- }
232
-
233
- $response = $request['body'];
234
-
235
- return $response;
236
- }
237
-
238
-
239
  /**
240
  * Searchs and removes unexpected fields and sections from metabox hub models
241
  *
@@ -283,3 +52,112 @@ function auxin_remove_from_metabox_hub( $models, $args = array() ){
283
 
284
  return $models;
285
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  require_once( 'metaboxes/metabox-fields-general-advanced.php' );
6
 
7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  /**
9
  * Searchs and removes unexpected fields and sections from metabox hub models
10
  *
52
 
53
  return $models;
54
  }
55
+
56
+
57
+
58
+ /*----------------------------------------------------------------------------*/
59
+ /* TGMPA plugin update functions
60
+ /*----------------------------------------------------------------------------*/
61
+
62
+ /**
63
+ * Count the number of bundled plugins having new updates
64
+ *
65
+ * @return int|bool The umber of plugins having update
66
+ */
67
+ function auxin_count_bundled_plugins_have_update(){
68
+ // Check transient
69
+ if ( false === ( $tgmpa_counter = auxin_get_transient( 'auxin_count_bundled_plugins_have_update' ) ) ) {
70
+ // Get instance
71
+ $tgmpa_instance = call_user_func( array( get_class( $GLOBALS['tgmpa'] ), 'get_instance' ) );
72
+ // Reset Counter
73
+ $tgmpa_counter = 0;
74
+ // Check plugins list
75
+ foreach ( $tgmpa_instance->plugins as $slug => $plugin ) {
76
+ if ( $plugin['source_type'] === 'bundled' && $tgmpa_instance->is_plugin_active( $slug ) && $tgmpa_instance->does_plugin_have_update( $slug ) ) {
77
+ $tgmpa_counter++;
78
+ }
79
+ }
80
+ auxin_set_transient( 'auxin_count_bundled_plugins_have_update', $tgmpa_counter, 12 * HOUR_IN_SECONDS );
81
+ }
82
+
83
+ return $tgmpa_counter;
84
+ }
85
+
86
+ /**
87
+ * Get tgmpa install plugins page
88
+ */
89
+ function auxin_get_tgmpa_plugins_page(){
90
+ // Get instance
91
+ $tgmpa_instance = call_user_func( array( get_class( $GLOBALS['tgmpa'] ), 'get_instance' ) );
92
+ return $tgmpa_instance->install_plugins_page();
93
+ }
94
+
95
+ /**
96
+ * Get our custom updates list
97
+ *
98
+ * @return array
99
+ */
100
+ function auxin_get_update_list(){
101
+ // General objects
102
+ $bulk_list = new stdClass;
103
+ $last_checked = new stdClass;
104
+
105
+ // Get plugin updates info
106
+ $bulk_list->plugins = new stdClass;
107
+ $last_checked->plugins_time = 0;
108
+ if ( current_user_can( 'update_plugins' ) ) {
109
+ $update_plugins = auxin_get_transient( 'auxin_update_plugins' );
110
+ if ( isset( $update_plugins->response ) && ! empty( $update_plugins->response ) ){
111
+ $bulk_list->plugins = $update_plugins->response;
112
+ }
113
+ if( isset( $update_plugins->last_checked ) ){
114
+ $last_checked->plugins_time = $update_plugins->last_checked;
115
+ }
116
+ }
117
+
118
+ // Get theme updates info
119
+ $bulk_list->themes = new stdClass;
120
+ $last_checked->themes_time = 0;
121
+ if ( current_user_can( 'update_themes' ) ) {
122
+ $update_themes = auxin_get_transient( 'auxin_update_themes' );
123
+ if ( isset( $update_themes->response ) && ! empty( $update_themes->response ) ){
124
+ $bulk_list->themes = $update_themes->response;
125
+ }
126
+ if( isset( $update_themes->last_checked ) ){
127
+ $last_checked->themes_time = $update_themes->last_checked;
128
+ }
129
+ }
130
+
131
+ // Set last checked in human diff time
132
+ $get_last_checked_item = $last_checked->themes_time >= $last_checked->plugins_time ? $last_checked->themes_time : $last_checked->plugins_time;
133
+ $bulk_list->last_checked = $get_last_checked_item !== 0 ? human_time_diff( $get_last_checked_item ) : __( 'a long time', 'auxin-elements' );
134
+ // Set total updates count
135
+ $bulk_list->total_updates = count( (array) $bulk_list->plugins ) + count( (array) $bulk_list ->themes );
136
+
137
+ return apply_filters( 'auxin_get_total_updates_list', $bulk_list );
138
+ }
139
+
140
+ /**
141
+ * Get total updates number
142
+ *
143
+ * @return integer
144
+ */
145
+ function auxin_get_total_updates(){
146
+ $last_update = auxin_get_update_list();
147
+ return isset( $last_update->total_updates ) ? $last_update->total_updates : 0;
148
+ }
149
+
150
+ /**
151
+ * Set The Default Category for post type
152
+ *
153
+ * @return integer
154
+ */
155
+ function auxin_set_uncategorized_term ( $post_id, $post ) {
156
+ $taxonomies = get_object_taxonomies( $post->post_type );
157
+ foreach ( $taxonomies as $taxonomy ) {
158
+ $terms = wp_get_post_terms( $post_id, $taxonomy );
159
+ if ( empty( $terms ) ) {
160
+ wp_set_object_terms( $post_id, 'uncategorized', $taxonomy );
161
+ }
162
+ }
163
+ }
admin/includes/classes/class-auxels-admin-assets.php DELETED
@@ -1,47 +0,0 @@
1
- <?php
2
- /**
3
- * Master Slider Admin Scripts Class.
4
- *
5
- * @
6
- */
7
-
8
- // no direct access allowed
9
- if ( ! defined('ABSPATH') ) {
10
- die();
11
- }
12
-
13
- /**
14
- * Class to load and print master slider panel scripts
15
- */
16
- class AUXELS_Admin_Assets {
17
-
18
-
19
- /**
20
- * __construct
21
- */
22
- function __construct() {
23
- // general assets
24
- $this->load_styles();
25
- $this->load_scripts();
26
- }
27
-
28
-
29
- /**
30
- * Styles for admin
31
- *
32
- * @return void
33
- */
34
- public function load_styles() {
35
- // wp_enqueue_style( AUXELS_SLUG .'-admin-styles', AUXELS_ADMIN_URL . '/assets/css/msp-general.css', array(), AUXELS_VERSION );
36
- }
37
-
38
- /**
39
- * Scripts for admin
40
- *
41
- * @return void
42
- */
43
- public function load_scripts() {
44
- //wp_enqueue_script( AUXELS_SLUG .'-admin-scripts', AUXELS_ADMIN_URL . '/assets/js/admin.js', array('jquery', 'jquery-ui-core', 'jquery-ui-dialog'), AUXELS_VERSION, true );
45
- }
46
-
47
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/includes/classes/class-auxels-import-parser.php DELETED
@@ -1,312 +0,0 @@
1
- <?php
2
- /**
3
- * WordPress eXtended RSS file parser implementations
4
- *
5
- * @package WordPress
6
- * @subpackage Importer
7
- */
8
-
9
- /**
10
- * WordPress Importer class for managing parsing of WXR files.
11
- */
12
- class AUXELS_Import_Parser {
13
- function parse( $file ) {
14
- // Attempt to use proper XML parsers first
15
- if ( extension_loaded( 'simplexml' ) ) {
16
- $parser = new AUXELS_WXR_Parser_SimpleXML;
17
- $result = $parser->parse( $file );
18
-
19
- // If SimpleXML succeeds or this is an invalid WXR file then return the results
20
- if ( ! is_wp_error( $result ) || 'SimpleXML_parse_error' != $result->get_error_code() )
21
- return $result;
22
- } else if ( extension_loaded( 'xml' ) ) {
23
- $parser = new AUXELS_WXR_Parser_XML;
24
- $result = $parser->parse( $file );
25
-
26
- // If XMLParser succeeds or this is an invalid WXR file then return the results
27
- if ( ! is_wp_error( $result ) || 'XML_parse_error' != $result->get_error_code() )
28
- return $result;
29
- }
30
-
31
- // We have a malformed XML file, so display the error and fallthrough to regex
32
- if ( isset($result) && defined('IMPORT_DEBUG') && IMPORT_DEBUG ) {
33
- echo '<pre>';
34
- if ( 'SimpleXML_parse_error' == $result->get_error_code() ) {
35
- foreach ( $result->get_error_data() as $error )
36
- echo $error->line . ':' . $error->column . ' ' . esc_html( $error->message ) . "\n";
37
- } else if ( 'XML_parse_error' == $result->get_error_code() ) {
38
- $error = $result->get_error_data();
39
- echo $error[0] . ':' . $error[1] . ' ' . esc_html( $error[2] );
40
- }
41
- echo '</pre>';
42
- echo '<p><strong>' . __( 'There was an error when reading this WXR file', 'wordpress-importer' ) . '</strong><br />';
43
- echo __( 'Details are shown above. The importer will now try again with a different parser...', 'wordpress-importer' ) . '</p>';
44
- }
45
-
46
- // use regular expressions if nothing else available or this is bad XML
47
- $parser = new AUXELS_WXR_Parser_Regex;
48
- return $parser->parse( $file );
49
- }
50
- }
51
-
52
- /**
53
- * WXR Parser that makes use of the SimpleXML PHP extension.
54
- */
55
- class AUXELS_WXR_Parser_SimpleXML {
56
-
57
- function parse( $file ) {
58
-
59
- $options = $option = array();
60
-
61
- $internal_errors = libxml_use_internal_errors(true);
62
-
63
- $dom = new DOMDocument;
64
- $old_value = null;
65
- if ( function_exists( 'libxml_disable_entity_loader' ) ) {
66
- $old_value = libxml_disable_entity_loader( true );
67
- }
68
- $success = $dom->loadXML( file_get_contents( $file ) );
69
- if ( ! is_null( $old_value ) ) {
70
- libxml_disable_entity_loader( $old_value );
71
- }
72
-
73
- if ( ! $success || isset( $dom->doctype ) ) {
74
- return new WP_Error( 'SimpleXML_parse_error', __( 'There was an error when reading this WXR file', 'wordpress-importer' ), libxml_get_errors() );
75
- }
76
-
77
- $xml = simplexml_import_dom( $dom );
78
- unset( $dom );
79
-
80
- // halt if loading produces an error
81
- if ( ! $xml )
82
- return new WP_Error( 'SimpleXML_parse_error', __( 'There was an error when reading this WXR file', 'wordpress-importer' ), libxml_get_errors() );
83
-
84
- $wxr_version = $xml->xpath('/rss/channel/wp:wxr_version');
85
- if ( ! $wxr_version )
86
- return new WP_Error( 'AUXELS_WXR_parse_error', __( 'This does not appear to be a WXR file, missing/invalid WXR version number', 'wordpress-importer' ) );
87
-
88
- $wxr_version = (string) trim( $wxr_version[0] );
89
- // confirm that we are dealing with the correct file format
90
- if ( ! preg_match( '/^\d+\.\d+$/', $wxr_version ) )
91
- return new WP_Error( 'AUXELS_WXR_parse_error', __( 'This does not appear to be a WXR file, missing/invalid WXR version number', 'wordpress-importer' ) );
92
-
93
- $base_url = $xml->xpath('/rss/channel/wp:base_site_url');
94
- $base_url = (string) trim( $base_url[0] );
95
-
96
- $namespaces = $xml->getDocNamespaces();
97
- if ( ! isset( $namespaces['wp'] ) )
98
- $namespaces['wp'] = 'http://wordpress.org/export/1.1/';
99
- if ( ! isset( $namespaces['excerpt'] ) )
100
- $namespaces['excerpt'] = 'http://wordpress.org/export/1.1/excerpt/';
101
-
102
- $wp = $xml->channel->children( $namespaces['wp'] );
103
- // grab cats, tags and terms
104
-
105
- foreach ( $wp->option as $option ) {
106
- $options[ $option->option_key[0]->__toString() ] = $option->option_value[0]->__toString();
107
- }
108
-
109
- return $options;
110
- }
111
-
112
- }
113
-
114
- /**
115
- * WXR Parser that makes use of the XML Parser PHP extension.
116
- */
117
- class AUXELS_WXR_Parser_XML {
118
-
119
- var $wp_tags = array(
120
- 'wp:option'
121
- );
122
- var $wp_sub_tags = array(
123
- 'wp:option_name', 'wp:option_value'
124
- );
125
-
126
- function parse( $file ) {
127
-
128
- $this->wxr_version = $this->in_post = $this->cdata = $this->data = $this->sub_data = $this->in_tag = $this->in_sub_tag = false;
129
- $this->authors = $this->posts = $this->term = $this->category = $this->tag = array();
130
-
131
- $xml = xml_parser_create( 'UTF-8' );
132
- xml_parser_set_option( $xml, XML_OPTION_SKIP_WHITE, 1 );
133
- xml_parser_set_option( $xml, XML_OPTION_CASE_FOLDING, 0 );
134
- xml_set_object( $xml, $this );
135
- xml_set_character_data_handler( $xml, 'cdata' );
136
- xml_set_element_handler( $xml, 'tag_open', 'tag_close' );
137
-
138
- if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {
139
- $current_line = xml_get_current_line_number( $xml );
140
- $current_column = xml_get_current_column_number( $xml );
141
- $error_code = xml_get_error_code( $xml );
142
- $error_string = xml_error_string( $error_code );
143
- return new WP_Error( 'XML_parse_error', 'There was an error when reading this WXR file', array( $current_line, $current_column, $error_string ) );
144
- }
145
- xml_parser_free( $xml );
146
-
147
- if ( ! preg_match( '/^\d+\.\d+$/', $this->wxr_version ) )
148
- return new WP_Error( 'AUXELS_WXR_parse_error', __( 'This does not appear to be a WXR file, missing/invalid WXR version number', 'wordpress-importer' ) );
149
-
150
- return array(
151
- 'authors' => $this->authors,
152
- 'posts' => $this->posts,
153
- 'categories' => $this->category,
154
- 'tags' => $this->tag,
155
- 'terms' => $this->term,
156
- 'base_url' => $this->base_url,
157
- 'version' => $this->wxr_version
158
- );
159
- }
160
-
161
- function tag_open( $parse, $tag, $attr ) {
162
- if ( in_array( $tag, $this->wp_tags ) ) {
163
- $this->in_tag = substr( $tag, 3 );
164
- return;
165
- }
166
-
167
- if ( in_array( $tag, $this->wp_sub_tags ) ) {
168
- $this->in_sub_tag = substr( $tag, 3 );
169
- return;
170
- }
171
-
172
- switch ( $tag ) {
173
- case 'category':
174
- if ( isset($attr['domain'], $attr['nicename']) ) {
175
- $this->sub_data['domain'] = $attr['domain'];
176
- $this->sub_data['slug'] = $attr['nicename'];
177
- }
178
- break;
179
- case 'item': $this->in_post = true;
180
- case 'title': if ( $this->in_post ) $this->in_tag = 'post_title'; break;
181
- case 'guid': $this->in_tag = 'guid'; break;
182
- case 'dc:creator': $this->in_tag = 'post_author'; break;
183
- case 'content:encoded': $this->in_tag = 'post_content'; break;
184
- case 'excerpt:encoded': $this->in_tag = 'post_excerpt'; break;
185
-
186
- case 'wp:term_slug': $this->in_tag = 'slug'; break;
187
- case 'wp:meta_key': $this->in_sub_tag = 'key'; break;
188
- case 'wp:meta_value': $this->in_sub_tag = 'value'; break;
189
- }
190
- }
191
-
192
- function cdata( $parser, $cdata ) {
193
- if ( ! trim( $cdata ) )
194
- return;
195
-
196
- if ( false !== $this->in_tag || false !== $this->in_sub_tag ) {
197
- $this->cdata .= $cdata;
198
- } else {
199
- $this->cdata .= trim( $cdata );
200
- }
201
- }
202
-
203
- function tag_close( $parser, $tag ) {
204
- switch ( $tag ) {
205
- case 'wp:option':
206
- $n = substr( $tag, 3 );
207
- array_push( $this->$n, $this->data );
208
- $this->data = false;
209
- break;
210
- }
211
-
212
- $this->cdata = false;
213
- }
214
- }
215
-
216
- /**
217
- * WXR Parser that uses regular expressions. Fallback for installs without an XML parser.
218
- */
219
- class AUXELS_WXR_Parser_Regex {
220
-
221
- var $options = array();
222
-
223
- function __construct() {
224
- $this->has_gzip = is_callable( 'gzopen' );
225
- }
226
-
227
- function parse( $file ) {
228
- $wxr_version = $in_post = false;
229
-
230
- $fp = $this->fopen( $file, 'r' );
231
- if ( $fp ) {
232
- while ( ! $this->feof( $fp ) ) {
233
- $importline = rtrim( $this->fgets( $fp ) );
234
-
235
- if ( false !== strpos( $importline, '<wp:option>' ) ) {
236
- preg_match( '|<wp:option>(.*?)</wp:option>|is', $importline, $option );
237
- $this->options[] = $this->process_option( $option[1] );
238
- continue;
239
- }
240
- if ( $in_post ) {
241
- $post .= $importline . "\n";
242
- }
243
- }
244
-
245
- $this->fclose($fp);
246
- }
247
-
248
- if ( ! $wxr_version )
249
- return new WP_Error( 'AUXELS_WXR_parse_error', __( 'This does not appear to be a WXR file, missing/invalid WXR version number', 'wordpress-importer' ) );
250
-
251
- return array(
252
- 'options' => $this->options
253
- );
254
- }
255
-
256
- function get_tag( $string, $tag ) {
257
- preg_match( "|<$tag.*?>(.*?)</$tag>|is", $string, $return );
258
- if ( isset( $return[1] ) ) {
259
- if ( substr( $return[1], 0, 9 ) == '<![CDATA[' ) {
260
- if ( strpos( $return[1], ']]]]><![CDATA[>' ) !== false ) {
261
- preg_match_all( '|<!\[CDATA\[(.*?)\]\]>|s', $return[1], $matches );
262
- $return = '';
263
- foreach( $matches[1] as $match )
264
- $return .= $match;
265
- } else {
266
- $return = preg_replace( '|^<!\[CDATA\[(.*)\]\]>$|s', '$1', $return[1] );
267
- }
268
- } else {
269
- $return = $return[1];
270
- }
271
- } else {
272
- $return = '';
273
- }
274
- return $return;
275
- }
276
-
277
- function process_option( $t ) {
278
- return array(
279
- 'option_name' => $this->get_tag( $t, 'wp:option_name' ),
280
- 'option_value' => $this->get_tag( $t, 'wp:option_value' )
281
- );
282
- }
283
-
284
- function _normalize_tag( $matches ) {
285
- return '<' . strtolower( $matches[1] );
286
- }
287
-
288
- function fopen( $filename, $mode = 'r' ) {
289
- if ( $this->has_gzip )
290
- return gzopen( $filename, $mode );
291
- return fopen( $filename, $mode );
292
- }
293
-
294
- function feof( $fp ) {
295
- if ( $this->has_gzip )
296
- return gzeof( $fp );
297
- return feof( $fp );
298
- }
299
-
300
- function fgets( $fp, $len = 8192 ) {
301
- if ( $this->has_gzip )
302
- return gzgets( $fp, $len );
303
- return fgets( $fp, $len );
304
- }
305
-
306
- function fclose( $fp ) {
307
- if ( $this->has_gzip )
308
- return gzclose( $fp );
309
- return fclose( $fp );
310
- }
311
-
312
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/includes/classes/class-auxels-import.php DELETED
@@ -1,155 +0,0 @@
1
- <?php
2
- /**
3
- * Class for importing and exporting theme options
4
- */
5
-
6
- class Auxels_Import {
7
-
8
- /**
9
- * Instance of this class.
10
- *
11
- * @var object
12
- */
13
- protected static $instance = null;
14
-
15
-
16
- function __construct(){
17
- // Add a radio option for exporting auxin options to wp export options.
18
- add_action( 'export_filters', array( $this, 'export_filters' ) );
19
- // Process the check field for auxin options while export submited
20
- add_filter( 'export_args', array( $this, 'export_args' ) );
21
-
22
- // adding options to export file
23
- add_action( 'rss2_head', array( $this, 'add_xml_tag_option_in_export' ) );
24
- // Import the options based on parsed data from xml file
25
- add_action( 'import_start', array( $this, 'import_start' ) );
26
- }
27
-
28
- /**
29
- * Add a radio option for exporting auxin options to available export options.
30
- *
31
- * @return void
32
- */
33
- public function export_filters() {
34
- ?>
35
- <hr />
36
- <p><label>
37
- <input type="checkbox" name="auxin-options" checked="checked" aria-describedby="all-content-desc" />
38
- <?php _e( 'Include theme options', 'auxin-elements' ); ?>
39
- </label></p>
40
- <?php
41
- }
42
-
43
- /**
44
- * Process the check field for auxin options
45
- *
46
- * @param [type] $args [description]
47
- * @return [type] [description]
48
- */
49
- public function export_args( $args ){
50
-
51
- if ( ! empty( $_GET['auxin-options'] ) ) {
52
- $args['auxin-options'] = true;
53
- return $args;
54
- }
55
-
56
- return $args;
57
- }
58
-
59
-
60
- /**
61
- * Generate option page for wp options in xml format
62
- */
63
- public function add_xml_tag_option_in_export(){
64
- global $wpdb;
65
-
66
- $options_ref = $this->get_export_option_list();
67
-
68
- foreach ( $options_ref as $option_export_name => $option_import_name ) {
69
- $sql = $wpdb->prepare("SELECT option_name, option_value FROM $wpdb->options WHERE option_name = %s", $option_import_name );
70
- $result = $wpdb->get_results( $sql );
71
-
72
- if( ! empty( $result[0]->option_value ) ){
73
- ?>
74
- <wp:option>
75
- <wp:option_key><?php echo $this->wxr_cdata( $option_export_name ); ?></wp:option_key>
76
- <wp:option_value><?php echo $this->wxr_cdata( $result[0]->option_value ); ?></wp:option_value>
77
- </wp:option>
78
- <?php
79
- }
80
-
81
- }
82
- }
83
-
84
-
85
- /**
86
- * Import the options based on parsed data from xml file
87
- */
88
- public function import_start(){
89
- global $wp_import;
90
-
91
- $options_ref = $this->get_export_option_list();
92
-
93
- $file = get_attached_file( $wp_import->id );
94
- // if export file is not uploaded and is a link to a file in theme files
95
- if( empty( $file ) && property_exists( $wp_import, 'import_file' ) ){
96
- $file = $wp_import->import_file;
97
- }
98
-
99
- include 'class-auxels-import-parser.php';
100
-
101
- $parser = new AUXELS_Import_Parser;
102
- $options = $parser->parse( $file );
103
-
104
- foreach ( $options as $option_key => $option_value ){
105
- if( ! empty( $options_ref[ $option_key ] ) ){
106
- update_option( $options_ref[ $option_key ], maybe_unserialize( $option_value ) );
107
- }
108
- }
109
-
110
- }
111
-
112
-
113
- /**
114
- * Retrieves the list of options we intended to include in export file
115
- */
116
- public function get_export_option_list(){
117
- return array(
118
- 'formatted_options' => THEME_ID . '_formatted_options'
119
- );
120
- }
121
-
122
-
123
- /**
124
- * Print the data in cdata and utf8 format
125
- * @param string $str
126
- */
127
- function wxr_cdata( $str ) {
128
- if ( ! seems_utf8( $str ) ) {
129
- $str = utf8_encode( $str );
130
- }
131
-
132
- $str = '<![CDATA[' . str_replace( ']]>', ']]]]><![CDATA[>', $str ) . ']]>';
133
-
134
- return $str;
135
- }
136
-
137
-
138
- /**
139
- * Return an instance of this class.
140
- *
141
- * @return object A single instance of this class.
142
- */
143
- public static function get_instance() {
144
-
145
- // If the single instance hasn't been set, set it now.
146
- if ( null == self::$instance ) {
147
- self::$instance = new self;
148
- }
149
-
150
- return self::$instance;
151
- }
152
-
153
- }
154
-
155
- new Auxels_Import();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/includes/classes/class-auxels-plugin-check-update.php ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ * @package MasterSlider
5
+ * @author averta [averta.net]
6
+ * @license LICENSE.txt
7
+ * @link http://masterslider.com
8
+ * @copyright Copyright © 2014 averta
9
+ */
10
+
11
+ // no direct access allowed
12
+ if ( ! defined('ABSPATH') ) {
13
+ die();
14
+ }
15
+
16
+
17
+ class AUXELS_Plugin_Check_Update {
18
+ /**
19
+ * The plugin current version
20
+ * @var string
21
+ */
22
+ public $current_version;
23
+
24
+ /**
25
+ * The plugin remote update path
26
+ * @var string
27
+ */
28
+ public $update_path;
29
+
30
+ /**
31
+ * Plugin Slug (plugin_directory/plugin_file.php)
32
+ * @var string
33
+ */
34
+ public $plugin_slug;
35
+
36
+ /**
37
+ * Plugin name (plugin_file)
38
+ * @var string
39
+ */
40
+ public $slug;
41
+
42
+ /**
43
+ * The item name while requesting to update api
44
+ * @var string
45
+ */
46
+ public $request_name;
47
+
48
+ /**
49
+ * The item ID in marketplace
50
+ * @var string
51
+ */
52
+ public $plugin_id;
53
+
54
+
55
+ /**
56
+ * The item name while requesting to update api
57
+ * @var string
58
+ */
59
+ public $plugin_file_path;
60
+
61
+ /**
62
+ * The item name while requesting to update api
63
+ * @var string
64
+ */
65
+ public $banners;
66
+
67
+
68
+ /**
69
+ * Initialize a new instance of the WordPress Auto-Update class
70
+ * @param string $current_version
71
+ * @param string $update_path
72
+ * @param string $plugin_slug
73
+ * @param string $slug
74
+ */
75
+ function __construct( $current_version, $update_path, $plugin_slug, $slug, $item_request_name = '' ) {
76
+ // Set the class public variables
77
+ $this->current_version = $current_version;
78
+ $this->update_path = $update_path;
79
+ $this->plugin_slug = $plugin_slug;
80
+ $this->slug = $slug;
81
+
82
+ $this->request_name = empty( $item_request_name ) ? $this->slug : $item_request_name;
83
+
84
+ // define the alternative API for checking for updates
85
+ add_filter( 'pre_set_site_transient_update_plugins', array( $this, 'check_update') );
86
+ }
87
+
88
+
89
+ /**
90
+ * Check the plugin version on update plugin transient expired
91
+ *
92
+ * @param $transient
93
+ * @return object $ transient
94
+ */
95
+ public function check_update( $transient ) {
96
+ // Get the remote version
97
+ $remote_version = $this->get_remote_version();
98
+
99
+ return $transient;
100
+ }
101
+
102
+
103
+ /**
104
+ * Return the remote version
105
+ * @return string $remote_version
106
+ */
107
+ public function get_remote_version() {
108
+ global $wp_version;
109
+
110
+ $theme_data = wp_get_theme();
111
+ if( is_child_theme() ) {
112
+ $theme_data = wp_get_theme( $theme_data->template );
113
+ }
114
+
115
+ if ( ! function_exists( 'get_plugins' ) ) {
116
+ require_once ABSPATH . 'wp-admin/includes/plugin.php';
117
+ }
118
+ $all_plugins = get_plugins();
119
+ if( ! isset( $all_plugins[ $this->plugin_slug ] ) || empty( $all_plugins[ $this->plugin_slug ] ) ){
120
+ return;
121
+ }
122
+
123
+ $this_plugin = $all_plugins[ $this->plugin_slug ];
124
+ if( ! is_array( $this_plugin ) ){
125
+ $this_plugin = array();
126
+ }
127
+ $this_plugin['ID'] = $this->plugin_id;
128
+ $this_plugin['Name'] = defined('THEME_NAME') ? THEME_NAME : 'Phlox';
129
+ $this_plugin['Theme'] = $theme_data->Name;
130
+ $this_plugin['Version'] = defined('THEME_VERSION') ? THEME_VERSION : $theme_data->Version;
131
+ $this_plugin['Slug'] = defined('THEME_ID') ? THEME_ID : $this->slug;
132
+ $this_plugin['Activated'] = 0;
133
+
134
+ $request = wp_remote_post( $this->update_path, array(
135
+ 'user-agent' => 'WordPress/'.$wp_version.'; '. get_site_url(),
136
+ 'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 3),
137
+ 'body' => array(
138
+ 'cat' => 'version-check',
139
+ 'action' => 'final',
140
+ 'type' => 'plugin',
141
+ 'item-name' => $this->request_name,
142
+ 'item-info' => $this_plugin
143
+ )
144
+ )
145
+ );
146
+
147
+ if ( ! is_wp_error( $request ) || wp_remote_retrieve_response_code( $request ) === 200 ) {
148
+ return $request['body'];
149
+ }
150
+ return false;
151
+ }
152
+ }
admin/includes/classes/class-auxin-dashboard-notice.php ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Auxin admin notices
4
+ */
5
+ class Auxin_Dashboard_Notice {
6
+
7
+ /**
8
+ * Instance of this class.
9
+ *
10
+ * @var object
11
+ */
12
+ protected static $instance = null;
13
+
14
+
15
+ /**
16
+ * The list of notice IDs
17
+ *
18
+ * @var object
19
+ */
20
+ private $notice_ids = array();
21
+
22
+ /**
23
+ * Notices
24
+ *
25
+ * @var array
26
+ */
27
+ private $notices = array();
28
+
29
+ /**
30
+ * Base API URL
31
+ *
32
+ * @var string
33
+ */
34
+ private $base_url = '';
35
+
36
+ /**
37
+ * Prefix
38
+ *
39
+ * @var string
40
+ */
41
+ private $prefix = 'auxin-';
42
+
43
+
44
+ function __construct(){
45
+
46
+ $this->notice_ids = array(
47
+ 'auxels-notice-info-dashboard'
48
+ );
49
+
50
+ $this->prefix = THEME_ID . '-';
51
+
52
+ $this->base_url = 'http://cdn.averta.net/project/phlox/free/info/';
53
+ }
54
+
55
+ // Methods using the plugin API
56
+ // =========================================================================
57
+
58
+ private function get_option( $option_key ){
59
+ return auxin_get_option( $this->prefix . $option_key );
60
+ }
61
+
62
+ private function update_option( $option_key, $option_value ){
63
+ return auxin_update_option( $this->prefix . $option_key, $option_value );
64
+ }
65
+
66
+ private function get_transient( $transient ){
67
+ return auxin_get_transient( $this->prefix . $transient );
68
+ }
69
+
70
+ private function set_transient( $transient, $value, $expiration = 0 ){
71
+ return auxin_set_transient( $this->prefix . $transient, $value, $expiration );
72
+ }
73
+
74
+ private function delete_transient( $transient ){
75
+ return auxin_delete_transient( $this->prefix . $transient );
76
+ }
77
+
78
+ private function get_remote_post( $url ){
79
+ return auxin_remote_post( $url );
80
+ }
81
+
82
+ // =========================================================================
83
+
84
+ private function get_notice_info_transient_id( $notice_id ){
85
+ return 'notice-info-' . esc_attr( $notice_id );
86
+ }
87
+
88
+ private function fetch_notice_info( $notice_id, $force_update = false ){
89
+
90
+ if( empty( $notice_id ) ){
91
+ return false;
92
+ }
93
+
94
+ // defaults
95
+ $defaults = array(
96
+ 'remote_url' => '', // the remote notice url
97
+ 'beta_url' => '', // beta remote content
98
+ 'revision' => '', // empty means don't display
99
+ 'first_delay' => 0, // in seconds
100
+ 'id' => $notice_id,
101
+ 'enabled' => true,
102
+
103
+ 'content' => '', // the remote notice content
104
+ 'delay_passed' => false, // the remote notice content
105
+ 'debug' => array()
106
+ );
107
+
108
+ // info transient id
109
+ $transient_id = $this->get_notice_info_transient_id( $notice_id );
110
+
111
+ if( isset( $_GET['msafi'] ) ){
112
+ $this->delete_transient( $transient_id );
113
+ }
114
+
115
+ if( ! $force_update && false !== ( $result = $this->get_transient( $transient_id ) ) ){
116
+ // wp_parse_args to prevent the errors while new args implemented in new versions
117
+ $defaults['debug'][] = '1.1';
118
+ return wp_parse_args( $result, $defaults );
119
+ }
120
+
121
+ if( false === $info = $this->get_remote_post( $this->base_url . $notice_id . '.json' ) ){
122
+ $defaults['debug'][] = '1.2';
123
+ return $defaults;
124
+ } else {
125
+ $info = json_decode( $info, true );
126
+ $info = wp_parse_args( $info, $defaults );
127
+ $info['debug'][] = '1.3';
128
+ }
129
+
130
+ // get remote content
131
+ $remote_url = isset( $_GET['msbeta'] ) ? $info["beta_url"] : $info["remote_url"];
132
+ $info["content"] = $this->fetch_file_content( $remote_url );
133
+
134
+ if( empty( $info["revision"] ) ){
135
+ $info["enabled"] = false;
136
+ $info['debug'][] = '1.4';
137
+
138
+ } elseif( is_numeric( $info['revision'] ) && $info['revision'] != $this->get_option( 'notice-'. $notice_id .'-latest-revision' ) ){
139
+ $info["enabled"] = true;
140
+ $info['debug'][] = '1.5';
141
+ } else {
142
+ $info["enabled"] = false;
143
+ $info['debug'][] = '1.55';
144
+ }
145
+
146
+ if( ! $this->get_option( 'notice-installtion-time' ) ){
147
+ $this->update_option( 'notice-installtion-time', time() );
148
+ $info['debug'][] = '1.6';
149
+ }
150
+
151
+ $first_delay_diff = ( ( $this->get_option( 'notice-installtion-time' ) + ( (int) $info['first_delay'] ) ) - time() );
152
+ $info['debug'][] = 'Due - Now: '. ( $first_delay_diff < 0 ? 'Passed ' . abs($first_delay_diff) : ' Remaining ' . abs($first_delay_diff) ) . ' seconds';
153
+ $info['debug'][] = 'Previous revision: '. $this->get_option( 'notice-'. $notice_id .'-latest-revision' );
154
+ $info['debug'][] = 'Remote revision: '. $info['revision'];
155
+
156
+ // check for initial delay
157
+ if( $info['first_delay'] ){
158
+ if( $this->get_option( 'notice-installtion-time' ) + ( (int) $info['first_delay'] ) > time() ){
159
+ $info['debug'][] = '1.7';
160
+ $info["delay_passed"] = false;
161
+ } else {
162
+ $info["delay_passed"] = true;
163
+ $info['debug'][] = '1.8';
164
+ }
165
+ } else {
166
+ $info["delay_passed"] = true;
167
+ }
168
+
169
+ $this->set_transient( $transient_id, $info, 6 * HOUR_IN_SECONDS );
170
+
171
+ return $info;
172
+ }
173
+
174
+ private function fetch_file_content( $url ){
175
+ if( false === $result = $this->get_remote_post( $url ) ){
176
+ return '';
177
+ }
178
+ return $result;
179
+ }
180
+
181
+ public function get_content( $notice_id ){
182
+ $result = $this->fetch_notice_info( $notice_id );
183
+
184
+ if( isset( $_GET['msdebug'] ) ){
185
+ $debug_info = $result;
186
+ unset( $debug_info['content'] );
187
+ $debug = axpp( $debug_info, false, true );
188
+ } else {
189
+ $debug = '';
190
+ }
191
+
192
+ if( ! empty( $result['content'] ) && $result['enabled'] && $result['delay_passed'] ){
193
+ return $result['content'] . $debug;
194
+ }
195
+
196
+ return $debug;
197
+ }
198
+
199
+
200
+ public function get_notice( $notice_id ){
201
+ if( $content = $this->get_content( $notice_id ) ){
202
+ return '<div class="aux-welcome-notice-wrapper aux-welcome-banner-wrapper">' . $content . '</div>';
203
+ }
204
+ return '';
205
+ }
206
+
207
+ public function disable_notice( $notice_id ){
208
+
209
+ if( ! in_array( $notice_id, $this->notice_ids ) ){
210
+ return false;
211
+ }
212
+
213
+ // info transient id
214
+ $transient_id = $this->get_notice_info_transient_id( $notice_id );
215
+
216
+ if( false !== ( $info = $this->fetch_notice_info( $notice_id ) ) ){
217
+ $this->update_option( 'notice-'. $notice_id .'-latest-revision', $info['revision'] );
218
+ $info['enabled'] = false;
219
+ $this->set_transient( $transient_id, $info, 6 * HOUR_IN_SECONDS );
220
+ }
221
+
222
+ return true;
223
+ }
224
+
225
+ /**
226
+ * Return an instance of this class.
227
+ *
228
+ * @return object A single instance of this class.
229
+ */
230
+ public static function get_instance() {
231
+
232
+ // If the single instance hasn't been set, set it now.
233
+ if ( null == self::$instance ) {
234
+ self::$instance = new self;
235
+ }
236
+
237
+ return self::$instance;
238
+ }
239
+
240
+ }
admin/includes/classes/class-auxin-license-activation.php ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // no direct access allowed
4
+ if ( ! defined('ABSPATH') ) {
5
+ die();
6
+ }
7
+
8
+ class Auxin_License_Activation {
9
+
10
+ /**
11
+ * Instance of this class.
12
+ *
13
+ * @since 1.0.0
14
+ *
15
+ * @var object
16
+ */
17
+ protected static $instance = null;
18
+
19
+ protected $api = 'http://support.averta.net/en/api/?branch=envato&group=items&cat=verify-purchase';
20
+ protected $usermail = '';
21
+ protected $purchase_code = '';
22
+ protected $action = 'activate';
23
+
24
+
25
+ function __construct(){
26
+ $this->option_prefix = AUXELS_PURCHASE_KEY;
27
+ }
28
+
29
+ /**
30
+ * Return an instance of this class.
31
+ *
32
+ * @since 1.0.0
33
+ *
34
+ * @return object A single instance of this class.
35
+ */
36
+ public static function get_instance() {
37
+
38
+ // If the single instance hasn't been set, set it now.
39
+ if ( null == self::$instance ) {
40
+ self::$instance = new self;
41
+ }
42
+
43
+ return self::$instance;
44
+ }
45
+
46
+ /**
47
+ * The result of license validation request
48
+ *
49
+ * @return string|array the server response
50
+ */
51
+ private function get_license_result() {
52
+
53
+ if( empty( $this->usermail ) || empty( $this->purchase_code ) ) {
54
+ return false;
55
+ }
56
+
57
+ global $wp_version;
58
+
59
+ $action = ( 'activate' === $this->action ) ? 'activate': 'deactivate';
60
+ $token = $this->get_license_info( 'token' );
61
+
62
+ $args = array(
63
+ 'user-agent' => 'WordPress/'.$wp_version.'; ' . get_site_url(),
64
+ 'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 3),
65
+ 'body' => array(
66
+ 'action' => $action,
67
+ 'key' => $this->purchase_code,
68
+ 'email' => $this->usermail,
69
+ 'token' => $token,
70
+ 'url' => get_site_url(),
71
+ 'item_id' => '3909293',
72
+ 'ip' => isset( $_SERVER['SERVER_ADDR'] ) ? $_SERVER['SERVER_ADDR'] : ''
73
+ )
74
+ );
75
+
76
+ $request = wp_remote_post( $this->api, $args );
77
+
78
+ if ( is_wp_error( $request ) || wp_remote_retrieve_response_code( $request ) !== 200 ) {
79
+ return false;
80
+ }
81
+
82
+ return json_decode( $request['body'], true );
83
+ }
84
+
85
+
86
+ /**
87
+ * Activate or deactivate license if license info is correct
88
+ *
89
+ * @param string $usermail envato usermail
90
+ * @param string $purchase_code item purchase code
91
+ * @param string $action activate or deactivate license
92
+ *
93
+ * @return array An array containing result of activation or deactivation
94
+ */
95
+ public function license_action( $usermail, $purchase_code, $action = 'activate' ){
96
+
97
+ $output = array(
98
+ 'success' => 0,
99
+ 'status' => '',
100
+ 'message' => '',
101
+ 'error' => ''
102
+ );
103
+
104
+ if( empty( $usermail ) ){
105
+ $output['message'] = __( 'Email address is required.', 'auxin-elements' );
106
+ return $output;
107
+ } elseif( empty( $purchase_code ) ){
108
+ $output['message'] = __( 'Purchase key is required.', 'auxin-elements' );
109
+ return $output;
110
+ }
111
+
112
+ // Check email validation
113
+ if( ! is_email( $usermail ) ){
114
+ $output['message'] = __( 'Please enter a valid email address.', 'auxin-elements' );
115
+ return $output;
116
+ }
117
+
118
+ // get previous license info
119
+ $license_info = $this->get_license_info();
120
+
121
+ $this->usermail = $usermail;
122
+ $this->purchase_code = $purchase_code;
123
+ $this->action = $action;
124
+ // fetch license info
125
+ $response = $this->get_license_result();
126
+
127
+ if( false !== $response ){
128
+
129
+ if( empty( $response['result'] ) ){
130
+ $output['message'] = __( 'Bad request with wrong header ..', 'auxin-elements' );
131
+ return $output;
132
+ }
133
+
134
+
135
+ if( 'success' == $response['result'] ){
136
+ // Remove token transient
137
+ auxin_delete_transient( 'auxin_check_token_validation_status' );
138
+
139
+ if( 'active' == $response['status'] ){
140
+
141
+ $token = isset( $response['token'] ) ? $response['token'] : '';
142
+ $license_info['usermail'] = $usermail;
143
+ $license_info['purchase_code'] = $purchase_code;
144
+ $license_info['token'] = $token;
145
+ update_site_option( $this->option_prefix, $license_info );
146
+
147
+ } elseif( 'deactive' == $response['status'] ){
148
+
149
+ $license_info['token'] = '';
150
+ update_site_option( $this->option_prefix, $license_info );
151
+
152
+ }
153
+
154
+ $output['success'] = 1;
155
+ $output['status' ] = $response['status'];
156
+
157
+ // if an error occurred
158
+ } else {
159
+ $output['success'] = 0;
160
+ $output['status' ] = $response['status'];
161
+ }
162
+
163
+ $output['message'] = $response['msg'] . sprintf( ' <sub>[%s]</sub>', $response['code'] );
164
+
165
+ } else {
166
+ $output['message'] = __( 'Connection error...', 'auxin-elements' );
167
+ $output['success'] = 0;
168
+ }
169
+
170
+ do_action( 'auxin_on_license_action', $action, $output );
171
+
172
+ return $output;
173
+ }
174
+
175
+
176
+ private function get_token_validation_status() {
177
+
178
+ global $wp_version;
179
+
180
+ $token = $this->get_license_info( 'token' );
181
+
182
+ $args = array(
183
+ 'user-agent' => 'WordPress/'.$wp_version.'; ' . get_site_url(),
184
+ 'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 3),
185
+ 'body' => array(
186
+ 'action' => 'token',
187
+ 'token' => $token,
188
+ 'url' => get_site_url()
189
+ )
190
+ );
191
+
192
+ $request = wp_remote_post( $this->api, $args );
193
+
194
+
195
+ if ( is_wp_error( $request ) || wp_remote_retrieve_response_code( $request ) !== 200 ) {
196
+ return false;
197
+ }
198
+
199
+ $response = json_decode( $request['body'], true );
200
+ $response['token'] = $token;
201
+
202
+ return $response;
203
+ }
204
+
205
+
206
+ public function maybe_invalid_token(){
207
+
208
+ $status = $this->get_token_validation_status();
209
+
210
+ if( false !== $status && isset( $status['allowed'] ) ){
211
+ // if token is no longer valid to be used on this domain
212
+ if ( ! $status['allowed'] ){
213
+ $license_info = get_site_option( $this->option_prefix, array() );
214
+ $license_info['token'] = '';
215
+ update_site_option( $this->option_prefix, $license_info );
216
+ }
217
+ }
218
+
219
+ return $status;
220
+ }
221
+
222
+
223
+
224
+ /**
225
+ * Retrieves license info or a specific license field
226
+ *
227
+ * @param string $field Specific license field or empty string
228
+ * @return array|string Returns all license info in array or a string containing license field value
229
+ */
230
+ private function get_license_info( $field = '', $default = '' ){
231
+ $license_info = get_site_option( $this->option_prefix, array() );
232
+
233
+ if( empty( $field ) )
234
+ return $license_info;
235
+
236
+ return isset( $license_info[ $field ] ) ? $license_info[ $field ] : $default;
237
+ }
238
+
239
+ }
admin/includes/classes/class-auxin-notices.php ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Auxin admin notices
4
+ */
5
+ class Auxin_Notices{
6
+
7
+ protected $args = array();
8
+ protected $buttons = '';
9
+
10
+ function __construct( $args = array() ){
11
+ $defaults = array(
12
+ 'id' => NULL,
13
+ 'title' => '',
14
+ 'skin' => 'default',
15
+ 'image' => '',
16
+ 'screen_filter' => array(),
17
+ 'desc' => '',
18
+ 'initial_snooze' => '', // snooze time in milliseconds
19
+ 'has_close' => true, // Whether it has close button or not
20
+ 'buttons' => array(),
21
+ 'dismissible' => array(
22
+ 'url_key' => 'aux-hide-core-plugin-notice',
23
+ 'action' => 'auxin_hide_notices_nonce',
24
+ 'expiration' => YEAR_IN_SECONDS
25
+ )
26
+ );
27
+ $this->args = wp_parse_args( $args, $defaults );
28
+
29
+ if( empty( $this->args['id'] ) ){
30
+ return new WP_Error( 'missing_id', __( "You need to enter a unique id for notice.", 'auxin-elements' ) );
31
+ }
32
+
33
+ if( is_array( $this->args['dismissible'] ) ){
34
+ $this->flush_dismissible();
35
+ }
36
+ }
37
+
38
+ /**
39
+ * get image
40
+ *
41
+ * @param boolean $echo
42
+ * @param string $before
43
+ * @param string $after
44
+ * @return void | string
45
+ */
46
+ private function get_image( $before = '<div class="aux-notice-image">', $after = '</div>' ){
47
+
48
+ if ( empty( $this->args['image'] ) || ! is_array( $this->args['image'] ) ) {
49
+ return;
50
+ }
51
+
52
+ $attrs = '';
53
+ foreach ( $this->args['image'] as $attr_name => $attr_value ) {
54
+ $attrs .= sprintf( ' %s="%s"', $attr_name, $attr_value );
55
+ }
56
+
57
+ return $before . '<img '. $attrs .' />' . $after;
58
+ }
59
+
60
+ /**
61
+ * get title
62
+ *
63
+ * @param boolean $echo
64
+ * @param string $before
65
+ * @param string $after
66
+ * @return void | string
67
+ */
68
+ private function get_title( $before = '<h3 class="aux-notice-title">', $after = '</h3>' ){
69
+
70
+ if ( empty( $this->args['title'] ) ) {
71
+ return;
72
+ }
73
+
74
+ return $before . $this->args['title'] . $after;
75
+ }
76
+
77
+ /**
78
+ * get class skin
79
+ *
80
+ * @param boolean $echo
81
+ * @param string $prefix
82
+ * @return void | string
83
+ */
84
+ private function get_skin( $prefix = 'aux-notice-skin-' ){
85
+ return $prefix . $this->args['skin'];
86
+ }
87
+
88
+ /**
89
+ * get description
90
+ *
91
+ * @param boolean $echo
92
+ * @param string $before
93
+ * @param string $after
94
+ * @return void | string
95
+ */
96
+ private function get_description( $before = '<p class="aux-notice-description">', $after = '</p>' ){
97
+
98
+ if ( strlen( $this->args['desc'] ) == 0 ) {
99
+ return;
100
+ }
101
+
102
+ return $before . $this->args['desc'] . $after;
103
+ }
104
+
105
+ /**
106
+ * get buttons
107
+ *
108
+ * @param boolean $echo
109
+ * @return void
110
+ */
111
+ private function get_buttons(){
112
+ if( ! is_array( $this->args['buttons'] ) || empty( $this->args['buttons'] ) ) {
113
+ return;
114
+ }
115
+
116
+ $default_args = [
117
+ 'target' => '_blank',
118
+ 'border' => 'curve',
119
+ 'icon_align' => 'right',
120
+ 'uppercase' => 'no',
121
+ 'type' => 'link',
122
+ 'link' => '#',
123
+ 'expiration' => '',
124
+ 'extra_classes' => 'aux-notice-btn'
125
+ ];
126
+
127
+ foreach ( $this->args['buttons'] as $btn_args ) {
128
+
129
+ $current_default_args = $default_args;
130
+
131
+ if( !empty( $btn_args['type'] ) && 'skip' === $btn_args['type'] ){
132
+ $current_default_args['style'] = 'outline';
133
+ $current_default_args['color_name'] = 'black';
134
+ $current_default_args['extra_classes'] .= ' aux-skip-notice';
135
+ } else {
136
+ $current_default_args['extra_classes'] = 'aux-notice-cta-btn';
137
+ switch ($this->args['skin']) {
138
+ case 'success':
139
+ $current_default_args['color_name'] = 'shamrock';
140
+ break;
141
+
142
+ case 'info':
143
+ $current_default_args['color_name'] = 'tan-hide';
144
+ break;
145
+
146
+ case 'error':
147
+ $current_default_args['color_name'] = 'fire-engine-red';
148
+ break;
149
+
150
+ default:
151
+ break;
152
+ }
153
+ }
154
+
155
+ $btn_args = wp_parse_args( $btn_args, $current_default_args );
156
+
157
+ // Maye add custom expiration to the btn
158
+ if( $btn_args['expiration'] ){
159
+ $btn_args['btn_attrs'] = 'data-expiration{'. $btn_args['expiration'] .'}';
160
+ }
161
+ unset( $btn_args['expiration'] );
162
+
163
+ $this->buttons .= auxin_widget_button_callback( $btn_args );
164
+ }
165
+
166
+ return $this->buttons;
167
+ }
168
+
169
+ /**
170
+ * get dismissible button
171
+ *
172
+ * @param boolean $echo
173
+ * @return void
174
+ */
175
+ private function get_dismissible(){
176
+
177
+ if( $this->args['dismissible'] === false ){
178
+ return;
179
+ }
180
+
181
+ ob_start();
182
+
183
+ if( $this->args['has_close'] ){
184
+ ?>
185
+ <a href="<?php echo esc_url( $this->get_nonce_url() ); ?>" class="notice-dismiss aux-skip-notice aux-close-notice">
186
+ <span class="screen-reader-text"><?php echo _e( 'Skip', 'auxin-elements' ); ?></span>
187
+ </a>
188
+ <?php } ?>
189
+ <script>
190
+ jQuery('.<?php echo esc_js( $this->get_unique_class() ); ?> .aux-skip-notice').on( 'click' , function(e) {
191
+ e.preventDefault();
192
+ var expiration = this.getAttribute('data-expiration') || '<?php echo esc_js( $this->args['dismissible']['expiration'] ); ?>'
193
+
194
+ jQuery.ajax({
195
+ url : ajaxurl,
196
+ type: 'post',
197
+ data: {
198
+ action : 'auxin_dismissed_notice',
199
+ id : '<?php echo esc_js( $this->args['id'] ); ?>',
200
+ nonce : '<?php echo esc_js( wp_create_nonce( '_notice_nonce' ) ); ?>',
201
+ expiration: expiration
202
+ }
203
+ }).done(function( response ) {
204
+ if(response.success) {
205
+ jQuery(this).closest('.aux-notice-wrapper').fadeOut();
206
+ }
207
+ }.bind(this));
208
+ });
209
+ </script>
210
+ <?php
211
+ return ob_get_clean();
212
+ }
213
+
214
+ /**
215
+ * Update dismissible transient
216
+ *
217
+ * @return void
218
+ */
219
+ private function flush_dismissible(){
220
+ if ( isset( $_GET[ $this->args['dismissible']['url_key'] ] ) && isset( $_GET[ '_notice_nonce' ] ) && $_GET[ $this->args['dismissible']['url_key'] ] === $this->args['id'] ) {
221
+ if ( ! wp_verify_nonce( $_GET[ '_notice_nonce' ], $this->args['dismissible']['action'] ) ) {
222
+ wp_die( __( 'Authorization failed. Please refresh the page and try again.', 'auxin-elements' ) );
223
+ }
224
+ auxin_set_transient( $this->get_transient_key(), 1, $this->args['dismissible']['expiration'] );
225
+ $this->args['dismissible'] = false;
226
+ }
227
+ }
228
+
229
+ /**
230
+ * Undocumented function
231
+ *
232
+ * @return void
233
+ */
234
+ private function get_nonce_url(){
235
+ $actionurl = add_query_arg( $this->args['dismissible']['url_key'], $this->args['id'] );
236
+ return wp_nonce_url( $actionurl, $this->args['dismissible']['action'], '_notice_nonce' );
237
+ }
238
+
239
+ /**
240
+ * check dismissible
241
+ *
242
+ * @return boolean
243
+ */
244
+ private function is_dismissible(){
245
+ if( ! is_array( $this->args['dismissible'] ) || auxin_get_transient( $this->get_transient_key() ) ){
246
+ return true;
247
+ }
248
+ return false;
249
+ }
250
+
251
+ /**
252
+ * Check snooze time
253
+ *
254
+ * @return boolean
255
+ */
256
+ private function is_snoozed(){
257
+ if( ! empty( $this->args['initial_snooze'] ) ){
258
+ $transient_key = $this->get_transient_key() . '-snooze';
259
+ $snooze_time = auxin_get_transient( $transient_key );
260
+ if( $snooze_time && $snooze_time > strtotime( "now" ) ){
261
+ return true;
262
+ } elseif( $snooze_time === false ) {
263
+ auxin_set_transient( $transient_key, strtotime( $this->args['initial_snooze'] . " seconds" ) );
264
+ return true;
265
+ }
266
+ }
267
+ return false;
268
+ }
269
+
270
+ /**
271
+ * Check screen filter
272
+ *
273
+ * @return boolean
274
+ */
275
+ private function is_visible_screen(){
276
+ $current_screen = get_current_screen();
277
+ if( ! empty( $this->args['screen_filter'] ) && ! in_array( $current_screen->id, $this->args['screen_filter'] ) ) {
278
+ return true;
279
+ }
280
+ return false;
281
+ }
282
+
283
+ /**
284
+ * Retrieves a transient key.
285
+ */
286
+ private function get_transient_key(){
287
+ return 'auxin-notice-' . $this->args['id'];
288
+ }
289
+
290
+ /**
291
+ * Retrieves a unique id for main wrapper.
292
+ */
293
+ private function get_unique_class(){
294
+ return 'auxin-notice-id-' . $this->args['id'];
295
+ }
296
+
297
+ /**
298
+ * render output
299
+ *
300
+ * @param boolean $echo
301
+ * @return void
302
+ */
303
+ public function render(){
304
+
305
+ if( $this->is_dismissible() || $this->is_visible_screen() || $this->is_snoozed() ) {
306
+ return;
307
+ }
308
+
309
+ echo sprintf(
310
+ '<div class="updated auxin-message aux-notice-control aux-notice-wrapper %s %s">%s %s %s <p class="aux-notice-submit submit">%s %s</p></div>',
311
+ $this->get_unique_class(),
312
+ $this->get_skin(),
313
+ $this->get_image(),
314
+ $this->get_title(),
315
+ $this->get_description(),
316
+ $this->get_buttons(),
317
+ $this->get_dismissible()
318
+ );
319
+
320
+ }
321
+
322
+ }
admin/includes/classes/class-auxin-upgrader-ajax-handlers.php ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Auxin_Upgrader_Ajax_Handlers {
4
+
5
+ protected $skin;
6
+
7
+ function __construct(){
8
+ // Include upgrader class
9
+ include_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );
10
+ $this->skin = new WP_Ajax_Upgrader_Skin();
11
+ }
12
+
13
+ public function run( $key, $type ){
14
+ switch ( $type ) {
15
+ case 'themes':
16
+ $this->update_theme( $key );
17
+ break;
18
+
19
+ case 'plugins':
20
+ $this->update_plugin( $key );
21
+ break;
22
+ default:
23
+ wp_send_json_error( array(
24
+ 'slug' => '',
25
+ 'errorCode' => 'invalid_update_type',
26
+ 'errorMessage' => __( 'Please enter a valid update type.', 'auxin-elements' )
27
+ ) );
28
+ }
29
+ }
30
+
31
+ /**
32
+ * Ajax handler for updating a plugin.
33
+ *
34
+ * @see Auxin_Upgrader_Plugin
35
+ *
36
+ * @global WP_Filesystem_Base $wp_filesystem Subclass
37
+ */
38
+ private function update_plugin( $plugin ) {
39
+ $plugin = plugin_basename( sanitize_text_field( wp_unslash( $plugin ) ) );
40
+
41
+ $status = array(
42
+ 'update' => 'plugin',
43
+ 'slug' => sanitize_key( wp_unslash( dirname( $plugin ) ) )
44
+ );
45
+
46
+ if ( ! current_user_can( 'update_plugins' ) || 0 !== validate_file( $plugin ) ) {
47
+ $status['errorMessage'] = __( 'Sorry, you are not allowed to update plugins for this site.' );
48
+ wp_send_json_error( $status );
49
+ }
50
+
51
+ $upgrader = new Auxin_Upgrader_Plugin( $this->skin );
52
+ $result = $upgrader->start_upgrade( array( $plugin ), array(
53
+ 'clear_update_cache' => 'last_checked'
54
+ ) );
55
+
56
+ if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) {
57
+ $status['debug'] = $this->skin->get_upgrade_messages();
58
+ }
59
+
60
+ if ( is_wp_error( $this->skin->result ) ) {
61
+ $status['errorCode'] = $this->skin->result->get_error_code();
62
+ $status['errorMessage'] = $this->skin->result->get_error_message();
63
+ wp_send_json_error( $status );
64
+ } elseif ( $this->skin->get_errors()->get_error_code() ) {
65
+ $status['errorMessage'] = $this->skin->get_error_messages();
66
+ wp_send_json_error( $status );
67
+ } elseif ( is_array( $result ) && ! empty( $result[ $plugin ] ) ) {
68
+ $plugin_update_data = current( $result );
69
+
70
+ /*
71
+ * If the `update_plugins` site transient is empty (e.g. when you update
72
+ * two plugins in quick succession before the transient repopulates),
73
+ * this may be the return.
74
+ *
75
+ * Preferably something can be done to ensure `update_plugins` isn't empty.
76
+ * For now, surface some sort of error here.
77
+ */
78
+ if ( true === $plugin_update_data ) {
79
+ $status['errorMessage'] = __( 'Plugin update failed.' );
80
+ wp_send_json_error( $status );
81
+ }
82
+
83
+ $status['successMessage'] = __( 'Plugin updated successfully.' );
84
+ wp_send_json_success( $status );
85
+ } elseif ( false === $result ) {
86
+ global $wp_filesystem;
87
+
88
+ $status['errorCode'] = 'unable_to_connect_to_filesystem';
89
+ $status['errorMessage'] = __( 'Unable to connect to the filesystem. Please confirm your credentials.' );
90
+
91
+ // Pass through the error from WP_Filesystem if one was raised.
92
+ if ( $wp_filesystem instanceof WP_Filesystem_Base && is_wp_error( $wp_filesystem->errors ) && $wp_filesystem->errors->get_error_code() ) {
93
+ $status['errorMessage'] = esc_html( $wp_filesystem->errors->get_error_message() );
94
+ }
95
+
96
+ wp_send_json_error( $status );
97
+ }
98
+
99
+ // An unhandled error occurred.
100
+ $status['errorMessage'] = __( 'Plugin update failed.' );
101
+ wp_send_json_error( $status );
102
+ }
103
+
104
+ /**
105
+ * Ajax handler for updating a theme.
106
+ *
107
+ * @see Auxin_Upgrader_Theme
108
+ *
109
+ * @global WP_Filesystem_Base $wp_filesystem Subclass
110
+ */
111
+ private function update_theme( $stylesheet ) {
112
+ $stylesheet = preg_replace( '/[^A-z0-9_\-]/', '', wp_unslash( $stylesheet ) );
113
+
114
+ $status = array(
115
+ 'update' => 'theme',
116
+ 'slug' => sanitize_key( wp_unslash( dirname( $stylesheet ) ) )
117
+ );
118
+
119
+ if ( ! current_user_can( 'update_themes' ) ) {
120
+ $status['errorMessage'] = __( 'Sorry, you are not allowed to update themes for this site.' );
121
+ wp_send_json_error( $status );
122
+ }
123
+
124
+ $upgrader = new Auxin_Upgrader_Theme( $this->skin );
125
+ $result = $upgrader->start_upgrade( array( $stylesheet ), array(
126
+ 'clear_update_cache' => 'last_checked'
127
+ ) );
128
+
129
+ if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) {
130
+ $status['debug'] = $this->skin->get_upgrade_messages();
131
+ }
132
+
133
+ if ( is_wp_error( $this->skin->result ) ) {
134
+ $status['errorCode'] = $this->skin->result->get_error_code();
135
+ $status['errorMessage'] = $this->skin->result->get_error_message();
136
+ wp_send_json_error( $status );
137
+ } elseif ( $this->skin->get_errors()->get_error_code() ) {
138
+ $status['errorMessage'] = $this->skin->get_error_messages();
139
+ wp_send_json_error( $status );
140
+ } elseif ( is_array( $result ) && ! empty( $result[ $stylesheet ] ) ) {
141
+
142
+ // Theme is already at the latest version.
143
+ if ( true === $result[ $stylesheet ] ) {
144
+ $status['errorMessage'] = $upgrader->strings['up_to_date'];
145
+ wp_send_json_error( $status );
146
+ }
147
+
148
+ $status['successMessage'] = __( 'Theme updated successfully.' );
149
+ wp_send_json_success( $status );
150
+ } elseif ( false === $result ) {
151
+ global $wp_filesystem;
152
+
153
+ $status['errorCode'] = 'unable_to_connect_to_filesystem';
154
+ $status['errorMessage'] = __( 'Unable to connect to the filesystem. Please confirm your credentials.' );
155
+
156
+ // Pass through the error from WP_Filesystem if one was raised.
157
+ if ( $wp_filesystem instanceof WP_Filesystem_Base && is_wp_error( $wp_filesystem->errors ) && $wp_filesystem->errors->get_error_code() ) {
158
+ $status['errorMessage'] = esc_html( $wp_filesystem->errors->get_error_message() );
159
+ }
160
+
161
+ wp_send_json_error( $status );
162
+ }
163
+
164
+ // An unhandled error occurred.
165
+ $status['errorMessage'] = __( 'Update failed.' );
166
+ wp_send_json_error( $status );
167
+ }
168
+
169
+ }
admin/includes/classes/class-auxin-upgrader-http-api.php ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Auxin_Upgrader_Http_Api {
4
+
5
+ protected $api = 'http://api.averta.net/envato/items/';
6
+
7
+ function __construct(){}
8
+
9
+ /**
10
+ * Get single setting value
11
+ *
12
+ * @param string $option
13
+ * @param string $section
14
+ * @param string $default
15
+ * @return string
16
+ */
17
+ private function get_setting( $option, $section, $default = '' ) {
18
+ $options = get_site_option( $section );
19
+
20
+ if ( isset( $options[$option] ) ) {
21
+ return $options[$option];
22
+ }
23
+ return $default;
24
+ }
25
+
26
+ /**
27
+ * Make a wordpress remote post request on averta API
28
+ *
29
+ * @param array $args
30
+ * @return void
31
+ */
32
+ private function remote_post( $args ){
33
+ global $wp_version;
34
+
35
+ $request_string = array(
36
+ 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo('url'),
37
+ 'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30: 3),
38
+ 'body' => $args
39
+ );
40
+
41
+ // Start checking for an update
42
+ $request = wp_remote_post( $this->api, $request_string );
43
+
44
+ if ( is_wp_error( $request ) || wp_remote_retrieve_response_code( $request ) !== 200 ) {
45
+ return false;
46
+ }
47
+
48
+ return $request;
49
+ }
50
+
51
+ /**
52
+ * Get our non official items list
53
+ *
54
+ * @return array
55
+ */
56
+ private function get_non_official_items(){
57
+ return apply_filters( 'auxin_set_non_official_items', array(
58
+ '3909293' => 'phlox-pro',
59
+ '3909293-03' => 'auxin-shop',
60
+ '3909293-04' => 'auxin-the-news',
61
+ '3909293-05' => 'auxin-pro-tools',
62
+ '3909293-06' => 'masterslider',
63
+ '3909293-07' => 'js_composer',
64
+ '3909293-08' => 'bdthemes-element-pack',
65
+ '3909293-09' => 'Ultimate_VC_Addons',
66
+ '3909293-10' => 'waspthemes-yellow-pencil',
67
+ '3909293-11' => 'LayerSlider',
68
+ '3909293-12' => 'revslider',
69
+ '3909293-13' => 'go_pricing',
70
+ '3909293-14' => 'convertplug'
71
+ ) );
72
+ }
73
+
74
+ /**
75
+ * Get download link from averta API
76
+ *
77
+ * @return void
78
+ */
79
+ public function get_download_link( $key ){
80
+
81
+ $token = $this->get_setting( 'token' , AUXELS_PURCHASE_KEY );
82
+ $token = empty( $token ) ? $this->get_setting( 'token' , THEME_ID . '_license' ) : $token;
83
+
84
+ if( empty( $token ) ) {
85
+ return new WP_Error( 'no_credentials',
86
+ __( 'Envato username, API key and your item purchase code are required for downloading updates from Envato marketplace.', 'auxin-elements' )
87
+ );
88
+ }
89
+
90
+ $items = $this->get_non_official_items();
91
+
92
+ if( ! in_array( $key, $items ) ) {
93
+ return new WP_Error( 'no_credentials',
94
+ '"' . $key . '" ' . __( 'Is not exist in our non official list. ', 'auxin-elements' )
95
+ );
96
+ }
97
+ $item_ID = array_search( $key, $items );
98
+
99
+ $request = $this->remote_post( array(
100
+ 'cat' => 'download-purchase',
101
+ 'action' => 'token',
102
+ 'item-id' => $item_ID,
103
+ 'token' => $token,
104
+ 'url' => get_site_url()
105
+ ) );
106
+
107
+ if( $request === false ){
108
+ return new WP_Error( 'process_faild',
109
+ __( 'Error in getting download link.', 'auxin-elements' )
110
+ );
111
+ }
112
+
113
+ $response = wp_remote_retrieve_body( $request );
114
+ $response = json_decode( $response, true );
115
+
116
+ if( ! isset( $response['download_url'] ) || empty( $response['download_url'] ) ) {
117
+ // Envato API error ..
118
+ return new WP_Error( 'no_credentials',
119
+ __( 'Error on connecting to download API...', 'auxin-elements' )
120
+ );
121
+ }
122
+
123
+ return $response['download_url'];
124
+ }
125
+
126
+ }
admin/includes/classes/class-auxin-upgrader-plugin.php ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Auxin_Upgrader_Plugin extends Plugin_Upgrader {
4
+
5
+ protected $update_list;
6
+
7
+ /**
8
+ * Bulk upgrade several plugins at once.
9
+ *
10
+ * @param array $plugins Array of the basename paths of the plugins' main files.
11
+ * @param array $args {
12
+ * Optional. Other arguments for upgrading several plugins at once. Default empty array.
13
+ *
14
+ * @type bool $clear_update_cache Whether to clear the plugin updates cache if successful.
15
+ * Default true.
16
+ * }
17
+ * @return array|false An array of results indexed by plugin file, or false if unable to connect to the filesystem.
18
+ */
19
+ public function start_upgrade( $plugins, $args = array() ) {
20
+
21
+ $defaults = array(
22
+ 'clear_update_cache' => true,
23
+ );
24
+ $parsed_args = wp_parse_args( $args, $defaults );
25
+
26
+ $this->init();
27
+ $this->bulk = true;
28
+ $this->upgrade_strings();
29
+
30
+ $this->update_list = auxin_get_transient( 'auxin_update_plugins' );
31
+
32
+ add_filter('upgrader_clear_destination', array($this, 'delete_old_plugin'), 10, 4);
33
+
34
+ $this->skin->header();
35
+
36
+ // Connect to the Filesystem first.
37
+ $res = $this->fs_connect( array(WP_CONTENT_DIR, WP_PLUGIN_DIR) );
38
+ if ( ! $res ) {
39
+ $this->skin->footer();
40
+ return false;
41
+ }
42
+
43
+ $this->skin->bulk_header();
44
+
45
+ /*
46
+ * Only start maintenance mode if:
47
+ * - running Multisite and there are one or more plugins specified, OR
48
+ * - a plugin with an update available is currently active.
49
+ * @TODO: For multisite, maintenance mode should only kick in for individual sites if at all possible.
50
+ */
51
+ $maintenance = ( is_multisite() && ! empty( $plugins ) );
52
+ foreach ( $plugins as $plugin )
53
+ $maintenance = $maintenance || ( is_plugin_active( $plugin ) && isset( $this->update_list->response[ $plugin ] ) );
54
+ if ( $maintenance )
55
+ $this->maintenance_mode(true);
56
+
57
+ $results = array();
58
+ $api_request = new Auxin_Upgrader_Http_Api;
59
+
60
+ $this->update_count = count($plugins);
61
+ $this->update_current = 0;
62
+ foreach ( $plugins as $plugin ) {
63
+ $this->update_current++;
64
+ $this->skin->plugin_info = get_plugin_data( WP_PLUGIN_DIR . '/' . $plugin, false, true);
65
+
66
+ // Fix VC issue with auto update
67
+ if( $plugin === 'js_composer/js_composer.php' ) {
68
+ add_filter( 'upgrader_pre_download', '__return_false', 9999);
69
+ }
70
+
71
+ if ( !isset( $this->update_list->response[ $plugin ] ) ) {
72
+ $this->skin->set_result('up_to_date');
73
+ $this->skin->before();
74
+ $this->skin->feedback('up_to_date');
75
+ $this->skin->after();
76
+ $results[$plugin] = true;
77
+ continue;
78
+ }
79
+
80
+ // Get the URL to the zip file.
81
+ $r = $this->update_list->response[ $plugin ];
82
+
83
+ $this->skin->plugin_active = is_plugin_active($plugin);
84
+
85
+ if( ! wp_http_validate_url( $r['package'] ) && $r['package'] == 'AUXIN_GET_DOWNLOAD_URL' ){
86
+ $downlaod_link = $api_request->get_download_link( $r['slug'] );
87
+ if( ! is_wp_error( $downlaod_link ) ){
88
+ $r['package'] = $downlaod_link;
89
+ }
90
+ }
91
+
92
+ $result = $this->run( array(
93
+ 'package' => $r['package'],
94
+ 'destination' => WP_PLUGIN_DIR,
95
+ 'clear_destination' => true,
96
+ 'clear_working' => true,
97
+ 'is_multi' => true,
98
+ 'hook_extra' => array(
99
+ 'plugin' => $plugin
100
+ )
101
+ ) );
102
+
103
+ $results[$plugin] = $this->result;
104
+
105
+ // Prevent credentials auth screen from displaying multiple times
106
+ if ( false === $result )
107
+ break;
108
+ } //end foreach $plugins
109
+
110
+ $this->maintenance_mode(false);
111
+
112
+ // Force refresh of plugin update information.
113
+ $this->clean_plugins_cache( $parsed_args['clear_update_cache'] );
114
+
115
+ $this->skin->bulk_footer();
116
+
117
+ $this->skin->footer();
118
+
119
+ // Cleanup our hooks, in case something else does a upgrade on this connection.
120
+ remove_filter('upgrader_clear_destination', array($this, 'delete_old_plugin'));
121
+
122
+ return $results;
123
+ }
124
+
125
+ /**
126
+ * Clears the Plugins cache used by get_plugins() and by default, the Plugin Update cache.
127
+ *
128
+ * @param bool $clear_update_cache Whether to clear the Plugin updates cache
129
+ */
130
+ private function clean_plugins_cache( $clear_update_cache = true ) {
131
+ if ( $clear_update_cache === true ){
132
+ auxin_delete_transient( 'auxin_update_plugins' );
133
+ } elseif( $clear_update_cache === 'last_checked' ){
134
+ // This will remove 'last_checked' value for list refresh
135
+ if( isset( $this->update_list->last_checked ) ) {
136
+ unset( $this->update_list->last_checked );
137
+ }
138
+ auxin_set_transient( 'auxin_update_plugins', $this->update_list );
139
+ }
140
+ wp_cache_delete( 'plugins', 'plugins' );
141
+ }
142
+
143
+ }
admin/includes/classes/class-auxin-upgrader-prepare.php ADDED
@@ -0,0 +1,462 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Auxin_Upgrader_Prepare {
4
+
5
+ /**
6
+ * Instance of this class.
7
+ *
8
+ * @var object
9
+ */
10
+ protected static $instance = null;
11
+ protected $upgrade_types = array(
12
+ 'plugins' => 'update_plugins',
13
+ 'themes' => 'update_themes'
14
+ );
15
+ protected $api = 'http://api.averta.net/envato/items/';
16
+
17
+ function __construct(){
18
+ add_filter( 'site_transient_update_plugins', array( $this, 'disable_update_plugins' ) );
19
+ add_filter( 'site_transient_update_themes', array( $this, 'disable_update_themes' ) );
20
+
21
+ add_action( 'load-plugins.php', array( $this, 'update_plugins' ) );
22
+ add_action( 'load-update.php', array( $this, 'update_plugins' ) );
23
+ add_action( 'load-update-core.php', array( $this, 'update_plugins' ) );
24
+ add_action( 'wp_update_plugins', array( $this, 'update_plugins' ) );
25
+
26
+ add_action( 'load-themes.php', array( $this, 'update_themes' ) );
27
+ add_action( 'load-update.php', array( $this, 'update_themes' ) );
28
+ add_action( 'load-update-core.php', array( $this, 'update_themes' ) );
29
+ add_action( 'wp_update_themes', array( $this, 'update_themes' ) );
30
+
31
+ add_action( 'admin_init', array( $this, 'maybe_update_list' ) );
32
+ }
33
+
34
+ /**
35
+ * Remove auxin plugins from wp auto update
36
+ *
37
+ * @return object
38
+ */
39
+ public function disable_update_plugins( $transient ) {
40
+ // Pass plugins list with their slug e.g. array( 'auxin-elements' )
41
+ $plugins = apply_filters( 'auxin_disable_plugins_updates', array() );
42
+ if ( isset($transient) && is_object($transient) && ! empty( $plugins ) ) {
43
+ foreach ( $plugins as $key => $plugin ) {
44
+ $pluginPath = $plugin . '/' . $plugin . '.php';
45
+ if ( isset( $transient->response[$pluginPath] ) ) {
46
+ unset( $transient->response[$pluginPath] );
47
+ }
48
+ }
49
+ }
50
+ return $transient;
51
+ }
52
+
53
+ /**
54
+ * Remove auxin themes from wp auto update
55
+ *
56
+ * @return object
57
+ */
58
+ public function disable_update_themes( $transient ) {
59
+ // Pass themes list with their slug e.g. array( 'phlox' )
60
+ $themes = apply_filters( 'auxin_disable_themes_updates', array() );
61
+ if ( isset($transient) && is_object($transient) && ! empty( $themes ) ) {
62
+ foreach ( $themes as $theme ) {
63
+ if ( isset( $transient->response[$theme] ) ) {
64
+ unset( $transient->response[$theme] );
65
+ }
66
+ }
67
+ }
68
+ return $transient;
69
+ }
70
+
71
+ /**
72
+ * Check theme versions against the latest versions hosted on WordPress.org. & Averta API
73
+ *
74
+ * @return void
75
+ */
76
+ public function update_themes(){
77
+ if ( wp_installing() ) {
78
+ return;
79
+ }
80
+
81
+ $get_themes = $this->get_themes();
82
+
83
+ $last_update = auxin_get_transient( 'auxin_update_themes' );
84
+ if ( ! is_object($last_update) ) {
85
+ $last_update = new stdClass;
86
+ }
87
+
88
+ $new_option = new stdClass;
89
+ $new_option->last_checked = time();
90
+
91
+ $doing_cron = wp_doing_cron();
92
+
93
+ // Check for update on a different schedule, depending on the page.
94
+ switch ( current_filter() ) {
95
+ case 'upgrader_process_complete' :
96
+ $timeout = 0;
97
+ break;
98
+ case 'load-update-core.php' :
99
+ $timeout = MINUTE_IN_SECONDS;
100
+ break;
101
+ case 'load-themes.php' :
102
+ case 'load-update.php' :
103
+ $timeout = HOUR_IN_SECONDS;
104
+ break;
105
+ default :
106
+ if ( $doing_cron ) {
107
+ $timeout = 2 * HOUR_IN_SECONDS;
108
+ } else {
109
+ $timeout = 12 * HOUR_IN_SECONDS;
110
+ }
111
+ }
112
+
113
+ $time_not_changed = isset( $last_update->last_checked ) && $timeout > ( time() - $last_update->last_checked );
114
+
115
+ if ( $time_not_changed ) {
116
+ $theme_changed = false;
117
+ foreach ( $get_themes as $slug => $data ) {
118
+ $new_option->checked[ $slug ] = $data->get( 'Version' );
119
+
120
+ if ( !isset( $last_update->checked[ $slug ] ) || strval($last_update->checked[ $slug ]) !== strval($data->get( 'Version' )) ){
121
+ $theme_changed = true;
122
+ }
123
+ }
124
+
125
+ if ( isset ( $last_update->response ) && is_array( $last_update->response ) ) {
126
+ foreach ( $last_update->response as $slug => $update_details ) {
127
+ if ( ! isset($checked[ $slug ]) ) {
128
+ $theme_changed = true;
129
+ break;
130
+ }
131
+ }
132
+ }
133
+
134
+ // Bail if we've checked recently and if nothing has changed
135
+ if ( ! $theme_changed ) {
136
+ return;
137
+ }
138
+ }
139
+
140
+ // Update last_checked for current to prevent multiple blocking requests if request hangs
141
+ $last_update->last_checked = time();
142
+ auxin_set_transient( 'auxin_update_themes', $last_update );
143
+
144
+ // Include plugins install
145
+ if ( ! function_exists( 'themes_api' ) ){
146
+ require_once ABSPATH . 'wp-admin/includes/theme.php';
147
+ }
148
+
149
+ foreach ( $get_themes as $slug => $data ) {
150
+
151
+ if( $data->isOfficial ) {
152
+ $response = themes_api( 'theme_information', array(
153
+ 'slug' => sanitize_key( $slug ),
154
+ 'fields' => array(
155
+ 'sections' => false,
156
+ ),
157
+ ) );
158
+ if ( ! is_wp_error( $response ) ) {
159
+ if( version_compare( $response->version, $data->get( 'Version' ), '>' ) ){
160
+ $new_option->response[ $data->get_stylesheet() ] = array(
161
+ 'slug' => esc_sql($slug),
162
+ 'version' => esc_sql($response->version),
163
+ 'package' => esc_url($response->download_link)
164
+ );
165
+ }
166
+ }
167
+ } else {
168
+ // Get version number of our api
169
+ $new_version = $this->remote_get( array(
170
+ 'cat' => 'version-check',
171
+ 'action' => 'final',
172
+ 'item-name' => sanitize_key( $slug )
173
+ ) );
174
+
175
+ if( ! empty( $new_version ) && version_compare( $new_version, $data->get( 'Version' ), '>' ) ){
176
+ $new_option->response[ $data->get_stylesheet() ] = array(
177
+ 'slug' => esc_sql($slug),
178
+ 'version' => esc_sql($new_version),
179
+ 'package' => 'AUXIN_GET_DOWNLOAD_URL'
180
+ );
181
+ }
182
+ }
183
+
184
+ }
185
+
186
+ auxin_set_transient( 'auxin_update_themes', $new_option );
187
+ }
188
+
189
+ /**
190
+ * Check plugin versions against the latest versions hosted on WordPress.org. & Averta API
191
+ *
192
+ * @return void
193
+ */
194
+ public function update_plugins(){
195
+ if ( wp_installing() ) {
196
+ return;
197
+ }
198
+
199
+ $get_plugins = $this->get_plugins();
200
+
201
+ $current = auxin_get_transient( 'auxin_update_plugins' );
202
+ if ( ! is_object($current) ) {
203
+ $current = new stdClass;
204
+ }
205
+
206
+ $new_option = new stdClass;
207
+ $new_option->last_checked = time();
208
+
209
+ $doing_cron = wp_doing_cron();
210
+ // Check for update on a different schedule, depending on the page.
211
+ switch ( current_filter() ) {
212
+ case 'upgrader_process_complete' :
213
+ $timeout = 0;
214
+ break;
215
+ case 'load-update-core.php' :
216
+ $timeout = MINUTE_IN_SECONDS;
217
+ break;
218
+ case 'load-plugins.php' :
219
+ case 'load-update.php' :
220
+ $timeout = HOUR_IN_SECONDS;
221
+ break;
222
+ default :
223
+ if ( $doing_cron ) {
224
+ $timeout = 2 * HOUR_IN_SECONDS;
225
+ } else {
226
+ $timeout = 12 * HOUR_IN_SECONDS;
227
+ }
228
+ }
229
+
230
+ $time_not_changed = isset( $current->last_checked ) && $timeout > ( time() - $current->last_checked );
231
+ if ( $time_not_changed ) {
232
+ $plugin_changed = false;
233
+ foreach ( $get_plugins as $path => $data ) {
234
+ $new_option->checked[ $path ] = $data['Version'];
235
+
236
+ if ( !isset( $current->checked[ $path ] ) || strval($current->checked[ $path ]) !== strval($data['Version']) ){
237
+ $plugin_changed = true;
238
+ }
239
+ }
240
+
241
+ if ( isset ( $current->response ) && is_array( $current->response) ) {
242
+ foreach ( $current->response as $plugin_file => $update_details ) {
243
+ if ( ! isset($get_plugins[ $plugin_file ]) ) {
244
+ $plugin_changed = true;
245
+ break;
246
+ }
247
+ }
248
+ }
249
+
250
+ // Bail if we've checked recently and if nothing has changed
251
+ if ( ! $plugin_changed ) {
252
+ return;
253
+ }
254
+ }
255
+
256
+ // Update last_checked for current to prevent multiple blocking requests if request hangs
257
+ $current->last_checked = time();
258
+ auxin_set_transient( 'auxin_update_plugins', $current );
259
+
260
+ // Include plugins install
261
+ if ( ! function_exists( 'plugins_api' ) ){
262
+ include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' );
263
+ }
264
+
265
+ foreach ( $get_plugins as $path => $data ) {
266
+ $slug = dirname( $path );
267
+
268
+ if( $data['isOfficial'] ) {
269
+ $response = plugins_api( 'plugin_information', array(
270
+ 'slug' => sanitize_key( $slug ),
271
+ 'fields' => array(
272
+ 'sections' => false,
273
+ ),
274
+ ) );
275
+ if ( ! is_wp_error( $response ) ) {
276
+ if( version_compare( $response->version, $data['Version'], '>' ) ){
277
+ $new_option->response[ $path ] = array(
278
+ 'slug' => esc_sql($slug),
279
+ 'version' => esc_sql($response->version),
280
+ 'package' => esc_url($response->download_link)
281
+ );
282
+ }
283
+ }
284
+ } else {
285
+ // Get version number of our api
286
+ $new_version = $this->remote_get( array(
287
+ 'cat' => 'version-check',
288
+ 'action' => 'final',
289
+ 'item-name' => sanitize_key( $slug )
290
+ ) );
291
+
292
+ if( ! empty( $new_version ) && version_compare( $new_version, $data['Version'], '>' ) ){
293
+ $new_option->response[ $path ] = array(
294
+ 'slug' => esc_sql($slug),
295
+ 'version' => esc_sql($new_version),
296
+ 'package' => 'AUXIN_GET_DOWNLOAD_URL'
297
+ );
298
+ }
299
+ }
300
+ }
301
+
302
+ auxin_set_transient( 'auxin_update_plugins', $new_option );
303
+ }
304
+
305
+ /**
306
+ * Get averta group plugins list
307
+ *
308
+ * @return array
309
+ */
310
+ public function get_plugins(){
311
+ // If running blog-side, bail unless we've not checked in the last 12 hours
312
+ if ( ! function_exists( 'get_plugins' ) ){
313
+ require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
314
+ }
315
+ $plugins_list = get_plugins();
316
+ $regex_pattern = apply_filters( 'auxin_averta_plugins_regex', '(auxin|phlox)' );
317
+ foreach ( $plugins_list as $path => $args ) {
318
+ if( ! preg_match( $regex_pattern, $path ) ) {
319
+ unset( $plugins_list[ $path ] );
320
+ continue;
321
+ }
322
+ if( $this->is_official( 'plugins', $path ) ){
323
+ $plugins_list[ $path ]['isOfficial'] = true;
324
+ } else {
325
+ if( defined('THEME_PRO' ) && THEME_PRO && auxin_is_activated() ) {
326
+ $plugins_list[ $path ]['isOfficial'] = false;
327
+ } else {
328
+ unset( $plugins_list[ $path ] );
329
+ continue;
330
+ }
331
+ }
332
+ }
333
+ return apply_filters( 'auxin_get_plugins_list', $plugins_list );
334
+ }
335
+
336
+ /**
337
+ * Get averta group themes list
338
+ *
339
+ * @return array
340
+ */
341
+ public function get_themes(){
342
+ $themes_list = wp_get_themes();
343
+ $regex_pattern = apply_filters( 'auxin_averta_themes_regex', '(auxin|phlox)' );
344
+ foreach ( $themes_list as $path => $args ) {
345
+ if( ! preg_match( $regex_pattern, $path ) ) {
346
+ unset( $themes_list[ $path ] );
347
+ continue;
348
+ }
349
+ if( $this->is_official( 'themes', $path ) ){
350
+ $themes_list[ $path ]->isOfficial = true;
351
+ } else {
352
+ if( defined('THEME_PRO' ) && THEME_PRO && auxin_is_activated() ) {
353
+ $themes_list[ $path ]->isOfficial = false;
354
+ } else {
355
+ unset( $themes_list[ $path ] );
356
+ continue;
357
+ }
358
+ }
359
+ }
360
+ return apply_filters( 'auxin_get_themes_list', $themes_list );
361
+ }
362
+
363
+ /**
364
+ * Check official plugins
365
+ *
366
+ * @param string $type
367
+ * @param string $slug
368
+ * @return boolean
369
+ */
370
+ private function is_official( $type, $slug ){
371
+ switch ( $type ) {
372
+ case 'themes':
373
+ $official = apply_filters( 'auxin_official_themes', array() );
374
+ if ( in_array ( $slug, $official ) ) {
375
+ return true;
376
+ }
377
+ break;
378
+
379
+ case 'plugins':
380
+ $official = apply_filters( 'auxin_official_plugins', array() );
381
+ // Convert path to slug
382
+ if( strpos( $slug, '.php' ) ) {
383
+ $slug = dirname( $slug );
384
+ }
385
+ if( in_array ( $slug, $official ) ) {
386
+ return true;
387
+ }
388
+ break;
389
+
390
+ default:
391
+ return false;
392
+ break;
393
+ }
394
+
395
+ return false;
396
+ }
397
+
398
+ /**
399
+ * General remote get function
400
+ *
401
+ * @param array $request_args
402
+ * @return void
403
+ */
404
+ public function remote_get( $request_args ){
405
+ $url = add_query_arg(
406
+ $request_args,
407
+ $this->api
408
+ );
409
+
410
+ $request = wp_remote_get( $url );
411
+
412
+ if ( is_wp_error( $request ) ) {
413
+ return false;
414
+ }
415
+
416
+ return wp_remote_retrieve_body( $request );
417
+ }
418
+
419
+ /**
420
+ * Check the last time upgrades were run before checking plugin versions.
421
+ *
422
+ * @return void
423
+ */
424
+ public function maybe_update_list() {
425
+
426
+ foreach ( $this->upgrade_types as $key => $type ) {
427
+ // Set transient key name
428
+ $transient_key = 'auxin_' . $type;
429
+ // This will remove update data transient
430
+ if( isset( $_GET['force-check'] ) && $_GET['force-check'] == 1 ){
431
+ auxin_delete_transient( $transient_key );
432
+ } else {
433
+ // Otherwise check for last time upgrades
434
+ $current = auxin_get_transient( $transient_key );
435
+ if ( isset( $current->last_checked ) && 12 * HOUR_IN_SECONDS > ( time() - $current->last_checked ) ){
436
+ continue;
437
+ }
438
+ }
439
+ // Any update? So run the upgrade callbacks
440
+ $this->$type();
441
+ }
442
+
443
+ return;
444
+ }
445
+
446
+ /**
447
+ * Return an instance of this class.
448
+ *
449
+ * @return object A single instance of this class.
450
+ */
451
+ public static function get_instance() {
452
+
453
+ // If the single instance hasn't been set, set it now.
454
+ if ( null == self::$instance ) {
455
+ self::$instance = new self;
456
+ }
457
+
458
+ return self::$instance;
459
+ }
460
+
461
+
462
+ }
admin/includes/classes/class-auxin-upgrader-theme.php ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Auxin_Upgrader_Theme extends Theme_Upgrader {
4
+
5
+ protected $update_list;
6
+
7
+ /**
8
+ * Upgrade several themes at once.
9
+ *
10
+ * @param array $themes The theme slugs.
11
+ * @param array $args {
12
+ * Optional. Other arguments for upgrading several themes at once. Default empty array.
13
+ *
14
+ * @type bool $clear_update_cache Whether to clear the update cache if successful.
15
+ * Default true.
16
+ * }
17
+ * @return array[]|false An array of results, or false if unable to connect to the filesystem.
18
+ */
19
+ public function start_upgrade( $themes, $args = array() ) {
20
+
21
+ $defaults = array(
22
+ 'clear_update_cache' => true,
23
+ );
24
+ $parsed_args = wp_parse_args( $args, $defaults );
25
+
26
+ $this->init();
27
+ $this->bulk = true;
28
+ $this->upgrade_strings();
29
+
30
+ $this->update_list = auxin_get_transient( 'auxin_update_themes' );
31
+
32
+ add_filter('upgrader_pre_install', array($this, 'current_before'), 10, 2);
33
+ add_filter('upgrader_post_install', array($this, 'current_after'), 10, 2);
34
+ add_filter('upgrader_clear_destination', array($this, 'delete_old_theme'), 10, 4);
35
+
36
+ $this->skin->header();
37
+
38
+ // Connect to the Filesystem first.
39
+ $res = $this->fs_connect( array(WP_CONTENT_DIR) );
40
+ if ( ! $res ) {
41
+ $this->skin->footer();
42
+ return false;
43
+ }
44
+
45
+ $this->skin->bulk_header();
46
+
47
+ // Only start maintenance mode if:
48
+ // - running Multisite and there are one or more themes specified, OR
49
+ // - a theme with an update available is currently in use.
50
+ // @TODO: For multisite, maintenance mode should only kick in for individual sites if at all possible.
51
+ $maintenance = ( is_multisite() && ! empty( $themes ) );
52
+ foreach ( $themes as $theme )
53
+ $maintenance = $maintenance || $theme == get_stylesheet() || $theme == get_template();
54
+ if ( $maintenance )
55
+ $this->maintenance_mode(true);
56
+
57
+ $results = array();
58
+ $api_request = new Auxin_Upgrader_Http_Api;
59
+
60
+ $this->update_count = count($themes);
61
+ $this->update_current = 0;
62
+ foreach ( $themes as $theme ) {
63
+ $this->update_current++;
64
+
65
+ $this->skin->theme_info = $this->theme_info($theme);
66
+
67
+ if ( !isset( $this->update_list->response[ $theme ] ) ) {
68
+ $this->skin->set_result(true);
69
+ $this->skin->before();
70
+ $this->skin->feedback( 'up_to_date' );
71
+ $this->skin->after();
72
+ $results[$theme] = true;
73
+ continue;
74
+ }
75
+
76
+ // Get the URL to the zip file
77
+ $r = $this->update_list->response[ $theme ];
78
+
79
+ if( ! wp_http_validate_url( $r['package'] ) && $r['package'] == 'AUXIN_GET_DOWNLOAD_URL' ){
80
+ $downlaod_link = $api_request->get_download_link( $r['slug'] );
81
+ if( ! is_wp_error( $downlaod_link ) ){
82
+ $r['package'] = $downlaod_link;
83
+ }
84
+ }
85
+
86
+ $result = $this->run( array(
87
+ 'package' => $r['package'],
88
+ 'destination' => get_theme_root( $theme ),
89
+ 'clear_destination' => true,
90
+ 'clear_working' => true,
91
+ 'is_multi' => true,
92
+ 'hook_extra' => array(
93
+ 'theme' => $theme
94
+ ),
95
+ ) );
96
+
97
+ $results[$theme] = $this->result;
98
+
99
+ // Prevent credentials auth screen from displaying multiple times
100
+ if ( false === $result )
101
+ break;
102
+ } //end foreach $themes
103
+
104
+ $this->maintenance_mode(false);
105
+
106
+ // Refresh the Theme Update information
107
+ $this->clean_themes_cache( $parsed_args['clear_update_cache'] );
108
+
109
+ $this->skin->bulk_footer();
110
+
111
+ $this->skin->footer();
112
+
113
+ // Cleanup our hooks, in case something else does a upgrade on this connection.
114
+ remove_filter('upgrader_pre_install', array($this, 'current_before'));
115
+ remove_filter('upgrader_post_install', array($this, 'current_after'));
116
+ remove_filter('upgrader_clear_destination', array($this, 'delete_old_theme'));
117
+
118
+ return $results;
119
+ }
120
+
121
+ /**
122
+ * Clears the cache held by get_theme_roots() and WP_Theme.
123
+ *
124
+ * @param bool $clear_update_cache Whether to clear the Theme updates cache
125
+ */
126
+ private function clean_themes_cache( $clear_update_cache = true ) {
127
+ if ( $clear_update_cache === true ){
128
+ auxin_delete_transient( 'auxin_update_themes' );
129
+ } elseif( $clear_update_cache === 'last_checked' ){
130
+ // This will remove 'last_checked' value for list refresh
131
+ if( isset( $this->update_list->last_checked ) ) {
132
+ unset( $this->update_list->last_checked );
133
+ }
134
+ auxin_set_transient( 'auxin_update_themes', $this->update_list );
135
+ }
136
+ search_theme_directories( true );
137
+ foreach ( wp_get_themes( array( 'errors' => null ) ) as $theme ){
138
+ $theme->cache_delete();
139
+ }
140
+ }
141
+
142
+ }
admin/includes/compatibility/sliders/layerslider.php ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Remove update notices for layer slider
4
+ *
5
+ * @return void
6
+ */
7
+ function auxin_compatibility_layerslider_remove_plugins_purchase_notice(){
8
+ remove_action( 'after_plugin_row_LayerSlider/layerslider.php', 'layerslider_plugins_purchase_notice', 10 );
9
+ remove_action('admin_notices', 'layerslider_important_notice');
10
+ remove_action('admin_notices', 'layerslider_update_notice');
11
+ remove_action('admin_notices', 'layerslider_unauthorized_update_notice');
12
+ }
13
+ add_action( 'admin_notices', 'auxin_compatibility_layerslider_remove_plugins_purchase_notice', 12 );
admin/includes/compatibility/sliders/rev.php ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Remove update notices for revolution slider
4
+ *
5
+ * @return void
6
+ */
7
+ function auxin_compatibility_revslider_remove_plugins_purchase_notice(){
8
+ remove_action( 'after_plugin_row_revslider/revslider.php', array('RevSliderAdmin', 'show_purchase_notice'), 10 );
9
+ remove_action( 'after_plugin_row_revslider/revslider.php', array('RevSliderAdmin', 'show_update_notice' ), 10 );
10
+ }
11
+ add_action( 'admin_notices', 'auxin_compatibility_revslider_remove_plugins_purchase_notice', 13 );
admin/includes/compatibility/uvca/auxicon/auxin-front.css ADDED
@@ -0,0 +1,3663 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .auxicon-2-arrows:before {
2
+ content: "\61";
3
+ }
4
+
5
+ .auxicon-4-arrows:before {
6
+ content: "\62";
7
+ }
8
+
9
+ .auxicon-back:before {
10
+ content: "\63";
11
+ }
12
+
13
+ .auxicon-back-pack:before {
14
+ content: "\64";
15
+ }
16
+
17
+ .auxicon-basket-1:before {
18
+ content: "\65";
19
+ }
20
+
21
+ .auxicon-basket-2:before {
22
+ content: "\66";
23
+ }
24
+
25
+ .auxicon-big-candy:before {
26
+ content: "\67";
27
+ }
28
+
29
+ .auxicon-bottle:before {
30
+ content: "\68";
31
+ }
32
+
33
+ .auxicon-bow-tie:before {
34
+ content: "\69";
35
+ }
36
+
37
+ .auxicon-box-1:before {
38
+ content: "\6a";
39
+ }
40
+
41
+ .auxicon-box-2:before {
42
+ content: "\6b";
43
+ }
44
+
45
+ .auxicon-box-open:before {
46
+ content: "\6c";
47
+ }
48
+
49
+ .auxicon-candy:before {
50
+ content: "\6d";
51
+ }
52
+
53
+ .auxicon-cd-cover:before {
54
+ content: "\6e";
55
+ }
56
+
57
+ .auxicon-chopsticks:before {
58
+ content: "\6f";
59
+ }
60
+
61
+ .auxicon-cloud:before {
62
+ content: "\70";
63
+ }
64
+
65
+ .auxicon-cloud-down:before {
66
+ content: "\71";
67
+ }
68
+
69
+ .auxicon-cloud-up:before {
70
+ content: "\72";
71
+ }
72
+
73
+ .auxicon-cloud-v-1:before {
74
+ content: "\73";
75
+ }
76
+
77
+ .auxicon-cloud-v-2:before {
78
+ content: "\74";
79
+ }
80
+
81
+ .auxicon-cloud-x-1:before {
82
+ content: "\75";
83
+ }
84
+
85
+ .auxicon-cloud-x-2:before {
86
+ content: "\76";
87
+ }
88
+
89
+ .auxicon-cofee-cup-1:before {
90
+ content: "\77";
91
+ }
92
+
93
+ .auxicon-cofee-cup-2:before {
94
+ content: "\78";
95
+ }
96
+
97
+ .auxicon-credit-card-1:before {
98
+ content: "\79";
99
+ }
100
+
101
+ .auxicon-credit-card-2:before {
102
+ content: "\7a";
103
+ }
104
+
105
+ .auxicon-credit-card-3:before {
106
+ content: "\41";
107
+ }
108
+
109
+ .auxicon-credit-card-4:before {
110
+ content: "\42";
111
+ }
112
+
113
+ .auxicon-cup-1:before {
114
+ content: "\43";
115
+ }
116
+
117
+ .auxicon-cup-2:before {
118
+ content: "\44";
119
+ }
120
+
121
+ .auxicon-diamond:before {
122
+ content: "\45";
123
+ }
124
+
125
+ .auxicon-dollar:before {
126
+ content: "\46";
127
+ }
128
+
129
+ .auxicon-dollar-bill:before {
130
+ content: "\47";
131
+ }
132
+
133
+ .auxicon-dollar-coin:before {
134
+ content: "\48";
135
+ }
136
+
137
+ .auxicon-download:before {
138
+ content: "\49";
139
+ }
140
+
141
+ .auxicon-euro:before {
142
+ content: "\4a";
143
+ }
144
+
145
+ .auxicon-euro-coin:before {
146
+ content: "\4b";
147
+ }
148
+
149
+ .auxicon-folder:before {
150
+ content: "\4c";
151
+ }
152
+
153
+ .auxicon-folder-plus:before {
154
+ content: "\4d";
155
+ }
156
+
157
+ .auxicon-folder-v:before {
158
+ content: "\4e";
159
+ }
160
+
161
+ .auxicon-folder-x:before {
162
+ content: "\4f";
163
+ }
164
+
165
+ .auxicon-forward:before {
166
+ content: "\50";
167
+ }
168
+
169
+ .auxicon-glass-of-water:before {
170
+ content: "\51";
171
+ }
172
+
173
+ .auxicon-hamburger:before {
174
+ content: "\52";
175
+ }
176
+
177
+ .auxicon-headphones:before {
178
+ content: "\53";
179
+ }
180
+
181
+ .auxicon-headset:before {
182
+ content: "\54";
183
+ }
184
+
185
+ .auxicon-headset-with-microphone:before {
186
+ content: "\55";
187
+ }
188
+
189
+ .auxicon-highlighter:before {
190
+ content: "\56";
191
+ }
192
+
193
+ .auxicon-hot-dog:before {
194
+ content: "\57";
195
+ }
196
+
197
+ .auxicon-ice-cream:before {
198
+ content: "\58";
199
+ }
200
+
201
+ .auxicon-ipod:before {
202
+ content: "\59";
203
+ }
204
+
205
+ .auxicon-key:before {
206
+ content: "\5a";
207
+ }
208
+
209
+ .auxicon-keyboard:before {
210
+ content: "\30";
211
+ }
212
+
213
+ .auxicon-knife:before {
214
+ content: "\31";
215
+ }
216
+
217
+ .auxicon-lock-round:before {
218
+ content: "\32";
219
+ }
220
+
221
+ .auxicon-lock-square:before {
222
+ content: "\33";
223
+ }
224
+
225
+ .auxicon-mouse:before {
226
+ content: "\34";
227
+ }
228
+
229
+ .auxicon-musical-note-1:before {
230
+ content: "\35";
231
+ }
232
+
233
+ .auxicon-musical-note-2:before {
234
+ content: "\36";
235
+ }
236
+
237
+ .auxicon-paper:before {
238
+ content: "\37";
239
+ }
240
+
241
+ .auxicon-pause:before {
242
+ content: "\38";
243
+ }
244
+
245
+ .auxicon-pause-round:before {
246
+ content: "\39";
247
+ }
248
+
249
+ .auxicon-pen:before {
250
+ content: "\21";
251
+ }
252
+
253
+ .auxicon-pencil:before {
254
+ content: "\22";
255
+ }
256
+
257
+ .auxicon-platter:before {
258
+ content: "\23";
259
+ }
260
+
261
+ .auxicon-play:before {
262
+ content: "\24";
263
+ }
264
+
265
+ .auxicon-play-round:before {
266
+ content: "\25";
267
+ }
268
+
269
+ .auxicon-popsicle:before {
270
+ content: "\26";
271
+ }
272
+
273
+ .auxicon-pound:before {
274
+ content: "\27";
275
+ }
276
+
277
+ .auxicon-pound-coin:before {
278
+ content: "\28";
279
+ }
280
+
281
+ .auxicon-present-1:before {
282
+ content: "\29";
283
+ }
284
+
285
+ .auxicon-present-2:before {
286
+ content: "\2a";
287
+ }
288
+
289
+ .auxicon-radio:before {
290
+ content: "\2b";
291
+ }
292
+
293
+ .auxicon-random:before {
294
+ content: "\2c";
295
+ }
296
+
297
+ .auxicon-repeat-1:before {
298
+ content: "\2d";
299
+ }
300
+
301
+ .auxicon-repeat-2:before {
302
+ content: "\2e";
303
+ }
304
+
305
+ .auxicon-ring:before {
306
+ content: "\2f";
307
+ }
308
+
309
+ .auxicon-ruler:before {
310
+ content: "\3a";
311
+ }
312
+
313
+ .auxicon-settings-1:before {
314
+ content: "\3b";
315
+ }
316
+
317
+ .auxicon-settings-2:before {
318
+ content: "\3c";
319
+ }
320
+
321
+ .auxicon-settings-3:before {
322
+ content: "\3d";
323
+ }
324
+
325
+ .auxicon-shirt-1:before {
326
+ content: "\3e";
327
+ }
328
+
329
+ .auxicon-shirt-2:before {
330
+ content: "\3f";
331
+ }
332
+
333
+ .auxicon-shopping-bag-1:before {
334
+ content: "\40";
335
+ }
336
+
337
+ .auxicon-shopping-bag-2:before {
338
+ content: "\5b";
339
+ }
340
+
341
+ .auxicon-shopping-bag-3:before {
342
+ content: "\5d";
343
+ }
344
+
345
+ .auxicon-shopping-bag-4:before {
346
+ content: "\5e";
347
+ }
348
+
349
+ .auxicon-shopping-cart-1:before {
350
+ content: "\5f";
351
+ }
352
+
353
+ .auxicon-shopping-cart-1-1:before {
354
+ content: "\60";
355
+ }
356
+
357
+ .auxicon-shopping-cart-out:before {
358
+ content: "\7b";
359
+ }
360
+
361
+ .auxicon-shopping-cart-x:before {
362
+ content: "\7c";
363
+ }
364
+
365
+ .auxicon-shpping-cart-in:before {
366
+ content: "\7d";
367
+ }
368
+
369
+ .auxicon-slider:before {
370
+ content: "\7e";
371
+ }
372
+
373
+ .auxicon-soup:before {
374
+ content: "\5c";
375
+ }
376
+
377
+ .auxicon-spray:before {
378
+ content: "\e000";
379
+ }
380
+
381
+ .auxicon-store:before {
382
+ content: "\e001";
383
+ }
384
+
385
+ .auxicon-sunglasses-1:before {
386
+ content: "\e002";
387
+ }
388
+
389
+ .auxicon-sunglasses-2:before {
390
+ content: "\e003";
391
+ }
392
+
393
+ .auxicon-tag-1:before {
394
+ content: "\e004";
395
+ }
396
+
397
+ .auxicon-tag-2:before {
398
+ content: "\e005";
399
+ }
400
+
401
+ .auxicon-tie:before {
402
+ content: "\e006";
403
+ }
404
+
405
+ .auxicon-truck-1:before {
406
+ content: "\e007";
407
+ }
408
+
409
+ .auxicon-truck-2:before {
410
+ content: "\e008";
411
+ }
412
+
413
+ .auxicon-upload:before {
414
+ content: "\e009";
415
+ }
416
+
417
+ .auxicon-user:before {
418
+ content: "\e00a";
419
+ }
420
+
421
+ .auxicon-user-round:before {
422
+ content: "\e00b";
423
+ }
424
+
425
+ .auxicon-user-v:before {
426
+ content: "\e00c";
427
+ }
428
+
429
+ .auxicon-user-x:before {
430
+ content: "\e00d";
431
+ }
432
+
433
+ .auxicon-vinyl:before {
434
+ content: "\e00e";
435
+ }
436
+
437
+ .auxicon-wallet:before {
438
+ content: "\e00f";
439
+ }
440
+
441
+ .auxicon-wallet-empty:before {
442
+ content: "\e010";
443
+ }
444
+
445
+ .auxicon-watch:before {
446
+ content: "\e011";
447
+ }
448
+
449
+ .auxicon-wrench-1:before {
450
+ content: "\e012";
451
+ }
452
+
453
+ .auxicon-wrench-2:before {
454
+ content: "\e013";
455
+ }
456
+
457
+ .auxicon-alarm-clock:before {
458
+ content: "\e014";
459
+ }
460
+
461
+ .auxicon-badge:before {
462
+ content: "\e015";
463
+ }
464
+
465
+ .auxicon-bank:before {
466
+ content: "\e016";
467
+ }
468
+
469
+ .auxicon-bell:before {
470
+ content: "\e017";
471
+ }
472
+
473
+ .auxicon-brush:before {
474
+ content: "\e018";
475
+ }
476
+
477
+ .auxicon-calendar:before {
478
+ content: "\e019";
479
+ }
480
+
481
+ .auxicon-camera-back:before {
482
+ content: "\e01a";
483
+ }
484
+
485
+ .auxicon-camera-front:before {
486
+ content: "\e01b";
487
+ }
488
+
489
+ .auxicon-clipboard:before {
490
+ content: "\e01c";
491
+ }
492
+
493
+ .auxicon-cloud-1:before {
494
+ content: "\e01d";
495
+ }
496
+
497
+ .auxicon-credit-card:before {
498
+ content: "\e01e";
499
+ }
500
+
501
+ .auxicon-dashboard:before {
502
+ content: "\e01f";
503
+ }
504
+
505
+ .auxicon-explore:before {
506
+ content: "\e020";
507
+ }
508
+
509
+ .auxicon-file:before {
510
+ content: "\e021";
511
+ }
512
+
513
+ .auxicon-folder-1:before {
514
+ content: "\e022";
515
+ }
516
+
517
+ .auxicon-handbag:before {
518
+ content: "\e023";
519
+ }
520
+
521
+ .auxicon-heart:before {
522
+ content: "\e024";
523
+ }
524
+
525
+ .auxicon-home:before {
526
+ content: "\e025";
527
+ }
528
+
529
+ .auxicon-id-horizontal:before {
530
+ content: "\e026";
531
+ }
532
+
533
+ .auxicon-id-vertical:before {
534
+ content: "\e027";
535
+ }
536
+
537
+ .auxicon-location-pin:before {
538
+ content: "\e028";
539
+ }
540
+
541
+ .auxicon-mac:before {
542
+ content: "\e029";
543
+ }
544
+
545
+ .auxicon-music:before {
546
+ content: "\e02a";
547
+ }
548
+
549
+ .auxicon-music-playlist:before {
550
+ content: "\e02b";
551
+ }
552
+
553
+ .auxicon-news:before {
554
+ content: "\e02c";
555
+ }
556
+
557
+ .auxicon-office:before {
558
+ content: "\e02e";
559
+ }
560
+
561
+ .auxicon-pen-1:before {
562
+ content: "\e02f";
563
+ }
564
+
565
+ .auxicon-pencil-1:before {
566
+ content: "\e030";
567
+ }
568
+
569
+ .auxicon-phone:before {
570
+ content: "\e031";
571
+ }
572
+
573
+ .auxicon-photos:before {
574
+ content: "\e032";
575
+ }
576
+
577
+ .auxicon-pictures-day:before {
578
+ content: "\e033";
579
+ }
580
+
581
+ .auxicon-pictures-night:before {
582
+ content: "\e034";
583
+ }
584
+
585
+ .auxicon-settings:before {
586
+ content: "\e035";
587
+ }
588
+
589
+ .auxicon-share-10:before {
590
+ content: "\e036";
591
+ }
592
+
593
+ .auxicon-shop:before {
594
+ content: "\e037";
595
+ }
596
+
597
+ .auxicon-stopwatch:before {
598
+ content: "\e038";
599
+ }
600
+
601
+ .auxicon-tablet:before {
602
+ content: "\e039";
603
+ }
604
+
605
+ .auxicon-tag:before {
606
+ content: "\e03a";
607
+ }
608
+
609
+ .auxicon-tags:before {
610
+ content: "\e03b";
611
+ }
612
+
613
+ .auxicon-thumbs-down:before {
614
+ content: "\e03c";
615
+ }
616
+
617
+ .auxicon-thumbs-up:before {
618
+ content: "\e03d";
619
+ }
620
+
621
+ .auxicon-trophy:before {
622
+ content: "\e03e";
623
+ }
624
+
625
+ .auxicon-tv:before {
626
+ content: "\e03f";
627
+ }
628
+
629
+ .auxicon-user-1:before {
630
+ content: "\e040";
631
+ }
632
+
633
+ .auxicon-videos:before {
634
+ content: "\e041";
635
+ }
636
+
637
+ .auxicon-wallet-1:before {
638
+ content: "\e042";
639
+ }
640
+
641
+ .auxicon-watch-1:before {
642
+ content: "\e043";
643
+ }
644
+
645
+ .auxicon-addons:before {
646
+ content: "\e044";
647
+ }
648
+
649
+ .auxicon-arrow:before {
650
+ content: "\e045";
651
+ }
652
+
653
+ .auxicon-attachment:before {
654
+ content: "\e046";
655
+ }
656
+
657
+ .auxicon-award:before {
658
+ content: "\e047";
659
+ }
660
+
661
+ .auxicon-book:before {
662
+ content: "\e048";
663
+ }
664
+
665
+ .auxicon-calendar-1:before {
666
+ content: "\e049";
667
+ }
668
+
669
+ .auxicon-card:before {
670
+ content: "\e04a";
671
+ }
672
+
673
+ .auxicon-check:before {
674
+ content: "\e04b";
675
+ }
676
+
677
+ .auxicon-coffee:before {
678
+ content: "\e04c";
679
+ }
680
+
681
+ .auxicon-compass:before {
682
+ content: "\e04d";
683
+ }
684
+
685
+ .auxicon-connection:before {
686
+ content: "\e04e";
687
+ }
688
+
689
+ .auxicon-crown:before {
690
+ content: "\e04f";
691
+ }
692
+
693
+ .auxicon-dashboard-1:before {
694
+ content: "\e050";
695
+ }
696
+
697
+ .auxicon-direction:before {
698
+ content: "\e051";
699
+ }
700
+
701
+ .auxicon-download-1:before {
702
+ content: "\e052";
703
+ }
704
+
705
+ .auxicon-download-data:before {
706
+ content: "\e054";
707
+ }
708
+
709
+ .auxicon-drop:before {
710
+ content: "\e055";
711
+ }
712
+
713
+ .auxicon-expand:before {
714
+ content: "\e056";
715
+ }
716
+
717
+ .auxicon-featured:before {
718
+ content: "\e057";
719
+ }
720
+
721
+ .auxicon-flag:before {
722
+ content: "\e058";
723
+ }
724
+
725
+ .auxicon-folder-2:before {
726
+ content: "\e059";
727
+ }
728
+
729
+ .auxicon-food-1:before {
730
+ content: "\e05a";
731
+ }
732
+
733
+ .auxicon-food-2:before {
734
+ content: "\e05b";
735
+ }
736
+
737
+ .auxicon-gift:before {
738
+ content: "\e05c";
739
+ }
740
+
741
+ .auxicon-glasses:before {
742
+ content: "\e05d";
743
+ }
744
+
745
+ .auxicon-grid:before {
746
+ content: "\e05e";
747
+ }
748
+
749
+ .auxicon-home-1:before {
750
+ content: "\e05f";
751
+ }
752
+
753
+ .auxicon-hot:before {
754
+ content: "\e060";
755
+ }
756
+
757
+ .auxicon-ice-cream-1:before {
758
+ content: "\e061";
759
+ }
760
+
761
+ .auxicon-idea:before {
762
+ content: "\e062";
763
+ }
764
+
765
+ .auxicon-info:before {
766
+ content: "\e063";
767
+ }
768
+
769
+ .auxicon-label:before {
770
+ content: "\e064";
771
+ }
772
+
773
+ .auxicon-like-2-1:before {
774
+ content: "\e065";
775
+ }
776
+
777
+ .auxicon-link:before {
778
+ content: "\e066";
779
+ }
780
+
781
+ .auxicon-list:before {
782
+ content: "\e067";
783
+ }
784
+
785
+ .auxicon-lists:before {
786
+ content: "\e068";
787
+ }
788
+
789
+ .auxicon-loading:before {
790
+ content: "\e069";
791
+ }
792
+
793
+ .auxicon-login:before {
794
+ content: "\e06a";
795
+ }
796
+
797
+ .auxicon-mail:before {
798
+ content: "\e06b";
799
+ }
800
+
801
+ .auxicon-map:before {
802
+ content: "\e06c";
803
+ }
804
+
805
+ .auxicon-map-1:before {
806
+ content: "\e06d";
807
+ }
808
+
809
+ .auxicon-map-2:before {
810
+ content: "\e06e";
811
+ }
812
+
813
+ .auxicon-mark:before {
814
+ content: "\e06f";
815
+ }
816
+
817
+ .auxicon-media:before {
818
+ content: "\e070";
819
+ }
820
+
821
+ .auxicon-menu:before {
822
+ content: "\e071";
823
+ }
824
+
825
+ .auxicon-message:before {
826
+ content: "\e072";
827
+ }
828
+
829
+ .auxicon-money:before {
830
+ content: "\e073";
831
+ }
832
+
833
+ .auxicon-music-1:before {
834
+ content: "\e074";
835
+ }
836
+
837
+ .auxicon-notification-1:before {
838
+ content: "\e075";
839
+ }
840
+
841
+ .auxicon-notification-2:before {
842
+ content: "\e076";
843
+ }
844
+
845
+ .auxicon-packet:before {
846
+ content: "\e077";
847
+ }
848
+
849
+ .auxicon-pause-1:before {
850
+ content: "\e078";
851
+ }
852
+
853
+ .auxicon-pen-2:before {
854
+ content: "\e079";
855
+ }
856
+
857
+ .auxicon-phone-1:before {
858
+ content: "\e07a";
859
+ }
860
+
861
+ .auxicon-photo:before {
862
+ content: "\e07b";
863
+ }
864
+
865
+ .auxicon-play-1:before {
866
+ content: "\e07c";
867
+ }
868
+
869
+ .auxicon-portfolio:before {
870
+ content: "\e07d";
871
+ }
872
+
873
+ .auxicon-profile-1:before {
874
+ content: "\e07e";
875
+ }
876
+
877
+ .auxicon-profile-2:before {
878
+ content: "\e07f";
879
+ }
880
+
881
+ .auxicon-profile-3:before {
882
+ content: "\e080";
883
+ }
884
+
885
+ .auxicon-profile-4:before {
886
+ content: "\e081";
887
+ }
888
+
889
+ .auxicon-repair:before {
890
+ content: "\e082";
891
+ }
892
+
893
+ .auxicon-repost:before {
894
+ content: "\e083";
895
+ }
896
+
897
+ .auxicon-resend:before {
898
+ content: "\e084";
899
+ }
900
+
901
+ .auxicon-rocket:before {
902
+ content: "\e085";
903
+ }
904
+
905
+ .auxicon-save:before {
906
+ content: "\e086";
907
+ }
908
+
909
+ .auxicon-search:before {
910
+ content: "\e087";
911
+ }
912
+
913
+ .auxicon-settings-4:before {
914
+ content: "\e088";
915
+ }
916
+
917
+ .auxicon-share-1:before {
918
+ content: "\e089";
919
+ }
920
+
921
+ .auxicon-share-2:before {
922
+ content: "\e08a";
923
+ }
924
+
925
+ .auxicon-shop-1:before {
926
+ content: "\e08b";
927
+ }
928
+
929
+ .auxicon-sorting:before {
930
+ content: "\e08c";
931
+ }
932
+
933
+ .auxicon-sound:before {
934
+ content: "\e08d";
935
+ }
936
+
937
+ .auxicon-star-rate:before {
938
+ content: "\e08e";
939
+ }
940
+
941
+ .auxicon-stats-1:before {
942
+ content: "\e08f";
943
+ }
944
+
945
+ .auxicon-stats-2:before {
946
+ content: "\e090";
947
+ }
948
+
949
+ .auxicon-stats-3:before {
950
+ content: "\e091";
951
+ }
952
+
953
+ .auxicon-stop:before {
954
+ content: "\e092";
955
+ }
956
+
957
+ .auxicon-tablet-1:before {
958
+ content: "\e093";
959
+ }
960
+
961
+ .auxicon-tablet-mini:before {
962
+ content: "\e094";
963
+ }
964
+
965
+ .auxicon-time:before {
966
+ content: "\e095";
967
+ }
968
+
969
+ .auxicon-top:before {
970
+ content: "\e096";
971
+ }
972
+
973
+ .auxicon-trash:before {
974
+ content: "\e097";
975
+ }
976
+
977
+ .auxicon-treasure:before {
978
+ content: "\e098";
979
+ }
980
+
981
+ .auxicon-view:before {
982
+ content: "\e099";
983
+ }
984
+
985
+ .auxicon-vote:before {
986
+ content: "\e09a";
987
+ }
988
+
989
+ .auxicon-wallet-2:before {
990
+ content: "\e09b";
991
+ }
992
+
993
+ .auxicon-weather:before {
994
+ content: "\e09c";
995
+ }
996
+
997
+ .auxicon-wireframe:before {
998
+ content: "\e09d";
999
+ }
1000
+
1001
+ .auxicon-add:before {
1002
+ content: "\e09e";
1003
+ }
1004
+
1005
+ .auxicon-alarm:before {
1006
+ content: "\e09f";
1007
+ }
1008
+
1009
+ .auxicon-anchor:before {
1010
+ content: "\e0a0";
1011
+ }
1012
+
1013
+ .auxicon-attachment-1:before {
1014
+ content: "\e0a1";
1015
+ }
1016
+
1017
+ .auxicon-brightness:before {
1018
+ content: "\e0a2";
1019
+ }
1020
+
1021
+ .auxicon-brightness-half:before {
1022
+ content: "\e0a3";
1023
+ }
1024
+
1025
+ .auxicon-browser:before {
1026
+ content: "\e0a4";
1027
+ }
1028
+
1029
+ .auxicon-calculator-2:before {
1030
+ content: "\e0a5";
1031
+ }
1032
+
1033
+ .auxicon-calendar-2:before {
1034
+ content: "\e0a6";
1035
+ }
1036
+
1037
+ .auxicon-camera:before {
1038
+ content: "\e0a7";
1039
+ }
1040
+
1041
+ .auxicon-chat:before {
1042
+ content: "\e0a8";
1043
+ }
1044
+
1045
+ .auxicon-circle-full:before {
1046
+ content: "\e0a9";
1047
+ }
1048
+
1049
+ .auxicon-circle-half:before {
1050
+ content: "\e0aa";
1051
+ }
1052
+
1053
+ .auxicon-clipboard-1:before {
1054
+ content: "\e0ab";
1055
+ }
1056
+
1057
+ .auxicon-clock:before {
1058
+ content: "\e0ac";
1059
+ }
1060
+
1061
+ .auxicon-close:before {
1062
+ content: "\e0ad";
1063
+ }
1064
+
1065
+ .auxicon-cloud-2:before {
1066
+ content: "\e0ae";
1067
+ }
1068
+
1069
+ .auxicon-cmd:before {
1070
+ content: "\e0af";
1071
+ }
1072
+
1073
+ .auxicon-comments:before {
1074
+ content: "\e0b0";
1075
+ }
1076
+
1077
+ .auxicon-compose:before {
1078
+ content: "\e0b1";
1079
+ }
1080
+
1081
+ .auxicon-delicious-1:before {
1082
+ content: "\e0b2";
1083
+ }
1084
+
1085
+ .auxicon-dribbble-1:before {
1086
+ content: "\e0b3";
1087
+ }
1088
+
1089
+ .auxicon-envelope:before {
1090
+ content: "\e0b4";
1091
+ }
1092
+
1093
+ .auxicon-exclamation:before {
1094
+ content: "\e0b5";
1095
+ }
1096
+
1097
+ .auxicon-expand-1:before {
1098
+ content: "\e0b6";
1099
+ }
1100
+
1101
+ .auxicon-feather:before {
1102
+ content: "\e0b8";
1103
+ }
1104
+
1105
+ .auxicon-forbid:before {
1106
+ content: "\e0b9";
1107
+ }
1108
+
1109
+ .auxicon-forbid-1:before {
1110
+ content: "\e0ba";
1111
+ }
1112
+
1113
+ .auxicon-fork-and-knife:before {
1114
+ content: "\e0bb";
1115
+ }
1116
+
1117
+ .auxicon-fork-and-spoon:before {
1118
+ content: "\e0bc";
1119
+ }
1120
+
1121
+ .auxicon-forward-1:before {
1122
+ content: "\e0bd";
1123
+ }
1124
+
1125
+ .auxicon-gallary:before {
1126
+ content: "\e0be";
1127
+ }
1128
+
1129
+ .auxicon-globe:before {
1130
+ content: "\e0bf";
1131
+ }
1132
+
1133
+ .auxicon-googleplus-1:before {
1134
+ content: "\e0c0";
1135
+ }
1136
+
1137
+ .auxicon-grid-1:before {
1138
+ content: "\e0c1";
1139
+ }
1140
+
1141
+ .auxicon-grid-alt:before {
1142
+ content: "\e0c2";
1143
+ }
1144
+
1145
+ .auxicon-heart-1:before {
1146
+ content: "\e0c3";
1147
+ }
1148
+
1149
+ .auxicon-home-2:before {
1150
+ content: "\e0c4";
1151
+ }
1152
+
1153
+ .auxicon-hyperlink:before {
1154
+ content: "\e0c5";
1155
+ }
1156
+
1157
+ .auxicon-in:before {
1158
+ content: "\e0c6";
1159
+ }
1160
+
1161
+ .auxicon-in-alt:before {
1162
+ content: "\e0c7";
1163
+ }
1164
+
1165
+ .auxicon-inbox:before {
1166
+ content: "\e0c8";
1167
+ }
1168
+
1169
+ .auxicon-inbox-alt:before {
1170
+ content: "\e0c9";
1171
+ }
1172
+
1173
+ .auxicon-instagram-1:before {
1174
+ content: "\e0ca";
1175
+ }
1176
+
1177
+ .auxicon-ipad:before {
1178
+ content: "\e0cb";
1179
+ }
1180
+
1181
+ .auxicon-iphone:before {
1182
+ content: "\e0cc";
1183
+ }
1184
+
1185
+ .auxicon-light-bulb:before {
1186
+ content: "\e0cd";
1187
+ }
1188
+
1189
+ .auxicon-list-1:before {
1190
+ content: "\e0ce";
1191
+ }
1192
+
1193
+ .auxicon-maximize:before {
1194
+ content: "\e0cf";
1195
+ }
1196
+
1197
+ .auxicon-menu-1:before {
1198
+ content: "\e0d0";
1199
+ }
1200
+
1201
+ .auxicon-moon:before {
1202
+ content: "\e0d1";
1203
+ }
1204
+
1205
+ .auxicon-newspaper:before {
1206
+ content: "\e0d2";
1207
+ }
1208
+
1209
+ .auxicon-newspaper-alt:before {
1210
+ content: "\e0d3";
1211
+ }
1212
+
1213
+ .auxicon-out:before {
1214
+ content: "\e0d4";
1215
+ }
1216
+
1217
+ .auxicon-pause-2:before {
1218
+ content: "\e0d5";
1219
+ }
1220
+
1221
+ .auxicon-pin:before {
1222
+ content: "\e0d6";
1223
+ }
1224
+
1225
+ .auxicon-pin-alt:before {
1226
+ content: "\e0d7";
1227
+ }
1228
+
1229
+ .auxicon-play-2:before {
1230
+ content: "\e0d8";
1231
+ }
1232
+
1233
+ .auxicon-portfolio-1:before {
1234
+ content: "\e0d9";
1235
+ }
1236
+
1237
+ .auxicon-question:before {
1238
+ content: "\e0da";
1239
+ }
1240
+
1241
+ .auxicon-rewind:before {
1242
+ content: "\e0db";
1243
+ }
1244
+
1245
+ .auxicon-screen:before {
1246
+ content: "\e0dc";
1247
+ }
1248
+
1249
+ .auxicon-settings-5:before {
1250
+ content: "\e0de";
1251
+ }
1252
+
1253
+ .auxicon-sound-1:before {
1254
+ content: "\e0df";
1255
+ }
1256
+
1257
+ .auxicon-sound-alt:before {
1258
+ content: "\e0e0";
1259
+ }
1260
+
1261
+ .auxicon-sound-off:before {
1262
+ content: "\e0e1";
1263
+ }
1264
+
1265
+ .auxicon-spinner:before {
1266
+ content: "\e0e2";
1267
+ }
1268
+
1269
+ .auxicon-stop-1:before {
1270
+ content: "\e0e3";
1271
+ }
1272
+
1273
+ .auxicon-store-1:before {
1274
+ content: "\e0e4";
1275
+ }
1276
+
1277
+ .auxicon-subtract:before {
1278
+ content: "\e0e5";
1279
+ }
1280
+
1281
+ .auxicon-task:before {
1282
+ content: "\e0e6";
1283
+ }
1284
+
1285
+ .auxicon-trash-1:before {
1286
+ content: "\e0e7";
1287
+ }
1288
+
1289
+ .auxicon-trash-alt:before {
1290
+ content: "\e0e8";
1291
+ }
1292
+
1293
+ .auxicon-user-2:before {
1294
+ content: "\e0e9";
1295
+ }
1296
+
1297
+ .auxicon-users:before {
1298
+ content: "\e0ea";
1299
+ }
1300
+
1301
+ .auxicon-windows-1-1:before {
1302
+ content: "\e0eb";
1303
+ }
1304
+
1305
+ .auxicon-zoom-in:before {
1306
+ content: "\e0ec";
1307
+ }
1308
+
1309
+ .auxicon-zoom-out:before {
1310
+ content: "\e0ed";
1311
+ }
1312
+
1313
+ .auxicon-alert:before {
1314
+ content: "\e0ee";
1315
+ }
1316
+
1317
+ .auxicon-alignment-align:before {
1318
+ content: "\e0ef";
1319
+ }
1320
+
1321
+ .auxicon-alignment-aligned-to:before {
1322
+ content: "\e0f0";
1323
+ }
1324
+
1325
+ .auxicon-alignment-unalign:before {
1326
+ content: "\e0f1";
1327
+ }
1328
+
1329
+ .auxicon-arrow-down:before {
1330
+ content: "\e0f2";
1331
+ }
1332
+
1333
+ .auxicon-arrow-left:before {
1334
+ content: "\e0f3";
1335
+ }
1336
+
1337
+ .auxicon-arrow-right:before {
1338
+ content: "\e0f4";
1339
+ }
1340
+
1341
+ .auxicon-arrow-small-down:before {
1342
+ content: "\e0f5";
1343
+ }
1344
+
1345
+ .auxicon-arrow-small-left:before {
1346
+ content: "\e0f6";
1347
+ }
1348
+
1349
+ .auxicon-arrow-small-right:before {
1350
+ content: "\e0f7";
1351
+ }
1352
+
1353
+ .auxicon-arrow-small-up:before {
1354
+ content: "\e0f8";
1355
+ }
1356
+
1357
+ .auxicon-arrow-up:before {
1358
+ content: "\e0f9";
1359
+ }
1360
+
1361
+ .auxicon-beer:before {
1362
+ content: "\e0fa";
1363
+ }
1364
+
1365
+ .auxicon-book-1:before {
1366
+ content: "\e0fb";
1367
+ }
1368
+
1369
+ .auxicon-bookmark:before {
1370
+ content: "\e0fc";
1371
+ }
1372
+
1373
+ .auxicon-briefcase:before {
1374
+ content: "\e0fd";
1375
+ }
1376
+
1377
+ .auxicon-broadcast:before {
1378
+ content: "\e0fe";
1379
+ }
1380
+
1381
+ .auxicon-browser-1:before {
1382
+ content: "\e0ff";
1383
+ }
1384
+
1385
+ .auxicon-bug:before {
1386
+ content: "\e100";
1387
+ }
1388
+
1389
+ .auxicon-calendar-3:before {
1390
+ content: "\e101";
1391
+ }
1392
+
1393
+ .auxicon-check-1:before {
1394
+ content: "\e102";
1395
+ }
1396
+
1397
+ .auxicon-checklist:before {
1398
+ content: "\e103";
1399
+ }
1400
+
1401
+ .auxicon-chevron-down:before {
1402
+ content: "\e104";
1403
+ }
1404
+
1405
+ .auxicon-chevron-left:before {
1406
+ content: "\e105";
1407
+ }
1408
+
1409
+ .auxicon-chevron-right:before {
1410
+ content: "\e106";
1411
+ }
1412
+
1413
+ .auxicon-chevron-up:before {
1414
+ content: "\e107";
1415
+ }
1416
+
1417
+ .auxicon-circle-slash:before {
1418
+ content: "\e108";
1419
+ }
1420
+
1421
+ .auxicon-circuit-board:before {
1422
+ content: "\e109";
1423
+ }
1424
+
1425
+ .auxicon-clippy:before {
1426
+ content: "\e10a";
1427
+ }
1428
+
1429
+ .auxicon-clock-1:before {
1430
+ content: "\e10b";
1431
+ }
1432
+
1433
+ .auxicon-cloud-download:before {
1434
+ content: "\e10c";
1435
+ }
1436
+
1437
+ .auxicon-cloud-upload:before {
1438
+ content: "\e10d";
1439
+ }
1440
+
1441
+ .auxicon-code:before {
1442
+ content: "\e10e";
1443
+ }
1444
+
1445
+ .auxicon-color-mode:before {
1446
+ content: "\e10f";
1447
+ }
1448
+
1449
+ .auxicon-comment-2-1:before {
1450
+ content: "\e110";
1451
+ }
1452
+
1453
+ .auxicon-comment-discussion:before {
1454
+ content: "\e111";
1455
+ }
1456
+
1457
+ .auxicon-credit-card-5:before {
1458
+ content: "\e112";
1459
+ }
1460
+
1461
+ .auxicon-dash:before {
1462
+ content: "\e113";
1463
+ }
1464
+
1465
+ .auxicon-dashboard-2:before {
1466
+ content: "\e114";
1467
+ }
1468
+
1469
+ .auxicon-database:before {
1470
+ content: "\e115";
1471
+ }
1472
+
1473
+ .auxicon-device-camera:before {
1474
+ content: "\e116";
1475
+ }
1476
+
1477
+ .auxicon-device-camera-video:before {
1478
+ content: "\e117";
1479
+ }
1480
+
1481
+ .auxicon-device-desktop:before {
1482
+ content: "\e118";
1483
+ }
1484
+
1485
+ .auxicon-device-mobile:before {
1486
+ content: "\e119";
1487
+ }
1488
+
1489
+ .auxicon-diff:before {
1490
+ content: "\e11a";
1491
+ }
1492
+
1493
+ .auxicon-diff-added:before {
1494
+ content: "\e11b";
1495
+ }
1496
+
1497
+ .auxicon-diff-ignored:before {
1498
+ content: "\e11c";
1499
+ }
1500
+
1501
+ .auxicon-diff-modified:before {
1502
+ content: "\e11d";
1503
+ }
1504
+
1505
+ .auxicon-diff-removed:before {
1506
+ content: "\e11e";
1507
+ }
1508
+
1509
+ .auxicon-diff-renamed:before {
1510
+ content: "\e11f";
1511
+ }
1512
+
1513
+ .auxicon-ellipsis:before {
1514
+ content: "\e120";
1515
+ }
1516
+
1517
+ .auxicon-eye:before {
1518
+ content: "\e121";
1519
+ }
1520
+
1521
+ .auxicon-file-binary:before {
1522
+ content: "\e122";
1523
+ }
1524
+
1525
+ .auxicon-file-code:before {
1526
+ content: "\e123";
1527
+ }
1528
+
1529
+ .auxicon-file-directory:before {
1530
+ content: "\e124";
1531
+ }
1532
+
1533
+ .auxicon-file-media:before {
1534
+ content: "\e125";
1535
+ }
1536
+
1537
+ .auxicon-file-pdf:before {
1538
+ content: "\e126";
1539
+ }
1540
+
1541
+ .auxicon-file-submodule:before {
1542
+ content: "\e127";
1543
+ }
1544
+
1545
+ .auxicon-file-symlink-directory:before {
1546
+ content: "\e128";
1547
+ }
1548
+
1549
+ .auxicon-file-symlink-file:before {
1550
+ content: "\e129";
1551
+ }
1552
+
1553
+ .auxicon-file-text:before {
1554
+ content: "\e12a";
1555
+ }
1556
+
1557
+ .auxicon-file-zip:before {
1558
+ content: "\e12b";
1559
+ }
1560
+
1561
+ .auxicon-flame:before {
1562
+ content: "\e12c";
1563
+ }
1564
+
1565
+ .auxicon-fold:before {
1566
+ content: "\e12d";
1567
+ }
1568
+
1569
+ .auxicon-gear:before {
1570
+ content: "\e12e";
1571
+ }
1572
+
1573
+ .auxicon-gift-1:before {
1574
+ content: "\e12f";
1575
+ }
1576
+
1577
+ .auxicon-gist:before {
1578
+ content: "\e130";
1579
+ }
1580
+
1581
+ .auxicon-gist-secret:before {
1582
+ content: "\e131";
1583
+ }
1584
+
1585
+ .auxicon-git-branch:before {
1586
+ content: "\e132";
1587
+ }
1588
+
1589
+ .auxicon-git-commit:before {
1590
+ content: "\e133";
1591
+ }
1592
+
1593
+ .auxicon-git-compare:before {
1594
+ content: "\e134";
1595
+ }
1596
+
1597
+ .auxicon-git-merge:before {
1598
+ content: "\e135";
1599
+ }
1600
+
1601
+ .auxicon-git-pull-request:before {
1602
+ content: "\e136";
1603
+ }
1604
+
1605
+ .auxicon-globe-1:before {
1606
+ content: "\e137";
1607
+ }
1608
+
1609
+ .auxicon-graph:before {
1610
+ content: "\e138";
1611
+ }
1612
+
1613
+ .auxicon-heart-2:before {
1614
+ content: "\e139";
1615
+ }
1616
+
1617
+ .auxicon-history:before {
1618
+ content: "\e13a";
1619
+ }
1620
+
1621
+ .auxicon-home-3:before {
1622
+ content: "\e13b";
1623
+ }
1624
+
1625
+ .auxicon-horizontal-rule:before {
1626
+ content: "\e13c";
1627
+ }
1628
+
1629
+ .auxicon-hourglass:before {
1630
+ content: "\e13d";
1631
+ }
1632
+
1633
+ .auxicon-hubot:before {
1634
+ content: "\e13e";
1635
+ }
1636
+
1637
+ .auxicon-inbox-1:before {
1638
+ content: "\e13f";
1639
+ }
1640
+
1641
+ .auxicon-info-1:before {
1642
+ content: "\e140";
1643
+ }
1644
+
1645
+ .auxicon-issue-closed:before {
1646
+ content: "\e141";
1647
+ }
1648
+
1649
+ .auxicon-issue-opened:before {
1650
+ content: "\e142";
1651
+ }
1652
+
1653
+ .auxicon-issue-reopened:before {
1654
+ content: "\e143";
1655
+ }
1656
+
1657
+ .auxicon-jersey:before {
1658
+ content: "\e144";
1659
+ }
1660
+
1661
+ .auxicon-jump-down:before {
1662
+ content: "\e145";
1663
+ }
1664
+
1665
+ .auxicon-jump-left:before {
1666
+ content: "\e146";
1667
+ }
1668
+
1669
+ .auxicon-jump-right:before {
1670
+ content: "\e147";
1671
+ }
1672
+
1673
+ .auxicon-jump-up:before {
1674
+ content: "\e148";
1675
+ }
1676
+
1677
+ .auxicon-key-1:before {
1678
+ content: "\e149";
1679
+ }
1680
+
1681
+ .auxicon-keyboard-1:before {
1682
+ content: "\e14a";
1683
+ }
1684
+
1685
+ .auxicon-law:before {
1686
+ content: "\e14b";
1687
+ }
1688
+
1689
+ .auxicon-light-bulb-1:before {
1690
+ content: "\e14c";
1691
+ }
1692
+
1693
+ .auxicon-link-1:before {
1694
+ content: "\e14d";
1695
+ }
1696
+
1697
+ .auxicon-link-external:before {
1698
+ content: "\e14e";
1699
+ }
1700
+
1701
+ .auxicon-list-ordered:before {
1702
+ content: "\e14f";
1703
+ }
1704
+
1705
+ .auxicon-list-unordered:before {
1706
+ content: "\e150";
1707
+ }
1708
+
1709
+ .auxicon-location:before {
1710
+ content: "\e151";
1711
+ }
1712
+
1713
+ .auxicon-lock:before {
1714
+ content: "\e152";
1715
+ }
1716
+
1717
+ .auxicon-logo-github:before {
1718
+ content: "\e153";
1719
+ }
1720
+
1721
+ .auxicon-mail-1:before {
1722
+ content: "\e154";
1723
+ }
1724
+
1725
+ .auxicon-mail-read:before {
1726
+ content: "\e155";
1727
+ }
1728
+
1729
+ .auxicon-mail-reply:before {
1730
+ content: "\e156";
1731
+ }
1732
+
1733
+ .auxicon-mark-github:before {
1734
+ content: "\e157";
1735
+ }
1736
+
1737
+ .auxicon-markdown:before {
1738
+ content: "\e158";
1739
+ }
1740
+
1741
+ .auxicon-megaphone:before {
1742
+ content: "\e159";
1743
+ }
1744
+
1745
+ .auxicon-mention:before {
1746
+ content: "\e15a";
1747
+ }
1748
+
1749
+ .auxicon-microscope:before {
1750
+ content: "\e15b";
1751
+ }
1752
+
1753
+ .auxicon-milestone:before {
1754
+ content: "\e15c";
1755
+ }
1756
+
1757
+ .auxicon-mirror:before {
1758
+ content: "\e15d";
1759
+ }
1760
+
1761
+ .auxicon-mortar-board:before {
1762
+ content: "\e15e";
1763
+ }
1764
+
1765
+ .auxicon-move-down:before {
1766
+ content: "\e15f";
1767
+ }
1768
+
1769
+ .auxicon-move-left:before {
1770
+ content: "\e160";
1771
+ }
1772
+
1773
+ .auxicon-move-right:before {
1774
+ content: "\e161";
1775
+ }
1776
+
1777
+ .auxicon-move-up:before {
1778
+ content: "\e162";
1779
+ }
1780
+
1781
+ .auxicon-mute:before {
1782
+ content: "\e163";
1783
+ }
1784
+
1785
+ .auxicon-no-newline:before {
1786
+ content: "\e164";
1787
+ }
1788
+
1789
+ .auxicon-octoface:before {
1790
+ content: "\e165";
1791
+ }
1792
+
1793
+ .auxicon-organization:before {
1794
+ content: "\e166";
1795
+ }
1796
+
1797
+ .auxicon-package:before {
1798
+ content: "\e167";
1799
+ }
1800
+
1801
+ .auxicon-paintcan:before {
1802
+ content: "\e168";
1803
+ }
1804
+
1805
+ .auxicon-pencil-2:before {
1806
+ content: "\e169";
1807
+ }
1808
+
1809
+ .auxicon-person:before {
1810
+ content: "\e16a";
1811
+ }
1812
+
1813
+ .auxicon-pin-1:before, .aux-archive .type-post.sticky .entry-title:before {
1814
+ content: "\e16b";
1815
+ }
1816
+
1817
+ .auxicon-playback-fast-forward:before {
1818
+ content: "\e16c";
1819
+ }
1820
+
1821
+ .auxicon-playback-pause:before {
1822
+ content: "\e16d";
1823
+ }
1824
+
1825
+ .auxicon-playback-rewind:before {
1826
+ content: "\e16f";
1827
+ }
1828
+
1829
+ .auxicon-plug:before {
1830
+ content: "\e170";
1831
+ }
1832
+
1833
+ .auxicon-plus:before {
1834
+ content: "\e171";
1835
+ }
1836
+
1837
+ .auxicon-podium:before {
1838
+ content: "\e172";
1839
+ }
1840
+
1841
+ .auxicon-primitive-dot:before {
1842
+ content: "\e173";
1843
+ }
1844
+
1845
+ .auxicon-primitive-square:before {
1846
+ content: "\e174";
1847
+ }
1848
+
1849
+ .auxicon-pulse:before {
1850
+ content: "\e175";
1851
+ }
1852
+
1853
+ .auxicon-puzzle:before {
1854
+ content: "\e176";
1855
+ }
1856
+
1857
+ .auxicon-question-1:before {
1858
+ content: "\e177";
1859
+ }
1860
+
1861
+ .auxicon-quote:before {
1862
+ content: "\e178";
1863
+ }
1864
+
1865
+ .auxicon-radio-tower:before {
1866
+ content: "\e179";
1867
+ }
1868
+
1869
+ .auxicon-repo:before {
1870
+ content: "\e17a";
1871
+ }
1872
+
1873
+ .auxicon-repo-clone:before {
1874
+ content: "\e17b";
1875
+ }
1876
+
1877
+ .auxicon-repo-force-push:before {
1878
+ content: "\e17c";
1879
+ }
1880
+
1881
+ .auxicon-repo-forked:before {
1882
+ content: "\e17d";
1883
+ }
1884
+
1885
+ .auxicon-repo-pull:before {
1886
+ content: "\e17e";
1887
+ }
1888
+
1889
+ .auxicon-repo-push:before {
1890
+ content: "\e17f";
1891
+ }
1892
+
1893
+ .auxicon-rocket-1:before {
1894
+ content: "\e180";
1895
+ }
1896
+
1897
+ .auxicon-rss-1:before {
1898
+ content: "\e181";
1899
+ }
1900
+
1901
+ .auxicon-ruby:before {
1902
+ content: "\e182";
1903
+ }
1904
+
1905
+ .auxicon-screen-full:before {
1906
+ content: "\e183";
1907
+ }
1908
+
1909
+ .auxicon-screen-normal:before {
1910
+ content: "\e184";
1911
+ }
1912
+
1913
+ .auxicon-search-2:before {
1914
+ content: "\e185";
1915
+ }
1916
+
1917
+ .auxicon-server:before {
1918
+ content: "\e186";
1919
+ }
1920
+
1921
+ .auxicon-settings-6:before {
1922
+ content: "\e187";
1923
+ }
1924
+
1925
+ .auxicon-sign-in:before {
1926
+ content: "\e188";
1927
+ }
1928
+
1929
+ .auxicon-sign-out:before {
1930
+ content: "\e189";
1931
+ }
1932
+
1933
+ .auxicon-split:before {
1934
+ content: "\e18a";
1935
+ }
1936
+
1937
+ .auxicon-squirrel:before {
1938
+ content: "\e18b";
1939
+ }
1940
+
1941
+ .auxicon-star:before {
1942
+ content: "\e18c";
1943
+ }
1944
+
1945
+ .auxicon-steps:before {
1946
+ content: "\e18d";
1947
+ }
1948
+
1949
+ .auxicon-stop-2:before {
1950
+ content: "\e18e";
1951
+ }
1952
+
1953
+ .auxicon-sync:before {
1954
+ content: "\e18f";
1955
+ }
1956
+
1957
+ .auxicon-tag-3:before {
1958
+ content: "\e190";
1959
+ }
1960
+
1961
+ .auxicon-telescope:before {
1962
+ content: "\e191";
1963
+ }
1964
+
1965
+ .auxicon-terminal:before {
1966
+ content: "\e192";
1967
+ }
1968
+
1969
+ .auxicon-three-bars:before {
1970
+ content: "\e193";
1971
+ }
1972
+
1973
+ .auxicon-tools:before {
1974
+ content: "\e194";
1975
+ }
1976
+
1977
+ .auxicon-trashcan:before {
1978
+ content: "\e195";
1979
+ }
1980
+
1981
+ .auxicon-triangle-down:before {
1982
+ content: "\e196";
1983
+ }
1984
+
1985
+ .auxicon-triangle-left:before {
1986
+ content: "\e197";
1987
+ }
1988
+
1989
+ .auxicon-triangle-right:before {
1990
+ content: "\e198";
1991
+ }
1992
+
1993
+ .auxicon-triangle-up:before {
1994
+ content: "\e199";
1995
+ }
1996
+
1997
+ .auxicon-unfold:before {
1998
+ content: "\e19a";
1999
+ }
2000
+
2001
+ .auxicon-unmute:before {
2002
+ content: "\e19b";
2003
+ }
2004
+
2005
+ .auxicon-versions:before {
2006
+ content: "\e19c";
2007
+ }
2008
+
2009
+ .auxicon-x:before {
2010
+ content: "\e19d";
2011
+ }
2012
+
2013
+ .auxicon-zap:before {
2014
+ content: "\e19e";
2015
+ }
2016
+
2017
+ .auxicon-armchair-chair-streamline:before {
2018
+ content: "\e617";
2019
+ }
2020
+
2021
+ .auxicon-arrow-streamline-target:before {
2022
+ content: "\e618";
2023
+ }
2024
+
2025
+ .auxicon-backpack-streamline-trekking:before {
2026
+ content: "\e619";
2027
+ }
2028
+
2029
+ .auxicon-bag-shopping-streamline:before {
2030
+ content: "\e61a";
2031
+ }
2032
+
2033
+ .auxicon-barbecue-eat-food-streamline:before {
2034
+ content: "\e61b";
2035
+ }
2036
+
2037
+ .auxicon-barista-coffee-espresso-streamline:before {
2038
+ content: "\e61c";
2039
+ }
2040
+
2041
+ .auxicon-bomb-bug:before {
2042
+ content: "\e61d";
2043
+ }
2044
+
2045
+ .auxicon-book-dowload-streamline:before {
2046
+ content: "\e61e";
2047
+ }
2048
+
2049
+ .auxicon-book-read-streamline:before {
2050
+ content: "\e61f";
2051
+ }
2052
+
2053
+ .auxicon-browser-streamline-window:before {
2054
+ content: "\e620";
2055
+ }
2056
+
2057
+ .auxicon-brush-paint-streamline:before {
2058
+ content: "\e621";
2059
+ }
2060
+
2061
+ .auxicon-bubble-comment-streamline-talk:before {
2062
+ content: "\e622";
2063
+ }
2064
+
2065
+ .auxicon-bubble-love-streamline-talk:before {
2066
+ content: "\e623";
2067
+ }
2068
+
2069
+ .auxicon-caddie-shop-shopping-streamline:before {
2070
+ content: "\e624";
2071
+ }
2072
+
2073
+ .auxicon-caddie-shopping-streamline:before {
2074
+ content: "\e625";
2075
+ }
2076
+
2077
+ .auxicon-camera-photo-polaroid-streamline:before {
2078
+ content: "\e626";
2079
+ }
2080
+
2081
+ .auxicon-camera-photo-streamline:before {
2082
+ content: "\e627";
2083
+ }
2084
+
2085
+ .auxicon-camera-streamline-video:before {
2086
+ content: "\e628";
2087
+ }
2088
+
2089
+ .auxicon-chaplin-hat-movie-streamline:before {
2090
+ content: "\e629";
2091
+ }
2092
+
2093
+ .auxicon-chef-food-restaurant-streamline:before {
2094
+ content: "\e62a";
2095
+ }
2096
+
2097
+ .auxicon-clock-streamline-time:before {
2098
+ content: "\e62b";
2099
+ }
2100
+
2101
+ .auxicon-cocktail-mojito-streamline:before {
2102
+ content: "\e62c";
2103
+ }
2104
+
2105
+ .auxicon-coffee-streamline:before {
2106
+ content: "\e62d";
2107
+ }
2108
+
2109
+ .auxicon-computer-imac:before {
2110
+ content: "\e62e";
2111
+ }
2112
+
2113
+ .auxicon-computer-imac-2:before {
2114
+ content: "\e62f";
2115
+ }
2116
+
2117
+ .auxicon-computer-macintosh-vintage:before {
2118
+ content: "\e630";
2119
+ }
2120
+
2121
+ .auxicon-computer-network-streamline:before {
2122
+ content: "\e631";
2123
+ }
2124
+
2125
+ .auxicon-computer-streamline:before {
2126
+ content: "\e632";
2127
+ }
2128
+
2129
+ .auxicon-cook-pan-pot-streamline:before {
2130
+ content: "\e633";
2131
+ }
2132
+
2133
+ .auxicon-crop-streamline:before {
2134
+ content: "\e634";
2135
+ }
2136
+
2137
+ .auxicon-crown-king-streamline:before {
2138
+ content: "\e635";
2139
+ }
2140
+
2141
+ .auxicon-danger-death-delete-destroy-skull-stream:before {
2142
+ content: "\e636";
2143
+ }
2144
+
2145
+ .auxicon-dashboard-speed-streamline:before {
2146
+ content: "\e637";
2147
+ }
2148
+
2149
+ .auxicon-database-streamline:before {
2150
+ content: "\e638";
2151
+ }
2152
+
2153
+ .auxicon-delete-garbage-streamline:before {
2154
+ content: "\e639";
2155
+ }
2156
+
2157
+ .auxicon-design-graphic-tablet-streamline-tablet:before {
2158
+ content: "\e63a";
2159
+ }
2160
+
2161
+ .auxicon-design-pencil-rule-streamline:before {
2162
+ content: "\e63b";
2163
+ }
2164
+
2165
+ .auxicon-diving-leisure-sea-sport-streamline:before {
2166
+ content: "\e63c";
2167
+ }
2168
+
2169
+ .auxicon-drug-medecine-streamline-syringue:before {
2170
+ content: "\e63d";
2171
+ }
2172
+
2173
+ .auxicon-earth-globe-streamline:before {
2174
+ content: "\e63e";
2175
+ }
2176
+
2177
+ .auxicon-eat-food-fork-knife-streamline:before {
2178
+ content: "\e63f";
2179
+ }
2180
+
2181
+ .auxicon-eat-food-hotdog-streamline:before {
2182
+ content: "\e640";
2183
+ }
2184
+
2185
+ .auxicon-email-mail-streamline:before {
2186
+ content: "\e642";
2187
+ }
2188
+
2189
+ .auxicon-envellope-mail-streamline:before {
2190
+ content: "\e643";
2191
+ }
2192
+
2193
+ .auxicon-eye-dropper-streamline:before {
2194
+ content: "\e644";
2195
+ }
2196
+
2197
+ .auxicon-factory-lift-streamline-warehouse:before {
2198
+ content: "\e645";
2199
+ }
2200
+
2201
+ .auxicon-first-aid-medecine-shield-streamline:before {
2202
+ content: "\e646";
2203
+ }
2204
+
2205
+ .auxicon-food-ice-cream-streamline:before {
2206
+ content: "\e647";
2207
+ }
2208
+
2209
+ .auxicon-frame-picture-streamline:before {
2210
+ content: "\e648";
2211
+ }
2212
+
2213
+ .auxicon-grid-lines-streamline:before {
2214
+ content: "\e649";
2215
+ }
2216
+
2217
+ .auxicon-handle-streamline-vector:before {
2218
+ content: "\e64a";
2219
+ }
2220
+
2221
+ .auxicon-happy-smiley-streamline:before {
2222
+ content: "\e64b";
2223
+ }
2224
+
2225
+ .auxicon-headset-sound-streamline:before {
2226
+ content: "\e64c";
2227
+ }
2228
+
2229
+ .auxicon-home-house-streamline:before {
2230
+ content: "\e64d";
2231
+ }
2232
+
2233
+ .auxicon-ibook-laptop:before {
2234
+ content: "\e64e";
2235
+ }
2236
+
2237
+ .auxicon-ink-pen-streamline:before {
2238
+ content: "\e64f";
2239
+ }
2240
+
2241
+ .auxicon-ipad-streamline:before {
2242
+ content: "\e650";
2243
+ }
2244
+
2245
+ .auxicon-iphone-streamline:before {
2246
+ content: "\e651";
2247
+ }
2248
+
2249
+ .auxicon-ipod-mini-music-streamline:before {
2250
+ content: "\e652";
2251
+ }
2252
+
2253
+ .auxicon-ipod-music-streamline:before {
2254
+ content: "\e653";
2255
+ }
2256
+
2257
+ .auxicon-ipod-streamline:before {
2258
+ content: "\e654";
2259
+ }
2260
+
2261
+ .auxicon-japan-streamline-tea:before {
2262
+ content: "\e655";
2263
+ }
2264
+
2265
+ .auxicon-laptop-macbook-streamline:before {
2266
+ content: "\e656";
2267
+ }
2268
+
2269
+ .auxicon-like-love-streamline:before {
2270
+ content: "\e657";
2271
+ }
2272
+
2273
+ .auxicon-link-streamline:before {
2274
+ content: "\e658";
2275
+ }
2276
+
2277
+ .auxicon-lock-locker-streamline:before {
2278
+ content: "\e659";
2279
+ }
2280
+
2281
+ .auxicon-locker-streamline-unlock:before {
2282
+ content: "\e65a";
2283
+ }
2284
+
2285
+ .auxicon-macintosh:before {
2286
+ content: "\e65b";
2287
+ }
2288
+
2289
+ .auxicon-magic-magic-wand-streamline:before {
2290
+ content: "\e65c";
2291
+ }
2292
+
2293
+ .auxicon-magnet-streamline:before {
2294
+ content: "\e65d";
2295
+ }
2296
+
2297
+ .auxicon-man-people-streamline-user:before {
2298
+ content: "\e65e";
2299
+ }
2300
+
2301
+ .auxicon-map-pin-streamline:before {
2302
+ content: "\e65f";
2303
+ }
2304
+
2305
+ .auxicon-map-streamline-user:before {
2306
+ content: "\e660";
2307
+ }
2308
+
2309
+ .auxicon-micro-record-streamline:before {
2310
+ content: "\e661";
2311
+ }
2312
+
2313
+ .auxicon-monocle-mustache-streamline:before {
2314
+ content: "\e662";
2315
+ }
2316
+
2317
+ .auxicon-music-note-streamline:before {
2318
+ content: "\e663";
2319
+ }
2320
+
2321
+ .auxicon-music-speaker-streamline:before {
2322
+ content: "\e664";
2323
+ }
2324
+
2325
+ .auxicon-notebook-streamline:before {
2326
+ content: "\e665";
2327
+ }
2328
+
2329
+ .auxicon-paint-bucket-streamline:before {
2330
+ content: "\e666";
2331
+ }
2332
+
2333
+ .auxicon-painting-pallet-streamline:before {
2334
+ content: "\e667";
2335
+ }
2336
+
2337
+ .auxicon-painting-roll-streamline:before {
2338
+ content: "\e668";
2339
+ }
2340
+
2341
+ .auxicon-pen-streamline:before {
2342
+ content: "\e669";
2343
+ }
2344
+
2345
+ .auxicon-pen-streamline-1:before {
2346
+ content: "\e66a";
2347
+ }
2348
+
2349
+ .auxicon-pen-streamline-2:before {
2350
+ content: "\e66b";
2351
+ }
2352
+
2353
+ .auxicon-pen-streamline-3:before {
2354
+ content: "\e66c";
2355
+ }
2356
+
2357
+ .auxicon-photo-pictures-streamline:before {
2358
+ content: "\e66d";
2359
+ }
2360
+
2361
+ .auxicon-picture-streamline:before {
2362
+ content: "\e66e";
2363
+ }
2364
+
2365
+ .auxicon-picture-streamline-1:before {
2366
+ content: "\e66f";
2367
+ }
2368
+
2369
+ .auxicon-receipt-shopping-streamline:before {
2370
+ content: "\e670";
2371
+ }
2372
+
2373
+ .auxicon-remote-control-streamline:before {
2374
+ content: "\e671";
2375
+ }
2376
+
2377
+ .auxicon-settings-streamline:before {
2378
+ content: "\e672";
2379
+ }
2380
+
2381
+ .auxicon-settings-streamline-1:before {
2382
+ content: "\e673";
2383
+ }
2384
+
2385
+ .auxicon-settings-streamline-2:before {
2386
+ content: "\e674";
2387
+ }
2388
+
2389
+ .auxicon-shoes-snickers-streamline:before {
2390
+ content: "\e675";
2391
+ }
2392
+
2393
+ .auxicon-speech-streamline-talk-user:before {
2394
+ content: "\e676";
2395
+ }
2396
+
2397
+ .auxicon-stamp-streamline:before {
2398
+ content: "\e677";
2399
+ }
2400
+
2401
+ .auxicon-streamline-suitcase-travel:before {
2402
+ content: "\e678";
2403
+ }
2404
+
2405
+ .auxicon-streamline-sync:before {
2406
+ content: "\e679";
2407
+ }
2408
+
2409
+ .auxicon-streamline-umbrella-weather:before {
2410
+ content: "\e67a";
2411
+ }
2412
+
2413
+ .auxicon-align-center:before {
2414
+ content: "\e67b";
2415
+ }
2416
+
2417
+ .auxicon-align-justify:before {
2418
+ content: "\e67c";
2419
+ }
2420
+
2421
+ .auxicon-align-left:before {
2422
+ content: "\e67d";
2423
+ }
2424
+
2425
+ .auxicon-align-right:before {
2426
+ content: "\e67e";
2427
+ }
2428
+
2429
+ .auxicon-archive-1:before {
2430
+ content: "\e67f";
2431
+ }
2432
+
2433
+ .auxicon-arrow-down-3:before {
2434
+ content: "\e680";
2435
+ }
2436
+
2437
+ .auxicon-arrow-left-3:before {
2438
+ content: "\e681";
2439
+ }
2440
+
2441
+ .auxicon-arrow-right-3:before {
2442
+ content: "\e682";
2443
+ }
2444
+
2445
+ .auxicon-arrow-up-3:before {
2446
+ content: "\e683";
2447
+ }
2448
+
2449
+ .auxicon-atom:before {
2450
+ content: "\e684";
2451
+ }
2452
+
2453
+ .auxicon-bank-notes:before {
2454
+ content: "\e686";
2455
+ }
2456
+
2457
+ .auxicon-barbell:before {
2458
+ content: "\e687";
2459
+ }
2460
+
2461
+ .auxicon-bars:before {
2462
+ content: "\e688";
2463
+ }
2464
+
2465
+ .auxicon-battery-0:before {
2466
+ content: "\e689";
2467
+ }
2468
+
2469
+ .auxicon-battery-1-1:before {
2470
+ content: "\e68a";
2471
+ }
2472
+
2473
+ .auxicon-battery-2-1:before {
2474
+ content: "\e68b";
2475
+ }
2476
+
2477
+ .auxicon-battery-3-1:before {
2478
+ content: "\e68c";
2479
+ }
2480
+
2481
+ .auxicon-battery-4-1:before {
2482
+ content: "\e68d";
2483
+ }
2484
+
2485
+ .auxicon-battery-power:before {
2486
+ content: "\e68e";
2487
+ }
2488
+
2489
+ .auxicon-beer-2:before {
2490
+ content: "\e68f";
2491
+ }
2492
+
2493
+ .auxicon-bolt:before {
2494
+ content: "\e690";
2495
+ }
2496
+
2497
+ .auxicon-bones:before {
2498
+ content: "\e691";
2499
+ }
2500
+
2501
+ .auxicon-book-close:before {
2502
+ content: "\e692";
2503
+ }
2504
+
2505
+ .auxicon-book-open:before {
2506
+ content: "\e693";
2507
+ }
2508
+
2509
+ .auxicon-bookmark-4:before {
2510
+ content: "\e694";
2511
+ }
2512
+
2513
+ .auxicon-box-3:before {
2514
+ content: "\e695";
2515
+ }
2516
+
2517
+ .auxicon-browser-2:before {
2518
+ content: "\e696";
2519
+ }
2520
+
2521
+ .auxicon-bubble:before {
2522
+ content: "\e697";
2523
+ }
2524
+
2525
+ .auxicon-bubble-1:before {
2526
+ content: "\e698";
2527
+ }
2528
+
2529
+ .auxicon-bubble-2:before {
2530
+ content: "\e699";
2531
+ }
2532
+
2533
+ .auxicon-bubble-3:before {
2534
+ content: "\e69a";
2535
+ }
2536
+
2537
+ .auxicon-bucket:before {
2538
+ content: "\e69b";
2539
+ }
2540
+
2541
+ .auxicon-calculator-3:before {
2542
+ content: "\e69c";
2543
+ }
2544
+
2545
+ .auxicon-calendar-6:before {
2546
+ content: "\e69d";
2547
+ }
2548
+
2549
+ .auxicon-camera-4:before {
2550
+ content: "\e69e";
2551
+ }
2552
+
2553
+ .auxicon-cardiac-pulse:before {
2554
+ content: "\e69f";
2555
+ }
2556
+
2557
+ .auxicon-cd-1:before {
2558
+ content: "\e6a0";
2559
+ }
2560
+
2561
+ .auxicon-character:before {
2562
+ content: "\e6a1";
2563
+ }
2564
+
2565
+ .auxicon-checkbox-checked:before {
2566
+ content: "\e6a2";
2567
+ }
2568
+
2569
+ .auxicon-checkmark:before {
2570
+ content: "\e6a3";
2571
+ }
2572
+
2573
+ .auxicon-clipboard-3:before {
2574
+ content: "\e6a4";
2575
+ }
2576
+
2577
+ .auxicon-clock-4:before {
2578
+ content: "\e6a5";
2579
+ }
2580
+
2581
+ .auxicon-cloud-5:before {
2582
+ content: "\e6a6";
2583
+ }
2584
+
2585
+ .auxicon-coffee-1:before {
2586
+ content: "\e6a7";
2587
+ }
2588
+
2589
+ .auxicon-comment-2:before {
2590
+ content: "\e6a8";
2591
+ }
2592
+
2593
+ .auxicon-connection-0:before {
2594
+ content: "\e6a9";
2595
+ }
2596
+
2597
+ .auxicon-connection-1:before {
2598
+ content: "\e6aa";
2599
+ }
2600
+
2601
+ .auxicon-connection-2:before {
2602
+ content: "\e6ab";
2603
+ }
2604
+
2605
+ .auxicon-connection-3:before {
2606
+ content: "\e6ac";
2607
+ }
2608
+
2609
+ .auxicon-connection-4:before {
2610
+ content: "\e6ad";
2611
+ }
2612
+
2613
+ .auxicon-credit-cards:before {
2614
+ content: "\e6ae";
2615
+ }
2616
+
2617
+ .auxicon-crop:before {
2618
+ content: "\e6af";
2619
+ }
2620
+
2621
+ .auxicon-cube:before {
2622
+ content: "\e6b0";
2623
+ }
2624
+
2625
+ .auxicon-diamond-1:before {
2626
+ content: "\e6b1";
2627
+ }
2628
+
2629
+ .auxicon-download-5:before {
2630
+ content: "\e6b2";
2631
+ }
2632
+
2633
+ .auxicon-email:before {
2634
+ content: "\e6b3";
2635
+ }
2636
+
2637
+ .auxicon-email-plane:before {
2638
+ content: "\e6b4";
2639
+ }
2640
+
2641
+ .auxicon-enter:before {
2642
+ content: "\e6b5";
2643
+ }
2644
+
2645
+ .auxicon-envelope-1:before {
2646
+ content: "\e6b6";
2647
+ }
2648
+
2649
+ .auxicon-eyedropper:before {
2650
+ content: "\e6b7";
2651
+ }
2652
+
2653
+ .auxicon-file-1:before {
2654
+ content: "\e6b8";
2655
+ }
2656
+
2657
+ .auxicon-file-add:before {
2658
+ content: "\e6b9";
2659
+ }
2660
+
2661
+ .auxicon-file-broken:before {
2662
+ content: "\e6ba";
2663
+ }
2664
+
2665
+ .auxicon-file-settings:before {
2666
+ content: "\e6bb";
2667
+ }
2668
+
2669
+ .auxicon-files:before {
2670
+ content: "\e6bc";
2671
+ }
2672
+
2673
+ .auxicon-flag-3:before {
2674
+ content: "\e6bd";
2675
+ }
2676
+
2677
+ .auxicon-folder-3:before {
2678
+ content: "\e6be";
2679
+ }
2680
+
2681
+ .auxicon-folder-add:before {
2682
+ content: "\e6bf";
2683
+ }
2684
+
2685
+ .auxicon-folder-check:before {
2686
+ content: "\e6c0";
2687
+ }
2688
+
2689
+ .auxicon-folder-settings:before {
2690
+ content: "\e6c1";
2691
+ }
2692
+
2693
+ .auxicon-forbidden:before {
2694
+ content: "\e6c2";
2695
+ }
2696
+
2697
+ .auxicon-frames:before {
2698
+ content: "\e6c3";
2699
+ }
2700
+
2701
+ .auxicon-glass:before {
2702
+ content: "\e6c4";
2703
+ }
2704
+
2705
+ .auxicon-graph-1:before {
2706
+ content: "\e6c5";
2707
+ }
2708
+
2709
+ .auxicon-grid-3:before {
2710
+ content: "\e6c6";
2711
+ }
2712
+
2713
+ .auxicon-heart-4:before {
2714
+ content: "\e6c7";
2715
+ }
2716
+
2717
+ .auxicon-home-6:before {
2718
+ content: "\e6c8";
2719
+ }
2720
+
2721
+ .auxicon-id-card:before {
2722
+ content: "\e6c9";
2723
+ }
2724
+
2725
+ .auxicon-invoice:before {
2726
+ content: "\e6ca";
2727
+ }
2728
+
2729
+ .auxicon-ipad-1:before {
2730
+ content: "\e6cb";
2731
+ }
2732
+
2733
+ .auxicon-ipad-2:before {
2734
+ content: "\e6cc";
2735
+ }
2736
+
2737
+ .auxicon-lab:before {
2738
+ content: "\e6cd";
2739
+ }
2740
+
2741
+ .auxicon-laptop-1:before {
2742
+ content: "\e6ce";
2743
+ }
2744
+
2745
+ .auxicon-list-3:before {
2746
+ content: "\e6cf";
2747
+ }
2748
+
2749
+ .auxicon-lock-2:before {
2750
+ content: "\e6d0";
2751
+ }
2752
+
2753
+ .auxicon-locked:before {
2754
+ content: "\e6d1";
2755
+ }
2756
+
2757
+ .auxicon-map-4:before {
2758
+ content: "\e6d2";
2759
+ }
2760
+
2761
+ .auxicon-measure:before {
2762
+ content: "\e6d3";
2763
+ }
2764
+
2765
+ .auxicon-meter:before {
2766
+ content: "\e6d4";
2767
+ }
2768
+
2769
+ .auxicon-micro:before {
2770
+ content: "\e6d5";
2771
+ }
2772
+
2773
+ .auxicon-micro-mute:before {
2774
+ content: "\e6d6";
2775
+ }
2776
+
2777
+ .auxicon-microwave:before {
2778
+ content: "\e6d7";
2779
+ }
2780
+
2781
+ .auxicon-minus-4:before {
2782
+ content: "\e6d8";
2783
+ }
2784
+
2785
+ .auxicon-modem:before {
2786
+ content: "\e6d9";
2787
+ }
2788
+
2789
+ .auxicon-mute-1:before {
2790
+ content: "\e6da";
2791
+ }
2792
+
2793
+ .auxicon-newspaper-1:before {
2794
+ content: "\e6db";
2795
+ }
2796
+
2797
+ .auxicon-paperclip:before {
2798
+ content: "\e6dc";
2799
+ }
2800
+
2801
+ .auxicon-pencil-3:before {
2802
+ content: "\e6dd";
2803
+ }
2804
+
2805
+ .auxicon-phone-2:before {
2806
+ content: "\e6de";
2807
+ }
2808
+
2809
+ .auxicon-phone-5:before {
2810
+ content: "\e6df";
2811
+ }
2812
+
2813
+ .auxicon-phone-3:before {
2814
+ content: "\e6e0";
2815
+ }
2816
+
2817
+ .auxicon-picture:before {
2818
+ content: "\e6e1";
2819
+ }
2820
+
2821
+ .auxicon-pie-chart:before {
2822
+ content: "\e6e2";
2823
+ }
2824
+
2825
+ .auxicon-pill:before {
2826
+ content: "\e6e3";
2827
+ }
2828
+
2829
+ .auxicon-pin-4:before {
2830
+ content: "\e6e4";
2831
+ }
2832
+
2833
+ .auxicon-power:before {
2834
+ content: "\e6e5";
2835
+ }
2836
+
2837
+ .auxicon-printer-1:before {
2838
+ content: "\e6e6";
2839
+ }
2840
+
2841
+ .auxicon-printer-2:before {
2842
+ content: "\e6e7";
2843
+ }
2844
+
2845
+ .auxicon-refresh-3:before {
2846
+ content: "\e6e8";
2847
+ }
2848
+
2849
+ .auxicon-reload-1:before {
2850
+ content: "\e6e9";
2851
+ }
2852
+
2853
+ .auxicon-screen-3:before {
2854
+ content: "\e6ea";
2855
+ }
2856
+
2857
+ .auxicon-select:before {
2858
+ content: "\e6eb";
2859
+ }
2860
+
2861
+ .auxicon-set:before {
2862
+ content: "\e6ec";
2863
+ }
2864
+
2865
+ .auxicon-settings-8:before {
2866
+ content: "\e6ed";
2867
+ }
2868
+
2869
+ .auxicon-share-4:before {
2870
+ content: "\e6ee";
2871
+ }
2872
+
2873
+ .auxicon-share-outline:before {
2874
+ content: "\e6ef";
2875
+ }
2876
+
2877
+ .auxicon-shorts:before {
2878
+ content: "\e6f0";
2879
+ }
2880
+
2881
+ .auxicon-speaker-1:before {
2882
+ content: "\e6f1";
2883
+ }
2884
+
2885
+ .auxicon-star-4:before {
2886
+ content: "\e6f2";
2887
+ }
2888
+
2889
+ .auxicon-stopwatch-3:before {
2890
+ content: "\e6f3";
2891
+ }
2892
+
2893
+ .auxicon-sun:before {
2894
+ content: "\e6f4";
2895
+ }
2896
+
2897
+ .auxicon-syringe:before {
2898
+ content: "\e6f5";
2899
+ }
2900
+
2901
+ .auxicon-tag-5:before {
2902
+ content: "\e6f6";
2903
+ }
2904
+
2905
+ .auxicon-train:before {
2906
+ content: "\e6f7";
2907
+ }
2908
+
2909
+ .auxicon-trash-3:before {
2910
+ content: "\e6f8";
2911
+ }
2912
+
2913
+ .auxicon-unlocked:before {
2914
+ content: "\e6f9";
2915
+ }
2916
+
2917
+ .auxicon-user-4:before {
2918
+ content: "\e6fa";
2919
+ }
2920
+
2921
+ .auxicon-user-outline:before {
2922
+ content: "\e6fb";
2923
+ }
2924
+
2925
+ .auxicon-users-1:before {
2926
+ content: "\e6fc";
2927
+ }
2928
+
2929
+ .auxicon-users-outline:before {
2930
+ content: "\e6fd";
2931
+ }
2932
+
2933
+ .auxicon-volume:before {
2934
+ content: "\e6fe";
2935
+ }
2936
+
2937
+ .auxicon-volume-down:before {
2938
+ content: "\e6ff";
2939
+ }
2940
+
2941
+ .auxicon-volume-up:before {
2942
+ content: "\e700";
2943
+ }
2944
+
2945
+ .auxicon-wifi-1:before {
2946
+ content: "\e701";
2947
+ }
2948
+
2949
+ .auxicon-wifi-2:before {
2950
+ content: "\e702";
2951
+ }
2952
+
2953
+ .auxicon-wifi-3:before {
2954
+ content: "\e703";
2955
+ }
2956
+
2957
+ .auxicon-window-delete:before {
2958
+ content: "\e704";
2959
+ }
2960
+
2961
+ .auxicon-windows-2:before {
2962
+ content: "\e705";
2963
+ }
2964
+
2965
+ .auxicon-zoom:before {
2966
+ content: "\e706";
2967
+ }
2968
+
2969
+ .auxicon-zoom-in-2:before {
2970
+ content: "\e707";
2971
+ }
2972
+
2973
+ .auxicon-zoom-out-2:before {
2974
+ content: "\e708";
2975
+ }
2976
+
2977
+ .auxicon-banknote:before {
2978
+ content: "\e709";
2979
+ }
2980
+
2981
+ .auxicon-bubble-4:before {
2982
+ content: "\e70a";
2983
+ }
2984
+
2985
+ .auxicon-bulb:before {
2986
+ content: "\e70b";
2987
+ }
2988
+
2989
+ .auxicon-calendar-7:before {
2990
+ content: "\e70c";
2991
+ }
2992
+
2993
+ .auxicon-camera-5:before {
2994
+ content: "\e70d";
2995
+ }
2996
+
2997
+ .auxicon-clip:before {
2998
+ content: "\e70e";
2999
+ }
3000
+
3001
+ .auxicon-clock-5:before {
3002
+ content: "\e70f";
3003
+ }
3004
+
3005
+ .auxicon-cloud-6:before {
3006
+ content: "\e710";
3007
+ }
3008
+
3009
+ .auxicon-cup:before {
3010
+ content: "\e711";
3011
+ }
3012
+
3013
+ .auxicon-data-1:before {
3014
+ content: "\e712";
3015
+ }
3016
+
3017
+ .auxicon-diamond-2:before {
3018
+ content: "\e713";
3019
+ }
3020
+
3021
+ .auxicon-display:before {
3022
+ content: "\e714";
3023
+ }
3024
+
3025
+ .auxicon-eye-1:before {
3026
+ content: "\e715";
3027
+ }
3028
+
3029
+ .auxicon-fire:before {
3030
+ content: "\e716";
3031
+ }
3032
+
3033
+ .auxicon-food:before {
3034
+ content: "\e717";
3035
+ }
3036
+
3037
+ .auxicon-heart-5:before {
3038
+ content: "\e718";
3039
+ }
3040
+
3041
+ .auxicon-key-3:before {
3042
+ content: "\e719";
3043
+ }
3044
+
3045
+ .auxicon-lab-1:before {
3046
+ content: "\e71a";
3047
+ }
3048
+
3049
+ .auxicon-like-1:before {
3050
+ content: "\e71b";
3051
+ }
3052
+
3053
+ .auxicon-location-2:before {
3054
+ content: "\e71c";
3055
+ }
3056
+
3057
+ .auxicon-lock-3:before {
3058
+ content: "\e71d";
3059
+ }
3060
+
3061
+ .auxicon-mail-3:before {
3062
+ content: "\e71e";
3063
+ }
3064
+
3065
+ .auxicon-megaphone-1:before {
3066
+ content: "\e71f";
3067
+ }
3068
+
3069
+ .auxicon-music-3:before {
3070
+ content: "\e720";
3071
+ }
3072
+
3073
+ .auxicon-news-2:before {
3074
+ content: "\e721";
3075
+ }
3076
+
3077
+ .auxicon-note:before {
3078
+ content: "\e722";
3079
+ }
3080
+
3081
+ .auxicon-paperplane:before {
3082
+ content: "\e723";
3083
+ }
3084
+
3085
+ .auxicon-params:before {
3086
+ content: "\e724";
3087
+ }
3088
+
3089
+ .auxicon-pen-3:before {
3090
+ content: "\e725";
3091
+ }
3092
+
3093
+ .auxicon-phone-4:before {
3094
+ content: "\e726";
3095
+ }
3096
+
3097
+ .auxicon-photo-1:before {
3098
+ content: "\e727";
3099
+ }
3100
+
3101
+ .auxicon-search-5:before {
3102
+ content: "\e728";
3103
+ }
3104
+
3105
+ .auxicon-settings-9:before {
3106
+ content: "\e729";
3107
+ }
3108
+
3109
+ .auxicon-shop-2:before {
3110
+ content: "\e72a";
3111
+ }
3112
+
3113
+ .auxicon-sound-2:before {
3114
+ content: "\e72b";
3115
+ }
3116
+
3117
+ .auxicon-stack:before {
3118
+ content: "\e72c";
3119
+ }
3120
+
3121
+ .auxicon-star-5:before {
3122
+ content: "\e72d";
3123
+ }
3124
+
3125
+ .auxicon-study:before {
3126
+ content: "\e72e";
3127
+ }
3128
+
3129
+ .auxicon-t-shirt:before {
3130
+ content: "\e72f";
3131
+ }
3132
+
3133
+ .auxicon-tag-6:before {
3134
+ content: "\e730";
3135
+ }
3136
+
3137
+ .auxicon-trash-4:before {
3138
+ content: "\e731";
3139
+ }
3140
+
3141
+ .auxicon-truck-3:before {
3142
+ content: "\e732";
3143
+ }
3144
+
3145
+ .auxicon-tv-1:before {
3146
+ content: "\e733";
3147
+ }
3148
+
3149
+ .auxicon-user-5:before {
3150
+ content: "\e734";
3151
+ }
3152
+
3153
+ .auxicon-vallet:before {
3154
+ content: "\e735";
3155
+ }
3156
+
3157
+ .auxicon-video-1:before {
3158
+ content: "\e736";
3159
+ }
3160
+
3161
+ .auxicon-vynil:before {
3162
+ content: "\e737";
3163
+ }
3164
+
3165
+ .auxicon-world:before {
3166
+ content: "\e738";
3167
+ }
3168
+
3169
+ .auxicon-bag-2:before {
3170
+ content: "\e7d1";
3171
+ }
3172
+
3173
+ .auxicon-bicycle-1:before {
3174
+ content: "\e7d2";
3175
+ }
3176
+
3177
+ .auxicon-bicycle-vintage:before {
3178
+ content: "\e7d3";
3179
+ }
3180
+
3181
+ .auxicon-browser-empty:before {
3182
+ content: "\e7d4";
3183
+ }
3184
+
3185
+ .auxicon-browser-full:before {
3186
+ content: "\e7d5";
3187
+ }
3188
+
3189
+ .auxicon-bubble-1-1:before {
3190
+ content: "\e7d6";
3191
+ }
3192
+
3193
+ .auxicon-bubble-2-1:before {
3194
+ content: "\e7d7";
3195
+ }
3196
+
3197
+ .auxicon-bubble-3-1:before {
3198
+ content: "\e7d8";
3199
+ }
3200
+
3201
+ .auxicon-camera-6:before {
3202
+ content: "\e7d9";
3203
+ }
3204
+
3205
+ .auxicon-clap-board:before {
3206
+ content: "\e7da";
3207
+ }
3208
+
3209
+ .auxicon-clipboard-4:before {
3210
+ content: "\e7db";
3211
+ }
3212
+
3213
+ .auxicon-clock-6:before {
3214
+ content: "\e7dc";
3215
+ }
3216
+
3217
+ .auxicon-cloud-7:before {
3218
+ content: "\e7dd";
3219
+ }
3220
+
3221
+ .auxicon-cloudy:before {
3222
+ content: "\e7de";
3223
+ }
3224
+
3225
+ .auxicon-envelope-2:before {
3226
+ content: "\e7df";
3227
+ }
3228
+
3229
+ .auxicon-file-ai:before {
3230
+ content: "\e7e0";
3231
+ }
3232
+
3233
+ .auxicon-file-jpg:before {
3234
+ content: "\e7e1";
3235
+ }
3236
+
3237
+ .auxicon-file-png:before {
3238
+ content: "\e7e2";
3239
+ }
3240
+
3241
+ .auxicon-file-psd:before {
3242
+ content: "\e7e3";
3243
+ }
3244
+
3245
+ .auxicon-file-text-1:before {
3246
+ content: "\e7e4";
3247
+ }
3248
+
3249
+ .auxicon-graph-2:before {
3250
+ content: "\e7e5";
3251
+ }
3252
+
3253
+ .auxicon-heart-6:before {
3254
+ content: "\e7e6";
3255
+ }
3256
+
3257
+ .auxicon-hierarchy-1:before {
3258
+ content: "\e7e7";
3259
+ }
3260
+
3261
+ .auxicon-hierarchy-2:before {
3262
+ content: "\e7e8";
3263
+ }
3264
+
3265
+ .auxicon-imac:before {
3266
+ content: "\e7e9";
3267
+ }
3268
+
3269
+ .auxicon-ipad-3:before {
3270
+ content: "\e7ea";
3271
+ }
3272
+
3273
+ .auxicon-iphone-1:before {
3274
+ content: "\e7eb";
3275
+ }
3276
+
3277
+ .auxicon-keyboard-3:before {
3278
+ content: "\e7ec";
3279
+ }
3280
+
3281
+ .auxicon-laptop-2:before {
3282
+ content: "\e7ed";
3283
+ }
3284
+
3285
+ .auxicon-line:before {
3286
+ content: "\e7ee";
3287
+ }
3288
+
3289
+ .auxicon-list-4:before {
3290
+ content: "\e7ef";
3291
+ }
3292
+
3293
+ .auxicon-list-thumbnails:before {
3294
+ content: "\e7f0";
3295
+ }
3296
+
3297
+ .auxicon-lock-4:before {
3298
+ content: "\e7f1";
3299
+ }
3300
+
3301
+ .auxicon-magnifier:before {
3302
+ content: "\e7f2";
3303
+ }
3304
+
3305
+ .auxicon-map-5:before {
3306
+ content: "\e7f3";
3307
+ }
3308
+
3309
+ .auxicon-map-pin:before {
3310
+ content: "\e7f4";
3311
+ }
3312
+
3313
+ .auxicon-moon-2:before {
3314
+ content: "\e7f5";
3315
+ }
3316
+
3317
+ .auxicon-mouse-1:before {
3318
+ content: "\e7f6";
3319
+ }
3320
+
3321
+ .auxicon-pencil-4:before {
3322
+ content: "\e7f7";
3323
+ }
3324
+
3325
+ .auxicon-pencil-ruler:before {
3326
+ content: "\e7f8";
3327
+ }
3328
+
3329
+ .auxicon-picture-1:before {
3330
+ content: "\e7f9";
3331
+ }
3332
+
3333
+ .auxicon-rain:before {
3334
+ content: "\e7fa";
3335
+ }
3336
+
3337
+ .auxicon-ribbon:before {
3338
+ content: "\e7fb";
3339
+ }
3340
+
3341
+ .auxicon-shoe:before {
3342
+ content: "\e7fc";
3343
+ }
3344
+
3345
+ .auxicon-speaker-2:before {
3346
+ content: "\e7fd";
3347
+ }
3348
+
3349
+ .auxicon-speaker-off-1:before {
3350
+ content: "\e7fe";
3351
+ }
3352
+
3353
+ .auxicon-sun-1:before {
3354
+ content: "\e7ff";
3355
+ }
3356
+
3357
+ .auxicon-tape:before {
3358
+ content: "\e800";
3359
+ }
3360
+
3361
+ .auxicon-target-1:before {
3362
+ content: "\e801";
3363
+ }
3364
+
3365
+ .auxicon-unlock-1:before {
3366
+ content: "\e802";
3367
+ }
3368
+
3369
+ .auxicon-facebook-3:before {
3370
+ content: "\e0b7";
3371
+ }
3372
+
3373
+ .auxicon-notebook:before {
3374
+ content: "\e02d";
3375
+ }
3376
+
3377
+ .auxicon-edit-modify-streamline:before {
3378
+ content: "\e641";
3379
+ }
3380
+
3381
+ .auxicon-download-2:before {
3382
+ content: "\e053";
3383
+ }
3384
+
3385
+ .auxicon-linkedin:before {
3386
+ content: "\e19f";
3387
+ }
3388
+
3389
+ .auxicon-facebook:before {
3390
+ content: "\e1a0";
3391
+ }
3392
+
3393
+ .auxicon-vimeo:before {
3394
+ content: "\e1a1";
3395
+ }
3396
+
3397
+ .auxicon-flickr:before {
3398
+ content: "\e1a3";
3399
+ }
3400
+
3401
+ .auxicon-instagram:before {
3402
+ content: "\e1a4";
3403
+ }
3404
+
3405
+ .auxicon-tumblr:before {
3406
+ content: "\e1a5";
3407
+ }
3408
+
3409
+ .auxicon-behance:before {
3410
+ content: "\e1a6";
3411
+ }
3412
+
3413
+ .auxicon-wordpress:before {
3414
+ content: "\e1a7";
3415
+ }
3416
+
3417
+ .auxicon-vimeo-1:before {
3418
+ content: "\e1a8";
3419
+ }
3420
+
3421
+ .auxicon-git:before {
3422
+ content: "\e1a9";
3423
+ }
3424
+
3425
+ .auxicon-googleplus:before {
3426
+ content: "\e1aa";
3427
+ }
3428
+
3429
+ .auxicon-digg:before {
3430
+ content: "\e1ab";
3431
+ }
3432
+
3433
+ .auxicon-google:before {
3434
+ content: "\e1ac";
3435
+ }
3436
+
3437
+ .auxicon-stumbleupon:before {
3438
+ content: "\e1ad";
3439
+ }
3440
+
3441
+ .auxicon-apple:before {
3442
+ content: "\e1ae";
3443
+ }
3444
+
3445
+ .auxicon-microsoft:before {
3446
+ content: "\e1af";
3447
+ }
3448
+
3449
+ .auxicon-android:before {
3450
+ content: "\e1b0";
3451
+ }
3452
+
3453
+ .auxicon-dribbble:before {
3454
+ content: "\e1b1";
3455
+ }
3456
+
3457
+ .auxicon-steam:before {
3458
+ content: "\e1b2";
3459
+ }
3460
+
3461
+ .auxicon-pinterest:before {
3462
+ content: "\e1b3";
3463
+ }
3464
+
3465
+ .auxicon-edge:before {
3466
+ content: "\e1a2";
3467
+ }
3468
+
3469
+ .auxicon-chrome:before {
3470
+ content: "\e1b4";
3471
+ }
3472
+
3473
+ .auxicon-safari:before {
3474
+ content: "\e1b5";
3475
+ }
3476
+
3477
+ .auxicon-firefox:before {
3478
+ content: "\e1b6";
3479
+ }
3480
+
3481
+ .auxicon-opera:before {
3482
+ content: "\e1b7";
3483
+ }
3484
+
3485
+ .auxicon-internet-explorer:before {
3486
+ content: "\e1b8";
3487
+ }
3488
+
3489
+ .auxicon-wikipedia:before {
3490
+ content: "\e1b9";
3491
+ }
3492
+
3493
+ .auxicon-amazon:before {
3494
+ content: "\e1ba";
3495
+ }
3496
+
3497
+ .auxicon-lastfm:before {
3498
+ content: "\e1bb";
3499
+ }
3500
+
3501
+ .auxicon-delicious:before {
3502
+ content: "\e1bc";
3503
+ }
3504
+
3505
+ .auxicon-skype:before {
3506
+ content: "\e1bd";
3507
+ }
3508
+
3509
+ .auxicon-rss:before {
3510
+ content: "\e1be";
3511
+ }
3512
+
3513
+ .auxicon-twitter:before, .tp_recent_tweets > ul > li:before {
3514
+ content: "\e1bf";
3515
+ }
3516
+
3517
+ .auxicon-html5:before {
3518
+ content: "\e1c0";
3519
+ }
3520
+
3521
+ .auxicon-css3:before {
3522
+ content: "\e1c1";
3523
+ }
3524
+
3525
+ .auxicon-youtube:before {
3526
+ content: "\e1c2";
3527
+ }
3528
+
3529
+ .auxicon-dropbox:before {
3530
+ content: "\e1c3";
3531
+ }
3532
+
3533
+ .auxicon-twich:before {
3534
+ content: "\e1c6";
3535
+ }
3536
+
3537
+ .auxicon-pocket:before {
3538
+ content: "\e1c7";
3539
+ }
3540
+
3541
+ .auxicon-spotify:before {
3542
+ content: "\e1c4";
3543
+ }
3544
+
3545
+ .auxicon-yahoo:before {
3546
+ content: "\e1c8";
3547
+ }
3548
+
3549
+ .auxicon-paypal:before {
3550
+ content: "\e1c9";
3551
+ }
3552
+
3553
+ .auxicon-visa:before {
3554
+ content: "\e1ca";
3555
+ }
3556
+
3557
+ .auxicon-google-wallet:before {
3558
+ content: "\e1cb";
3559
+ }
3560
+
3561
+ .auxicon-mastercard:before {
3562
+ content: "\e1cc";
3563
+ }
3564
+
3565
+ .auxicon-soundcloud:before {
3566
+ content: "\e1cd";
3567
+ }
3568
+
3569
+ .auxicon-linux:before {
3570
+ content: "\e1ce";
3571
+ }
3572
+
3573
+ .auxicon-github:before {
3574
+ content: "\e1cf";
3575
+ }
3576
+
3577
+ .auxicon-search-4:before, .aux-search-form .aux-submit-icon-container:before {
3578
+ content: "\e1d0";
3579
+ }
3580
+
3581
+ .auxicon-check-mark-circle-outline:before {
3582
+ content: "\e1d1";
3583
+ }
3584
+
3585
+ .auxicon-question-circle:before {
3586
+ content: "\e1d2";
3587
+ }
3588
+
3589
+ .auxicon-phone-classic-on:before {
3590
+ content: "\e1d3";
3591
+ }
3592
+
3593
+ .auxicon-ios-browsers-outline:before {
3594
+ content: "\e1d4";
3595
+ }
3596
+
3597
+ .auxicon-social-buffer:before {
3598
+ content: "\e1d5";
3599
+ }
3600
+
3601
+ .auxicon-social-buffer-outline:before {
3602
+ content: "\e1d6";
3603
+ }
3604
+
3605
+ .auxicon-search-1:before {
3606
+ content: "\e0dd";
3607
+ }
3608
+
3609
+ .auxicon-comment:before {
3610
+ content: "\e1d7";
3611
+ }
3612
+
3613
+ .auxicon-like:before, .aux-primary .wpulike-heart .wp_ulike_general_class .wp_ulike_put_image:before {
3614
+ content: "\e1d8";
3615
+ }
3616
+
3617
+ .auxicon-share:before {
3618
+ content: "\e1d9";
3619
+ }
3620
+
3621
+ .auxicon-rate:before {
3622
+ content: "\e1da";
3623
+ }
3624
+
3625
+ .auxicon-rate-outline:before {
3626
+ content: "\e1dc";
3627
+ }
3628
+
3629
+ .auxicon-whatsapp:before {
3630
+ content: "\e1db";
3631
+ }
3632
+
3633
+ .auxicon-stumbleupon-1:before {
3634
+ content: "\e1dd";
3635
+ }
3636
+
3637
+ .auxicon-vk:before {
3638
+ content: "\e1de";
3639
+ }
3640
+
3641
+ .auxicon-telegram:before {
3642
+ content: "\e1df";
3643
+ }
3644
+
3645
+ .auxicon-telegram-2:before {
3646
+ content: "\e1e0";
3647
+ }
3648
+
3649
+ .auxicon-fontawesome-webfont:before {
3650
+ content: "\e1c5";
3651
+ }
3652
+
3653
+ .auxicon-bag:before {
3654
+ content: "\e1e1";
3655
+ }
3656
+
3657
+ .auxicon-chevron-right-1:before {
3658
+ content: "\e1e2";
3659
+ }
3660
+
3661
+ .auxicon-playback-play:before {
3662
+ content: "\e16e";
3663
+ }
admin/includes/compatibility/uvca/auxicon/charmap.txt ADDED
@@ -0,0 +1,917 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php $icons = array();
2
+ $icons["auxicons"]["2 arrows"] = array("class" => "set auxicon-2-arrows", "tags" => "2 arrows", "unicode" => "\61" );
3
+ $icons["auxicons"]["4 arrows"] = array("class" => "set auxicon-4-arrows", "tags" => "4 arrows", "unicode" => "\62" );
4
+ $icons["auxicons"]["Back"] = array("class" => "set auxicon-back", "tags" => "Back", "unicode" => "\63" );
5
+ $icons["auxicons"]["Back pack"] = array("class" => "set auxicon-back-pack", "tags" => "Back pack", "unicode" => "\64" );
6
+ $icons["auxicons"]["Basket 1"] = array("class" => "set auxicon-basket-1", "tags" => "Basket 1", "unicode" => "\65" );
7
+ $icons["auxicons"]["Basket 2"] = array("class" => "set auxicon-basket-2", "tags" => "Basket 2", "unicode" => "\66" );
8
+ $icons["auxicons"]["Big candy"] = array("class" => "set auxicon-big-candy", "tags" => "Big candy", "unicode" => "\67" );
9
+ $icons["auxicons"]["Bottle"] = array("class" => "set auxicon-bottle", "tags" => "Bottle", "unicode" => "\68" );
10
+ $icons["auxicons"]["Bow tie"] = array("class" => "set auxicon-bow-tie", "tags" => "Bow tie", "unicode" => "\69" );
11
+ $icons["auxicons"]["Box 1"] = array("class" => "set auxicon-box-1", "tags" => "Box 1", "unicode" => "\6a" );
12
+ $icons["auxicons"]["Box 2"] = array("class" => "set auxicon-box-2", "tags" => "Box 2", "unicode" => "\6b" );
13
+ $icons["auxicons"]["Box open"] = array("class" => "set auxicon-box-open", "tags" => "Box open", "unicode" => "\6c" );
14
+ $icons["auxicons"]["Candy"] = array("class" => "set auxicon-candy", "tags" => "Candy", "unicode" => "\6d" );
15
+ $icons["auxicons"]["Cd cover"] = array("class" => "set auxicon-cd-cover", "tags" => "Cd cover", "unicode" => "\6e" );
16
+ $icons["auxicons"]["Chopsticks"] = array("class" => "set auxicon-chopsticks", "tags" => "Chopsticks", "unicode" => "\6f" );
17
+ $icons["auxicons"]["Cloud"] = array("class" => "set auxicon-cloud", "tags" => "Cloud", "unicode" => "\70" );
18
+ $icons["auxicons"]["Cloud down"] = array("class" => "set auxicon-cloud-down", "tags" => "Cloud down", "unicode" => "\71" );
19
+ $icons["auxicons"]["Cloud up"] = array("class" => "set auxicon-cloud-up", "tags" => "Cloud up", "unicode" => "\72" );
20
+ $icons["auxicons"]["Cloud v 1"] = array("class" => "set auxicon-cloud-v-1", "tags" => "Cloud v 1", "unicode" => "\73" );
21
+ $icons["auxicons"]["Cloud v 2"] = array("class" => "set auxicon-cloud-v-2", "tags" => "Cloud v 2", "unicode" => "\74" );
22
+ $icons["auxicons"]["Cloud x 1"] = array("class" => "set auxicon-cloud-x-1", "tags" => "Cloud x 1", "unicode" => "\75" );
23
+ $icons["auxicons"]["Cloud x 2"] = array("class" => "set auxicon-cloud-x-2", "tags" => "Cloud x 2", "unicode" => "\76" );
24
+ $icons["auxicons"]["Cofee cup 1"] = array("class" => "set auxicon-cofee-cup-1", "tags" => "Cofee cup 1", "unicode" => "\77" );
25
+ $icons["auxicons"]["Cofee cup 2"] = array("class" => "set auxicon-cofee-cup-2", "tags" => "Cofee cup 2", "unicode" => "\78" );
26
+ $icons["auxicons"]["Credit card 1"] = array("class" => "set auxicon-credit-card-1", "tags" => "Credit card 1", "unicode" => "\79" );
27
+ $icons["auxicons"]["Credit card 2"] = array("class" => "set auxicon-credit-card-2", "tags" => "Credit card 2", "unicode" => "\7a" );
28
+ $icons["auxicons"]["Credit card 3"] = array("class" => "set auxicon-credit-card-3", "tags" => "Credit card 3", "unicode" => "\41" );
29
+ $icons["auxicons"]["Credit card 4"] = array("class" => "set auxicon-credit-card-4", "tags" => "Credit card 4", "unicode" => "\42" );
30
+ $icons["auxicons"]["Cup 1"] = array("class" => "set auxicon-cup-1", "tags" => "Cup 1", "unicode" => "\43" );
31
+ $icons["auxicons"]["Cup 2"] = array("class" => "set auxicon-cup-2", "tags" => "Cup 2", "unicode" => "\44" );
32
+ $icons["auxicons"]["Diamond"] = array("class" => "set auxicon-diamond", "tags" => "Diamond", "unicode" => "\45" );
33
+ $icons["auxicons"]["Dollar"] = array("class" => "set auxicon-dollar", "tags" => "Dollar", "unicode" => "\46" );
34
+ $icons["auxicons"]["Dollar bill"] = array("class" => "set auxicon-dollar-bill", "tags" => "Dollar bill", "unicode" => "\47" );
35
+ $icons["auxicons"]["Dollar coin"] = array("class" => "set auxicon-dollar-coin", "tags" => "Dollar coin", "unicode" => "\48" );
36
+ $icons["auxicons"]["Download"] = array("class" => "set auxicon-download", "tags" => "Download", "unicode" => "\49" );
37
+ $icons["auxicons"]["Euro"] = array("class" => "set auxicon-euro", "tags" => "Euro", "unicode" => "\4a" );
38
+ $icons["auxicons"]["Euro coin"] = array("class" => "set auxicon-euro-coin", "tags" => "Euro coin", "unicode" => "\4b" );
39
+ $icons["auxicons"]["Folder"] = array("class" => "set auxicon-folder", "tags" => "Folder", "unicode" => "\4c" );
40
+ $icons["auxicons"]["Folder plus"] = array("class" => "set auxicon-folder-plus", "tags" => "Folder plus", "unicode" => "\4d" );
41
+ $icons["auxicons"]["Folder v"] = array("class" => "set auxicon-folder-v", "tags" => "Folder v", "unicode" => "\4e" );
42
+ $icons["auxicons"]["Folder x"] = array("class" => "set auxicon-folder-x", "tags" => "Folder x", "unicode" => "\4f" );
43
+ $icons["auxicons"]["Forward"] = array("class" => "set auxicon-forward", "tags" => "Forward", "unicode" => "\50" );
44
+ $icons["auxicons"]["Glass of water"] = array("class" => "set auxicon-glass-of-water", "tags" => "Glass of water", "unicode" => "\51" );
45
+ $icons["auxicons"]["Hamburger"] = array("class" => "set auxicon-hamburger", "tags" => "Hamburger", "unicode" => "\52" );
46
+ $icons["auxicons"]["Headphones"] = array("class" => "set auxicon-headphones", "tags" => "Headphones", "unicode" => "\53" );
47
+ $icons["auxicons"]["Headset"] = array("class" => "set auxicon-headset", "tags" => "Headset", "unicode" => "\54" );
48
+ $icons["auxicons"]["Headset with microphone"] = array("class" => "set auxicon-headset-with-microphone", "tags" => "Headset with microphone", "unicode" => "\55" );
49
+ $icons["auxicons"]["Highlighter"] = array("class" => "set auxicon-highlighter", "tags" => "Highlighter", "unicode" => "\56" );
50
+ $icons["auxicons"]["Hot dog"] = array("class" => "set auxicon-hot-dog", "tags" => "Hot dog", "unicode" => "\57" );
51
+ $icons["auxicons"]["Ice cream"] = array("class" => "set auxicon-ice-cream", "tags" => "Ice cream", "unicode" => "\58" );
52
+ $icons["auxicons"]["Ipod"] = array("class" => "set auxicon-ipod", "tags" => "Ipod", "unicode" => "\59" );
53
+ $icons["auxicons"]["Key"] = array("class" => "set auxicon-key", "tags" => "Key", "unicode" => "\5a" );
54
+ $icons["auxicons"]["Keyboard"] = array("class" => "set auxicon-keyboard", "tags" => "Keyboard", "unicode" => "\30" );
55
+ $icons["auxicons"]["Knife"] = array("class" => "set auxicon-knife", "tags" => "Knife", "unicode" => "\31" );
56
+ $icons["auxicons"]["Lock round"] = array("class" => "set auxicon-lock-round", "tags" => "Lock round", "unicode" => "\32" );
57
+ $icons["auxicons"]["Lock square"] = array("class" => "set auxicon-lock-square", "tags" => "Lock square", "unicode" => "\33" );
58
+ $icons["auxicons"]["Mouse"] = array("class" => "set auxicon-mouse", "tags" => "Mouse", "unicode" => "\34" );
59
+ $icons["auxicons"]["Musical note 1"] = array("class" => "set auxicon-musical-note-1", "tags" => "Musical note 1", "unicode" => "\35" );
60
+ $icons["auxicons"]["Musical note 2"] = array("class" => "set auxicon-musical-note-2", "tags" => "Musical note 2", "unicode" => "\36" );
61
+ $icons["auxicons"]["Paper"] = array("class" => "set auxicon-paper", "tags" => "Paper", "unicode" => "\37" );
62
+ $icons["auxicons"]["Pause"] = array("class" => "set auxicon-pause", "tags" => "Pause", "unicode" => "\38" );
63
+ $icons["auxicons"]["Pause round"] = array("class" => "set auxicon-pause-round", "tags" => "Pause round", "unicode" => "\39" );
64
+ $icons["auxicons"]["Pen"] = array("class" => "set auxicon-pen", "tags" => "Pen", "unicode" => "\21" );
65
+ $icons["auxicons"]["Pencil"] = array("class" => "set auxicon-pencil", "tags" => "Pencil", "unicode" => "\22" );
66
+ $icons["auxicons"]["Platter"] = array("class" => "set auxicon-platter", "tags" => "Platter", "unicode" => "\23" );
67
+ $icons["auxicons"]["Play"] = array("class" => "set auxicon-play", "tags" => "Play", "unicode" => "\24" );
68
+ $icons["auxicons"]["Play round"] = array("class" => "set auxicon-play-round", "tags" => "Play round", "unicode" => "\25" );
69
+ $icons["auxicons"]["Popsicle"] = array("class" => "set auxicon-popsicle", "tags" => "Popsicle", "unicode" => "\26" );
70
+ $icons["auxicons"]["Pound"] = array("class" => "set auxicon-pound", "tags" => "Pound", "unicode" => "\27" );
71
+ $icons["auxicons"]["Pound coin"] = array("class" => "set auxicon-pound-coin", "tags" => "Pound coin", "unicode" => "\28" );
72
+ $icons["auxicons"]["Present 1"] = array("class" => "set auxicon-present-1", "tags" => "Present 1", "unicode" => "\29" );
73
+ $icons["auxicons"]["Present 2"] = array("class" => "set auxicon-present-2", "tags" => "Present 2", "unicode" => "\2a" );
74
+ $icons["auxicons"]["Radio"] = array("class" => "set auxicon-radio", "tags" => "Radio", "unicode" => "\2b" );
75
+ $icons["auxicons"]["Random"] = array("class" => "set auxicon-random", "tags" => "Random", "unicode" => "\2c" );
76
+ $icons["auxicons"]["Repeat 1"] = array("class" => "set auxicon-repeat-1", "tags" => "Repeat 1", "unicode" => "\2d" );
77
+ $icons["auxicons"]["Repeat 2"] = array("class" => "set auxicon-repeat-2", "tags" => "Repeat 2", "unicode" => "\2e" );
78
+ $icons["auxicons"]["Ring"] = array("class" => "set auxicon-ring", "tags" => "Ring", "unicode" => "\2f" );
79
+ $icons["auxicons"]["Ruler"] = array("class" => "set auxicon-ruler", "tags" => "Ruler", "unicode" => "\3a" );
80
+ $icons["auxicons"]["Settings 1"] = array("class" => "set auxicon-settings-1", "tags" => "Settings 1", "unicode" => "\3b" );
81
+ $icons["auxicons"]["Settings 2"] = array("class" => "set auxicon-settings-2", "tags" => "Settings 2", "unicode" => "\3c" );
82
+ $icons["auxicons"]["Settings 3"] = array("class" => "set auxicon-settings-3", "tags" => "Settings 3", "unicode" => "\3d" );
83
+ $icons["auxicons"]["Shirt 1"] = array("class" => "set auxicon-shirt-1", "tags" => "Shirt 1", "unicode" => "\3e" );
84
+ $icons["auxicons"]["Shirt 2"] = array("class" => "set auxicon-shirt-2", "tags" => "Shirt 2", "unicode" => "\3f" );
85
+ $icons["auxicons"]["Shopping bag 1"] = array("class" => "set auxicon-shopping-bag-1", "tags" => "Shopping bag 1", "unicode" => "\40" );
86
+ $icons["auxicons"]["Shopping bag 2"] = array("class" => "set auxicon-shopping-bag-2", "tags" => "Shopping bag 2", "unicode" => "\5b" );
87
+ $icons["auxicons"]["Shopping bag 3"] = array("class" => "set auxicon-shopping-bag-3", "tags" => "Shopping bag 3", "unicode" => "\5d" );
88
+ $icons["auxicons"]["Shopping bag 4"] = array("class" => "set auxicon-shopping-bag-4", "tags" => "Shopping bag 4", "unicode" => "\5e" );
89
+ $icons["auxicons"]["Shopping cart 1"] = array("class" => "set auxicon-shopping-cart-1", "tags" => "Shopping cart 1", "unicode" => "\5f" );
90
+ $icons["auxicons"]["Shopping cart 1 1"] = array("class" => "set auxicon-shopping-cart-1-1", "tags" => "Shopping cart 1 1", "unicode" => "\60" );
91
+ $icons["auxicons"]["Shopping cart out"] = array("class" => "set auxicon-shopping-cart-out", "tags" => "Shopping cart out", "unicode" => "\7b" );
92
+ $icons["auxicons"]["Shopping cart x"] = array("class" => "set auxicon-shopping-cart-x", "tags" => "Shopping cart x", "unicode" => "\7c" );
93
+ $icons["auxicons"]["Shpping cart in"] = array("class" => "set auxicon-shpping-cart-in", "tags" => "Shpping cart in", "unicode" => "\7d" );
94
+ $icons["auxicons"]["Slider"] = array("class" => "set auxicon-slider", "tags" => "Slider", "unicode" => "\7e" );
95
+ $icons["auxicons"]["Soup"] = array("class" => "set auxicon-soup", "tags" => "Soup", "unicode" => "\5c" );
96
+ $icons["auxicons"]["Spray"] = array("class" => "set auxicon-spray", "tags" => "Spray", "unicode" => "\e000" );
97
+ $icons["auxicons"]["Store"] = array("class" => "set auxicon-store", "tags" => "Store", "unicode" => "\e001" );
98
+ $icons["auxicons"]["Sunglasses 1"] = array("class" => "set auxicon-sunglasses-1", "tags" => "Sunglasses 1", "unicode" => "\e002" );
99
+ $icons["auxicons"]["Sunglasses 2"] = array("class" => "set auxicon-sunglasses-2", "tags" => "Sunglasses 2", "unicode" => "\e003" );
100
+ $icons["auxicons"]["Tag 1"] = array("class" => "set auxicon-tag-1", "tags" => "Tag 1", "unicode" => "\e004" );
101
+ $icons["auxicons"]["Tag 2"] = array("class" => "set auxicon-tag-2", "tags" => "Tag 2", "unicode" => "\e005" );
102
+ $icons["auxicons"]["Tie"] = array("class" => "set auxicon-tie", "tags" => "Tie", "unicode" => "\e006" );
103
+ $icons["auxicons"]["Truck 1"] = array("class" => "set auxicon-truck-1", "tags" => "Truck 1", "unicode" => "\e007" );
104
+ $icons["auxicons"]["Truck 2"] = array("class" => "set auxicon-truck-2", "tags" => "Truck 2", "unicode" => "\e008" );
105
+ $icons["auxicons"]["Upload"] = array("class" => "set auxicon-upload", "tags" => "Upload", "unicode" => "\e009" );
106
+ $icons["auxicons"]["User"] = array("class" => "set auxicon-user", "tags" => "User", "unicode" => "\e00a" );
107
+ $icons["auxicons"]["User round"] = array("class" => "set auxicon-user-round", "tags" => "User round", "unicode" => "\e00b" );
108
+ $icons["auxicons"]["User v"] = array("class" => "set auxicon-user-v", "tags" => "User v", "unicode" => "\e00c" );
109
+ $icons["auxicons"]["User x"] = array("class" => "set auxicon-user-x", "tags" => "User x", "unicode" => "\e00d" );
110
+ $icons["auxicons"]["Vinyl"] = array("class" => "set auxicon-vinyl", "tags" => "Vinyl", "unicode" => "\e00e" );
111
+ $icons["auxicons"]["Wallet"] = array("class" => "set auxicon-wallet", "tags" => "Wallet", "unicode" => "\e00f" );
112
+ $icons["auxicons"]["Wallet empty"] = array("class" => "set auxicon-wallet-empty", "tags" => "Wallet empty", "unicode" => "\e010" );
113
+ $icons["auxicons"]["Watch"] = array("class" => "set auxicon-watch", "tags" => "Watch", "unicode" => "\e011" );
114
+ $icons["auxicons"]["Wrench 1"] = array("class" => "set auxicon-wrench-1", "tags" => "Wrench 1", "unicode" => "\e012" );
115
+ $icons["auxicons"]["Wrench 2"] = array("class" => "set auxicon-wrench-2", "tags" => "Wrench 2", "unicode" => "\e013" );
116
+ $icons["auxicons"]["Alarm clock"] = array("class" => "set auxicon-alarm-clock", "tags" => "Alarm clock", "unicode" => "\e014" );
117
+ $icons["auxicons"]["Badge"] = array("class" => "set auxicon-badge", "tags" => "Badge", "unicode" => "\e015" );
118
+ $icons["auxicons"]["Bank"] = array("class" => "set auxicon-bank", "tags" => "Bank", "unicode" => "\e016" );
119
+ $icons["auxicons"]["Bell"] = array("class" => "set auxicon-bell", "tags" => "Bell", "unicode" => "\e017" );
120
+ $icons["auxicons"]["Brush"] = array("class" => "set auxicon-brush", "tags" => "Brush", "unicode" => "\e018" );
121
+ $icons["auxicons"]["Calendar"] = array("class" => "set auxicon-calendar", "tags" => "Calendar", "unicode" => "\e019" );
122
+ $icons["auxicons"]["Camera back"] = array("class" => "set auxicon-camera-back", "tags" => "Camera back", "unicode" => "\e01a" );
123
+ $icons["auxicons"]["Camera front"] = array("class" => "set auxicon-camera-front", "tags" => "Camera front", "unicode" => "\e01b" );
124
+ $icons["auxicons"]["Clipboard"] = array("class" => "set auxicon-clipboard", "tags" => "Clipboard", "unicode" => "\e01c" );
125
+ $icons["auxicons"]["Cloud 1"] = array("class" => "set auxicon-cloud-1", "tags" => "Cloud 1", "unicode" => "\e01d" );
126
+ $icons["auxicons"]["Credit card"] = array("class" => "set auxicon-credit-card", "tags" => "Credit card", "unicode" => "\e01e" );
127
+ $icons["auxicons"]["Dashboard"] = array("class" => "set auxicon-dashboard", "tags" => "Dashboard", "unicode" => "\e01f" );
128
+ $icons["auxicons"]["Explore"] = array("class" => "set auxicon-explore", "tags" => "Explore", "unicode" => "\e020" );
129
+ $icons["auxicons"]["File"] = array("class" => "set auxicon-file", "tags" => "File", "unicode" => "\e021" );
130
+ $icons["auxicons"]["Folder 1"] = array("class" => "set auxicon-folder-1", "tags" => "Folder 1", "unicode" => "\e022" );
131
+ $icons["auxicons"]["Handbag"] = array("class" => "set auxicon-handbag", "tags" => "Handbag", "unicode" => "\e023" );
132
+ $icons["auxicons"]["Heart"] = array("class" => "set auxicon-heart", "tags" => "Heart", "unicode" => "\e024" );
133
+ $icons["auxicons"]["Home"] = array("class" => "set auxicon-home", "tags" => "Home", "unicode" => "\e025" );
134
+ $icons["auxicons"]["Id horizontal"] = array("class" => "set auxicon-id-horizontal", "tags" => "Id horizontal", "unicode" => "\e026" );
135
+ $icons["auxicons"]["Id vertical"] = array("class" => "set auxicon-id-vertical", "tags" => "Id vertical", "unicode" => "\e027" );
136
+ $icons["auxicons"]["Location pin"] = array("class" => "set auxicon-location-pin", "tags" => "Location pin", "unicode" => "\e028" );
137
+ $icons["auxicons"]["Mac"] = array("class" => "set auxicon-mac", "tags" => "Mac", "unicode" => "\e029" );
138
+ $icons["auxicons"]["Music"] = array("class" => "set auxicon-music", "tags" => "Music", "unicode" => "\e02a" );
139
+ $icons["auxicons"]["Music playlist"] = array("class" => "set auxicon-music-playlist", "tags" => "Music playlist", "unicode" => "\e02b" );
140
+ $icons["auxicons"]["News"] = array("class" => "set auxicon-news", "tags" => "News", "unicode" => "\e02c" );
141
+ $icons["auxicons"]["Office"] = array("class" => "set auxicon-office", "tags" => "Office", "unicode" => "\e02e" );
142
+ $icons["auxicons"]["Pen 1"] = array("class" => "set auxicon-pen-1", "tags" => "Pen 1", "unicode" => "\e02f" );
143
+ $icons["auxicons"]["Pencil 1"] = array("class" => "set auxicon-pencil-1", "tags" => "Pencil 1", "unicode" => "\e030" );
144
+ $icons["auxicons"]["Phone"] = array("class" => "set auxicon-phone", "tags" => "Phone", "unicode" => "\e031" );
145
+ $icons["auxicons"]["Photos"] = array("class" => "set auxicon-photos", "tags" => "Photos", "unicode" => "\e032" );
146
+ $icons["auxicons"]["Pictures day"] = array("class" => "set auxicon-pictures-day", "tags" => "Pictures day", "unicode" => "\e033" );
147
+ $icons["auxicons"]["Pictures night"] = array("class" => "set auxicon-pictures-night", "tags" => "Pictures night", "unicode" => "\e034" );
148
+ $icons["auxicons"]["Settings"] = array("class" => "set auxicon-settings", "tags" => "Settings", "unicode" => "\e035" );
149
+ $icons["auxicons"]["Share 10"] = array("class" => "set auxicon-share-10", "tags" => "Share 10", "unicode" => "\e036" );
150
+ $icons["auxicons"]["Shop"] = array("class" => "set auxicon-shop", "tags" => "Shop", "unicode" => "\e037" );
151
+ $icons["auxicons"]["Stopwatch"] = array("class" => "set auxicon-stopwatch", "tags" => "Stopwatch", "unicode" => "\e038" );
152
+ $icons["auxicons"]["Tablet"] = array("class" => "set auxicon-tablet", "tags" => "Tablet", "unicode" => "\e039" );
153
+ $icons["auxicons"]["Tag"] = array("class" => "set auxicon-tag", "tags" => "Tag", "unicode" => "\e03a" );
154
+ $icons["auxicons"]["Tags"] = array("class" => "set auxicon-tags", "tags" => "Tags", "unicode" => "\e03b" );
155
+ $icons["auxicons"]["Thumbs down"] = array("class" => "set auxicon-thumbs-down", "tags" => "Thumbs down", "unicode" => "\e03c" );
156
+ $icons["auxicons"]["Thumbs up"] = array("class" => "set auxicon-thumbs-up", "tags" => "Thumbs up", "unicode" => "\e03d" );
157
+ $icons["auxicons"]["Trophy"] = array("class" => "set auxicon-trophy", "tags" => "Trophy", "unicode" => "\e03e" );
158
+ $icons["auxicons"]["Tv"] = array("class" => "set auxicon-tv", "tags" => "Tv", "unicode" => "\e03f" );
159
+ $icons["auxicons"]["User 1"] = array("class" => "set auxicon-user-1", "tags" => "User 1", "unicode" => "\e040" );
160
+ $icons["auxicons"]["Videos"] = array("class" => "set auxicon-videos", "tags" => "Videos", "unicode" => "\e041" );
161
+ $icons["auxicons"]["Wallet 1"] = array("class" => "set auxicon-wallet-1", "tags" => "Wallet 1", "unicode" => "\e042" );
162
+ $icons["auxicons"]["Watch 1"] = array("class" => "set auxicon-watch-1", "tags" => "Watch 1", "unicode" => "\e043" );
163
+ $icons["auxicons"]["Addons"] = array("class" => "set auxicon-addons", "tags" => "Addons", "unicode" => "\e044" );
164
+ $icons["auxicons"]["Arrow"] = array("class" => "set auxicon-arrow", "tags" => "Arrow", "unicode" => "\e045" );
165
+ $icons["auxicons"]["Attachment"] = array("class" => "set auxicon-attachment", "tags" => "Attachment", "unicode" => "\e046" );
166
+ $icons["auxicons"]["Award"] = array("class" => "set auxicon-award", "tags" => "Award", "unicode" => "\e047" );
167
+ $icons["auxicons"]["Book"] = array("class" => "set auxicon-book", "tags" => "Book", "unicode" => "\e048" );
168
+ $icons["auxicons"]["Calendar 1"] = array("class" => "set auxicon-calendar-1", "tags" => "Calendar 1", "unicode" => "\e049" );
169
+ $icons["auxicons"]["Card"] = array("class" => "set auxicon-card", "tags" => "Card", "unicode" => "\e04a" );
170
+ $icons["auxicons"]["Check"] = array("class" => "set auxicon-check", "tags" => "Check", "unicode" => "\e04b" );
171
+ $icons["auxicons"]["Coffee"] = array("class" => "set auxicon-coffee", "tags" => "Coffee", "unicode" => "\e04c" );
172
+ $icons["auxicons"]["Compass"] = array("class" => "set auxicon-compass", "tags" => "Compass", "unicode" => "\e04d" );
173
+ $icons["auxicons"]["Connection"] = array("class" => "set auxicon-connection", "tags" => "Connection", "unicode" => "\e04e" );
174
+ $icons["auxicons"]["Crown"] = array("class" => "set auxicon-crown", "tags" => "Crown", "unicode" => "\e04f" );
175
+ $icons["auxicons"]["Dashboard 1"] = array("class" => "set auxicon-dashboard-1", "tags" => "Dashboard 1", "unicode" => "\e050" );
176
+ $icons["auxicons"]["Direction"] = array("class" => "set auxicon-direction", "tags" => "Direction", "unicode" => "\e051" );
177
+ $icons["auxicons"]["Download 1"] = array("class" => "set auxicon-download-1", "tags" => "Download 1", "unicode" => "\e052" );
178
+ $icons["auxicons"]["Download data"] = array("class" => "set auxicon-download-data", "tags" => "Download data", "unicode" => "\e054" );
179
+ $icons["auxicons"]["Drop"] = array("class" => "set auxicon-drop", "tags" => "Drop", "unicode" => "\e055" );
180
+ $icons["auxicons"]["Expand"] = array("class" => "set auxicon-expand", "tags" => "Expand", "unicode" => "\e056" );
181
+ $icons["auxicons"]["Featured"] = array("class" => "set auxicon-featured", "tags" => "Featured", "unicode" => "\e057" );
182
+ $icons["auxicons"]["Flag"] = array("class" => "set auxicon-flag", "tags" => "Flag", "unicode" => "\e058" );
183
+ $icons["auxicons"]["Folder 2"] = array("class" => "set auxicon-folder-2", "tags" => "Folder 2", "unicode" => "\e059" );
184
+ $icons["auxicons"]["Food 1"] = array("class" => "set auxicon-food-1", "tags" => "Food 1", "unicode" => "\e05a" );
185
+ $icons["auxicons"]["Food 2"] = array("class" => "set auxicon-food-2", "tags" => "Food 2", "unicode" => "\e05b" );
186
+ $icons["auxicons"]["Gift"] = array("class" => "set auxicon-gift", "tags" => "Gift", "unicode" => "\e05c" );
187
+ $icons["auxicons"]["Glasses"] = array("class" => "set auxicon-glasses", "tags" => "Glasses", "unicode" => "\e05d" );
188
+ $icons["auxicons"]["Grid"] = array("class" => "set auxicon-grid", "tags" => "Grid", "unicode" => "\e05e" );
189
+ $icons["auxicons"]["Home 1"] = array("class" => "set auxicon-home-1", "tags" => "Home 1", "unicode" => "\e05f" );
190
+ $icons["auxicons"]["Hot"] = array("class" => "set auxicon-hot", "tags" => "Hot", "unicode" => "\e060" );
191
+ $icons["auxicons"]["Ice cream 1"] = array("class" => "set auxicon-ice-cream-1", "tags" => "Ice cream 1", "unicode" => "\e061" );
192
+ $icons["auxicons"]["Idea"] = array("class" => "set auxicon-idea", "tags" => "Idea", "unicode" => "\e062" );
193
+ $icons["auxicons"]["Info"] = array("class" => "set auxicon-info", "tags" => "Info", "unicode" => "\e063" );
194
+ $icons["auxicons"]["Label"] = array("class" => "set auxicon-label", "tags" => "Label", "unicode" => "\e064" );
195
+ $icons["auxicons"]["Like 2 1"] = array("class" => "set auxicon-like-2-1", "tags" => "Like 2 1", "unicode" => "\e065" );
196
+ $icons["auxicons"]["Link"] = array("class" => "set auxicon-link", "tags" => "Link", "unicode" => "\e066" );
197
+ $icons["auxicons"]["List"] = array("class" => "set auxicon-list", "tags" => "List", "unicode" => "\e067" );
198
+ $icons["auxicons"]["Lists"] = array("class" => "set auxicon-lists", "tags" => "Lists", "unicode" => "\e068" );
199
+ $icons["auxicons"]["Loading"] = array("class" => "set auxicon-loading", "tags" => "Loading", "unicode" => "\e069" );
200
+ $icons["auxicons"]["Login"] = array("class" => "set auxicon-login", "tags" => "Login", "unicode" => "\e06a" );
201
+ $icons["auxicons"]["Mail"] = array("class" => "set auxicon-mail", "tags" => "Mail", "unicode" => "\e06b" );
202
+ $icons["auxicons"]["Map"] = array("class" => "set auxicon-map", "tags" => "Map", "unicode" => "\e06c" );
203
+ $icons["auxicons"]["Map 1"] = array("class" => "set auxicon-map-1", "tags" => "Map 1", "unicode" => "\e06d" );
204
+ $icons["auxicons"]["Map 2"] = array("class" => "set auxicon-map-2", "tags" => "Map 2", "unicode" => "\e06e" );
205
+ $icons["auxicons"]["Mark"] = array("class" => "set auxicon-mark", "tags" => "Mark", "unicode" => "\e06f" );
206
+ $icons["auxicons"]["Media"] = array("class" => "set auxicon-media", "tags" => "Media", "unicode" => "\e070" );
207
+ $icons["auxicons"]["Menu"] = array("class" => "set auxicon-menu", "tags" => "Menu", "unicode" => "\e071" );
208
+ $icons["auxicons"]["Message"] = array("class" => "set auxicon-message", "tags" => "Message", "unicode" => "\e072" );
209
+ $icons["auxicons"]["Money"] = array("class" => "set auxicon-money", "tags" => "Money", "unicode" => "\e073" );
210
+ $icons["auxicons"]["Music 1"] = array("class" => "set auxicon-music-1", "tags" => "Music 1", "unicode" => "\e074" );
211
+ $icons["auxicons"]["Notification 1"] = array("class" => "set auxicon-notification-1", "tags" => "Notification 1", "unicode" => "\e075" );
212
+ $icons["auxicons"]["Notification 2"] = array("class" => "set auxicon-notification-2", "tags" => "Notification 2", "unicode" => "\e076" );
213
+ $icons["auxicons"]["Packet"] = array("class" => "set auxicon-packet", "tags" => "Packet", "unicode" => "\e077" );
214
+ $icons["auxicons"]["Pause 1"] = array("class" => "set auxicon-pause-1", "tags" => "Pause 1", "unicode" => "\e078" );
215
+ $icons["auxicons"]["Pen 2"] = array("class" => "set auxicon-pen-2", "tags" => "Pen 2", "unicode" => "\e079" );
216
+ $icons["auxicons"]["Phone 1"] = array("class" => "set auxicon-phone-1", "tags" => "Phone 1", "unicode" => "\e07a" );
217
+ $icons["auxicons"]["Photo"] = array("class" => "set auxicon-photo", "tags" => "Photo", "unicode" => "\e07b" );
218
+ $icons["auxicons"]["Play 1"] = array("class" => "set auxicon-play-1", "tags" => "Play 1", "unicode" => "\e07c" );
219
+ $icons["auxicons"]["Portfolio"] = array("class" => "set auxicon-portfolio", "tags" => "Portfolio", "unicode" => "\e07d" );
220
+ $icons["auxicons"]["Profile 1"] = array("class" => "set auxicon-profile-1", "tags" => "Profile 1", "unicode" => "\e07e" );
221
+ $icons["auxicons"]["Profile 2"] = array("class" => "set auxicon-profile-2", "tags" => "Profile 2", "unicode" => "\e07f" );
222
+ $icons["auxicons"]["Profile 3"] = array("class" => "set auxicon-profile-3", "tags" => "Profile 3", "unicode" => "\e080" );
223
+ $icons["auxicons"]["Profile 4"] = array("class" => "set auxicon-profile-4", "tags" => "Profile 4", "unicode" => "\e081" );
224
+ $icons["auxicons"]["Repair"] = array("class" => "set auxicon-repair", "tags" => "Repair", "unicode" => "\e082" );
225
+ $icons["auxicons"]["Repost"] = array("class" => "set auxicon-repost", "tags" => "Repost", "unicode" => "\e083" );
226
+ $icons["auxicons"]["Resend"] = array("class" => "set auxicon-resend", "tags" => "Resend", "unicode" => "\e084" );
227
+ $icons["auxicons"]["Rocket"] = array("class" => "set auxicon-rocket", "tags" => "Rocket", "unicode" => "\e085" );
228
+ $icons["auxicons"]["Save"] = array("class" => "set auxicon-save", "tags" => "Save", "unicode" => "\e086" );
229
+ $icons["auxicons"]["Search"] = array("class" => "set auxicon-search", "tags" => "Search", "unicode" => "\e087" );
230
+ $icons["auxicons"]["Settings 4"] = array("class" => "set auxicon-settings-4", "tags" => "Settings 4", "unicode" => "\e088" );
231
+ $icons["auxicons"]["Share 1"] = array("class" => "set auxicon-share-1", "tags" => "Share 1", "unicode" => "\e089" );
232
+ $icons["auxicons"]["Share 2"] = array("class" => "set auxicon-share-2", "tags" => "Share 2", "unicode" => "\e08a" );
233
+ $icons["auxicons"]["Shop 1"] = array("class" => "set auxicon-shop-1", "tags" => "Shop 1", "unicode" => "\e08b" );
234
+ $icons["auxicons"]["Sorting"] = array("class" => "set auxicon-sorting", "tags" => "Sorting", "unicode" => "\e08c" );
235
+ $icons["auxicons"]["Sound"] = array("class" => "set auxicon-sound", "tags" => "Sound", "unicode" => "\e08d" );
236
+ $icons["auxicons"]["Star rate"] = array("class" => "set auxicon-star-rate", "tags" => "Star rate", "unicode" => "\e08e" );
237
+ $icons["auxicons"]["Stats 1"] = array("class" => "set auxicon-stats-1", "tags" => "Stats 1", "unicode" => "\e08f" );
238
+ $icons["auxicons"]["Stats 2"] = array("class" => "set auxicon-stats-2", "tags" => "Stats 2", "unicode" => "\e090" );
239
+ $icons["auxicons"]["Stats 3"] = array("class" => "set auxicon-stats-3", "tags" => "Stats 3", "unicode" => "\e091" );
240
+ $icons["auxicons"]["Stop"] = array("class" => "set auxicon-stop", "tags" => "Stop", "unicode" => "\e092" );
241
+ $icons["auxicons"]["Tablet 1"] = array("class" => "set auxicon-tablet-1", "tags" => "Tablet 1", "unicode" => "\e093" );
242
+ $icons["auxicons"]["Tablet mini"] = array("class" => "set auxicon-tablet-mini", "tags" => "Tablet mini", "unicode" => "\e094" );
243
+ $icons["auxicons"]["Time"] = array("class" => "set auxicon-time", "tags" => "Time", "unicode" => "\e095" );
244
+ $icons["auxicons"]["Top"] = array("class" => "set auxicon-top", "tags" => "Top", "unicode" => "\e096" );
245
+ $icons["auxicons"]["Trash"] = array("class" => "set auxicon-trash", "tags" => "Trash", "unicode" => "\e097" );
246
+ $icons["auxicons"]["Treasure"] = array("class" => "set auxicon-treasure", "tags" => "Treasure", "unicode" => "\e098" );
247
+ $icons["auxicons"]["View"] = array("class" => "set auxicon-view", "tags" => "View", "unicode" => "\e099" );
248
+ $icons["auxicons"]["Vote"] = array("class" => "set auxicon-vote", "tags" => "Vote", "unicode" => "\e09a" );
249
+ $icons["auxicons"]["Wallet 2"] = array("class" => "set auxicon-wallet-2", "tags" => "Wallet 2", "unicode" => "\e09b" );
250
+ $icons["auxicons"]["Weather"] = array("class" => "set auxicon-weather", "tags" => "Weather", "unicode" => "\e09c" );
251
+ $icons["auxicons"]["Wireframe"] = array("class" => "set auxicon-wireframe", "tags" => "Wireframe", "unicode" => "\e09d" );
252
+ $icons["auxicons"]["Add"] = array("class" => "set auxicon-add", "tags" => "Add", "unicode" => "\e09e" );
253
+ $icons["auxicons"]["Alarm"] = array("class" => "set auxicon-alarm", "tags" => "Alarm", "unicode" => "\e09f" );
254
+ $icons["auxicons"]["Anchor"] = array("class" => "set auxicon-anchor", "tags" => "Anchor", "unicode" => "\e0a0" );
255
+ $icons["auxicons"]["Attachment 1"] = array("class" => "set auxicon-attachment-1", "tags" => "Attachment 1", "unicode" => "\e0a1" );
256
+ $icons["auxicons"]["Brightness"] = array("class" => "set auxicon-brightness", "tags" => "Brightness", "unicode" => "\e0a2" );
257
+ $icons["auxicons"]["Brightness half"] = array("class" => "set auxicon-brightness-half", "tags" => "Brightness half", "unicode" => "\e0a3" );
258
+ $icons["auxicons"]["Browser"] = array("class" => "set auxicon-browser", "tags" => "Browser", "unicode" => "\e0a4" );
259
+ $icons["auxicons"]["Calculator 2"] = array("class" => "set auxicon-calculator-2", "tags" => "Calculator 2", "unicode" => "\e0a5" );
260
+ $icons["auxicons"]["Calendar 2"] = array("class" => "set auxicon-calendar-2", "tags" => "Calendar 2", "unicode" => "\e0a6" );
261
+ $icons["auxicons"]["Camera"] = array("class" => "set auxicon-camera", "tags" => "Camera", "unicode" => "\e0a7" );
262
+ $icons["auxicons"]["Chat"] = array("class" => "set auxicon-chat", "tags" => "Chat", "unicode" => "\e0a8" );
263
+ $icons["auxicons"]["Circle full"] = array("class" => "set auxicon-circle-full", "tags" => "Circle full", "unicode" => "\e0a9" );
264
+ $icons["auxicons"]["Circle half"] = array("class" => "set auxicon-circle-half", "tags" => "Circle half", "unicode" => "\e0aa" );
265
+ $icons["auxicons"]["Clipboard 1"] = array("class" => "set auxicon-clipboard-1", "tags" => "Clipboard 1", "unicode" => "\e0ab" );
266
+ $icons["auxicons"]["Clock"] = array("class" => "set auxicon-clock", "tags" => "Clock", "unicode" => "\e0ac" );
267
+ $icons["auxicons"]["Close"] = array("class" => "set auxicon-close", "tags" => "Close", "unicode" => "\e0ad" );
268
+ $icons["auxicons"]["Cloud 2"] = array("class" => "set auxicon-cloud-2", "tags" => "Cloud 2", "unicode" => "\e0ae" );
269
+ $icons["auxicons"]["Cmd"] = array("class" => "set auxicon-cmd", "tags" => "Cmd", "unicode" => "\e0af" );
270
+ $icons["auxicons"]["Comments"] = array("class" => "set auxicon-comments", "tags" => "Comments", "unicode" => "\e0b0" );
271
+ $icons["auxicons"]["Compose"] = array("class" => "set auxicon-compose", "tags" => "Compose", "unicode" => "\e0b1" );
272
+ $icons["auxicons"]["Delicious 1"] = array("class" => "set auxicon-delicious-1", "tags" => "Delicious 1", "unicode" => "\e0b2" );
273
+ $icons["auxicons"]["Dribbble 1"] = array("class" => "set auxicon-dribbble-1", "tags" => "Dribbble 1", "unicode" => "\e0b3" );
274
+ $icons["auxicons"]["Envelope"] = array("class" => "set auxicon-envelope", "tags" => "Envelope", "unicode" => "\e0b4" );
275
+ $icons["auxicons"]["Exclamation"] = array("class" => "set auxicon-exclamation", "tags" => "Exclamation", "unicode" => "\e0b5" );
276
+ $icons["auxicons"]["Expand 1"] = array("class" => "set auxicon-expand-1", "tags" => "Expand 1", "unicode" => "\e0b6" );
277
+ $icons["auxicons"]["Feather"] = array("class" => "set auxicon-feather", "tags" => "Feather", "unicode" => "\e0b8" );
278
+ $icons["auxicons"]["Forbid"] = array("class" => "set auxicon-forbid", "tags" => "Forbid", "unicode" => "\e0b9" );
279
+ $icons["auxicons"]["Forbid 1"] = array("class" => "set auxicon-forbid-1", "tags" => "Forbid 1", "unicode" => "\e0ba" );
280
+ $icons["auxicons"]["Fork and knife"] = array("class" => "set auxicon-fork-and-knife", "tags" => "Fork and knife", "unicode" => "\e0bb" );
281
+ $icons["auxicons"]["Fork and spoon"] = array("class" => "set auxicon-fork-and-spoon", "tags" => "Fork and spoon", "unicode" => "\e0bc" );
282
+ $icons["auxicons"]["Forward 1"] = array("class" => "set auxicon-forward-1", "tags" => "Forward 1", "unicode" => "\e0bd" );
283
+ $icons["auxicons"]["Gallary"] = array("class" => "set auxicon-gallary", "tags" => "Gallary", "unicode" => "\e0be" );
284
+ $icons["auxicons"]["Globe"] = array("class" => "set auxicon-globe", "tags" => "Globe", "unicode" => "\e0bf" );
285
+ $icons["auxicons"]["Googleplus 1"] = array("class" => "set auxicon-googleplus-1", "tags" => "Googleplus 1", "unicode" => "\e0c0" );
286
+ $icons["auxicons"]["Grid 1"] = array("class" => "set auxicon-grid-1", "tags" => "Grid 1", "unicode" => "\e0c1" );
287
+ $icons["auxicons"]["Grid alt"] = array("class" => "set auxicon-grid-alt", "tags" => "Grid alt", "unicode" => "\e0c2" );
288
+ $icons["auxicons"]["Heart 1"] = array("class" => "set auxicon-heart-1", "tags" => "Heart 1", "unicode" => "\e0c3" );
289
+ $icons["auxicons"]["Home 2"] = array("class" => "set auxicon-home-2", "tags" => "Home 2", "unicode" => "\e0c4" );
290
+ $icons["auxicons"]["Hyperlink"] = array("class" => "set auxicon-hyperlink", "tags" => "Hyperlink", "unicode" => "\e0c5" );
291
+ $icons["auxicons"]["In"] = array("class" => "set auxicon-in", "tags" => "In", "unicode" => "\e0c6" );
292
+ $icons["auxicons"]["In alt"] = array("class" => "set auxicon-in-alt", "tags" => "In alt", "unicode" => "\e0c7" );
293
+ $icons["auxicons"]["Inbox"] = array("class" => "set auxicon-inbox", "tags" => "Inbox", "unicode" => "\e0c8" );
294
+ $icons["auxicons"]["Inbox alt"] = array("class" => "set auxicon-inbox-alt", "tags" => "Inbox alt", "unicode" => "\e0c9" );
295
+ $icons["auxicons"]["Instagram 1"] = array("class" => "set auxicon-instagram-1", "tags" => "Instagram 1", "unicode" => "\e0ca" );
296
+ $icons["auxicons"]["Ipad"] = array("class" => "set auxicon-ipad", "tags" => "Ipad", "unicode" => "\e0cb" );
297
+ $icons["auxicons"]["Iphone"] = array("class" => "set auxicon-iphone", "tags" => "Iphone", "unicode" => "\e0cc" );
298
+ $icons["auxicons"]["Light bulb"] = array("class" => "set auxicon-light-bulb", "tags" => "Light bulb", "unicode" => "\e0cd" );
299
+ $icons["auxicons"]["List 1"] = array("class" => "set auxicon-list-1", "tags" => "List 1", "unicode" => "\e0ce" );
300
+ $icons["auxicons"]["Maximize"] = array("class" => "set auxicon-maximize", "tags" => "Maximize", "unicode" => "\e0cf" );
301
+ $icons["auxicons"]["Menu 1"] = array("class" => "set auxicon-menu-1", "tags" => "Menu 1", "unicode" => "\e0d0" );
302
+ $icons["auxicons"]["Moon"] = array("class" => "set auxicon-moon", "tags" => "Moon", "unicode" => "\e0d1" );
303
+ $icons["auxicons"]["Newspaper"] = array("class" => "set auxicon-newspaper", "tags" => "Newspaper", "unicode" => "\e0d2" );
304
+ $icons["auxicons"]["Newspaper alt"] = array("class" => "set auxicon-newspaper-alt", "tags" => "Newspaper alt", "unicode" => "\e0d3" );
305
+ $icons["auxicons"]["Out"] = array("class" => "set auxicon-out", "tags" => "Out", "unicode" => "\e0d4" );
306
+ $icons["auxicons"]["Pause 2"] = array("class" => "set auxicon-pause-2", "tags" => "Pause 2", "unicode" => "\e0d5" );
307
+ $icons["auxicons"]["Pin"] = array("class" => "set auxicon-pin", "tags" => "Pin", "unicode" => "\e0d6" );
308
+ $icons["auxicons"]["Pin alt"] = array("class" => "set auxicon-pin-alt", "tags" => "Pin alt", "unicode" => "\e0d7" );
309
+ $icons["auxicons"]["Play 2"] = array("class" => "set auxicon-play-2", "tags" => "Play 2", "unicode" => "\e0d8" );
310
+ $icons["auxicons"]["Portfolio 1"] = array("class" => "set auxicon-portfolio-1", "tags" => "Portfolio 1", "unicode" => "\e0d9" );
311
+ $icons["auxicons"]["Question"] = array("class" => "set auxicon-question", "tags" => "Question", "unicode" => "\e0da" );
312
+ $icons["auxicons"]["Rewind"] = array("class" => "set auxicon-rewind", "tags" => "Rewind", "unicode" => "\e0db" );
313
+ $icons["auxicons"]["Screen"] = array("class" => "set auxicon-screen", "tags" => "Screen", "unicode" => "\e0dc" );
314
+ $icons["auxicons"]["Settings 5"] = array("class" => "set auxicon-settings-5", "tags" => "Settings 5", "unicode" => "\e0de" );
315
+ $icons["auxicons"]["Sound 1"] = array("class" => "set auxicon-sound-1", "tags" => "Sound 1", "unicode" => "\e0df" );
316
+ $icons["auxicons"]["Sound alt"] = array("class" => "set auxicon-sound-alt", "tags" => "Sound alt", "unicode" => "\e0e0" );
317
+ $icons["auxicons"]["Sound off"] = array("class" => "set auxicon-sound-off", "tags" => "Sound off", "unicode" => "\e0e1" );
318
+ $icons["auxicons"]["Spinner"] = array("class" => "set auxicon-spinner", "tags" => "Spinner", "unicode" => "\e0e2" );
319
+ $icons["auxicons"]["Stop 1"] = array("class" => "set auxicon-stop-1", "tags" => "Stop 1", "unicode" => "\e0e3" );
320
+ $icons["auxicons"]["Store 1"] = array("class" => "set auxicon-store-1", "tags" => "Store 1", "unicode" => "\e0e4" );
321
+ $icons["auxicons"]["Subtract"] = array("class" => "set auxicon-subtract", "tags" => "Subtract", "unicode" => "\e0e5" );
322
+ $icons["auxicons"]["Task"] = array("class" => "set auxicon-task", "tags" => "Task", "unicode" => "\e0e6" );
323
+ $icons["auxicons"]["Trash 1"] = array("class" => "set auxicon-trash-1", "tags" => "Trash 1", "unicode" => "\e0e7" );
324
+ $icons["auxicons"]["Trash alt"] = array("class" => "set auxicon-trash-alt", "tags" => "Trash alt", "unicode" => "\e0e8" );
325
+ $icons["auxicons"]["User 2"] = array("class" => "set auxicon-user-2", "tags" => "User 2", "unicode" => "\e0e9" );
326
+ $icons["auxicons"]["Users"] = array("class" => "set auxicon-users", "tags" => "Users", "unicode" => "\e0ea" );
327
+ $icons["auxicons"]["Windows 1 1"] = array("class" => "set auxicon-windows-1-1", "tags" => "Windows 1 1", "unicode" => "\e0eb" );
328
+ $icons["auxicons"]["Zoom in"] = array("class" => "set auxicon-zoom-in", "tags" => "Zoom in", "unicode" => "\e0ec" );
329
+ $icons["auxicons"]["Zoom out"] = array("class" => "set auxicon-zoom-out", "tags" => "Zoom out", "unicode" => "\e0ed" );
330
+ $icons["auxicons"]["Alert"] = array("class" => "set auxicon-alert", "tags" => "Alert", "unicode" => "\e0ee" );
331
+ $icons["auxicons"]["Alignment align"] = array("class" => "set auxicon-alignment-align", "tags" => "Alignment align", "unicode" => "\e0ef" );
332
+ $icons["auxicons"]["Alignment aligned to"] = array("class" => "set auxicon-alignment-aligned-to", "tags" => "Alignment aligned to", "unicode" => "\e0f0" );
333
+ $icons["auxicons"]["Alignment unalign"] = array("class" => "set auxicon-alignment-unalign", "tags" => "Alignment unalign", "unicode" => "\e0f1" );
334
+ $icons["auxicons"]["Arrow down"] = array("class" => "set auxicon-arrow-down", "tags" => "Arrow down", "unicode" => "\e0f2" );
335
+ $icons["auxicons"]["Arrow left"] = array("class" => "set auxicon-arrow-left", "tags" => "Arrow left", "unicode" => "\e0f3" );
336
+ $icons["auxicons"]["Arrow right"] = array("class" => "set auxicon-arrow-right", "tags" => "Arrow right", "unicode" => "\e0f4" );
337
+ $icons["auxicons"]["Arrow small down"] = array("class" => "set auxicon-arrow-small-down", "tags" => "Arrow small down", "unicode" => "\e0f5" );
338
+ $icons["auxicons"]["Arrow small left"] = array("class" => "set auxicon-arrow-small-left", "tags" => "Arrow small left", "unicode" => "\e0f6" );
339
+ $icons["auxicons"]["Arrow small right"] = array("class" => "set auxicon-arrow-small-right", "tags" => "Arrow small right", "unicode" => "\e0f7" );
340
+ $icons["auxicons"]["Arrow small up"] = array("class" => "set auxicon-arrow-small-up", "tags" => "Arrow small up", "unicode" => "\e0f8" );
341
+ $icons["auxicons"]["Arrow up"] = array("class" => "set auxicon-arrow-up", "tags" => "Arrow up", "unicode" => "\e0f9" );
342
+ $icons["auxicons"]["Beer"] = array("class" => "set auxicon-beer", "tags" => "Beer", "unicode" => "\e0fa" );
343
+ $icons["auxicons"]["Book 1"] = array("class" => "set auxicon-book-1", "tags" => "Book 1", "unicode" => "\e0fb" );
344
+ $icons["auxicons"]["Bookmark"] = array("class" => "set auxicon-bookmark", "tags" => "Bookmark", "unicode" => "\e0fc" );
345
+ $icons["auxicons"]["Briefcase"] = array("class" => "set auxicon-briefcase", "tags" => "Briefcase", "unicode" => "\e0fd" );
346
+ $icons["auxicons"]["Broadcast"] = array("class" => "set auxicon-broadcast", "tags" => "Broadcast", "unicode" => "\e0fe" );
347
+ $icons["auxicons"]["Browser 1"] = array("class" => "set auxicon-browser-1", "tags" => "Browser 1", "unicode" => "\e0ff" );
348
+ $icons["auxicons"]["Bug"] = array("class" => "set auxicon-bug", "tags" => "Bug", "unicode" => "\e100" );
349
+ $icons["auxicons"]["Calendar 3"] = array("class" => "set auxicon-calendar-3", "tags" => "Calendar 3", "unicode" => "\e101" );
350
+ $icons["auxicons"]["Check 1"] = array("class" => "set auxicon-check-1", "tags" => "Check 1", "unicode" => "\e102" );
351
+ $icons["auxicons"]["Checklist"] = array("class" => "set auxicon-checklist", "tags" => "Checklist", "unicode" => "\e103" );
352
+ $icons["auxicons"]["Chevron down"] = array("class" => "set auxicon-chevron-down", "tags" => "Chevron down", "unicode" => "\e104" );
353
+ $icons["auxicons"]["Chevron left"] = array("class" => "set auxicon-chevron-left", "tags" => "Chevron left", "unicode" => "\e105" );
354
+ $icons["auxicons"]["Chevron right"] = array("class" => "set auxicon-chevron-right", "tags" => "Chevron right", "unicode" => "\e106" );
355
+ $icons["auxicons"]["Chevron up"] = array("class" => "set auxicon-chevron-up", "tags" => "Chevron up", "unicode" => "\e107" );
356
+ $icons["auxicons"]["Circle slash"] = array("class" => "set auxicon-circle-slash", "tags" => "Circle slash", "unicode" => "\e108" );
357
+ $icons["auxicons"]["Circuit board"] = array("class" => "set auxicon-circuit-board", "tags" => "Circuit board", "unicode" => "\e109" );
358
+ $icons["auxicons"]["Clippy"] = array("class" => "set auxicon-clippy", "tags" => "Clippy", "unicode" => "\e10a" );
359
+ $icons["auxicons"]["Clock 1"] = array("class" => "set auxicon-clock-1", "tags" => "Clock 1", "unicode" => "\e10b" );
360
+ $icons["auxicons"]["Cloud download"] = array("class" => "set auxicon-cloud-download", "tags" => "Cloud download", "unicode" => "\e10c" );
361
+ $icons["auxicons"]["Cloud upload"] = array("class" => "set auxicon-cloud-upload", "tags" => "Cloud upload", "unicode" => "\e10d" );
362
+ $icons["auxicons"]["Code"] = array("class" => "set auxicon-code", "tags" => "Code", "unicode" => "\e10e" );
363
+ $icons["auxicons"]["Color mode"] = array("class" => "set auxicon-color-mode", "tags" => "Color mode", "unicode" => "\e10f" );
364
+ $icons["auxicons"]["Comment 2 1"] = array("class" => "set auxicon-comment-2-1", "tags" => "Comment 2 1", "unicode" => "\e110" );
365
+ $icons["auxicons"]["Comment discussion"] = array("class" => "set auxicon-comment-discussion", "tags" => "Comment discussion", "unicode" => "\e111" );
366
+ $icons["auxicons"]["Credit card 5"] = array("class" => "set auxicon-credit-card-5", "tags" => "Credit card 5", "unicode" => "\e112" );
367
+ $icons["auxicons"]["Dash"] = array("class" => "set auxicon-dash", "tags" => "Dash", "unicode" => "\e113" );
368
+ $icons["auxicons"]["Dashboard 2"] = array("class" => "set auxicon-dashboard-2", "tags" => "Dashboard 2", "unicode" => "\e114" );
369
+ $icons["auxicons"]["Database"] = array("class" => "set auxicon-database", "tags" => "Database", "unicode" => "\e115" );
370
+ $icons["auxicons"]["Device camera"] = array("class" => "set auxicon-device-camera", "tags" => "Device camera", "unicode" => "\e116" );
371
+ $icons["auxicons"]["Device camera video"] = array("class" => "set auxicon-device-camera-video", "tags" => "Device camera video", "unicode" => "\e117" );
372
+ $icons["auxicons"]["Device desktop"] = array("class" => "set auxicon-device-desktop", "tags" => "Device desktop", "unicode" => "\e118" );
373
+ $icons["auxicons"]["Device mobile"] = array("class" => "set auxicon-device-mobile", "tags" => "Device mobile", "unicode" => "\e119" );
374
+ $icons["auxicons"]["Diff"] = array("class" => "set auxicon-diff", "tags" => "Diff", "unicode" => "\e11a" );
375
+ $icons["auxicons"]["Diff added"] = array("class" => "set auxicon-diff-added", "tags" => "Diff added", "unicode" => "\e11b" );
376
+ $icons["auxicons"]["Diff ignored"] = array("class" => "set auxicon-diff-ignored", "tags" => "Diff ignored", "unicode" => "\e11c" );
377
+ $icons["auxicons"]["Diff modified"] = array("class" => "set auxicon-diff-modified", "tags" => "Diff modified", "unicode" => "\e11d" );
378
+ $icons["auxicons"]["Diff removed"] = array("class" => "set auxicon-diff-removed", "tags" => "Diff removed", "unicode" => "\e11e" );
379
+ $icons["auxicons"]["Diff renamed"] = array("class" => "set auxicon-diff-renamed", "tags" => "Diff renamed", "unicode" => "\e11f" );
380
+ $icons["auxicons"]["Ellipsis"] = array("class" => "set auxicon-ellipsis", "tags" => "Ellipsis", "unicode" => "\e120" );
381
+ $icons["auxicons"]["Eye"] = array("class" => "set auxicon-eye", "tags" => "Eye", "unicode" => "\e121" );
382
+ $icons["auxicons"]["File binary"] = array("class" => "set auxicon-file-binary", "tags" => "File binary", "unicode" => "\e122" );
383
+ $icons["auxicons"]["File code"] = array("class" => "set auxicon-file-code", "tags" => "File code", "unicode" => "\e123" );
384
+ $icons["auxicons"]["File directory"] = array("class" => "set auxicon-file-directory", "tags" => "File directory", "unicode" => "\e124" );
385
+ $icons["auxicons"]["File media"] = array("class" => "set auxicon-file-media", "tags" => "File media", "unicode" => "\e125" );
386
+ $icons["auxicons"]["File pdf"] = array("class" => "set auxicon-file-pdf", "tags" => "File pdf", "unicode" => "\e126" );
387
+ $icons["auxicons"]["File submodule"] = array("class" => "set auxicon-file-submodule", "tags" => "File submodule", "unicode" => "\e127" );
388
+ $icons["auxicons"]["File symlink directory"] = array("class" => "set auxicon-file-symlink-directory", "tags" => "File symlink directory", "unicode" => "\e128" );
389
+ $icons["auxicons"]["File symlink file"] = array("class" => "set auxicon-file-symlink-file", "tags" => "File symlink file", "unicode" => "\e129" );
390
+ $icons["auxicons"]["File text"] = array("class" => "set auxicon-file-text", "tags" => "File text", "unicode" => "\e12a" );
391
+ $icons["auxicons"]["File zip"] = array("class" => "set auxicon-file-zip", "tags" => "File zip", "unicode" => "\e12b" );
392
+ $icons["auxicons"]["Flame"] = array("class" => "set auxicon-flame", "tags" => "Flame", "unicode" => "\e12c" );
393
+ $icons["auxicons"]["Fold"] = array("class" => "set auxicon-fold", "tags" => "Fold", "unicode" => "\e12d" );
394
+ $icons["auxicons"]["Gear"] = array("class" => "set auxicon-gear", "tags" => "Gear", "unicode" => "\e12e" );
395
+ $icons["auxicons"]["Gift 1"] = array("class" => "set auxicon-gift-1", "tags" => "Gift 1", "unicode" => "\e12f" );
396
+ $icons["auxicons"]["Gist"] = array("class" => "set auxicon-gist", "tags" => "Gist", "unicode" => "\e130" );
397
+ $icons["auxicons"]["Gist secret"] = array("class" => "set auxicon-gist-secret", "tags" => "Gist secret", "unicode" => "\e131" );
398
+ $icons["auxicons"]["Git branch"] = array("class" => "set auxicon-git-branch", "tags" => "Git branch", "unicode" => "\e132" );
399
+ $icons["auxicons"]["Git commit"] = array("class" => "set auxicon-git-commit", "tags" => "Git commit", "unicode" => "\e133" );
400
+ $icons["auxicons"]["Git compare"] = array("class" => "set auxicon-git-compare", "tags" => "Git compare", "unicode" => "\e134" );
401
+ $icons["auxicons"]["Git merge"] = array("class" => "set auxicon-git-merge", "tags" => "Git merge", "unicode" => "\e135" );
402
+ $icons["auxicons"]["Git pull request"] = array("class" => "set auxicon-git-pull-request", "tags" => "Git pull request", "unicode" => "\e136" );
403
+ $icons["auxicons"]["Globe 1"] = array("class" => "set auxicon-globe-1", "tags" => "Globe 1", "unicode" => "\e137" );
404
+ $icons["auxicons"]["Graph"] = array("class" => "set auxicon-graph", "tags" => "Graph", "unicode" => "\e138" );
405
+ $icons["auxicons"]["Heart 2"] = array("class" => "set auxicon-heart-2", "tags" => "Heart 2", "unicode" => "\e139" );
406
+ $icons["auxicons"]["History"] = array("class" => "set auxicon-history", "tags" => "History", "unicode" => "\e13a" );
407
+ $icons["auxicons"]["Home 3"] = array("class" => "set auxicon-home-3", "tags" => "Home 3", "unicode" => "\e13b" );
408
+ $icons["auxicons"]["Horizontal rule"] = array("class" => "set auxicon-horizontal-rule", "tags" => "Horizontal rule", "unicode" => "\e13c" );
409
+ $icons["auxicons"]["Hourglass"] = array("class" => "set auxicon-hourglass", "tags" => "Hourglass", "unicode" => "\e13d" );
410
+ $icons["auxicons"]["Hubot"] = array("class" => "set auxicon-hubot", "tags" => "Hubot", "unicode" => "\e13e" );
411
+ $icons["auxicons"]["Inbox 1"] = array("class" => "set auxicon-inbox-1", "tags" => "Inbox 1", "unicode" => "\e13f" );
412
+ $icons["auxicons"]["Info 1"] = array("class" => "set auxicon-info-1", "tags" => "Info 1", "unicode" => "\e140" );
413
+ $icons["auxicons"]["Issue closed"] = array("class" => "set auxicon-issue-closed", "tags" => "Issue closed", "unicode" => "\e141" );
414
+ $icons["auxicons"]["Issue opened"] = array("class" => "set auxicon-issue-opened", "tags" => "Issue opened", "unicode" => "\e142" );
415
+ $icons["auxicons"]["Issue reopened"] = array("class" => "set auxicon-issue-reopened", "tags" => "Issue reopened", "unicode" => "\e143" );
416
+ $icons["auxicons"]["Jersey"] = array("class" => "set auxicon-jersey", "tags" => "Jersey", "unicode" => "\e144" );
417
+ $icons["auxicons"]["Jump down"] = array("class" => "set auxicon-jump-down", "tags" => "Jump down", "unicode" => "\e145" );
418
+ $icons["auxicons"]["Jump left"] = array("class" => "set auxicon-jump-left", "tags" => "Jump left", "unicode" => "\e146" );
419
+ $icons["auxicons"]["Jump right"] = array("class" => "set auxicon-jump-right", "tags" => "Jump right", "unicode" => "\e147" );
420
+ $icons["auxicons"]["Jump up"] = array("class" => "set auxicon-jump-up", "tags" => "Jump up", "unicode" => "\e148" );
421
+ $icons["auxicons"]["Key 1"] = array("class" => "set auxicon-key-1", "tags" => "Key 1", "unicode" => "\e149" );
422
+ $icons["auxicons"]["Keyboard 1"] = array("class" => "set auxicon-keyboard-1", "tags" => "Keyboard 1", "unicode" => "\e14a" );
423
+ $icons["auxicons"]["Law"] = array("class" => "set auxicon-law", "tags" => "Law", "unicode" => "\e14b" );
424
+ $icons["auxicons"]["Light bulb 1"] = array("class" => "set auxicon-light-bulb-1", "tags" => "Light bulb 1", "unicode" => "\e14c" );
425
+ $icons["auxicons"]["Link 1"] = array("class" => "set auxicon-link-1", "tags" => "Link 1", "unicode" => "\e14d" );
426
+ $icons["auxicons"]["Link external"] = array("class" => "set auxicon-link-external", "tags" => "Link external", "unicode" => "\e14e" );
427
+ $icons["auxicons"]["List ordered"] = array("class" => "set auxicon-list-ordered", "tags" => "List ordered", "unicode" => "\e14f" );
428
+ $icons["auxicons"]["List unordered"] = array("class" => "set auxicon-list-unordered", "tags" => "List unordered", "unicode" => "\e150" );
429
+ $icons["auxicons"]["Location"] = array("class" => "set auxicon-location", "tags" => "Location", "unicode" => "\e151" );
430
+ $icons["auxicons"]["Lock"] = array("class" => "set auxicon-lock", "tags" => "Lock", "unicode" => "\e152" );
431
+ $icons["auxicons"]["Logo github"] = array("class" => "set auxicon-logo-github", "tags" => "Logo github", "unicode" => "\e153" );
432
+ $icons["auxicons"]["Mail 1"] = array("class" => "set auxicon-mail-1", "tags" => "Mail 1", "unicode" => "\e154" );
433
+ $icons["auxicons"]["Mail read"] = array("class" => "set auxicon-mail-read", "tags" => "Mail read", "unicode" => "\e155" );
434
+ $icons["auxicons"]["Mail reply"] = array("class" => "set auxicon-mail-reply", "tags" => "Mail reply", "unicode" => "\e156" );
435
+ $icons["auxicons"]["Mark github"] = array("class" => "set auxicon-mark-github", "tags" => "Mark github", "unicode" => "\e157" );
436
+ $icons["auxicons"]["Markdown"] = array("class" => "set auxicon-markdown", "tags" => "Markdown", "unicode" => "\e158" );
437
+ $icons["auxicons"]["Megaphone"] = array("class" => "set auxicon-megaphone", "tags" => "Megaphone", "unicode" => "\e159" );
438
+ $icons["auxicons"]["Mention"] = array("class" => "set auxicon-mention", "tags" => "Mention", "unicode" => "\e15a" );
439
+ $icons["auxicons"]["Microscope"] = array("class" => "set auxicon-microscope", "tags" => "Microscope", "unicode" => "\e15b" );
440
+ $icons["auxicons"]["Milestone"] = array("class" => "set auxicon-milestone", "tags" => "Milestone", "unicode" => "\e15c" );
441
+ $icons["auxicons"]["Mirror"] = array("class" => "set auxicon-mirror", "tags" => "Mirror", "unicode" => "\e15d" );
442
+ $icons["auxicons"]["Mortar board"] = array("class" => "set auxicon-mortar-board", "tags" => "Mortar board", "unicode" => "\e15e" );
443
+ $icons["auxicons"]["Move down"] = array("class" => "set auxicon-move-down", "tags" => "Move down", "unicode" => "\e15f" );
444
+ $icons["auxicons"]["Move left"] = array("class" => "set auxicon-move-left", "tags" => "Move left", "unicode" => "\e160" );
445
+ $icons["auxicons"]["Move right"] = array("class" => "set auxicon-move-right", "tags" => "Move right", "unicode" => "\e161" );
446
+ $icons["auxicons"]["Move up"] = array("class" => "set auxicon-move-up", "tags" => "Move up", "unicode" => "\e162" );
447
+ $icons["auxicons"]["Mute"] = array("class" => "set auxicon-mute", "tags" => "Mute", "unicode" => "\e163" );
448
+ $icons["auxicons"]["No newline"] = array("class" => "set auxicon-no-newline", "tags" => "No newline", "unicode" => "\e164" );
449
+ $icons["auxicons"]["Octoface"] = array("class" => "set auxicon-octoface", "tags" => "Octoface", "unicode" => "\e165" );
450
+ $icons["auxicons"]["Organization"] = array("class" => "set auxicon-organization", "tags" => "Organization", "unicode" => "\e166" );
451
+ $icons["auxicons"]["Package"] = array("class" => "set auxicon-package", "tags" => "Package", "unicode" => "\e167" );
452
+ $icons["auxicons"]["Paintcan"] = array("class" => "set auxicon-paintcan", "tags" => "Paintcan", "unicode" => "\e168" );
453
+ $icons["auxicons"]["Pencil 2"] = array("class" => "set auxicon-pencil-2", "tags" => "Pencil 2", "unicode" => "\e169" );
454
+ $icons["auxicons"]["Person"] = array("class" => "set auxicon-person", "tags" => "Person", "unicode" => "\e16a" );
455
+ $icons["auxicons"]["Pin 1"] = array("class" => "set auxicon-pin-1", "tags" => "Pin 1", "unicode" => "\e16b" );
456
+ $icons["auxicons"]["Playback fast forward"] = array("class" => "set auxicon-playback-fast-forward", "tags" => "Playback fast forward", "unicode" => "\e16c" );
457
+ $icons["auxicons"]["Playback pause"] = array("class" => "set auxicon-playback-pause", "tags" => "Playback pause", "unicode" => "\e16d" );
458
+ $icons["auxicons"]["Playback rewind"] = array("class" => "set auxicon-playback-rewind", "tags" => "Playback rewind", "unicode" => "\e16f" );
459
+ $icons["auxicons"]["Plug"] = array("class" => "set auxicon-plug", "tags" => "Plug", "unicode" => "\e170" );
460
+ $icons["auxicons"]["Plus"] = array("class" => "set auxicon-plus", "tags" => "Plus", "unicode" => "\e171" );
461
+ $icons["auxicons"]["Podium"] = array("class" => "set auxicon-podium", "tags" => "Podium", "unicode" => "\e172" );
462
+ $icons["auxicons"]["Primitive dot"] = array("class" => "set auxicon-primitive-dot", "tags" => "Primitive dot", "unicode" => "\e173" );
463
+ $icons["auxicons"]["Primitive square"] = array("class" => "set auxicon-primitive-square", "tags" => "Primitive square", "unicode" => "\e174" );
464
+ $icons["auxicons"]["Pulse"] = array("class" => "set auxicon-pulse", "tags" => "Pulse", "unicode" => "\e175" );
465
+ $icons["auxicons"]["Puzzle"] = array("class" => "set auxicon-puzzle", "tags" => "Puzzle", "unicode" => "\e176" );
466
+ $icons["auxicons"]["Question 1"] = array("class" => "set auxicon-question-1", "tags" => "Question 1", "unicode" => "\e177" );
467
+ $icons["auxicons"]["Quote"] = array("class" => "set auxicon-quote", "tags" => "Quote", "unicode" => "\e178" );
468
+ $icons["auxicons"]["Radio tower"] = array("class" => "set auxicon-radio-tower", "tags" => "Radio tower", "unicode" => "\e179" );
469
+ $icons["auxicons"]["Repo"] = array("class" => "set auxicon-repo", "tags" => "Repo", "unicode" => "\e17a" );
470
+ $icons["auxicons"]["Repo clone"] = array("class" => "set auxicon-repo-clone", "tags" => "Repo clone", "unicode" => "\e17b" );
471
+ $icons["auxicons"]["Repo force push"] = array("class" => "set auxicon-repo-force-push", "tags" => "Repo force push", "unicode" => "\e17c" );
472
+ $icons["auxicons"]["Repo forked"] = array("class" => "set auxicon-repo-forked", "tags" => "Repo forked", "unicode" => "\e17d" );
473
+ $icons["auxicons"]["Repo pull"] = array("class" => "set auxicon-repo-pull", "tags" => "Repo pull", "unicode" => "\e17e" );
474
+ $icons["auxicons"]["Repo push"] = array("class" => "set auxicon-repo-push", "tags" => "Repo push", "unicode" => "\e17f" );
475
+ $icons["auxicons"]["Rocket 1"] = array("class" => "set auxicon-rocket-1", "tags" => "Rocket 1", "unicode" => "\e180" );
476
+ $icons["auxicons"]["Rss 1"] = array("class" => "set auxicon-rss-1", "tags" => "Rss 1", "unicode" => "\e181" );
477
+ $icons["auxicons"]["Ruby"] = array("class" => "set auxicon-ruby", "tags" => "Ruby", "unicode" => "\e182" );
478
+ $icons["auxicons"]["Screen full"] = array("class" => "set auxicon-screen-full", "tags" => "Screen full", "unicode" => "\e183" );
479
+ $icons["auxicons"]["Screen normal"] = array("class" => "set auxicon-screen-normal", "tags" => "Screen normal", "unicode" => "\e184" );
480
+ $icons["auxicons"]["Search 2"] = array("class" => "set auxicon-search-2", "tags" => "Search 2", "unicode" => "\e185" );
481
+ $icons["auxicons"]["Server"] = array("class" => "set auxicon-server", "tags" => "Server", "unicode" => "\e186" );
482
+ $icons["auxicons"]["Settings 6"] = array("class" => "set auxicon-settings-6", "tags" => "Settings 6", "unicode" => "\e187" );
483
+ $icons["auxicons"]["Sign in"] = array("class" => "set auxicon-sign-in", "tags" => "Sign in", "unicode" => "\e188" );
484
+ $icons["auxicons"]["Sign out"] = array("class" => "set auxicon-sign-out", "tags" => "Sign out", "unicode" => "\e189" );
485
+ $icons["auxicons"]["Split"] = array("class" => "set auxicon-split", "tags" => "Split", "unicode" => "\e18a" );
486
+ $icons["auxicons"]["Squirrel"] = array("class" => "set auxicon-squirrel", "tags" => "Squirrel", "unicode" => "\e18b" );
487
+ $icons["auxicons"]["Star"] = array("class" => "set auxicon-star", "tags" => "Star", "unicode" => "\e18c" );
488
+ $icons["auxicons"]["Steps"] = array("class" => "set auxicon-steps", "tags" => "Steps", "unicode" => "\e18d" );
489
+ $icons["auxicons"]["Stop 2"] = array("class" => "set auxicon-stop-2", "tags" => "Stop 2", "unicode" => "\e18e" );
490
+ $icons["auxicons"]["Sync"] = array("class" => "set auxicon-sync", "tags" => "Sync", "unicode" => "\e18f" );
491
+ $icons["auxicons"]["Tag 3"] = array("class" => "set auxicon-tag-3", "tags" => "Tag 3", "unicode" => "\e190" );
492
+ $icons["auxicons"]["Telescope"] = array("class" => "set auxicon-telescope", "tags" => "Telescope", "unicode" => "\e191" );
493
+ $icons["auxicons"]["Terminal"] = array("class" => "set auxicon-terminal", "tags" => "Terminal", "unicode" => "\e192" );
494
+ $icons["auxicons"]["Three bars"] = array("class" => "set auxicon-three-bars", "tags" => "Three bars", "unicode" => "\e193" );
495
+ $icons["auxicons"]["Tools"] = array("class" => "set auxicon-tools", "tags" => "Tools", "unicode" => "\e194" );
496
+ $icons["auxicons"]["Trashcan"] = array("class" => "set auxicon-trashcan", "tags" => "Trashcan", "unicode" => "\e195" );
497
+ $icons["auxicons"]["Triangle down"] = array("class" => "set auxicon-triangle-down", "tags" => "Triangle down", "unicode" => "\e196" );
498
+ $icons["auxicons"]["Triangle left"] = array("class" => "set auxicon-triangle-left", "tags" => "Triangle left", "unicode" => "\e197" );
499
+ $icons["auxicons"]["Triangle right"] = array("class" => "set auxicon-triangle-right", "tags" => "Triangle right", "unicode" => "\e198" );
500
+ $icons["auxicons"]["Triangle up"] = array("class" => "set auxicon-triangle-up", "tags" => "Triangle up", "unicode" => "\e199" );
501
+ $icons["auxicons"]["Unfold"] = array("class" => "set auxicon-unfold", "tags" => "Unfold", "unicode" => "\e19a" );
502
+ $icons["auxicons"]["Unmute"] = array("class" => "set auxicon-unmute", "tags" => "Unmute", "unicode" => "\e19b" );
503
+ $icons["auxicons"]["Versions"] = array("class" => "set auxicon-versions", "tags" => "Versions", "unicode" => "\e19c" );
504
+ $icons["auxicons"]["X"] = array("class" => "set auxicon-x", "tags" => "X", "unicode" => "\e19d" );
505
+ $icons["auxicons"]["Zap"] = array("class" => "set auxicon-zap", "tags" => "Zap", "unicode" => "\e19e" );
506
+ $icons["auxicons"]["Armchair chair streamline"] = array("class" => "set auxicon-armchair-chair-streamline", "tags" => "Armchair chair streamline", "unicode" => "\e617" );
507
+ $icons["auxicons"]["Arrow streamline target"] = array("class" => "set auxicon-arrow-streamline-target", "tags" => "Arrow streamline target", "unicode" => "\e618" );
508
+ $icons["auxicons"]["Backpack streamline trekking"] = array("class" => "set auxicon-backpack-streamline-trekking", "tags" => "Backpack streamline trekking", "unicode" => "\e619" );
509
+ $icons["auxicons"]["Bag shopping streamline"] = array("class" => "set auxicon-bag-shopping-streamline", "tags" => "Bag shopping streamline", "unicode" => "\e61a" );
510
+ $icons["auxicons"]["Barbecue eat food streamline"] = array("class" => "set auxicon-barbecue-eat-food-streamline", "tags" => "Barbecue eat food streamline", "unicode" => "\e61b" );
511
+ $icons["auxicons"]["Barista coffee espresso streamline"] = array("class" => "set auxicon-barista-coffee-espresso-streamline", "tags" => "Barista coffee espresso streamline", "unicode" => "\e61c" );
512
+ $icons["auxicons"]["Bomb bug"] = array("class" => "set auxicon-bomb-bug", "tags" => "Bomb bug", "unicode" => "\e61d" );
513
+ $icons["auxicons"]["Book dowload streamline"] = array("class" => "set auxicon-book-dowload-streamline", "tags" => "Book dowload streamline", "unicode" => "\e61e" );
514
+ $icons["auxicons"]["Book read streamline"] = array("class" => "set auxicon-book-read-streamline", "tags" => "Book read streamline", "unicode" => "\e61f" );
515
+ $icons["auxicons"]["Browser streamline window"] = array("class" => "set auxicon-browser-streamline-window", "tags" => "Browser streamline window", "unicode" => "\e620" );
516
+ $icons["auxicons"]["Brush paint streamline"] = array("class" => "set auxicon-brush-paint-streamline", "tags" => "Brush paint streamline", "unicode" => "\e621" );
517
+ $icons["auxicons"]["Bubble comment streamline talk"] = array("class" => "set auxicon-bubble-comment-streamline-talk", "tags" => "Bubble comment streamline talk", "unicode" => "\e622" );
518
+ $icons["auxicons"]["Bubble love streamline talk"] = array("class" => "set auxicon-bubble-love-streamline-talk", "tags" => "Bubble love streamline talk", "unicode" => "\e623" );
519
+ $icons["auxicons"]["Caddie shop shopping streamline"] = array("class" => "set auxicon-caddie-shop-shopping-streamline", "tags" => "Caddie shop shopping streamline", "unicode" => "\e624" );
520
+ $icons["auxicons"]["Caddie shopping streamline"] = array("class" => "set auxicon-caddie-shopping-streamline", "tags" => "Caddie shopping streamline", "unicode" => "\e625" );
521
+ $icons["auxicons"]["Camera photo polaroid streamline"] = array("class" => "set auxicon-camera-photo-polaroid-streamline", "tags" => "Camera photo polaroid streamline", "unicode" => "\e626" );
522
+ $icons["auxicons"]["Camera photo streamline"] = array("class" => "set auxicon-camera-photo-streamline", "tags" => "Camera photo streamline", "unicode" => "\e627" );
523
+ $icons["auxicons"]["Camera streamline video"] = array("class" => "set auxicon-camera-streamline-video", "tags" => "Camera streamline video", "unicode" => "\e628" );
524
+ $icons["auxicons"]["Chaplin hat movie streamline"] = array("class" => "set auxicon-chaplin-hat-movie-streamline", "tags" => "Chaplin hat movie streamline", "unicode" => "\e629" );
525
+ $icons["auxicons"]["Chef food restaurant streamline"] = array("class" => "set auxicon-chef-food-restaurant-streamline", "tags" => "Chef food restaurant streamline", "unicode" => "\e62a" );
526
+ $icons["auxicons"]["Clock streamline time"] = array("class" => "set auxicon-clock-streamline-time", "tags" => "Clock streamline time", "unicode" => "\e62b" );
527
+ $icons["auxicons"]["Cocktail mojito streamline"] = array("class" => "set auxicon-cocktail-mojito-streamline", "tags" => "Cocktail mojito streamline", "unicode" => "\e62c" );
528
+ $icons["auxicons"]["Coffee streamline"] = array("class" => "set auxicon-coffee-streamline", "tags" => "Coffee streamline", "unicode" => "\e62d" );
529
+ $icons["auxicons"]["Computer imac"] = array("class" => "set auxicon-computer-imac", "tags" => "Computer imac", "unicode" => "\e62e" );
530
+ $icons["auxicons"]["Computer imac 2"] = array("class" => "set auxicon-computer-imac-2", "tags" => "Computer imac 2", "unicode" => "\e62f" );
531
+ $icons["auxicons"]["Computer macintosh vintage"] = array("class" => "set auxicon-computer-macintosh-vintage", "tags" => "Computer macintosh vintage", "unicode" => "\e630" );
532
+ $icons["auxicons"]["Computer network streamline"] = array("class" => "set auxicon-computer-network-streamline", "tags" => "Computer network streamline", "unicode" => "\e631" );
533
+ $icons["auxicons"]["Computer streamline"] = array("class" => "set auxicon-computer-streamline", "tags" => "Computer streamline", "unicode" => "\e632" );
534
+ $icons["auxicons"]["Cook pan pot streamline"] = array("class" => "set auxicon-cook-pan-pot-streamline", "tags" => "Cook pan pot streamline", "unicode" => "\e633" );
535
+ $icons["auxicons"]["Crop streamline"] = array("class" => "set auxicon-crop-streamline", "tags" => "Crop streamline", "unicode" => "\e634" );
536
+ $icons["auxicons"]["Crown king streamline"] = array("class" => "set auxicon-crown-king-streamline", "tags" => "Crown king streamline", "unicode" => "\e635" );
537
+ $icons["auxicons"]["Danger death delete destroy skull stream"] = array("class" => "set auxicon-danger-death-delete-destroy-skull-stream", "tags" => "Danger death delete destroy skull stream", "unicode" => "\e636" );
538
+ $icons["auxicons"]["Dashboard speed streamline"] = array("class" => "set auxicon-dashboard-speed-streamline", "tags" => "Dashboard speed streamline", "unicode" => "\e637" );
539
+ $icons["auxicons"]["Database streamline"] = array("class" => "set auxicon-database-streamline", "tags" => "Database streamline", "unicode" => "\e638" );
540
+ $icons["auxicons"]["Delete garbage streamline"] = array("class" => "set auxicon-delete-garbage-streamline", "tags" => "Delete garbage streamline", "unicode" => "\e639" );
541
+ $icons["auxicons"]["Design graphic tablet streamline tablet"] = array("class" => "set auxicon-design-graphic-tablet-streamline-tablet", "tags" => "Design graphic tablet streamline tablet", "unicode" => "\e63a" );
542
+ $icons["auxicons"]["Design pencil rule streamline"] = array("class" => "set auxicon-design-pencil-rule-streamline", "tags" => "Design pencil rule streamline", "unicode" => "\e63b" );
543
+ $icons["auxicons"]["Diving leisure sea sport streamline"] = array("class" => "set auxicon-diving-leisure-sea-sport-streamline", "tags" => "Diving leisure sea sport streamline", "unicode" => "\e63c" );
544
+ $icons["auxicons"]["Drug medecine streamline syringue"] = array("class" => "set auxicon-drug-medecine-streamline-syringue", "tags" => "Drug medecine streamline syringue", "unicode" => "\e63d" );
545
+ $icons["auxicons"]["Earth globe streamline"] = array("class" => "set auxicon-earth-globe-streamline", "tags" => "Earth globe streamline", "unicode" => "\e63e" );
546
+ $icons["auxicons"]["Eat food fork knife streamline"] = array("class" => "set auxicon-eat-food-fork-knife-streamline", "tags" => "Eat food fork knife streamline", "unicode" => "\e63f" );
547
+ $icons["auxicons"]["Eat food hotdog streamline"] = array("class" => "set auxicon-eat-food-hotdog-streamline", "tags" => "Eat food hotdog streamline", "unicode" => "\e640" );
548
+ $icons["auxicons"]["Email mail streamline"] = array("class" => "set auxicon-email-mail-streamline", "tags" => "Email mail streamline", "unicode" => "\e642" );
549
+ $icons["auxicons"]["Envellope mail streamline"] = array("class" => "set auxicon-envellope-mail-streamline", "tags" => "Envellope mail streamline", "unicode" => "\e643" );
550
+ $icons["auxicons"]["Eye dropper streamline"] = array("class" => "set auxicon-eye-dropper-streamline", "tags" => "Eye dropper streamline", "unicode" => "\e644" );
551
+ $icons["auxicons"]["Factory lift streamline warehouse"] = array("class" => "set auxicon-factory-lift-streamline-warehouse", "tags" => "Factory lift streamline warehouse", "unicode" => "\e645" );
552
+ $icons["auxicons"]["First aid medecine shield streamline"] = array("class" => "set auxicon-first-aid-medecine-shield-streamline", "tags" => "First aid medecine shield streamline", "unicode" => "\e646" );
553
+ $icons["auxicons"]["Food ice cream streamline"] = array("class" => "set auxicon-food-ice-cream-streamline", "tags" => "Food ice cream streamline", "unicode" => "\e647" );
554
+ $icons["auxicons"]["Frame picture streamline"] = array("class" => "set auxicon-frame-picture-streamline", "tags" => "Frame picture streamline", "unicode" => "\e648" );
555
+ $icons["auxicons"]["Grid lines streamline"] = array("class" => "set auxicon-grid-lines-streamline", "tags" => "Grid lines streamline", "unicode" => "\e649" );
556
+ $icons["auxicons"]["Handle streamline vector"] = array("class" => "set auxicon-handle-streamline-vector", "tags" => "Handle streamline vector", "unicode" => "\e64a" );
557
+ $icons["auxicons"]["Happy smiley streamline"] = array("class" => "set auxicon-happy-smiley-streamline", "tags" => "Happy smiley streamline", "unicode" => "\e64b" );
558
+ $icons["auxicons"]["Headset sound streamline"] = array("class" => "set auxicon-headset-sound-streamline", "tags" => "Headset sound streamline", "unicode" => "\e64c" );
559
+ $icons["auxicons"]["Home house streamline"] = array("class" => "set auxicon-home-house-streamline", "tags" => "Home house streamline", "unicode" => "\e64d" );
560
+ $icons["auxicons"]["Ibook laptop"] = array("class" => "set auxicon-ibook-laptop", "tags" => "Ibook laptop", "unicode" => "\e64e" );
561
+ $icons["auxicons"]["Ink pen streamline"] = array("class" => "set auxicon-ink-pen-streamline", "tags" => "Ink pen streamline", "unicode" => "\e64f" );
562
+ $icons["auxicons"]["Ipad streamline"] = array("class" => "set auxicon-ipad-streamline", "tags" => "Ipad streamline", "unicode" => "\e650" );
563
+ $icons["auxicons"]["Iphone streamline"] = array("class" => "set auxicon-iphone-streamline", "tags" => "Iphone streamline", "unicode" => "\e651" );
564
+ $icons["auxicons"]["Ipod mini music streamline"] = array("class" => "set auxicon-ipod-mini-music-streamline", "tags" => "Ipod mini music streamline", "unicode" => "\e652" );
565
+ $icons["auxicons"]["Ipod music streamline"] = array("class" => "set auxicon-ipod-music-streamline", "tags" => "Ipod music streamline", "unicode" => "\e653" );
566
+ $icons["auxicons"]["Ipod streamline"] = array("class" => "set auxicon-ipod-streamline", "tags" => "Ipod streamline", "unicode" => "\e654" );
567
+ $icons["auxicons"]["Japan streamline tea"] = array("class" => "set auxicon-japan-streamline-tea", "tags" => "Japan streamline tea", "unicode" => "\e655" );
568
+ $icons["auxicons"]["Laptop macbook streamline"] = array("class" => "set auxicon-laptop-macbook-streamline", "tags" => "Laptop macbook streamline", "unicode" => "\e656" );
569
+ $icons["auxicons"]["Like love streamline"] = array("class" => "set auxicon-like-love-streamline", "tags" => "Like love streamline", "unicode" => "\e657" );
570
+ $icons["auxicons"]["Link streamline"] = array("class" => "set auxicon-link-streamline", "tags" => "Link streamline", "unicode" => "\e658" );
571
+ $icons["auxicons"]["Lock locker streamline"] = array("class" => "set auxicon-lock-locker-streamline", "tags" => "Lock locker streamline", "unicode" => "\e659" );
572
+ $icons["auxicons"]["Locker streamline unlock"] = array("class" => "set auxicon-locker-streamline-unlock", "tags" => "Locker streamline unlock", "unicode" => "\e65a" );
573
+ $icons["auxicons"]["Macintosh"] = array("class" => "set auxicon-macintosh", "tags" => "Macintosh", "unicode" => "\e65b" );
574
+ $icons["auxicons"]["Magic magic wand streamline"] = array("class" => "set auxicon-magic-magic-wand-streamline", "tags" => "Magic magic wand streamline", "unicode" => "\e65c" );
575
+ $icons["auxicons"]["Magnet streamline"] = array("class" => "set auxicon-magnet-streamline", "tags" => "Magnet streamline", "unicode" => "\e65d" );
576
+ $icons["auxicons"]["Man people streamline user"] = array("class" => "set auxicon-man-people-streamline-user", "tags" => "Man people streamline user", "unicode" => "\e65e" );
577
+ $icons["auxicons"]["Map pin streamline"] = array("class" => "set auxicon-map-pin-streamline", "tags" => "Map pin streamline", "unicode" => "\e65f" );
578
+ $icons["auxicons"]["Map streamline user"] = array("class" => "set auxicon-map-streamline-user", "tags" => "Map streamline user", "unicode" => "\e660" );
579
+ $icons["auxicons"]["Micro record streamline"] = array("class" => "set auxicon-micro-record-streamline", "tags" => "Micro record streamline", "unicode" => "\e661" );
580
+ $icons["auxicons"]["Monocle mustache streamline"] = array("class" => "set auxicon-monocle-mustache-streamline", "tags" => "Monocle mustache streamline", "unicode" => "\e662" );
581
+ $icons["auxicons"]["Music note streamline"] = array("class" => "set auxicon-music-note-streamline", "tags" => "Music note streamline", "unicode" => "\e663" );
582
+ $icons["auxicons"]["Music speaker streamline"] = array("class" => "set auxicon-music-speaker-streamline", "tags" => "Music speaker streamline", "unicode" => "\e664" );
583
+ $icons["auxicons"]["Notebook streamline"] = array("class" => "set auxicon-notebook-streamline", "tags" => "Notebook streamline", "unicode" => "\e665" );
584
+ $icons["auxicons"]["Paint bucket streamline"] = array("class" => "set auxicon-paint-bucket-streamline", "tags" => "Paint bucket streamline", "unicode" => "\e666" );
585
+ $icons["auxicons"]["Painting pallet streamline"] = array("class" => "set auxicon-painting-pallet-streamline", "tags" => "Painting pallet streamline", "unicode" => "\e667" );
586
+ $icons["auxicons"]["Painting roll streamline"] = array("class" => "set auxicon-painting-roll-streamline", "tags" => "Painting roll streamline", "unicode" => "\e668" );
587
+ $icons["auxicons"]["Pen streamline"] = array("class" => "set auxicon-pen-streamline", "tags" => "Pen streamline", "unicode" => "\e669" );
588
+ $icons["auxicons"]["Pen streamline 1"] = array("class" => "set auxicon-pen-streamline-1", "tags" => "Pen streamline 1", "unicode" => "\e66a" );
589
+ $icons["auxicons"]["Pen streamline 2"] = array("class" => "set auxicon-pen-streamline-2", "tags" => "Pen streamline 2", "unicode" => "\e66b" );
590
+ $icons["auxicons"]["Pen streamline 3"] = array("class" => "set auxicon-pen-streamline-3", "tags" => "Pen streamline 3", "unicode" => "\e66c" );
591
+ $icons["auxicons"]["Photo pictures streamline"] = array("class" => "set auxicon-photo-pictures-streamline", "tags" => "Photo pictures streamline", "unicode" => "\e66d" );
592
+ $icons["auxicons"]["Picture streamline"] = array("class" => "set auxicon-picture-streamline", "tags" => "Picture streamline", "unicode" => "\e66e" );
593
+ $icons["auxicons"]["Picture streamline 1"] = array("class" => "set auxicon-picture-streamline-1", "tags" => "Picture streamline 1", "unicode" => "\e66f" );
594
+ $icons["auxicons"]["Receipt shopping streamline"] = array("class" => "set auxicon-receipt-shopping-streamline", "tags" => "Receipt shopping streamline", "unicode" => "\e670" );
595
+ $icons["auxicons"]["Remote control streamline"] = array("class" => "set auxicon-remote-control-streamline", "tags" => "Remote control streamline", "unicode" => "\e671" );
596
+ $icons["auxicons"]["Settings streamline"] = array("class" => "set auxicon-settings-streamline", "tags" => "Settings streamline", "unicode" => "\e672" );
597
+ $icons["auxicons"]["Settings streamline 1"] = array("class" => "set auxicon-settings-streamline-1", "tags" => "Settings streamline 1", "unicode" => "\e673" );
598
+ $icons["auxicons"]["Settings streamline 2"] = array("class" => "set auxicon-settings-streamline-2", "tags" => "Settings streamline 2", "unicode" => "\e674" );
599
+ $icons["auxicons"]["Shoes snickers streamline"] = array("class" => "set auxicon-shoes-snickers-streamline", "tags" => "Shoes snickers streamline", "unicode" => "\e675" );
600
+ $icons["auxicons"]["Speech streamline talk user"] = array("class" => "set auxicon-speech-streamline-talk-user", "tags" => "Speech streamline talk user", "unicode" => "\e676" );
601
+ $icons["auxicons"]["Stamp streamline"] = array("class" => "set auxicon-stamp-streamline", "tags" => "Stamp streamline", "unicode" => "\e677" );
602
+ $icons["auxicons"]["Streamline suitcase travel"] = array("class" => "set auxicon-streamline-suitcase-travel", "tags" => "Streamline suitcase travel", "unicode" => "\e678" );
603
+ $icons["auxicons"]["Streamline sync"] = array("class" => "set auxicon-streamline-sync", "tags" => "Streamline sync", "unicode" => "\e679" );
604
+ $icons["auxicons"]["Streamline umbrella weather"] = array("class" => "set auxicon-streamline-umbrella-weather", "tags" => "Streamline umbrella weather", "unicode" => "\e67a" );
605
+ $icons["auxicons"]["Align center"] = array("class" => "set auxicon-align-center", "tags" => "Align center", "unicode" => "\e67b" );
606
+ $icons["auxicons"]["Align justify"] = array("class" => "set auxicon-align-justify", "tags" => "Align justify", "unicode" => "\e67c" );
607
+ $icons["auxicons"]["Align left"] = array("class" => "set auxicon-align-left", "tags" => "Align left", "unicode" => "\e67d" );
608
+ $icons["auxicons"]["Align right"] = array("class" => "set auxicon-align-right", "tags" => "Align right", "unicode" => "\e67e" );
609
+ $icons["auxicons"]["Archive 1"] = array("class" => "set auxicon-archive-1", "tags" => "Archive 1", "unicode" => "\e67f" );
610
+ $icons["auxicons"]["Arrow down 3"] = array("class" => "set auxicon-arrow-down-3", "tags" => "Arrow down 3", "unicode" => "\e680" );
611
+ $icons["auxicons"]["Arrow left 3"] = array("class" => "set auxicon-arrow-left-3", "tags" => "Arrow left 3", "unicode" => "\e681" );
612
+ $icons["auxicons"]["Arrow right 3"] = array("class" => "set auxicon-arrow-right-3", "tags" => "Arrow right 3", "unicode" => "\e682" );
613
+ $icons["auxicons"]["Arrow up 3"] = array("class" => "set auxicon-arrow-up-3", "tags" => "Arrow up 3", "unicode" => "\e683" );
614
+ $icons["auxicons"]["Atom"] = array("class" => "set auxicon-atom", "tags" => "Atom", "unicode" => "\e684" );
615
+ $icons["auxicons"]["Bank notes"] = array("class" => "set auxicon-bank-notes", "tags" => "Bank notes", "unicode" => "\e686" );
616
+ $icons["auxicons"]["Barbell"] = array("class" => "set auxicon-barbell", "tags" => "Barbell", "unicode" => "\e687" );
617
+ $icons["auxicons"]["Bars"] = array("class" => "set auxicon-bars", "tags" => "Bars", "unicode" => "\e688" );
618
+ $icons["auxicons"]["Battery 0"] = array("class" => "set auxicon-battery-0", "tags" => "Battery 0", "unicode" => "\e689" );
619
+ $icons["auxicons"]["Battery 1 1"] = array("class" => "set auxicon-battery-1-1", "tags" => "Battery 1 1", "unicode" => "\e68a" );
620
+ $icons["auxicons"]["Battery 2 1"] = array("class" => "set auxicon-battery-2-1", "tags" => "Battery 2 1", "unicode" => "\e68b" );
621
+ $icons["auxicons"]["Battery 3 1"] = array("class" => "set auxicon-battery-3-1", "tags" => "Battery 3 1", "unicode" => "\e68c" );
622
+ $icons["auxicons"]["Battery 4 1"] = array("class" => "set auxicon-battery-4-1", "tags" => "Battery 4 1", "unicode" => "\e68d" );
623
+ $icons["auxicons"]["Battery power"] = array("class" => "set auxicon-battery-power", "tags" => "Battery power", "unicode" => "\e68e" );
624
+ $icons["auxicons"]["Beer 2"] = array("class" => "set auxicon-beer-2", "tags" => "Beer 2", "unicode" => "\e68f" );
625
+ $icons["auxicons"]["Bolt"] = array("class" => "set auxicon-bolt", "tags" => "Bolt", "unicode" => "\e690" );
626
+ $icons["auxicons"]["Bones"] = array("class" => "set auxicon-bones", "tags" => "Bones", "unicode" => "\e691" );
627
+ $icons["auxicons"]["Book close"] = array("class" => "set auxicon-book-close", "tags" => "Book close", "unicode" => "\e692" );
628
+ $icons["auxicons"]["Book open"] = array("class" => "set auxicon-book-open", "tags" => "Book open", "unicode" => "\e693" );
629
+ $icons["auxicons"]["Bookmark 4"] = array("class" => "set auxicon-bookmark-4", "tags" => "Bookmark 4", "unicode" => "\e694" );
630
+ $icons["auxicons"]["Box 3"] = array("class" => "set auxicon-box-3", "tags" => "Box 3", "unicode" => "\e695" );
631
+ $icons["auxicons"]["Browser 2"] = array("class" => "set auxicon-browser-2", "tags" => "Browser 2", "unicode" => "\e696" );
632
+ $icons["auxicons"]["Bubble"] = array("class" => "set auxicon-bubble", "tags" => "Bubble", "unicode" => "\e697" );
633
+ $icons["auxicons"]["Bubble 1"] = array("class" => "set auxicon-bubble-1", "tags" => "Bubble 1", "unicode" => "\e698" );
634
+ $icons["auxicons"]["Bubble 2"] = array("class" => "set auxicon-bubble-2", "tags" => "Bubble 2", "unicode" => "\e699" );
635
+ $icons["auxicons"]["Bubble 3"] = array("class" => "set auxicon-bubble-3", "tags" => "Bubble 3", "unicode" => "\e69a" );
636
+ $icons["auxicons"]["Bucket"] = array("class" => "set auxicon-bucket", "tags" => "Bucket", "unicode" => "\e69b" );
637
+ $icons["auxicons"]["Calculator 3"] = array("class" => "set auxicon-calculator-3", "tags" => "Calculator 3", "unicode" => "\e69c" );
638
+ $icons["auxicons"]["Calendar 6"] = array("class" => "set auxicon-calendar-6", "tags" => "Calendar 6", "unicode" => "\e69d" );
639
+ $icons["auxicons"]["Camera 4"] = array("class" => "set auxicon-camera-4", "tags" => "Camera 4", "unicode" => "\e69e" );
640
+ $icons["auxicons"]["Cardiac pulse"] = array("class" => "set auxicon-cardiac-pulse", "tags" => "Cardiac pulse", "unicode" => "\e69f" );
641
+ $icons["auxicons"]["Cd 1"] = array("class" => "set auxicon-cd-1", "tags" => "Cd 1", "unicode" => "\e6a0" );
642
+ $icons["auxicons"]["Character"] = array("class" => "set auxicon-character", "tags" => "Character", "unicode" => "\e6a1" );
643
+ $icons["auxicons"]["Checkbox checked"] = array("class" => "set auxicon-checkbox-checked", "tags" => "Checkbox checked", "unicode" => "\e6a2" );
644
+ $icons["auxicons"]["Checkmark"] = array("class" => "set auxicon-checkmark", "tags" => "Checkmark", "unicode" => "\e6a3" );
645
+ $icons["auxicons"]["Clipboard 3"] = array("class" => "set auxicon-clipboard-3", "tags" => "Clipboard 3", "unicode" => "\e6a4" );
646
+ $icons["auxicons"]["Clock 4"] = array("class" => "set auxicon-clock-4", "tags" => "Clock 4", "unicode" => "\e6a5" );
647
+ $icons["auxicons"]["Cloud 5"] = array("class" => "set auxicon-cloud-5", "tags" => "Cloud 5", "unicode" => "\e6a6" );
648
+ $icons["auxicons"]["Coffee 1"] = array("class" => "set auxicon-coffee-1", "tags" => "Coffee 1", "unicode" => "\e6a7" );
649
+ $icons["auxicons"]["Comment 2"] = array("class" => "set auxicon-comment-2", "tags" => "Comment 2", "unicode" => "\e6a8" );
650
+ $icons["auxicons"]["Connection 0"] = array("class" => "set auxicon-connection-0", "tags" => "Connection 0", "unicode" => "\e6a9" );
651
+ $icons["auxicons"]["Connection 1"] = array("class" => "set auxicon-connection-1", "tags" => "Connection 1", "unicode" => "\e6aa" );
652
+ $icons["auxicons"]["Connection 2"] = array("class" => "set auxicon-connection-2", "tags" => "Connection 2", "unicode" => "\e6ab" );
653
+ $icons["auxicons"]["Connection 3"] = array("class" => "set auxicon-connection-3", "tags" => "Connection 3", "unicode" => "\e6ac" );
654
+ $icons["auxicons"]["Connection 4"] = array("class" => "set auxicon-connection-4", "tags" => "Connection 4", "unicode" => "\e6ad" );
655
+ $icons["auxicons"]["Credit cards"] = array("class" => "set auxicon-credit-cards", "tags" => "Credit cards", "unicode" => "\e6ae" );
656
+ $icons["auxicons"]["Crop"] = array("class" => "set auxicon-crop", "tags" => "Crop", "unicode" => "\e6af" );
657
+ $icons["auxicons"]["Cube"] = array("class" => "set auxicon-cube", "tags" => "Cube", "unicode" => "\e6b0" );
658
+ $icons["auxicons"]["Diamond 1"] = array("class" => "set auxicon-diamond-1", "tags" => "Diamond 1", "unicode" => "\e6b1" );
659
+ $icons["auxicons"]["Download 5"] = array("class" => "set auxicon-download-5", "tags" => "Download 5", "unicode" => "\e6b2" );
660
+ $icons["auxicons"]["Email"] = array("class" => "set auxicon-email", "tags" => "Email", "unicode" => "\e6b3" );
661
+ $icons["auxicons"]["Email plane"] = array("class" => "set auxicon-email-plane", "tags" => "Email plane", "unicode" => "\e6b4" );
662
+ $icons["auxicons"]["Enter"] = array("class" => "set auxicon-enter", "tags" => "Enter", "unicode" => "\e6b5" );
663
+ $icons["auxicons"]["Envelope 1"] = array("class" => "set auxicon-envelope-1", "tags" => "Envelope 1", "unicode" => "\e6b6" );
664
+ $icons["auxicons"]["Eyedropper"] = array("class" => "set auxicon-eyedropper", "tags" => "Eyedropper", "unicode" => "\e6b7" );
665
+ $icons["auxicons"]["File 1"] = array("class" => "set auxicon-file-1", "tags" => "File 1", "unicode" => "\e6b8" );
666
+ $icons["auxicons"]["File add"] = array("class" => "set auxicon-file-add", "tags" => "File add", "unicode" => "\e6b9" );
667
+ $icons["auxicons"]["File broken"] = array("class" => "set auxicon-file-broken", "tags" => "File broken", "unicode" => "\e6ba" );
668
+ $icons["auxicons"]["File settings"] = array("class" => "set auxicon-file-settings", "tags" => "File settings", "unicode" => "\e6bb" );
669
+ $icons["auxicons"]["Files"] = array("class" => "set auxicon-files", "tags" => "Files", "unicode" => "\e6bc" );
670
+ $icons["auxicons"]["Flag 3"] = array("class" => "set auxicon-flag-3", "tags" => "Flag 3", "unicode" => "\e6bd" );
671
+ $icons["auxicons"]["Folder 3"] = array("class" => "set auxicon-folder-3", "tags" => "Folder 3", "unicode" => "\e6be" );
672
+ $icons["auxicons"]["Folder add"] = array("class" => "set auxicon-folder-add", "tags" => "Folder add", "unicode" => "\e6bf" );
673
+ $icons["auxicons"]["Folder check"] = array("class" => "set auxicon-folder-check", "tags" => "Folder check", "unicode" => "\e6c0" );
674
+ $icons["auxicons"]["Folder settings"] = array("class" => "set auxicon-folder-settings", "tags" => "Folder settings", "unicode" => "\e6c1" );
675
+ $icons["auxicons"]["Forbidden"] = array("class" => "set auxicon-forbidden", "tags" => "Forbidden", "unicode" => "\e6c2" );
676
+ $icons["auxicons"]["Frames"] = array("class" => "set auxicon-frames", "tags" => "Frames", "unicode" => "\e6c3" );
677
+ $icons["auxicons"]["Glass"] = array("class" => "set auxicon-glass", "tags" => "Glass", "unicode" => "\e6c4" );
678
+ $icons["auxicons"]["Graph 1"] = array("class" => "set auxicon-graph-1", "tags" => "Graph 1", "unicode" => "\e6c5" );
679
+ $icons["auxicons"]["Grid 3"] = array("class" => "set auxicon-grid-3", "tags" => "Grid 3", "unicode" => "\e6c6" );
680
+ $icons["auxicons"]["Heart 4"] = array("class" => "set auxicon-heart-4", "tags" => "Heart 4", "unicode" => "\e6c7" );
681
+ $icons["auxicons"]["Home 6"] = array("class" => "set auxicon-home-6", "tags" => "Home 6", "unicode" => "\e6c8" );
682
+ $icons["auxicons"]["Id card"] = array("class" => "set auxicon-id-card", "tags" => "Id card", "unicode" => "\e6c9" );
683
+ $icons["auxicons"]["Invoice"] = array("class" => "set auxicon-invoice", "tags" => "Invoice", "unicode" => "\e6ca" );
684
+ $icons["auxicons"]["Ipad 1"] = array("class" => "set auxicon-ipad-1", "tags" => "Ipad 1", "unicode" => "\e6cb" );
685
+ $icons["auxicons"]["Ipad 2"] = array("class" => "set auxicon-ipad-2", "tags" => "Ipad 2", "unicode" => "\e6cc" );
686
+ $icons["auxicons"]["Lab"] = array("class" => "set auxicon-lab", "tags" => "Lab", "unicode" => "\e6cd" );
687
+ $icons["auxicons"]["Laptop 1"] = array("class" => "set auxicon-laptop-1", "tags" => "Laptop 1", "unicode" => "\e6ce" );
688
+ $icons["auxicons"]["List 3"] = array("class" => "set auxicon-list-3", "tags" => "List 3", "unicode" => "\e6cf" );
689
+ $icons["auxicons"]["Lock 2"] = array("class" => "set auxicon-lock-2", "tags" => "Lock 2", "unicode" => "\e6d0" );
690
+ $icons["auxicons"]["Locked"] = array("class" => "set auxicon-locked", "tags" => "Locked", "unicode" => "\e6d1" );
691
+ $icons["auxicons"]["Map 4"] = array("class" => "set auxicon-map-4", "tags" => "Map 4", "unicode" => "\e6d2" );
692
+ $icons["auxicons"]["Measure"] = array("class" => "set auxicon-measure", "tags" => "Measure", "unicode" => "\e6d3" );
693
+ $icons["auxicons"]["Meter"] = array("class" => "set auxicon-meter", "tags" => "Meter", "unicode" => "\e6d4" );
694
+ $icons["auxicons"]["Micro"] = array("class" => "set auxicon-micro", "tags" => "Micro", "unicode" => "\e6d5" );
695
+ $icons["auxicons"]["Micro mute"] = array("class" => "set auxicon-micro-mute", "tags" => "Micro mute", "unicode" => "\e6d6" );
696
+ $icons["auxicons"]["Microwave"] = array("class" => "set auxicon-microwave", "tags" => "Microwave", "unicode" => "\e6d7" );
697
+ $icons["auxicons"]["Minus 4"] = array("class" => "set auxicon-minus-4", "tags" => "Minus 4", "unicode" => "\e6d8" );
698
+ $icons["auxicons"]["Modem"] = array("class" => "set auxicon-modem", "tags" => "Modem", "unicode" => "\e6d9" );
699
+ $icons["auxicons"]["Mute 1"] = array("class" => "set auxicon-mute-1", "tags" => "Mute 1", "unicode" => "\e6da" );
700
+ $icons["auxicons"]["Newspaper 1"] = array("class" => "set auxicon-newspaper-1", "tags" => "Newspaper 1", "unicode" => "\e6db" );
701
+ $icons["auxicons"]["Paperclip"] = array("class" => "set auxicon-paperclip", "tags" => "Paperclip", "unicode" => "\e6dc" );
702
+ $icons["auxicons"]["Pencil 3"] = array("class" => "set auxicon-pencil-3", "tags" => "Pencil 3", "unicode" => "\e6dd" );
703
+ $icons["auxicons"]["Phone 2"] = array("class" => "set auxicon-phone-2", "tags" => "Phone 2", "unicode" => "\e6de" );
704
+ $icons["auxicons"]["Phone 5"] = array("class" => "set auxicon-phone-5", "tags" => "Phone 5", "unicode" => "\e6df" );
705
+ $icons["auxicons"]["Phone 3"] = array("class" => "set auxicon-phone-3", "tags" => "Phone 3", "unicode" => "\e6e0" );
706
+ $icons["auxicons"]["Picture"] = array("class" => "set auxicon-picture", "tags" => "Picture", "unicode" => "\e6e1" );
707
+ $icons["auxicons"]["Pie chart"] = array("class" => "set auxicon-pie-chart", "tags" => "Pie chart", "unicode" => "\e6e2" );
708
+ $icons["auxicons"]["Pill"] = array("class" => "set auxicon-pill", "tags" => "Pill", "unicode" => "\e6e3" );
709
+ $icons["auxicons"]["Pin 4"] = array("class" => "set auxicon-pin-4", "tags" => "Pin 4", "unicode" => "\e6e4" );
710
+ $icons["auxicons"]["Power"] = array("class" => "set auxicon-power", "tags" => "Power", "unicode" => "\e6e5" );
711
+ $icons["auxicons"]["Printer 1"] = array("class" => "set auxicon-printer-1", "tags" => "Printer 1", "unicode" => "\e6e6" );
712
+ $icons["auxicons"]["Printer 2"] = array("class" => "set auxicon-printer-2", "tags" => "Printer 2", "unicode" => "\e6e7" );
713
+ $icons["auxicons"]["Refresh 3"] = array("class" => "set auxicon-refresh-3", "tags" => "Refresh 3", "unicode" => "\e6e8" );
714
+ $icons["auxicons"]["Reload 1"] = array("class" => "set auxicon-reload-1", "tags" => "Reload 1", "unicode" => "\e6e9" );
715
+ $icons["auxicons"]["Screen 3"] = array("class" => "set auxicon-screen-3", "tags" => "Screen 3", "unicode" => "\e6ea" );
716
+ $icons["auxicons"]["Select"] = array("class" => "set auxicon-select", "tags" => "Select", "unicode" => "\e6eb" );
717
+ $icons["auxicons"]["Set"] = array("class" => "set auxicon-set", "tags" => "Set", "unicode" => "\e6ec" );
718
+ $icons["auxicons"]["Settings 8"] = array("class" => "set auxicon-settings-8", "tags" => "Settings 8", "unicode" => "\e6ed" );
719
+ $icons["auxicons"]["Share 4"] = array("class" => "set auxicon-share-4", "tags" => "Share 4", "unicode" => "\e6ee" );
720
+ $icons["auxicons"]["Share outline"] = array("class" => "set auxicon-share-outline", "tags" => "Share outline", "unicode" => "\e6ef" );
721
+ $icons["auxicons"]["Shorts"] = array("class" => "set auxicon-shorts", "tags" => "Shorts", "unicode" => "\e6f0" );
722
+ $icons["auxicons"]["Speaker 1"] = array("class" => "set auxicon-speaker-1", "tags" => "Speaker 1", "unicode" => "\e6f1" );
723
+ $icons["auxicons"]["Star 4"] = array("class" => "set auxicon-star-4", "tags" => "Star 4", "unicode" => "\e6f2" );
724
+ $icons["auxicons"]["Stopwatch 3"] = array("class" => "set auxicon-stopwatch-3", "tags" => "Stopwatch 3", "unicode" => "\e6f3" );
725
+ $icons["auxicons"]["Sun"] = array("class" => "set auxicon-sun", "tags" => "Sun", "unicode" => "\e6f4" );
726
+ $icons["auxicons"]["Syringe"] = array("class" => "set auxicon-syringe", "tags" => "Syringe", "unicode" => "\e6f5" );
727
+ $icons["auxicons"]["Tag 5"] = array("class" => "set auxicon-tag-5", "tags" => "Tag 5", "unicode" => "\e6f6" );
728
+ $icons["auxicons"]["Train"] = array("class" => "set auxicon-train", "tags" => "Train", "unicode" => "\e6f7" );
729
+ $icons["auxicons"]["Trash 3"] = array("class" => "set auxicon-trash-3", "tags" => "Trash 3", "unicode" => "\e6f8" );
730
+ $icons["auxicons"]["Unlocked"] = array("class" => "set auxicon-unlocked", "tags" => "Unlocked", "unicode" => "\e6f9" );
731
+ $icons["auxicons"]["User 4"] = array("class" => "set auxicon-user-4", "tags" => "User 4", "unicode" => "\e6fa" );
732
+ $icons["auxicons"]["User outline"] = array("class" => "set auxicon-user-outline", "tags" => "User outline", "unicode" => "\e6fb" );
733
+ $icons["auxicons"]["Users 1"] = array("class" => "set auxicon-users-1", "tags" => "Users 1", "unicode" => "\e6fc" );
734
+ $icons["auxicons"]["Users outline"] = array("class" => "set auxicon-users-outline", "tags" => "Users outline", "unicode" => "\e6fd" );
735
+ $icons["auxicons"]["Volume"] = array("class" => "set auxicon-volume", "tags" => "Volume", "unicode" => "\e6fe" );
736
+ $icons["auxicons"]["Volume down"] = array("class" => "set auxicon-volume-down", "tags" => "Volume down", "unicode" => "\e6ff" );
737
+ $icons["auxicons"]["Volume up"] = array("class" => "set auxicon-volume-up", "tags" => "Volume up", "unicode" => "\e700" );
738
+ $icons["auxicons"]["Wifi 1"] = array("class" => "set auxicon-wifi-1", "tags" => "Wifi 1", "unicode" => "\e701" );
739
+ $icons["auxicons"]["Wifi 2"] = array("class" => "set auxicon-wifi-2", "tags" => "Wifi 2", "unicode" => "\e702" );
740
+ $icons["auxicons"]["Wifi 3"] = array("class" => "set auxicon-wifi-3", "tags" => "Wifi 3", "unicode" => "\e703" );
741
+ $icons["auxicons"]["Window delete"] = array("class" => "set auxicon-window-delete", "tags" => "Window delete", "unicode" => "\e704" );
742
+ $icons["auxicons"]["Windows 2"] = array("class" => "set auxicon-windows-2", "tags" => "Windows 2", "unicode" => "\e705" );
743
+ $icons["auxicons"]["Zoom"] = array("class" => "set auxicon-zoom", "tags" => "Zoom", "unicode" => "\e706" );
744
+ $icons["auxicons"]["Zoom in 2"] = array("class" => "set auxicon-zoom-in-2", "tags" => "Zoom in 2", "unicode" => "\e707" );
745
+ $icons["auxicons"]["Zoom out 2"] = array("class" => "set auxicon-zoom-out-2", "tags" => "Zoom out 2", "unicode" => "\e708" );
746
+ $icons["auxicons"]["Banknote"] = array("class" => "set auxicon-banknote", "tags" => "Banknote", "unicode" => "\e709" );
747
+ $icons["auxicons"]["Bubble 4"] = array("class" => "set auxicon-bubble-4", "tags" => "Bubble 4", "unicode" => "\e70a" );
748
+ $icons["auxicons"]["Bulb"] = array("class" => "set auxicon-bulb", "tags" => "Bulb", "unicode" => "\e70b" );
749
+ $icons["auxicons"]["Calendar 7"] = array("class" => "set auxicon-calendar-7", "tags" => "Calendar 7", "unicode" => "\e70c" );
750
+ $icons["auxicons"]["Camera 5"] = array("class" => "set auxicon-camera-5", "tags" => "Camera 5", "unicode" => "\e70d" );
751
+ $icons["auxicons"]["Clip"] = array("class" => "set auxicon-clip", "tags" => "Clip", "unicode" => "\e70e" );
752
+ $icons["auxicons"]["Clock 5"] = array("class" => "set auxicon-clock-5", "tags" => "Clock 5", "unicode" => "\e70f" );
753
+ $icons["auxicons"]["Cloud 6"] = array("class" => "set auxicon-cloud-6", "tags" => "Cloud 6", "unicode" => "\e710" );
754
+ $icons["auxicons"]["Cup"] = array("class" => "set auxicon-cup", "tags" => "Cup", "unicode" => "\e711" );
755
+ $icons["auxicons"]["Data 1"] = array("class" => "set auxicon-data-1", "tags" => "Data 1", "unicode" => "\e712" );
756
+ $icons["auxicons"]["Diamond 2"] = array("class" => "set auxicon-diamond-2", "tags" => "Diamond 2", "unicode" => "\e713" );
757
+ $icons["auxicons"]["Display"] = array("class" => "set auxicon-display", "tags" => "Display", "unicode" => "\e714" );
758
+ $icons["auxicons"]["Eye 1"] = array("class" => "set auxicon-eye-1", "tags" => "Eye 1", "unicode" => "\e715" );
759
+ $icons["auxicons"]["Fire"] = array("class" => "set auxicon-fire", "tags" => "Fire", "unicode" => "\e716" );
760
+ $icons["auxicons"]["Food"] = array("class" => "set auxicon-food", "tags" => "Food", "unicode" => "\e717" );
761
+ $icons["auxicons"]["Heart 5"] = array("class" => "set auxicon-heart-5", "tags" => "Heart 5", "unicode" => "\e718" );
762
+ $icons["auxicons"]["Key 3"] = array("class" => "set auxicon-key-3", "tags" => "Key 3", "unicode" => "\e719" );
763
+ $icons["auxicons"]["Lab 1"] = array("class" => "set auxicon-lab-1", "tags" => "Lab 1", "unicode" => "\e71a" );
764
+ $icons["auxicons"]["Like 1"] = array("class" => "set auxicon-like-1", "tags" => "Like 1", "unicode" => "\e71b" );
765
+ $icons["auxicons"]["Location 2"] = array("class" => "set auxicon-location-2", "tags" => "Location 2", "unicode" => "\e71c" );
766
+ $icons["auxicons"]["Lock 3"] = array("class" => "set auxicon-lock-3", "tags" => "Lock 3", "unicode" => "\e71d" );
767
+ $icons["auxicons"]["Mail 3"] = array("class" => "set auxicon-mail-3", "tags" => "Mail 3", "unicode" => "\e71e" );
768
+ $icons["auxicons"]["Megaphone 1"] = array("class" => "set auxicon-megaphone-1", "tags" => "Megaphone 1", "unicode" => "\e71f" );
769
+ $icons["auxicons"]["Music 3"] = array("class" => "set auxicon-music-3", "tags" => "Music 3", "unicode" => "\e720" );
770
+ $icons["auxicons"]["News 2"] = array("class" => "set auxicon-news-2", "tags" => "News 2", "unicode" => "\e721" );
771
+ $icons["auxicons"]["Note"] = array("class" => "set auxicon-note", "tags" => "Note", "unicode" => "\e722" );
772
+ $icons["auxicons"]["Paperplane"] = array("class" => "set auxicon-paperplane", "tags" => "Paperplane", "unicode" => "\e723" );
773
+ $icons["auxicons"]["Params"] = array("class" => "set auxicon-params", "tags" => "Params", "unicode" => "\e724" );
774
+ $icons["auxicons"]["Pen 3"] = array("class" => "set auxicon-pen-3", "tags" => "Pen 3", "unicode" => "\e725" );
775
+ $icons["auxicons"]["Phone 4"] = array("class" => "set auxicon-phone-4", "tags" => "Phone 4", "unicode" => "\e726" );
776
+ $icons["auxicons"]["Photo 1"] = array("class" => "set auxicon-photo-1", "tags" => "Photo 1", "unicode" => "\e727" );
777
+ $icons["auxicons"]["Search 5"] = array("class" => "set auxicon-search-5", "tags" => "Search 5", "unicode" => "\e728" );
778
+ $icons["auxicons"]["Settings 9"] = array("class" => "set auxicon-settings-9", "tags" => "Settings 9", "unicode" => "\e729" );
779
+ $icons["auxicons"]["Shop 2"] = array("class" => "set auxicon-shop-2", "tags" => "Shop 2", "unicode" => "\e72a" );
780
+ $icons["auxicons"]["Sound 2"] = array("class" => "set auxicon-sound-2", "tags" => "Sound 2", "unicode" => "\e72b" );
781
+ $icons["auxicons"]["Stack"] = array("class" => "set auxicon-stack", "tags" => "Stack", "unicode" => "\e72c" );
782
+ $icons["auxicons"]["Star 5"] = array("class" => "set auxicon-star-5", "tags" => "Star 5", "unicode" => "\e72d" );
783
+ $icons["auxicons"]["Study"] = array("class" => "set auxicon-study", "tags" => "Study", "unicode" => "\e72e" );
784
+ $icons["auxicons"]["T shirt"] = array("class" => "set auxicon-t-shirt", "tags" => "T shirt", "unicode" => "\e72f" );
785
+ $icons["auxicons"]["Tag 6"] = array("class" => "set auxicon-tag-6", "tags" => "Tag 6", "unicode" => "\e730" );
786
+ $icons["auxicons"]["Trash 4"] = array("class" => "set auxicon-trash-4", "tags" => "Trash 4", "unicode" => "\e731" );
787
+ $icons["auxicons"]["Truck 3"] = array("class" => "set auxicon-truck-3", "tags" => "Truck 3", "unicode" => "\e732" );
788
+ $icons["auxicons"]["Tv 1"] = array("class" => "set auxicon-tv-1", "tags" => "Tv 1", "unicode" => "\e733" );
789
+ $icons["auxicons"]["User 5"] = array("class" => "set auxicon-user-5", "tags" => "User 5", "unicode" => "\e734" );
790
+ $icons["auxicons"]["Vallet"] = array("class" => "set auxicon-vallet", "tags" => "Vallet", "unicode" => "\e735" );
791
+ $icons["auxicons"]["Video 1"] = array("class" => "set auxicon-video-1", "tags" => "Video 1", "unicode" => "\e736" );
792
+ $icons["auxicons"]["Vynil"] = array("class" => "set auxicon-vynil", "tags" => "Vynil", "unicode" => "\e737" );
793
+ $icons["auxicons"]["World"] = array("class" => "set auxicon-world", "tags" => "World", "unicode" => "\e738" );
794
+ $icons["auxicons"]["Bag 2"] = array("class" => "set auxicon-bag-2", "tags" => "Bag 2", "unicode" => "\e7d1" );
795
+ $icons["auxicons"]["Bicycle 1"] = array("class" => "set auxicon-bicycle-1", "tags" => "Bicycle 1", "unicode" => "\e7d2" );
796
+ $icons["auxicons"]["Bicycle vintage"] = array("class" => "set auxicon-bicycle-vintage", "tags" => "Bicycle vintage", "unicode" => "\e7d3" );
797
+ $icons["auxicons"]["Browser empty"] = array("class" => "set auxicon-browser-empty", "tags" => "Browser empty", "unicode" => "\e7d4" );
798
+ $icons["auxicons"]["Browser full"] = array("class" => "set auxicon-browser-full", "tags" => "Browser full", "unicode" => "\e7d5" );
799
+ $icons["auxicons"]["Bubble 1 1"] = array("class" => "set auxicon-bubble-1-1", "tags" => "Bubble 1 1", "unicode" => "\e7d6" );
800
+ $icons["auxicons"]["Bubble 2 1"] = array("class" => "set auxicon-bubble-2-1", "tags" => "Bubble 2 1", "unicode" => "\e7d7" );
801
+ $icons["auxicons"]["Bubble 3 1"] = array("class" => "set auxicon-bubble-3-1", "tags" => "Bubble 3 1", "unicode" => "\e7d8" );
802
+ $icons["auxicons"]["Camera 6"] = array("class" => "set auxicon-camera-6", "tags" => "Camera 6", "unicode" => "\e7d9" );
803
+ $icons["auxicons"]["Clap board"] = array("class" => "set auxicon-clap-board", "tags" => "Clap board", "unicode" => "\e7da" );
804
+ $icons["auxicons"]["Clipboard 4"] = array("class" => "set auxicon-clipboard-4", "tags" => "Clipboard 4", "unicode" => "\e7db" );
805
+ $icons["auxicons"]["Clock 6"] = array("class" => "set auxicon-clock-6", "tags" => "Clock 6", "unicode" => "\e7dc" );
806
+ $icons["auxicons"]["Cloud 7"] = array("class" => "set auxicon-cloud-7", "tags" => "Cloud 7", "unicode" => "\e7dd" );
807
+ $icons["auxicons"]["Cloudy"] = array("class" => "set auxicon-cloudy", "tags" => "Cloudy", "unicode" => "\e7de" );
808
+ $icons["auxicons"]["Envelope 2"] = array("class" => "set auxicon-envelope-2", "tags" => "Envelope 2", "unicode" => "\e7df" );
809
+ $icons["auxicons"]["File ai"] = array("class" => "set auxicon-file-ai", "tags" => "File ai", "unicode" => "\e7e0" );
810
+ $icons["auxicons"]["File jpg"] = array("class" => "set auxicon-file-jpg", "tags" => "File jpg", "unicode" => "\e7e1" );
811
+ $icons["auxicons"]["File png"] = array("class" => "set auxicon-file-png", "tags" => "File png", "unicode" => "\e7e2" );
812
+ $icons["auxicons"]["File psd"] = array("class" => "set auxicon-file-psd", "tags" => "File psd", "unicode" => "\e7e3" );
813
+ $icons["auxicons"]["File text 1"] = array("class" => "set auxicon-file-text-1", "tags" => "File text 1", "unicode" => "\e7e4" );
814
+ $icons["auxicons"]["Graph 2"] = array("class" => "set auxicon-graph-2", "tags" => "Graph 2", "unicode" => "\e7e5" );
815
+ $icons["auxicons"]["Heart 6"] = array("class" => "set auxicon-heart-6", "tags" => "Heart 6", "unicode" => "\e7e6" );
816
+ $icons["auxicons"]["Hierarchy 1"] = array("class" => "set auxicon-hierarchy-1", "tags" => "Hierarchy 1", "unicode" => "\e7e7" );
817
+ $icons["auxicons"]["Hierarchy 2"] = array("class" => "set auxicon-hierarchy-2", "tags" => "Hierarchy 2", "unicode" => "\e7e8" );
818
+ $icons["auxicons"]["Imac"] = array("class" => "set auxicon-imac", "tags" => "Imac", "unicode" => "\e7e9" );
819
+ $icons["auxicons"]["Ipad 3"] = array("class" => "set auxicon-ipad-3", "tags" => "Ipad 3", "unicode" => "\e7ea" );
820
+ $icons["auxicons"]["Iphone 1"] = array("class" => "set auxicon-iphone-1", "tags" => "Iphone 1", "unicode" => "\e7eb" );
821
+ $icons["auxicons"]["Keyboard 3"] = array("class" => "set auxicon-keyboard-3", "tags" => "Keyboard 3", "unicode" => "\e7ec" );
822
+ $icons["auxicons"]["Laptop 2"] = array("class" => "set auxicon-laptop-2", "tags" => "Laptop 2", "unicode" => "\e7ed" );
823
+ $icons["auxicons"]["Line"] = array("class" => "set auxicon-line", "tags" => "Line", "unicode" => "\e7ee" );
824
+ $icons["auxicons"]["List 4"] = array("class" => "set auxicon-list-4", "tags" => "List 4", "unicode" => "\e7ef" );
825
+ $icons["auxicons"]["List thumbnails"] = array("class" => "set auxicon-list-thumbnails", "tags" => "List thumbnails", "unicode" => "\e7f0" );
826
+ $icons["auxicons"]["Lock 4"] = array("class" => "set auxicon-lock-4", "tags" => "Lock 4", "unicode" => "\e7f1" );
827
+ $icons["auxicons"]["Magnifier"] = array("class" => "set auxicon-magnifier", "tags" => "Magnifier", "unicode" => "\e7f2" );
828
+ $icons["auxicons"]["Map 5"] = array("class" => "set auxicon-map-5", "tags" => "Map 5", "unicode" => "\e7f3" );
829
+ $icons["auxicons"]["Map pin"] = array("class" => "set auxicon-map-pin", "tags" => "Map pin", "unicode" => "\e7f4" );
830
+ $icons["auxicons"]["Moon 2"] = array("class" => "set auxicon-moon-2", "tags" => "Moon 2", "unicode" => "\e7f5" );
831
+ $icons["auxicons"]["Mouse 1"] = array("class" => "set auxicon-mouse-1", "tags" => "Mouse 1", "unicode" => "\e7f6" );
832
+ $icons["auxicons"]["Pencil 4"] = array("class" => "set auxicon-pencil-4", "tags" => "Pencil 4", "unicode" => "\e7f7" );
833
+ $icons["auxicons"]["Pencil ruler"] = array("class" => "set auxicon-pencil-ruler", "tags" => "Pencil ruler", "unicode" => "\e7f8" );
834
+ $icons["auxicons"]["Picture 1"] = array("class" => "set auxicon-picture-1", "tags" => "Picture 1", "unicode" => "\e7f9" );
835
+ $icons["auxicons"]["Rain"] = array("class" => "set auxicon-rain", "tags" => "Rain", "unicode" => "\e7fa" );
836
+ $icons["auxicons"]["Ribbon"] = array("class" => "set auxicon-ribbon", "tags" => "Ribbon", "unicode" => "\e7fb" );
837
+ $icons["auxicons"]["Shoe"] = array("class" => "set auxicon-shoe", "tags" => "Shoe", "unicode" => "\e7fc" );
838
+ $icons["auxicons"]["Speaker 2"] = array("class" => "set auxicon-speaker-2", "tags" => "Speaker 2", "unicode" => "\e7fd" );
839
+ $icons["auxicons"]["Speaker off 1"] = array("class" => "set auxicon-speaker-off-1", "tags" => "Speaker off 1", "unicode" => "\e7fe" );
840
+ $icons["auxicons"]["Sun 1"] = array("class" => "set auxicon-sun-1", "tags" => "Sun 1", "unicode" => "\e7ff" );
841
+ $icons["auxicons"]["Tape"] = array("class" => "set auxicon-tape", "tags" => "Tape", "unicode" => "\e800" );
842
+ $icons["auxicons"]["Target 1"] = array("class" => "set auxicon-target-1", "tags" => "Target 1", "unicode" => "\e801" );
843
+ $icons["auxicons"]["Unlock 1"] = array("class" => "set auxicon-unlock-1", "tags" => "Unlock 1", "unicode" => "\e802" );
844
+ $icons["auxicons"]["Facebook 3"] = array("class" => "set auxicon-facebook-3", "tags" => "Facebook 3", "unicode" => "\e0b7" );
845
+ $icons["auxicons"]["Notebook"] = array("class" => "set auxicon-notebook", "tags" => "Notebook", "unicode" => "\e02d" );
846
+ $icons["auxicons"]["Edit modify streamline"] = array("class" => "set auxicon-edit-modify-streamline", "tags" => "Edit modify streamline", "unicode" => "\e641" );
847
+ $icons["auxicons"]["Download 2"] = array("class" => "set auxicon-download-2", "tags" => "Download 2", "unicode" => "\e053" );
848
+ $icons["auxicons"]["Linkedin"] = array("class" => "set auxicon-linkedin", "tags" => "Linkedin", "unicode" => "\e19f" );
849
+ $icons["auxicons"]["Facebook"] = array("class" => "set auxicon-facebook", "tags" => "Facebook", "unicode" => "\e1a0" );
850
+ $icons["auxicons"]["Vimeo"] = array("class" => "set auxicon-vimeo", "tags" => "Vimeo", "unicode" => "\e1a1" );
851
+ $icons["auxicons"]["Flickr"] = array("class" => "set auxicon-flickr", "tags" => "Flickr", "unicode" => "\e1a3" );
852
+ $icons["auxicons"]["Instagram"] = array("class" => "set auxicon-instagram", "tags" => "Instagram", "unicode" => "\e1a4" );
853
+ $icons["auxicons"]["Tumblr"] = array("class" => "set auxicon-tumblr", "tags" => "Tumblr", "unicode" => "\e1a5" );
854
+ $icons["auxicons"]["Behance"] = array("class" => "set auxicon-behance", "tags" => "Behance", "unicode" => "\e1a6" );
855
+ $icons["auxicons"]["Wordpress"] = array("class" => "set auxicon-wordpress", "tags" => "Wordpress", "unicode" => "\e1a7" );
856
+ $icons["auxicons"]["Vimeo 1"] = array("class" => "set auxicon-vimeo-1", "tags" => "Vimeo 1", "unicode" => "\e1a8" );
857
+ $icons["auxicons"]["Git"] = array("class" => "set auxicon-git", "tags" => "Git", "unicode" => "\e1a9" );
858
+ $icons["auxicons"]["Googleplus"] = array("class" => "set auxicon-googleplus", "tags" => "Googleplus", "unicode" => "\e1aa" );
859
+ $icons["auxicons"]["Digg"] = array("class" => "set auxicon-digg", "tags" => "Digg", "unicode" => "\e1ab" );
860
+ $icons["auxicons"]["Google"] = array("class" => "set auxicon-google", "tags" => "Google", "unicode" => "\e1ac" );
861
+ $icons["auxicons"]["Stumbleupon"] = array("class" => "set auxicon-stumbleupon", "tags" => "Stumbleupon", "unicode" => "\e1ad" );
862
+ $icons["auxicons"]["Apple"] = array("class" => "set auxicon-apple", "tags" => "Apple", "unicode" => "\e1ae" );
863
+ $icons["auxicons"]["Microsoft"] = array("class" => "set auxicon-microsoft", "tags" => "Microsoft", "unicode" => "\e1af" );
864
+ $icons["auxicons"]["Android"] = array("class" => "set auxicon-android", "tags" => "Android", "unicode" => "\e1b0" );
865
+ $icons["auxicons"]["Dribbble"] = array("class" => "set auxicon-dribbble", "tags" => "Dribbble", "unicode" => "\e1b1" );
866
+ $icons["auxicons"]["Steam"] = array("class" => "set auxicon-steam", "tags" => "Steam", "unicode" => "\e1b2" );
867
+ $icons["auxicons"]["Pinterest"] = array("class" => "set auxicon-pinterest", "tags" => "Pinterest", "unicode" => "\e1b3" );
868
+ $icons["auxicons"]["Edge"] = array("class" => "set auxicon-edge", "tags" => "Edge", "unicode" => "\e1a2" );
869
+ $icons["auxicons"]["Chrome"] = array("class" => "set auxicon-chrome", "tags" => "Chrome", "unicode" => "\e1b4" );
870
+ $icons["auxicons"]["Safari"] = array("class" => "set auxicon-safari", "tags" => "Safari", "unicode" => "\e1b5" );
871
+ $icons["auxicons"]["Firefox"] = array("class" => "set auxicon-firefox", "tags" => "Firefox", "unicode" => "\e1b6" );
872
+ $icons["auxicons"]["Opera"] = array("class" => "set auxicon-opera", "tags" => "Opera", "unicode" => "\e1b7" );
873
+ $icons["auxicons"]["Internet explorer"] = array("class" => "set auxicon-internet-explorer", "tags" => "Internet explorer", "unicode" => "\e1b8" );
874
+ $icons["auxicons"]["Wikipedia"] = array("class" => "set auxicon-wikipedia", "tags" => "Wikipedia", "unicode" => "\e1b9" );
875
+ $icons["auxicons"]["Amazon"] = array("class" => "set auxicon-amazon", "tags" => "Amazon", "unicode" => "\e1ba" );
876
+ $icons["auxicons"]["Lastfm"] = array("class" => "set auxicon-lastfm", "tags" => "Lastfm", "unicode" => "\e1bb" );
877
+ $icons["auxicons"]["Delicious"] = array("class" => "set auxicon-delicious", "tags" => "Delicious", "unicode" => "\e1bc" );
878
+ $icons["auxicons"]["Skype"] = array("class" => "set auxicon-skype", "tags" => "Skype", "unicode" => "\e1bd" );
879
+ $icons["auxicons"]["Rss"] = array("class" => "set auxicon-rss", "tags" => "Rss", "unicode" => "\e1be" );
880
+ $icons["auxicons"]["Twitter"] = array("class" => "set auxicon-twitter", "tags" => "Twitter", "unicode" => "\e1bf" );
881
+ $icons["auxicons"]["Html5"] = array("class" => "set auxicon-html5", "tags" => "Html5", "unicode" => "\e1c0" );
882
+ $icons["auxicons"]["Css3"] = array("class" => "set auxicon-css3", "tags" => "Css3", "unicode" => "\e1c1" );
883
+ $icons["auxicons"]["Youtube"] = array("class" => "set auxicon-youtube", "tags" => "Youtube", "unicode" => "\e1c2" );
884
+ $icons["auxicons"]["Dropbox"] = array("class" => "set auxicon-dropbox", "tags" => "Dropbox", "unicode" => "\e1c3" );
885
+ $icons["auxicons"]["Twich"] = array("class" => "set auxicon-twich", "tags" => "Twich", "unicode" => "\e1c6" );
886
+ $icons["auxicons"]["Pocket"] = array("class" => "set auxicon-pocket", "tags" => "Pocket", "unicode" => "\e1c7" );
887
+ $icons["auxicons"]["Spotify"] = array("class" => "set auxicon-spotify", "tags" => "Spotify", "unicode" => "\e1c4" );
888
+ $icons["auxicons"]["Yahoo"] = array("class" => "set auxicon-yahoo", "tags" => "Yahoo", "unicode" => "\e1c8" );
889
+ $icons["auxicons"]["Paypal"] = array("class" => "set auxicon-paypal", "tags" => "Paypal", "unicode" => "\e1c9" );
890
+ $icons["auxicons"]["Visa"] = array("class" => "set auxicon-visa", "tags" => "Visa", "unicode" => "\e1ca" );
891
+ $icons["auxicons"]["Google wallet"] = array("class" => "set auxicon-google-wallet", "tags" => "Google wallet", "unicode" => "\e1cb" );
892
+ $icons["auxicons"]["Mastercard"] = array("class" => "set auxicon-mastercard", "tags" => "Mastercard", "unicode" => "\e1cc" );
893
+ $icons["auxicons"]["Soundcloud"] = array("class" => "set auxicon-soundcloud", "tags" => "Soundcloud", "unicode" => "\e1cd" );
894
+ $icons["auxicons"]["Linux"] = array("class" => "set auxicon-linux", "tags" => "Linux", "unicode" => "\e1ce" );
895
+ $icons["auxicons"]["Github"] = array("class" => "set auxicon-github", "tags" => "Github", "unicode" => "\e1cf" );
896
+ $icons["auxicons"]["Search 4"] = array("class" => "set auxicon-search-4", "tags" => "Search 4", "unicode" => "\e1d0" );
897
+ $icons["auxicons"]["Check mark circle outline"] = array("class" => "set auxicon-check-mark-circle-outline", "tags" => "Check mark circle outline", "unicode" => "\e1d1" );
898
+ $icons["auxicons"]["Question circle"] = array("class" => "set auxicon-question-circle", "tags" => "Question circle", "unicode" => "\e1d2" );
899
+ $icons["auxicons"]["Phone classic on"] = array("class" => "set auxicon-phone-classic-on", "tags" => "Phone classic on", "unicode" => "\e1d3" );
900
+ $icons["auxicons"]["Ios browsers outline"] = array("class" => "set auxicon-ios-browsers-outline", "tags" => "Ios browsers outline", "unicode" => "\e1d4" );
901
+ $icons["auxicons"]["Social buffer"] = array("class" => "set auxicon-social-buffer", "tags" => "Social buffer", "unicode" => "\e1d5" );
902
+ $icons["auxicons"]["Social buffer outline"] = array("class" => "set auxicon-social-buffer-outline", "tags" => "Social buffer outline", "unicode" => "\e1d6" );
903
+ $icons["auxicons"]["Search 1"] = array("class" => "set auxicon-search-1", "tags" => "Search 1", "unicode" => "\e0dd" );
904
+ $icons["auxicons"]["Comment"] = array("class" => "set auxicon-comment", "tags" => "Comment", "unicode" => "\e1d7" );
905
+ $icons["auxicons"]["Like"] = array("class" => "set auxicon-like", "tags" => "Like", "unicode" => "\e1d8" );
906
+ $icons["auxicons"]["Share"] = array("class" => "set auxicon-share", "tags" => "Share", "unicode" => "\e1d9" );
907
+ $icons["auxicons"]["Rate"] = array("class" => "set auxicon-rate", "tags" => "Rate", "unicode" => "\e1da" );
908
+ $icons["auxicons"]["Rate outline"] = array("class" => "set auxicon-rate-outline", "tags" => "Rate outline", "unicode" => "\e1dc" );
909
+ $icons["auxicons"]["Whatsapp"] = array("class" => "set auxicon-whatsapp", "tags" => "Whatsapp", "unicode" => "\e1db" );
910
+ $icons["auxicons"]["Stumbleupon 1"] = array("class" => "set auxicon-stumbleupon-1", "tags" => "Stumbleupon 1", "unicode" => "\e1dd" );
911
+ $icons["auxicons"]["Vk"] = array("class" => "set auxicon-vk", "tags" => "Vk", "unicode" => "\e1de" );
912
+ $icons["auxicons"]["Telegram"] = array("class" => "set auxicon-telegram", "tags" => "Telegram", "unicode" => "\e1df" );
913
+ $icons["auxicons"]["Telegram 2"] = array("class" => "set auxicon-telegram-2", "tags" => "Telegram 2", "unicode" => "\e1e0" );
914
+ $icons["auxicons"]["Fontawesome webfont"] = array("class" => "set auxicon-fontawesome-webfont", "tags" => "Fontawesome webfont", "unicode" => "\e1c5" );
915
+ $icons["auxicons"]["Bag"] = array("class" => "set auxicon-bag", "tags" => "Bag", "unicode" => "\e1e1" );
916
+ $icons["auxicons"]["Chevron right 1"] = array("class" => "set auxicon-chevron-right-1", "tags" => "Chevron right 1", "unicode" => "\e1e2" );
917
+ $icons["auxicons"]["Playback play"] = array("class" => "set auxicon-playback-play", "tags" => "Playback play", "unicode" => "\e16e" );
admin/includes/compatibility/uvca/uvca.php ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ function auxin_uvca_font_icons() {
4
+
5
+ $uvca_icons = get_option( 'smile_fonts', array() );
6
+
7
+ $phlox_icons[ THEME_ID . '-icons' ] = array(
8
+ 'include' => 'smile_fonts/' . THEME_ID,
9
+ 'folder' => 'smile_fonts/' . THEME_ID,
10
+ 'style' => THEME_ID . '/auxin-front.css',
11
+ 'config' => 'charmap.php'
12
+ );
13
+
14
+ $uvca_icons = $phlox_icons + $uvca_icons;
15
+
16
+ update_option( 'smile_fonts', $uvca_icons );
17
+
18
+ $upload_dir = wp_upload_dir();
19
+
20
+ global $wp_filesystem;
21
+
22
+ $path = trailingslashit( $upload_dir['basedir'] ) . 'smile_fonts/' . THEME_ID . '/';
23
+
24
+ $charmap_file = trailingslashit( $path ) . 'charmap.php';
25
+ $css_file = trailingslashit( $path ) . 'auxin-front.css';
26
+
27
+ $charmap = file_get_contents( AUXELS_ADMIN_DIR . '/includes/compatibility/uvca/auxicon/charmap.txt' );
28
+ $css = file_get_contents( AUXELS_ADMIN_DIR . '/includes/compatibility/uvca/auxicon/auxin-front.css' );
29
+
30
+ auxin_put_contents( $charmap, $charmap_file );
31
+ auxin_put_contents( $css, $css_file );
32
+
33
+
34
+ }
35
+
36
+ add_action( 'auxels_activated', 'auxin_uvca_font_icons' );
37
+
admin/includes/compatibility/wpml/integration-classes/accordion-items.php ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if( class_exists('WPML_Elementor_Module_With_Items') ) {
3
+ /**
4
+ * Class WPML_Elementor_Icon_List
5
+ */
6
+ class Auxin_WPML_Elementor_Accordion extends WPML_Elementor_Module_With_Items {
7
+ /**
8
+ * @return string
9
+ */
10
+ public function get_items_field() {
11
+ return 'tab_items';
12
+ }
13
+ /**
14
+ * @return array
15
+ */
16
+ public function get_fields() {
17
+ return array( 'accordion_label', 'content' );
18
+ }
19
+ /**
20
+ * @param string $field
21
+ *
22
+ * @return string
23
+ */
24
+ protected function get_title( $field ) {
25
+ switch( $field ) {
26
+ case 'accordion_label':
27
+ return esc_html__( 'Accordion: Label', 'auxin-elements' );
28
+ case 'content':
29
+ return esc_html__( 'Accordion: Content', 'auxin-elements' );
30
+ default:
31
+ return '';
32
+ }
33
+ }
34
+ /**
35
+ * @param string $field
36
+ *
37
+ * @return string
38
+ */
39
+ protected function get_editor_type( $field ) {
40
+ switch( $field ) {
41
+ case 'accordion_label':
42
+ return 'LINE';
43
+ case 'content':
44
+ return 'VISUAL';
45
+ default:
46
+ return '';
47
+ }
48
+ }
49
+ }
50
+ }
admin/includes/compatibility/wpml/integration-classes/flexible-list.php ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if( class_exists('WPML_Elementor_Module_With_Items') ) {
3
+ /**
4
+ * Class WPML_Elementor_Icon_List
5
+ */
6
+ class Auxin_WPML_Elementor_Icon_List extends WPML_Elementor_Module_With_Items {
7
+ /**
8
+ * @return string
9
+ */
10
+ public function get_items_field() {
11
+ return 'list';
12
+ }
13
+ /**
14
+ * @return array
15
+ */
16
+ public function get_fields() {
17
+ return array( 'text_primary', 'text_secondary', 'link' => array( 'url' ) );
18
+ }
19
+ /**
20
+ * @param string $field
21
+ *
22
+ * @return string
23
+ */
24
+ protected function get_title( $field ) {
25
+ switch( $field ) {
26
+ case 'text_primary':
27
+ return esc_html__( 'Flexible List: Text', 'auxin-elements' );
28
+ case 'text_secondary':
29
+ return esc_html__( 'Flexible List: Secondary Text', 'auxin-elements' );
30
+ case 'link':
31
+ return esc_html__( 'Flexible List: Link', 'auxin-elements' );
32
+ default:
33
+ return '';
34
+ }
35
+ }
36
+ /**
37
+ * @param string $field
38
+ *
39
+ * @return string
40
+ */
41
+ protected function get_editor_type( $field ) {
42
+ switch( $field ) {
43
+ case 'text_primary':
44
+ case 'text_secondary':
45
+ return 'LINE';
46
+ case 'url':
47
+ return 'LINK';
48
+ default:
49
+ return '';
50
+ }
51
+ }
52
+ }
53
+ }
admin/includes/compatibility/wpml/integration-classes/tabs.php ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if( class_exists('WPML_Elementor_Module_With_Items') ) {
3
+ /**
4
+ * Class WPML_Elementor_Icon_List
5
+ */
6
+ class Auxin_WPML_Elementor_Tabs extends WPML_Elementor_Module_With_Items {
7
+ /**
8
+ * @return string
9
+ */
10
+ public function get_items_field() {
11
+ return 'tab_items';
12
+ }
13
+ /**
14
+ * @return array
15
+ */
16
+ public function get_fields() {
17
+ return array( 'tab_label', 'content' );
18
+ }
19
+ /**
20
+ * @param string $field
21
+ *
22
+ * @return string
23
+ */
24
+ protected function get_title( $field ) {
25
+ switch( $field ) {
26
+ case 'tab_label':
27
+ return esc_html__( 'Tab: Label', 'auxin-elements' );
28
+ case 'content':
29
+ return esc_html__( 'Tab: Content', 'auxin-elements' );
30
+ default:
31
+ return '';
32
+ }
33
+ }
34
+ /**
35
+ * @param string $field
36
+ *
37
+ * @return string
38
+ */
39
+ protected function get_editor_type( $field ) {
40
+ switch( $field ) {
41
+ case 'tab_label':
42
+ return 'LINE';
43
+ case 'content':
44
+ return 'VISUAL';
45
+ default:
46
+ return '';
47
+ }
48
+ }
49
+ }
50
+ }
admin/includes/compatibility/wpml/translate.php ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // Include integration classes for repetition values
3
+ include_once( 'integration-classes/flexible-list.php' );
4
+ include_once( 'integration-classes/accordion-items.php' );
5
+ include_once( 'integration-classes/tabs.php' );
6
+
7
+ /**
8
+ * Make our widgets compatible with WPML elementor list
9
+ *
10
+ * @param array $widgets
11
+ * @return array
12
+ */
13
+ function auxin_wpml_widgets_to_translate_list( $widgets ) {
14
+
15
+ $widgets[ 'aux_modern_heading' ] = array(
16
+ 'conditions' => array( 'widgetType' => 'aux_modern_heading' ),
17
+ 'fields' => array(
18
+ array(
19
+ 'field' => 'title',
20
+ 'type' => __( 'Modern Heading: Title', 'auxin-elements' ),
21
+ 'editor_type' => 'LINE'
22
+ ),
23
+ array(
24
+ 'field' => 'description',
25
+ 'type' => __( 'Modern Heading: Description', 'auxin-elements' ),
26
+ 'editor_type' => 'VISUAL'
27
+ ),
28
+ array(
29
+ 'field' => 'title_secondary_before',
30
+ 'type' => __( 'Modern Heading: Before Text', 'auxin-elements' ),
31
+ 'editor_type' => 'LINE'
32
+ ),
33
+ array(
34
+ 'field' => 'title_secondary_highlight',
35
+ 'type' => __( 'Modern Heading: Highlighted Text', 'auxin-elements' ),
36
+ 'editor_type' => 'LINE'
37
+ ),
38
+ array(
39
+ 'field' => 'title_secondary_after',
40
+ 'type' => __( 'Modern Heading: After Text', 'auxin-elements' ),
41
+ 'editor_type' => 'LINE'
42
+ )
43
+ ),
44
+ );
45
+
46
+ $widgets[ 'aux_icon_list' ] = array(
47
+ 'conditions' => array( 'widgetType' => 'aux_icon_list' ),
48
+ 'fields' => array(),
49
+ 'integration-class' => 'Auxin_WPML_Elementor_Icon_List',
50
+ );
51
+
52
+ $widgets[ 'aux_accordion' ] = array(
53
+ 'conditions' => array( 'widgetType' => 'aux_accordion' ),
54
+ 'fields' => array(),
55
+ 'integration-class' => 'Auxin_WPML_Elementor_Accordion',
56
+ );
57
+
58
+ $widgets[ 'aux_tabs' ] = array(
59
+ 'conditions' => array( 'widgetType' => 'aux_tabs' ),
60
+ 'fields' => array(),
61
+ 'integration-class' => 'Auxin_WPML_Elementor_Tabs',
62
+ );
63
+
64
+ $widgets[ 'aux_button' ] = array(
65
+ 'conditions' => array( 'widgetType' => 'aux_button' ),
66
+ 'fields' => array(
67
+ array(
68
+ 'field' => 'label',
69
+ 'type' => __( 'Button: Label', 'auxin-elements' ),
70
+ 'editor_type' => 'LINE'
71
+ ),
72
+ ),
73
+ );
74
+
75
+ $widgets[ 'aux_contact_form' ] = array(
76
+ 'conditions' => array( 'widgetType' => 'aux_contact_form' ),
77
+ 'fields' => array(
78
+ array(
79
+ 'field' => 'label',
80
+ 'type' => __( 'Contact Form 7: Shortcode', 'auxin-elements' ),
81
+ 'editor_type' => 'LINE'
82
+ ),
83
+ ),
84
+ );
85
+
86
+ $widgets[ 'aux_blockquote' ] = array(
87
+ 'conditions' => array( 'widgetType' => 'aux_blockquote' ),
88
+ 'fields' => array(
89
+ array(
90
+ 'field' => 'content',
91
+ 'type' => __( 'Blockquote: Content', 'auxin-elements' ),
92
+ 'editor_type' => 'VISUAL'
93
+ ),
94
+ ),
95
+ );
96
+
97
+ $widgets[ 'aux_staff' ] = array(
98
+ 'conditions' => array( 'widgetType' => 'aux_staff' ),
99
+ 'fields' => array(
100
+ array(
101
+ 'field' => 'title',
102
+ 'type' => __( 'Staff: Name', 'auxin-elements' ),
103
+ 'editor_type' => 'LINE'
104
+ ),
105
+ array(
106
+ 'field' => 'subtitle',
107
+ 'type' => __( 'Staff: Occupation', 'auxin-elements' ),
108
+ 'editor_type' => 'LINE'
109
+ ),
110
+ array(
111
+ 'field' => 'content',
112
+ 'type' => __( 'Staff: Content', 'auxin-elements' ),
113
+ 'editor_type' => 'VISUAL'
114
+ )
115
+ ),
116
+ );
117
+
118
+ $widgets[ 'aux_testimonial' ] = array(
119
+ 'conditions' => array( 'widgetType' => 'aux_testimonial' ),
120
+ 'fields' => array(
121
+ array(
122
+ 'field' => 'title',
123
+ 'type' => __( 'Testimonial: Name', 'auxin-elements' ),
124
+ 'editor_type' => 'LINE'
125
+ ),
126
+ array(
127
+ 'field' => 'subtitle',
128
+ 'type' => __( 'Testimonial: Occupation', 'auxin-elements' ),
129
+ 'editor_type' => 'LINE'
130
+ ),
131
+ array(
132
+ 'field' => 'content',
133
+ 'type' => __( 'Testimonial: Content', 'auxin-elements' ),
134
+ 'editor_type' => 'VISUAL'
135
+ )
136
+ ),
137
+ );
138
+
139
+ $widgets[ 'aux_text' ] = array(
140
+ 'conditions' => array( 'widgetType' => 'aux_text' ),
141
+ 'fields' => array(
142
+ array(
143
+ 'field' => 'title',
144
+ 'type' => __( 'Info Box: Name', 'auxin-elements' ),
145
+ 'editor_type' => 'LINE'
146
+ ),
147
+ array(
148
+ 'field' => 'subtitle',
149
+ 'type' => __( 'Info Box: Occupation', 'auxin-elements' ),
150
+ 'editor_type' => 'LINE'
151
+ ),
152
+ array(
153
+ 'field' => 'content',
154
+ 'type' => __( 'Info Box: Content', 'auxin-elements' ),
155
+ 'editor_type' => 'VISUAL'
156
+ ),
157
+ array(
158
+ 'field' => 'btn_label',
159
+ 'type' => __( 'Info Box: Button label', 'auxin-elements' ),
160
+ 'editor_type' => 'LINE'
161
+ )
162
+ ),
163
+ );
164
+
165
+ $widgets[ 'aux_gmap' ] = array(
166
+ 'conditions' => array( 'widgetType' => 'aux_gmap' ),
167
+ 'fields' => array(
168
+ array(
169
+ 'field' => 'latitude',
170
+ 'type' => __( 'MAP: Latitude', 'auxin-elements' ),
171
+ 'editor_type' => 'LINE'
172
+ ),
173
+ array(
174
+ 'field' => 'longitude',
175
+ 'type' => __( 'MAP: Longitude', 'auxin-elements' ),
176
+ 'editor_type' => 'LINE'
177
+ ),
178
+ array(
179
+ 'field' => 'marker_info',
180
+ 'type' => __( 'MAP: Marker info', 'auxin-elements' ),
181
+ 'editor_type' => 'LINE'
182
+ )
183
+ ),
184
+ );
185
+
186
+
187
+ return $widgets;
188
+ }
189
+
190
+ /**
191
+ * Add filter on wpml elementor widgets node when init action.
192
+ *
193
+ * @return void
194
+ */
195
+ function auxin_wpml_widgets_to_translate_filter(){
196
+ add_filter( 'wpml_elementor_widgets_to_translate', 'auxin_wpml_widgets_to_translate_list' );
197
+ }
198
+ add_action( 'init', 'auxin_wpml_widgets_to_translate_filter' );
199
+
admin/includes/index.php CHANGED
@@ -1,8 +1,19 @@
1
  <?php // load admin related classes & functions
2
 
 
 
 
3
  // load admin related functions
4
  include_once( 'admin-the-functions.php' );
5
 
 
 
 
 
 
 
 
 
6
 
7
  do_action( 'auxels_admin_classes_loaded' );
8
 
@@ -19,6 +30,6 @@ function auxin_init_permalinks( ){
19
  $aux_permalink->setup();
20
 
21
  new Auxin_Install();
22
- new Auxin_Admin_Dashboard();
23
  }
24
  add_action( 'auxin_ready', 'auxin_init_permalinks' );
1
  <?php // load admin related classes & functions
2
 
3
+ // Call the instance of auxin upgrader
4
+ Auxin_Upgrader_Prepare::get_instance();
5
+
6
  // load admin related functions
7
  include_once( 'admin-the-functions.php' );
8
 
9
+ include_once( 'compatibility/visual-composer/vc.php' );
10
+ include_once( 'compatibility/uvca/uvca.php' );
11
+ include_once( 'compatibility/sliders/rev.php' );
12
+ include_once( 'compatibility/sliders/layerslider.php' );
13
+
14
+ if ( function_exists('icl_object_id') ) {
15
+ include_once( 'compatibility/wpml/translate.php' );
16
+ }
17
 
18
  do_action( 'auxels_admin_classes_loaded' );
19
 
30
  $aux_permalink->setup();
31
 
32
  new Auxin_Install();
33
+ //new Auxin_Admin_Dashboard();
34
  }
35
  add_action( 'auxin_ready', 'auxin_init_permalinks' );
admin/includes/metaboxes/metabox-fields-general-advanced.php CHANGED
@@ -6,8 +6,8 @@
6
  * @package Auxin
7
  * @license LICENSE.txt
8
  * @author
9
- * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2017
11
  */
12
 
13
  // no direct access allowed
@@ -37,6 +37,32 @@ function auxin_metabox_fields_general_advanced(){
37
  'type' => 'code',
38
  'mode' => 'css',
39
  'default' => ''
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  )
41
 
42
  );
6
  * @package Auxin
7
  * @license LICENSE.txt
8
  * @author
9
+ * @link http://phlox.pro/
10
+ * @copyright (c) 2010-2019
11
  */
12
 
13
  // no direct access allowed
37
  'type' => 'code',
38
  'mode' => 'css',
39
  'default' => ''
40
+ ),
41
+
42
+ array(
43
+ 'title' => __('Custom JavaScript Code', 'auxin-elements'),
44
+ 'description' => __('Attention: The following custom JavaScript code will be applied ONLY to this page.', 'auxin-elements').'<br />'.
45
+ __('For defining global JavaScript roles, please use custom javaScript field on option panel.', 'auxin-elements' ),
46
+ 'id' => 'aux_page_custom_js',
47
+ 'type' => 'code',
48
+ 'mode' => 'javascript',
49
+ 'default' => ''
50
+ ),
51
+
52
+ array(
53
+ 'title' => __( 'Extra Google Font1', 'auxin-elements' ),
54
+ 'description' => __( 'Load an extra Google font for this page.', 'auxin-elements' ),
55
+ 'id' => 'aux_page_custom_font1',
56
+ 'type' => 'googlefont',
57
+ 'default' => ''
58
+ ),
59
+
60
+ array(
61
+ 'title' => __( 'Extra Google Font2', 'auxin-elements' ),
62
+ 'description' => __( 'Load an extra Google font for this page.', 'auxin-elements' ),
63
+ 'id' => 'aux_page_custom_font2',
64
+ 'type' => 'googlefont',
65
+ 'default' => ''
66
  )
67
 
68
  );
admin/includes/metaboxes/metabox-fields-general-footer.php ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Adds fields for footer metabox
4
+ *
5
+ *
6
+ * @package Auxin
7
+ * @license LICENSE.txt
8
+ * @author
9
+ * @link http://phlox.pro/
10
+ * @copyright (c) 2010-2019
11
+ */
12
+
13
+ // no direct access allowed
14
+ if ( ! defined('ABSPATH') ) exit;
15
+
16
+
17
+ function auxin_metabox_fields_general_footer(){
18
+
19
+ $model = new Auxin_Metabox_Model();
20
+ $model->id = 'general-footer';
21
+ $model->title = __('Footer Setting', 'auxin-elements' );
22
+ $model->fields = array(
23
+
24
+ array(
25
+ 'title' => __('Display Footer', 'auxin-elements'),
26
+ 'description' => __( 'Enable it to display footer on this pages.', 'auxin-elements' ),
27
+ 'id' => 'page_show_footer',
28
+ 'type' => 'select',
29
+ 'default' => 'default',
30
+ 'choices' => array(
31
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
32
+ 'yes' => __( 'Yes', 'auxin-elements' ),
33
+ 'no' => __( 'No', 'auxin-elements' ),
34
+ ),
35
+ ),
36
+
37
+ array(
38
+ 'title' => __( 'Footer Layout', 'auxin-elements' ),
39
+ 'description' => __( 'Specifies the footer layout.', 'auxin-elements' ),
40
+ 'id' => 'page_footer_components_layout',
41
+ 'type' => 'radio-image',
42
+ 'dependency' => array(
43
+ array(
44
+ 'id' => 'page_show_footer',
45
+ 'value' => array('yes', 'default'),
46
+ 'operator'=> '=='
47
+ )
48
+ ),
49
+ 'choices' => array(
50
+ 'default' => array(
51
+ 'label' => __( 'Theme Default', 'auxin-elements' ),
52
+ 'image' => AUXIN_URL . 'images/visual-select/default3.svg'
53
+ ),
54
+ 'footer_preset1' => array(
55
+ 'label' => __( 'Footer Preset 1', 'auxin-elements' ),
56
+ 'image' => AUXIN_URL . 'images/visual-select/footer-layout-1.svg'
57
+ ),
58
+ 'footer_preset2' => array(
59
+ 'label' => __( 'Footer Preset 2', 'auxin-elements' ),
60
+ 'image' => AUXIN_URL . 'images/visual-select/footer-layout-2.svg'
61
+ ),
62
+ 'footer_preset3' => array(
63
+ 'label' => __( 'Footer Preset 3', 'auxin-elements' ),
64
+ 'image' => AUXIN_URL . 'images/visual-select/footer-layout-3.svg'
65
+ ),
66
+ 'footer_preset4' => array(
67
+ 'label' => __( 'Footer Preset 4', 'auxin-elements' ),
68
+ 'image' => AUXIN_URL . 'images/visual-select/footer-layout-4.svg'
69
+ ),
70
+ 'footer_preset5' => array(
71
+ 'label' => __( 'Footer Preset 5', 'auxin-elements' ),
72
+ 'image' => AUXIN_URL . 'images/visual-select/footer-layout-4.svg'
73
+ )
74
+ ),
75
+ 'default' => 'default'
76
+ ),
77
+
78
+ array(
79
+ 'title' => __( 'Footer Copyright Text', 'auxin-elements' ),
80
+ 'description' => __( 'Enter your copyright text to display on footer.', 'auxin-elements' ),
81
+ 'id' => 'page_footer_copyright',
82
+ 'dependency' => array(
83
+ array(
84
+ 'id' => 'page_show_footer',
85
+ 'value' => array('yes', 'default'),
86
+ 'operator'=> '=='
87
+ )
88
+ ),
89
+ 'type' => 'textarea'
90
+ ),
91
+
92
+ array(
93
+ 'title' => __( 'Show Phlox attribution', 'auxin-elements' ),
94
+ 'description' => __( 'Show the "Powered By Phlox" text with link to Phlox homepage in footer.', 'auxin-elements' ),
95
+ 'id' => 'page_footer_attribution',
96
+ 'dependency' => array(
97
+ array(
98
+ 'id' => 'page_show_footer',
99
+ 'value' => array('yes', 'default'),
100
+ 'operator'=> '=='
101
+ )
102
+ ),
103
+ 'type' => 'select',
104
+ 'default' => 'default',
105
+ 'choices' => array(
106
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
107
+ 'yes' => __( 'Yes', 'auxin-elements' ),
108
+ 'no' => __( 'No', 'auxin-elements' ),
109
+ ),
110
+ ),
111
+
112
+ array(
113
+ 'title' => __( 'Enbale Sticky Footer', 'auxin-elements' ),
114
+ 'description' => __( 'Enable this option to pin the footer and subfooter to bottom of the website.', 'auxin-elements' ),
115
+ 'id' => 'page_footer_is_sticky',
116
+ 'dependency' => array(
117
+ array(
118
+ 'id' => 'page_show_footer',
119
+ 'value' => array('yes', 'default'),
120
+ 'operator'=> '=='
121
+ )
122
+ ),
123
+ 'type' => 'select',
124
+ 'default' => 'default',
125
+ 'choices' => array(
126
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
127
+ 'yes' => __( 'Yes', 'auxin-elements' ),
128
+ 'no' => __( 'No', 'auxin-elements' ),
129
+ ),
130
+ ),
131
+
132
+ array(
133
+ 'title' => __( 'Footer Background Color', 'auxin-elements' ),
134
+ 'description' => __( 'Specifies the background color for footer', 'auxin-elements' ),
135
+ 'id' => 'page_footer_bg_color',
136
+ 'dependency' => array(
137
+ array(
138
+ 'id' => 'page_show_footer',
139
+ 'value' => array('yes', 'default'),
140
+ 'operator'=> '=='
141
+ )
142
+ ),
143
+ 'default' => '',
144
+ 'type' => 'color',
145
+ 'style_callback' => function( $value = null ){
146
+ return empty( $value ) ? '' : ".aux-site-footer { background-color:$value; }";
147
+ }
148
+ ),
149
+
150
+ array(
151
+ 'title' => __( 'Footer Top Border Color', 'auxin-elements' ),
152
+ 'id' => 'page_footer_top_border_color',
153
+ 'description' => __( 'Specifies top border color of footer.', 'auxin-elements' ),
154
+ 'type' => 'color',
155
+ 'dependency' => array(
156
+ array(
157
+ 'id' => 'page_show_footer',
158
+ 'value' => array('yes', 'default'),
159
+ 'operator'=> '=='
160
+ )
161
+ ),
162
+ 'style_callback' => function( $value = null ){
163
+ return $value ? ".aux-site-footer { border-top:1px solid $value; }" : '';
164
+ },
165
+ 'default' => ''
166
+ ),
167
+
168
+ array(
169
+ 'title' => __('Display Subfooter', 'auxin-elements'),
170
+ 'description' => __( 'Enable it to display subfooter on this pages.', 'auxin-elements' ),
171
+ 'id' => 'page_show_subfooter',
172
+ 'type' => 'select',
173
+ 'default' => 'default',
174
+ 'choices' => array(
175
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
176
+ 'yes' => __( 'Yes', 'auxin-elements' ),
177
+ 'no' => __( 'No', 'auxin-elements' ),
178
+ ),
179
+ ),
180
+
181
+
182
+ );
183
+
184
+ return $model;
185
+
186
+ }
admin/includes/metaboxes/metabox-fields-general-header.php ADDED
@@ -0,0 +1,822 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Adds fields for header metabox
4
+ *
5
+ *
6
+ * @package Auxin
7
+ * @license LICENSE.txt
8
+ * @author
9
+ * @link http://phlox.pro/
10
+ * @copyright (c) 2010-2019
11
+ */
12
+
13
+ // no direct access allowed
14
+ if ( ! defined('ABSPATH') ) exit;
15
+
16
+
17
+ function auxin_metabox_fields_general_header(){
18
+
19
+ $model = new Auxin_Metabox_Model();
20
+ $model->id = 'general-header';
21
+ $model->title = __('Header Setting', 'auxin-elements');
22
+ $model->fields = array(
23
+
24
+ array(
25
+ 'title' => __( 'Page Custom Menu', 'auxin-elements' ),
26
+ 'description' => __( 'Specifies a custom menu for this page.', 'auxin-elements' ),
27
+ 'id' => 'page_header_menu',
28
+ 'type' => 'select',
29
+ 'choices' => auxin_registered_nav_menus(),
30
+ 'default' => 'default',
31
+ ),
32
+
33
+ array(
34
+ 'title' => __( 'Page Cover', 'auxin-elements' ),
35
+ 'description' => __( 'Specifies a cover with animations for this page.', 'auxin-elements' ),
36
+ 'id' => 'display_page_header_cover',
37
+ 'type' => 'switch',
38
+ 'default' => '0',
39
+ ),
40
+
41
+ array(
42
+ 'title' => __( 'Page Cover Image', 'auxin-elements' ),
43
+ 'description' => __( 'Specifies a image for page cover.', 'auxin-elements' ),
44
+ 'id' => 'page_header_cover_image',
45
+ 'type' => 'image',
46
+ 'dependency' => array(
47
+ array(
48
+ 'id' => 'display_page_header_cover',
49
+ 'value' => array('1'),
50
+ )
51
+ ),
52
+ 'default' => '',
53
+ ),
54
+
55
+ array(
56
+ 'title' => __( 'Page Cover Text', 'auxin-elements' ),
57
+ 'description' => __( 'Your custom text for add on the page cover', 'auxin-elements' ),
58
+ 'id' => 'page_header_cover_title',
59
+ 'type' => 'editor',
60
+ 'dependency' => array(
61
+ array(
62
+ 'id' => 'display_page_header_cover',
63
+ 'value' => array('1'),
64
+ )
65
+ ),
66
+ 'default' => '',
67
+ ),
68
+
69
+ array(
70
+ 'title' => __( 'Page Cover Link Text', 'auxin-elements' ),
71
+ 'description' => __( 'Specifies text for page cover link.', 'auxin-elements' ),
72
+ 'id' => 'page_header_discover_text',
73
+ 'type' => 'text',
74
+ 'dependency' => array(
75
+ array(
76
+ 'id' => 'display_page_header_cover',
77
+ 'value' => array('1'),
78
+ )
79
+ ),
80
+ 'default' => '',
81
+ ),
82
+
83
+ array(
84
+ 'title' => __( 'Header Menu Layout', 'auxin-elements' ),
85
+ 'description' => __( 'Specifies the header layout for this page. By choosing a layout, the corresponding options will appear below.', 'auxin-elements' ),
86
+ 'id' => 'page_header_navigation_layout',
87
+ 'dependency' => array(),
88
+ 'default' => 'default',
89
+ 'type' => 'select',
90
+ 'transport' => 'refresh',
91
+ 'type' => 'radio-image',
92
+ 'choices' => array(
93
+ 'default' => array(
94
+ 'label' => __( 'Theme Default', 'auxin-elements' ),
95
+ 'image' => AUXIN_URL . 'images/visual-select/default3.svg'
96
+ ),
97
+ 'horizontal-menu-right' => array(
98
+ 'label' => __( 'Logo left, Menu right', 'auxin-elements' ),
99
+ 'image' => AUXIN_URL . 'images/visual-select/header-layout-1.svg'
100
+ ),
101
+ 'burger-right' => array(
102
+ 'label' => __( 'Logo left, Burger menu right', 'auxin-elements' ),
103
+ 'image' => AUXIN_URL . 'images/visual-select/header-layout-2.svg'
104
+ ),
105
+ 'horizontal-menu-left' => array(
106
+ 'label' => __( 'Logo right, Menu left', 'auxin-elements' ),
107
+ 'image' => AUXIN_URL . 'images/visual-select/header-layout-7.svg'
108
+ ),
109
+ 'burger-left' => array(
110
+ 'label' => __( 'Logo Right, Burger menu left', 'auxin-elements' ),
111
+ 'image' => AUXIN_URL . 'images/visual-select/header-layout-8.svg'
112
+ ),
113
+ 'horizontal-menu-center' => array(
114
+ 'label' => __( 'Logo middle in top, Menu middle in bottom', 'auxin-elements' ),
115
+ 'image' => AUXIN_URL . 'images/visual-select/header-layout-4.svg'
116
+ ),
117
+ 'logo-left-menu-bottom-left' => array(
118
+ 'label' => __( 'Logo left in top, Menu left in bottom', 'auxin-elements' ),
119
+ 'image' => AUXIN_URL . 'images/visual-select/header-layout-3.svg'
120
+ ),
121
+ 'vertical' => array(
122
+ 'label' => __( 'Vertical Menu', 'auxin-elements' ),
123
+ 'image' => AUXIN_URL . 'images/visual-select/header-layout-6.svg'
124
+ ),
125
+ 'burger-right-msg' => array(
126
+ 'label' => __( 'Logo left, Burger right, Message right', 'auxin-elements' ),
127
+ 'image' => AUXIN_URL . 'images/visual-select/header-layout-6.svg'
128
+ ),
129
+ 'logo-left-menu-middle' => array(
130
+ 'label' => __( 'Logo left, Menu Middle', 'auxin-elements' ),
131
+ 'image' => AUXIN_URL . 'images/visual-select/header-layout-6.svg'
132
+ ),
133
+ 'no-header' => array(
134
+ 'label' => __( 'No header', 'auxin-elements' ),
135
+ 'image' => AUXIN_URL . 'images/visual-select/header-none.svg'
136
+ )
137
+ )
138
+ ),
139
+
140
+ array(
141
+ 'title' => __( 'Header Width', 'auxin-elements' ),
142
+ 'description' => sprintf(__( 'Specifies the width of header, boxed or full width. %1$s Only works if %2$s Website Layout %3$s option sets to %2$s Full layout %3$s', 'auxin-elements' ), '<br>', '<code>', '</code>'),
143
+ 'id' => 'page_header_width',
144
+ 'type' => 'radio-image',
145
+ 'choices' => array(
146
+ 'default' => array(
147
+ 'label' => __( 'Theme Default', 'auxin-elements' ),
148
+ 'css_class' => 'axiAdminIcon-default',
149
+ ),
150
+ 'boxed' => array(
151
+ 'label' => __( 'Boxed', 'auxin-elements' ),
152
+ 'css_class' => 'axiAdminIcon-content-boxed',
153
+ ),
154
+ 'semi-full' => array(
155
+ 'label' => __( 'Full Width', 'auxin-elements' ),
156
+ 'css_class' => 'axiAdminIcon-content-full',
157
+ )
158
+ ),
159
+ 'dependency' => array(
160
+ array(
161
+ 'id' => 'page_header_navigation_layout',
162
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
163
+ )
164
+ ),
165
+ 'default' => 'default'
166
+ ),
167
+
168
+ array(
169
+ 'title' => __( 'Header Height', 'auxin-elements' ),
170
+ 'description' => __( 'Specifies the header height in pixel for this page. Leave it blank to use the theme default value for this option.', 'auxin-elements' ),
171
+ 'id' => 'page_header_container_height',
172
+ 'type' => 'text',
173
+ 'dependency' => array(
174
+ array(
175
+ 'id' => 'page_header_navigation_layout',
176
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
177
+ )
178
+ ),
179
+ 'style_callback' => function( $value = null ){
180
+ $value = rtrim( $value, 'px' );
181
+ $selector = ".site-header-section .aux-header-elements:not(.aux-vertical-menu-elements), ";
182
+ $selector .= ".site-header-section .aux-fill .aux-menu-depth-0 > .aux-item-content { height:%spx; }";
183
+
184
+ return $value ? sprintf( $selector , $value ) :'';
185
+ },
186
+ 'default' => '',
187
+ ),
188
+
189
+
190
+
191
+ array(
192
+ 'title' => __( 'Add Search Button', 'auxin-elements' ),
193
+ 'description' => __( 'Whether to add search button in the header or not.', 'auxin-elements' ),
194
+ 'id' => 'page_header_search_button',
195
+ 'type' => 'select',
196
+ 'dependency' => array(
197
+ array(
198
+ 'id' => 'page_header_navigation_layout',
199
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
200
+ )
201
+ ),
202
+ 'default' => 'default',
203
+ 'choices' => array(
204
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
205
+ 'yes' => __( 'Yes', 'auxin-elements' ),
206
+ 'no' => __( 'No', 'auxin-elements' ),
207
+ )
208
+ ),
209
+
210
+ array(
211
+ 'title' => __( 'Display Logo', 'auxin-elements' ),
212
+ 'description' => __( 'Enable it to add logo in the header.', 'auxin-elements' ),
213
+ 'id' => 'page_header_logo_display',
214
+ 'type' => 'select',
215
+ 'dependency' => array(
216
+ array(
217
+ 'id' => 'page_header_navigation_layout',
218
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
219
+ )
220
+ ),
221
+ 'default' => 'default',
222
+ 'choices' => array(
223
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
224
+ 'yes' => __( 'Yes', 'auxin-elements' ),
225
+ 'no' => __( 'No', 'auxin-elements' ),
226
+ )
227
+ ),
228
+
229
+ array(
230
+ 'title' => __( 'Add Border', 'auxin-elements' ),
231
+ 'description' => __( 'Whether to add border below the header on this page.', 'auxin-elements' ),
232
+ 'id' => 'page_header_border_bottom',
233
+ 'type' => 'select',
234
+ 'dependency' => array(
235
+ array(
236
+ 'id' => 'page_header_navigation_layout',
237
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
238
+ )
239
+ ),
240
+ 'default' => 'default',
241
+ 'choices' => array(
242
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
243
+ 'yes' => __( 'Yes', 'auxin-elements' ),
244
+ 'no' => __( 'No', 'auxin-elements' ),
245
+ )
246
+ ),
247
+
248
+ array(
249
+ 'title' => __( 'Border Color', 'auxin-elements' ),
250
+ 'description' => __( 'Specifies the border color for header. Empty or transparent color means using the theme default value for this option.', 'auxin-elements' ),
251
+ 'id' => 'page_header_border_bottom_color',
252
+ 'type' => 'color',
253
+ 'dependency' => array(
254
+ array(
255
+ 'id' => 'page_header_border_bottom',
256
+ 'value' => array('yes', 'default'),
257
+ 'operator'=> '=='
258
+ ),
259
+ array(
260
+ 'id' => 'page_header_navigation_layout',
261
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
262
+ )
263
+ ),
264
+ 'style_callback' => function( $value = null ){
265
+ return $value ? ".site-header-section.aux-add-border .aux-wrapper{border-color:$value;}" : '';
266
+ },
267
+ 'default' => ''
268
+ ),
269
+
270
+ array(
271
+ 'title' => __( 'Header Animation', 'auxin-elements' ),
272
+ 'description' => __( 'Whether to animate the header after page loaded completely.', 'auxin-elements' ),
273
+ 'id' => 'page_header_animation',
274
+ 'type' => 'select',
275
+ 'dependency' => array(
276
+ array(
277
+ 'id' => 'page_header_navigation_layout',
278
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
279
+ )
280
+ ),
281
+ 'default' => 'default',
282
+ 'choices' => array(
283
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
284
+ 'yes' => __( 'Yes', 'auxin-elements' ),
285
+ 'no' => __( 'No', 'auxin-elements' ),
286
+ )
287
+ ),
288
+
289
+ array(
290
+ 'title' => __( 'Header Animation Delay', 'auxin-elements' ),
291
+ 'description' => __( 'The delay amount before starting the header animation in seconds. Leave it blank to use the theme default value for this option.', 'auxin-elements' ),
292
+ 'id' => 'page_header_animation_delay',
293
+ 'type' => 'text',
294
+ 'dependency' => array(
295
+ array(
296
+ 'id' => 'page_header_animation',
297
+ 'value' => 'yes',
298
+ ),
299
+ array(
300
+ 'id' => 'page_header_navigation_layout',
301
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
302
+ )
303
+ ),
304
+ 'default' => ''
305
+ ),
306
+
307
+ array(
308
+ 'title' => __( 'Enable Overlay Header', 'auxin-elements' ),
309
+ 'description' => __( 'Whether to set a overlay header for this page.', 'auxin-elements' ),
310
+ 'id' => 'page_overlay_header',
311
+ 'type' => 'select',
312
+ 'dependency' => array(
313
+ array(
314
+ 'id' => 'page_header_navigation_layout',
315
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
316
+ )
317
+ ),
318
+ 'default' => 'default',
319
+ 'choices' => array(
320
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
321
+ 'yes' => __( 'Yes', 'auxin-elements' ),
322
+ 'no' => __( 'No', 'auxin-elements' ),
323
+ )
324
+ ),
325
+
326
+ array(
327
+ 'title' => __( 'Header Background Color', 'auxin-elements' ),
328
+ 'description' => __( 'Specifies the background color of header on this page. Empty or transparent color means using the theme default value for this option.', 'auxin-elements' ),
329
+ 'id' => 'page_transparent_header_bgcolor',
330
+ 'type' => 'color',
331
+ 'dependency' => array(
332
+ array(
333
+ 'id' => 'page_header_navigation_layout',
334
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
335
+ )
336
+ ),
337
+ 'style_callback' => function( $value = null ){
338
+ return $value ? ".site-header-section { background-color:$value; }" : '';
339
+ },
340
+ 'default' => ''
341
+ ),
342
+
343
+ array(
344
+ 'title' => __( 'Header Menu Color Scheme', 'auxin-elements' ),
345
+ 'description' => __( 'Specifies the Color Scheme of Header', 'auxin-elements' ),
346
+ 'id' => 'page_header_color_scheme',
347
+ 'type' => 'select',
348
+ 'choices' => array (
349
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
350
+ 'light' => __( 'Light', 'auxin-elements' ),
351
+ 'dark' => __( 'Dark', 'auxin-elements' ),
352
+ ),
353
+ 'dependency' => array(
354
+ array(
355
+ 'id' => 'page_header_navigation_layout',
356
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
357
+ )
358
+ ),
359
+ 'default' => 'default'
360
+ ),
361
+
362
+ array(
363
+ 'title' => __( 'Enable Sticky Header', 'auxin-elements' ),
364
+ 'description' => __( 'Whether to pin the header menu on top.', 'auxin-elements' ),
365
+ 'id' => 'page_header_top_sticky',
366
+ 'type' => 'select',
367
+ 'dependency' => array(
368
+ array(
369
+ 'id' => 'page_header_navigation_layout',
370
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
371
+ )
372
+ ),
373
+ 'choices' => array (
374
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
375
+ 'yes' => __( 'Yes', 'auxin-elements' ),
376
+ 'no' => __( 'No', 'auxin-elements' ),
377
+ ),
378
+ ),
379
+
380
+ array(
381
+ 'title' => __( 'Sticky Header Height', 'auxin-elements' ),
382
+ 'description' => __( 'Specifies the sticky header height for this page. Leave it blank to use the theme default value for this option.', 'auxin-elements' ),
383
+ 'id' => 'page_header_container_scaled_height',
384
+ 'type' => 'text',
385
+ 'style_callback' => function( $value = null ){
386
+ $selector = ".aux-top-sticky .site-header-section.aux-sticky .aux-fill .aux-menu-depth-0 > .aux-item-content, ".
387
+ ".aux-top-sticky .site-header-section.aux-sticky .aux-header-elements { height:%spx; }";
388
+
389
+ return $value ? sprintf( $selector , $value ) : '';
390
+ },
391
+ 'dependency' => array(
392
+ array(
393
+ 'id' => 'page_header_top_sticky',
394
+ 'value' => array('yes', 'default'),
395
+ 'operator'=> '=='
396
+ ),
397
+ array(
398
+ 'id' => 'page_header_navigation_layout',
399
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left' ),
400
+ )
401
+ ),
402
+ 'default' => '',
403
+ ),
404
+
405
+ array(
406
+ 'title' => __( 'Sticky Header Background Color', 'auxin-elements' ),
407
+ 'description' => __( 'Specifies the background color for header when it becomes sticky. Empty or transparent color means using the theme default value for this option.', 'auxin-elements' ),
408
+ 'id' => 'page_sticky_header_color',
409
+ 'type' => 'color',
410
+ 'dependency' => array(
411
+ array(
412
+ 'id' => 'page_header_top_sticky',
413
+ 'value' => array('yes', 'default'),
414
+ 'operator'=> '=='
415
+ ),
416
+ array(
417
+ 'id' => 'page_header_navigation_layout',
418
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
419
+ )
420
+ ),
421
+ 'style_callback' => function( $value = null ){
422
+ return $value ? ".site-header-section.aux-sticky { background-color:$value; }" : '';
423
+ },
424
+ 'default' => ''
425
+ ),
426
+
427
+ array(
428
+ 'title' => __( 'Sticky Header Border Color', 'auxin-elements' ),
429
+ 'description' => __( 'Specifies the border color for header when it becomes sticky. Empty or transparent color means using the theme default value for this option.', 'auxin-elements' ),
430
+ 'id' => 'page_sticky_header_border_color',
431
+ 'type' => 'color',
432
+ 'dependency' => array(
433
+ array(
434
+ 'id' => 'page_header_top_sticky',
435
+ 'value' => array('yes', 'default'),
436
+ 'operator'=> '=='
437
+ ),
438
+ array(
439
+ 'id' => 'page_header_navigation_layout',
440
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
441
+ )
442
+ ),
443
+ 'style_callback' => function( $value = null ){
444
+ return $value ? ".aux-top-sticky .site-header-section.aux-sticky .aux-wrapper{border-bottom: 1px solid $value;}" : '';
445
+ },
446
+ 'default' => ''
447
+ ),
448
+
449
+ array(
450
+ 'title' => __( 'Sticky Header Menu Color Scheme', 'auxin-elements' ),
451
+ 'description' => __( 'Specifies the color scheme of header menu on sticky header.', 'auxin-elements' ),
452
+ 'id' => 'page_header_sticky_color_scheme',
453
+ 'type' => 'select',
454
+ 'dependency' => array(
455
+ array(
456
+ 'id' => 'page_header_top_sticky',
457
+ 'value' => array('yes', 'default'),
458
+ 'operator'=> '=='
459
+ ),
460
+ array(
461
+ 'id' => 'page_header_navigation_layout',
462
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
463
+ )
464
+ ),
465
+ 'choices' => array (
466
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
467
+ 'light' => __( 'Light', 'auxin-elements' ),
468
+ 'dark' => __( 'Dark', 'auxin-elements' ),
469
+ ),
470
+ 'default' => ''
471
+ ),
472
+
473
+ array(
474
+ 'title' => __( 'Scale Logo on Sticky Header', 'auxin-elements' ),
475
+ 'description' => __( 'Enable this option to scale the logo on sticky mode.', 'auxin-elements' ),
476
+ 'id' => 'page_header_logo_can_scale',
477
+ 'type' => 'select',
478
+ 'dependency' => array(
479
+ array(
480
+ 'id' => 'page_header_top_sticky',
481
+ 'value' => array('yes', 'default'),
482
+ 'operator'=> '=='
483
+ ),
484
+ array(
485
+ 'id' => 'page_header_navigation_layout',
486
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
487
+ )
488
+ ),
489
+ 'default' => 'default',
490
+ 'choices' => array(
491
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
492
+ 'yes' => __( 'Yes', 'auxin-elements' ),
493
+ 'no' => __( 'No', 'auxin-elements' ),
494
+ )
495
+ ),
496
+
497
+ array(
498
+ 'title' => __('Vertical Menu Background color', 'auxin-elements'),
499
+ 'description' => __('Specifies background color of Vertical Menu on this page. Empty or transparent color means using the theme default value for this option.', 'auxin-elements'),
500
+ 'id' => 'page_vertical_menu_background_color',
501
+ 'type' => 'color',
502
+ 'default' => '',
503
+ 'dependency' => array(
504
+ array(
505
+ 'id' => 'page_header_navigation_layout',
506
+ 'value' => 'vertical',
507
+ 'operator' => '=='
508
+ )
509
+ ),
510
+ ),
511
+
512
+ array(
513
+ 'title' => __( 'Vertical Menu Items Align', 'auxin-elements' ),
514
+ 'description' => '',
515
+ 'id' => 'page_vertical_header_items_align',
516
+ 'dependency' => array(
517
+ array(
518
+ 'id' => 'page_header_navigation_layout',
519
+ 'value' => 'vertical',
520
+ 'operator' => '=='
521
+ )
522
+ ),
523
+ 'choices' => array (
524
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
525
+ 'center' => __( 'Center', 'auxin-elements' ),
526
+ 'left' => __( 'Left', 'auxin-elements' ),
527
+ ),
528
+ 'type' => 'select',
529
+ 'default' => 'default'
530
+ ),
531
+
532
+ array(
533
+ 'title' => __('Display Vertical Menu Footer', 'auxin-elements'),
534
+ 'description' => __('Whether to display footer at the bottom of vertical menu.', 'auxin-elements'),
535
+ 'id' => 'page_vertical_menu_footer_display',
536
+ 'type' => 'select',
537
+ 'dependency' => array(
538
+ array(
539
+ 'id' => 'page_header_navigation_layout',
540
+ 'value' => 'vertical',
541
+ 'operator' => '=='
542
+ )
543
+ ),
544
+ 'default' => 'default',
545
+ 'choices' => array(
546
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
547
+ 'yes' => __( 'Yes', 'auxin-elements' ),
548
+ 'no' => __( 'No', 'auxin-elements' ),
549
+ ),
550
+ ),
551
+
552
+ array(
553
+ 'title' => __('Display Search box Border', 'auxin-elements'),
554
+ 'description' => __('Specifies the display of border under the search box', 'auxin-elements'),
555
+ 'id' => 'page_vertical_header_search_border',
556
+ 'type' => 'select',
557
+ 'dependency' => array(
558
+ array(
559
+ 'id' => 'page_header_navigation_layout',
560
+ 'value' => 'vertical',
561
+ 'operator' => '=='
562
+ )
563
+ ),
564
+ 'default' => 'default',
565
+ 'choices' => array(
566
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
567
+ 'yes' => __( 'Yes', 'auxin-elements' ),
568
+ 'no' => __( 'No', 'auxin-elements' ),
569
+ ),
570
+ ),
571
+
572
+ array(
573
+ 'title' => __('Add Social Icons', 'auxin-elements'),
574
+ 'description' => __('Enable it to add social icons in the header menu.', 'auxin-elements'),
575
+ 'id' => 'page_header_social_icons',
576
+ 'type' => 'select',
577
+ 'dependency' => array(
578
+ array(
579
+ 'id' => 'page_header_navigation_layout',
580
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
581
+ )
582
+ ),
583
+ 'default' => 'default',
584
+ 'choices' => array(
585
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
586
+ 'yes' => __( 'Yes', 'auxin-elements' ),
587
+ 'no' => __( 'No', 'auxin-elements' ),
588
+ ),
589
+ ),
590
+
591
+ array(
592
+ 'title' => __('Social Icon Size', 'auxin-elements'),
593
+ 'description' => __('Specifies the size of social icons in the header menu.', 'auxin-elements'),
594
+ 'id' => 'page_header_social_icons_size',
595
+ 'type' => 'select',
596
+ 'dependency' => array(
597
+ array(
598
+ 'id' => 'page_header_navigation_layout',
599
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
600
+ ),
601
+ array(
602
+ 'id' => 'page_header_social_icons',
603
+ 'value' => 'yes',
604
+ 'operator' => '=='
605
+ )
606
+ ),
607
+ 'default' => 'default',
608
+ 'choices' => array(
609
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
610
+ 'small' => __( 'Small', 'auxin-elements' ),
611
+ 'medium' => __( 'Medium', 'auxin-elements' ),
612
+ 'large' => __( 'Large', 'auxin-elements' ),
613
+ 'extra-large' => __( 'Extra Large', 'auxin-elements' ),
614
+ ),
615
+ )
616
+
617
+ );
618
+
619
+ if ( class_exists( 'WooCommerce' ) ) {
620
+
621
+ $model->fields[] = array(
622
+ 'title' => __( 'Display Header Cart', 'auxin-elements' ),
623
+ 'description' => __( 'Whether to display cart on top header bar.', 'auxin-elements' ),
624
+ 'id' => 'page_show_header_cart',
625
+ 'type' => 'select',
626
+ 'dependency' => array(
627
+ array(
628
+ 'id' => 'page_header_navigation_layout',
629
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
630
+ )
631
+ ),
632
+ 'starter' => '1',
633
+ 'default' => 'default',
634
+ 'choices' => array(
635
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
636
+ 'yes' => __( 'Yes', 'auxin-elements' ),
637
+ 'no' => __( 'No', 'auxin-elements' ),
638
+ )
639
+ );
640
+
641
+ $model->fields[] = array(
642
+ 'title' => __( 'Icon for Cart', 'auxin-elements' ),
643
+ 'description' => '',
644
+ 'id' => 'page_header_cart_icon',
645
+ 'type' => 'icon',
646
+ 'dependency' => array(
647
+ array(
648
+ 'id' => 'page_header_navigation_layout',
649
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
650
+ ),
651
+ array(
652
+ 'id' => 'page_show_header_cart',
653
+ 'value' => 'yes',
654
+ )
655
+ ),
656
+ 'default' => 'default'
657
+ );
658
+
659
+ $model->fields[] = array(
660
+ 'title' => __( 'Cart Dropdown Skin', 'auxin-elements' ),
661
+ 'description' => '',
662
+ 'id' => 'page_header_cart_dropdown_skin',
663
+ 'type' => 'select',
664
+ 'dependency' => array(
665
+ array(
666
+ 'id' => 'page_header_navigation_layout',
667
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
668
+ ),
669
+ array(
670
+ 'id' => 'page_show_header_cart',
671
+ 'value' => 'yes',
672
+ )
673
+ ),
674
+ 'choices' => array(
675
+ 'light' => __( 'Light', 'auxin-elements' ),
676
+ 'dark' => __( 'Dark', 'auxin-elements' )
677
+ ),
678
+ 'default' => 'light'
679
+ );
680
+
681
+ $model->fields[] = array(
682
+ 'title' => __( 'Dropdown Action On', 'auxin-elements' ),
683
+ 'description' => '',
684
+ 'id' => 'page_header_cart_dropdown_action_on',
685
+ 'type' => 'select',
686
+ 'dependency' => array(
687
+ array(
688
+ 'id' => 'page_header_navigation_layout',
689
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
690
+ ),
691
+ array(
692
+ 'id' => 'page_show_header_cart',
693
+ 'value' => 'yes',
694
+ )
695
+ ),
696
+ 'choices' => array(
697
+ 'default' => __( 'Default', 'auxin-elements' ),
698
+ 'hover' => __( 'Hover', 'auxin-elements' ),
699
+ 'click' => __( 'Click', 'auxin-elements' )
700
+ ),
701
+ 'default' => 'default'
702
+ );
703
+
704
+ $model->fields[] = array(
705
+ 'title' => __( 'Display My Account', 'auxin-elements' ),
706
+ 'description' => __( 'Whether to display my account on header.', 'auxin-elements' ),
707
+ 'id' => 'page_show_my_account',
708
+ 'type' => 'select',
709
+ 'dependency' => array(
710
+ array(
711
+ 'id' => 'page_header_navigation_layout',
712
+ 'value' => array( 'logo-left-menu-middle' ),
713
+ )
714
+ ),
715
+ 'default' => 'default',
716
+ 'choices' => array(
717
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
718
+ 'yes' => __( 'Yes', 'auxin-elements' ),
719
+ 'no' => __( 'No', 'auxin-elements' ),
720
+ )
721
+ );
722
+
723
+ $model->fields[] = array(
724
+ 'title' => __( 'Display Wishlist', 'auxin-elements' ),
725
+ 'description' => __( 'Whether to display wishlist on header.', 'auxin-elements' ),
726
+ 'id' => 'page_show_wishlist',
727
+ 'type' => 'select',
728
+ 'dependency' => array(
729
+ array(
730
+ 'id' => 'page_header_navigation_layout',
731
+ 'value' => array( 'logo-left-menu-middle' ),
732
+ )
733
+ ),
734
+ 'default' => 'default',
735
+ 'choices' => array(
736
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
737
+ 'yes' => __( 'Yes', 'auxin-elements' ),
738
+ 'no' => __( 'No', 'auxin-elements' ),
739
+ )
740
+ );
741
+
742
+ }
743
+
744
+ $model->fields[] = array(
745
+ 'title' => __('Custom Page Logo?', 'auxin-elements'),
746
+ 'description' => __('Whether to display a custom logo for this page or not.', 'auxin-elements'),
747
+ 'id' => 'aux_use_custom_logo',
748
+ 'type' => 'switch',
749
+ 'dependency' => array(
750
+ array(
751
+ 'id' => 'page_header_navigation_layout',
752
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
753
+ )
754
+ ),
755
+ 'default' => '0'
756
+ );
757
+
758
+ $model->fields[] = array(
759
+ 'title' => __( 'Page Logo', 'auxin-elements' ),
760
+ 'description' => __( 'The main logo which appears only on this page. If you do not specify an image, the default logo will be used.', 'auxin-elements' ),
761
+ 'id' => 'aux_custom_logo',
762
+ 'type' => 'image',
763
+ 'dependency' => array(
764
+ array(
765
+ 'id' => 'aux_use_custom_logo',
766
+ 'value' => '1'
767
+ ),
768
+ array(
769
+ 'id' => 'page_header_navigation_layout',
770
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
771
+ )
772
+ ),
773
+ 'default' => ''
774
+ );
775
+
776
+ $model->fields[] = array(
777
+ 'title' => __( 'Page Secondary Logo', 'auxin-elements' ),
778
+ 'description' => __( 'The secondary logo which appears when the header becomes sticky. If you do not specify an image, the default secondary logo will be used.', 'auxin-elements' ),
779
+ 'id' => 'aux_custom_logo2',
780
+ 'type' => 'image',
781
+ 'dependency' => array(
782
+ array(
783
+ 'id' => 'aux_use_custom_logo',
784
+ 'value' => '1'
785
+ ),
786
+ array(
787
+ 'id' => 'page_header_navigation_layout',
788
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
789
+ )
790
+ ),
791
+ 'default' => ''
792
+ );
793
+
794
+ $model->fields[] = array(
795
+ 'title' => __( 'Page Logo Width', 'auxin-elements' ),
796
+ 'description' => __( 'Specifies the max width of logo image in pixels. Leave it blank to use the theme default value for this option.', 'auxin-elements' ),
797
+ 'id' => 'aux_custom_logo_width',
798
+ 'type' => 'text',
799
+ 'dependency' => array(
800
+ array(
801
+ 'id' => 'aux_use_custom_logo',
802
+ 'value' => '1'
803
+ ),
804
+ array(
805
+ 'id' => 'page_header_navigation_layout',
806
+ 'value' => array( 'horizontal-menu-right', 'burger-right', 'horizontal-menu-left', 'burger-left', 'horizontal-menu-center', 'logo-left-menu-bottom-left','logo-left-menu-middle' ),
807
+ )
808
+ ),
809
+ 'default' => '',
810
+ 'style_callback' => function( $value = null ){
811
+ // Get the dependency value while saving the metafield
812
+ $enabled = isset( $_POST['aux_use_custom_logo'] ) ? $_POST['aux_use_custom_logo'] : 0;
813
+ if( ! auxin_is_true( $enabled ) ){
814
+ return '';
815
+ }
816
+ $value = trim( $value, 'px');
817
+ return $value ? ".aux-logo-header .aux-logo-anchor{ max-width:{$value}px; }" : '';
818
+ }
819
+ );
820
+
821
+ return $model;
822
+ }
admin/includes/metaboxes/metabox-fields-general-top-header.php ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Adds fields for top header metabox
4
+ *
5
+ *
6
+ * @package Auxin
7
+ * @license LICENSE.txt
8
+ * @author
9
+ * @link http://phlox.pro/
10
+ * @copyright (c) 2010-2019
11
+ */
12
+
13
+ // no direct access allowed
14
+ if ( ! defined('ABSPATH') ) exit;
15
+
16
+
17
+ function auxin_metabox_fields_general_top_header(){
18
+
19
+ $model = new Auxin_Metabox_Model();
20
+ $model->id = 'general-top-header';
21
+ $model->title = __('Top Header Setting', 'auxin-elements');
22
+ $model->fields = array(
23
+
24
+ array(
25
+ 'title' => __( 'Display Top Header bar', 'auxin-elements' ),
26
+ 'description' => __( 'Whether to display top header bar on this page or not.', 'auxin-elements' ),
27
+ 'id' => 'aux_show_topheader',
28
+ 'default' => 'default',
29
+ 'choices' => array(
30
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
31
+ 'yes' => __( 'Yes', 'auxin-elements' ),
32
+ 'no' => __( 'No', 'auxin-elements' ),
33
+ ),
34
+ 'type' => 'select'
35
+ ),
36
+
37
+ array(
38
+ 'title' => __( 'Top Header Bar Layout', 'auxin-elements' ),
39
+ 'description' => __( 'Specifies top header bar layout for this page.', 'auxin-elements' ),
40
+ 'id' => 'aux_topheader_layout',
41
+ 'type' => 'radio-image',
42
+ 'dependency' => array(
43
+ array(
44
+ 'id' => 'aux_show_topheader',
45
+ 'value' => array('yes'),
46
+ 'operator'=> ''
47
+ )
48
+ ),
49
+ 'choices' => array(
50
+ 'default' => array(
51
+ 'label' => __( 'Theme Default', 'auxin-elements' ),
52
+ 'image' => AUXIN_URL . 'images/visual-select/default3.svg'
53
+ ),
54
+ 'topheader1' => array(
55
+ 'label' => __( 'Menu left. Social and search right', 'auxin-elements' ),
56
+ 'image' => AUXIN_URL . 'images/visual-select/top-header-layout-1.svg'
57
+ ),
58
+ 'topheader2' => array(
59
+ 'label' => __( 'Message left. Menu and language right', 'auxin-elements' ),
60
+ 'image' => AUXIN_URL . 'images/visual-select/top-header-layout-2.svg'
61
+ ),
62
+ 'topheader3' => array(
63
+ 'label' => __( 'Social left. Cart and search right', 'auxin-elements' ),
64
+ 'image' => AUXIN_URL . 'images/visual-select/top-header-layout-3.svg'
65
+ ),
66
+ 'topheader4' => array(
67
+ 'label' => __( 'Menu left. Message, social, cart, search and language right', 'auxin-elements' ),
68
+ 'image' => AUXIN_URL . 'images/visual-select/top-header-layout-4.svg'
69
+ ),
70
+ 'topheader5' => array(
71
+ 'label' => __( 'Language left. Social, cart and search right', 'auxin-elements' ),
72
+ 'image' => AUXIN_URL . 'images/visual-select/top-header-layout-5.svg'
73
+ ),
74
+ 'topheader6' => array(
75
+ 'label' => __( 'Message left. Social, cart and search right', 'auxin-elements' ),
76
+ 'image' => AUXIN_URL . 'images/visual-select/top-header-layout-6.svg'
77
+ ),
78
+ 'topheader7' => array(
79
+ 'label' => __( 'Menu left. Social, cart and search right', 'auxin-elements' ),
80
+ 'image' => AUXIN_URL . 'images/visual-select/top-header-layout-7.svg'
81
+ ),
82
+ 'topheader8' => array(
83
+ 'label' => __( 'Language and menu left. Message, social, cart and search right', 'auxin-elements' ),
84
+ 'image' => AUXIN_URL . 'images/visual-select/top-header-layout-8.svg'
85
+ ),
86
+ 'topheader9' => array(
87
+ 'label' => __( 'Language and menu left. Message, social, cart and search right', 'auxin-elements' ),
88
+ 'image' => AUXIN_URL . 'images/visual-select/top-header-layout-8.svg'
89
+ )
90
+ ),
91
+ 'default' => 'default'
92
+ ),
93
+
94
+ array(
95
+ 'title' => __( 'Top Header Bar Background Color', 'auxin-elements' ),
96
+ 'description' => __( 'Specifies the background color of top header bar. No color means the default theme color for this section.', 'auxin-elements' ),
97
+ 'id' => 'aux_topheader_background_color',
98
+ 'dependency' => array(
99
+ array(
100
+ 'id' => 'aux_show_topheader',
101
+ 'value' => array('yes'),
102
+ 'operator'=> ''
103
+ )
104
+ ),
105
+ 'transport' => 'postMessage',
106
+ 'style_callback' => function( $value = null ){
107
+ $selector = ".aux-top-header { background-color:%s; }";
108
+ return $value ? sprintf( $selector , $value ) : '';
109
+ },
110
+ 'default' => '',
111
+ 'type' => 'color'
112
+ ),
113
+
114
+ array(
115
+ 'title' => __( 'Display Message on Top Header Bar', 'auxin-elements' ),
116
+ 'description' => __( 'Whether to display default message on top header or a custom message for this page.', 'auxin-elements' ),
117
+ 'id' => 'aux_show_topheader_message',
118
+ 'dependency' => array(
119
+ array(
120
+ 'id' => 'aux_show_topheader',
121
+ 'value' => array('yes'),
122
+ 'operator'=> ''
123
+ )
124
+ ),
125
+ 'choices' => array(
126
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
127
+ 'yes' => __( 'Yes, Custom', 'auxin-elements' ),
128
+ 'no' => __( 'No, Hide it', 'auxin-elements' ),
129
+ ),
130
+ 'default' => 'default',
131
+ 'type' => 'select'
132
+ ),
133
+
134
+ array(
135
+ 'title' => __( 'Display Secondary Message on Top Header Bar', 'auxin-elements' ),
136
+ 'description' => __( 'Whether to display default Secondary message on top header or a custom message for this page.', 'auxin-elements' ),
137
+ 'id' => 'aux_show_topheader_secondary_message',
138
+ 'dependency' => array(
139
+ array(
140
+ 'id' => 'aux_show_topheader',
141
+ 'value' => array('yes'),
142
+ 'operator'=> ''
143
+ ),
144
+ array(
145
+ 'id' => 'aux_topheader_layout',
146
+ 'value' => array('topheader9'),
147
+ 'operator'=> ''
148
+ )
149
+ ),
150
+ 'choices' => array(
151
+ 'default' => __( 'Theme Default', 'auxin-elements' ),
152
+ 'yes' => __( 'Yes, Custom', 'auxin-elements' ),
153
+ 'no' => __( 'No, Hide it', 'auxin-elements' ),
154
+ ),
155
+ 'default' => 'default',
156
+ 'type' => 'select'
157
+ ),
158
+
159
+ array(
160
+ 'title' => __( 'Message on Top Header Bar', 'auxin-elements' ),
161
+ 'description' => __( 'Add a custom message to be displayed on top header bar of this page only.', 'auxin-elements' ),
162
+ 'id' => 'aux_topheader_message',
163
+ 'dependency' => array(
164
+ array(
165
+ 'id' => 'aux_show_topheader',
166
+ 'value' => array('yes'),
167
+ 'operator'=> ''
168
+ ),
169
+ array(
170
+ 'id' => 'aux_show_topheader_message',
171
+ 'value' => array('yes'),
172
+ 'operator'=> ''
173
+ )
174
+ ),
175
+ 'default' => '',
176
+ 'type' => 'textarea'
177
+ ),
178
+
179
+ array(
180
+ 'title' => __( 'Secondary Message on Top Header Bar', 'auxin-elements' ),
181
+ 'description' => __( 'Add a custom Secondary message to be displayed on top header bar of this page only.', 'auxin-elements' ),
182
+ 'id' => 'aux_topheader_secondary_message',
183
+ 'dependency' => array(
184
+ array(
185
+ 'id' => 'aux_show_topheader',
186
+ 'value' => array('yes'),
187
+ 'operator'=> ''
188
+ ),
189
+ array(
190
+ 'id' => 'aux_show_topheader_secondary_message',
191
+ 'value' => array('yes'),
192
+ 'operator'=> ''
193
+ ),
194
+ array(
195
+ 'id' => 'aux_topheader_layout',
196
+ 'value' => array('topheader9'),
197
+ 'operator'=> ''
198
+ )
199
+ ),
200
+ 'default' => '',
201
+ 'type' => 'textarea'
202
+ )
203
+
204
+ );
205
+
206
+ return $model;
207
+ }
admin/includes/metaboxes/metabox-fields-page-template.php ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Add page template setting meta box Model
4
+ *
5
+ *
6
+ * @package Auxin
7
+ * @license LICENSE.txt
8
+ * @author
9
+ * @link http://phlox.pro/
10
+ * @copyright (c) 2010-2019
11
+ */
12
+
13
+ function auxin_metabox_fields_page_template(){
14
+
15
+ $model = new Auxin_Metabox_Model();
16
+ $model->id = 'page-template';
17
+ $model->title = __('Page Template Setting', 'auxin-elements');
18
+ $model->fields = array(
19
+
20
+ array(
21
+ 'title' => __('Page content location', 'auxin-elements'),
22
+ 'description' => __('Specifies where the dynamic page content (page entry) should appear in comparison with the template content. Note: A page template from "Page Attributes > Template" should be selected for this page in order to use this option.', 'auxin-elements'),
23
+ 'id' => 'aux_page_template_content_location',
24
+ 'type' => 'select',
25
+ 'default' => 'above-in-frame',
26
+ 'choices' => array(
27
+ 'above-in-frame' => __( 'Before Content', 'auxin-elements' ), // Page builder content right before template content
28
+ 'above-full' => __( 'Above Content, FullWidth Layout', 'auxin-elements' ), // Page builder content on above of template with full width
29
+ 'above-boxed' => __( 'Above Content, Boxed Layout', 'auxin-elements' ), // Page builder content on above of template with boxed width
30
+ 'below-in-frame' => __( 'After Content', 'auxin-elements' ), // Page builder content right after template content
31
+ 'below-boxed' => __( 'Below Content, Boxed Layout', 'auxin-elements' ), // Page builder content below template content with boxed width
32
+ 'below-full' => __( 'Below Content, FullWidth Layout', 'auxin-elements' ), // Page builder content below template content with full width
33
+ 'none' => __( 'Hide it' ) // Skip Page builder content
34
+ )
35
+ )
36
+
37
+ );
38
+
39
+ return $model;
40
+ }
admin/includes/metaboxes/metabox-fields-post-audio.php CHANGED
@@ -6,8 +6,8 @@
6
  * @package Auxin
7
  * @license LICENSE.txt
8
  * @author
9
- * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2017
11
  */
12
 
13
  // no direct access allowed
@@ -33,7 +33,7 @@ function auxin_metabox_fields_post_audio(){
33
  ),
34
  array(
35
  'title' => __('Audio URL (oEmbed)', 'auxin-elements'),
36
- 'description' => '',
37
  'id' => '_format_audio_embed',
38
  'id_deprecated' => 'soundcloud',
39
  'type' => 'textarea',
6
  * @package Auxin
7
  * @license LICENSE.txt
8
  * @author
9
+ * @link http://phlox.pro/
10
+ * @copyright (c) 2010-2019
11
  */
12
 
13
  // no direct access allowed
33
  ),
34
  array(
35
  'title' => __('Audio URL (oEmbed)', 'auxin-elements'),
36
+ 'description' => __('SoundCloud, MixCloud, ReverbNation, Spotify link or iFrame code.', 'auxin-elements'),
37
  'id' => '_format_audio_embed',
38
  'id_deprecated' => 'soundcloud',
39
  'type' => 'textarea',
admin/includes/metaboxes/metabox-fields-post-gallery.php CHANGED
@@ -6,8 +6,8 @@
6
  * @package Auxin
7
  * @license LICENSE.txt
8
  * @author
9
- * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2017
11
  */
12
 
13
  // no direct access allowed
6
  * @package Auxin
7
  * @license LICENSE.txt
8
  * @author
9
+ * @link http://phlox.pro/
10
+ * @copyright (c) 2010-2019
11
  */
12
 
13
  // no direct access allowed
admin/includes/metaboxes/metabox-fields-post-quote.php CHANGED
@@ -6,8 +6,8 @@
6
  * @package Auxin
7
  * @license LICENSE.txt
8
  * @author
9
- * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2017
11
  */
12
 
13
  // no direct access allowed
6
  * @package Auxin
7
  * @license LICENSE.txt
8
  * @author
9
+ * @link http://phlox.pro/
10
+ * @copyright (c) 2010-2019
11
  */
12
 
13
  // no direct access allowed
admin/includes/metaboxes/metabox-fields-post-video.php CHANGED
@@ -6,8 +6,8 @@
6
  * @package Auxin
7
  * @license LICENSE.txt
8
  * @author
9
- * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2017
11
  */
12
 
13
  // no direct access allowed
@@ -40,7 +40,7 @@ function auxin_metabox_fields_post_video(){
40
  ),
41
  array(
42
  'title' => __('Video URL (oEmbed)', 'auxin-elements'),
43
- 'description' => __('Youtube or vimeo link', 'auxin-elements'),
44
  'id' => '_format_video_embed',
45
  'id_deprecated' => 'youtube',
46
  'type' => 'textarea',
6
  * @package Auxin
7
  * @license LICENSE.txt
8
  * @author
9
+ * @link http://phlox.pro/
10
+ * @copyright (c) 2010-2019
11
  */
12
 
13
  // no direct access allowed
40
  ),
41
  array(
42
  'title' => __('Video URL (oEmbed)', 'auxin-elements'),
43
+ 'description' => __('Youtube, Vimeo, TED, SmugMug, Kickstarter, Hulu, Flickr, DailyMotion, Blip, Animoto, Wistia link or iFrame code.', 'auxin-elements'),
44
  'id' => '_format_video_embed',
45
  'id_deprecated' => 'youtube',
46
  'type' => 'textarea',
assets/screenshot-1.png DELETED
Binary file
assets/screenshot-2.jpg DELETED
Binary file
assets/screenshot-3.png DELETED
Binary file
assets/screenshot-4.png DELETED
Binary file
assets/screenshot-5.png DELETED
Binary file
assets/screenshot-6.png DELETED
Binary file
assets/screenshot-7.png DELETED
Binary file
assets/screenshot-8.png DELETED
Binary file
assets/screenshot-9.png DELETED
Binary file
auxin-elements.php CHANGED
@@ -6,20 +6,20 @@
6
  * @package Auxin
7
  * @license LICENSE.txt
8
  * @author
9
- * @link http://averta.net/phlox/
10
- * @copyright (c) 2010-2017
11
  *
12
  * Plugin Name: Phlox Core Elements
13
  * Plugin URI: https://wordpress.org/plugins/auxin-elements/
14
- * Description: Powerful and comprehensive plugin that extends the functionality of Phlox theme by adding new shortcodes, widgets and options
15
- * Version: 1.7.2
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
19
  * License: GPL2
20
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
21
  * Domain Path: /languages
22
- * Tested up to: 4.9.1
23
  */
24
 
25
  // If this file is called directly, abort.
@@ -37,7 +37,10 @@ if ( defined( 'WP_INSTALLING' ) && WP_INSTALLING ) {
37
  * ===========================================================================*/
38
 
39
  // Don't check the requirements if it's frontend or AUXIN_DUBUG set to false
40
- if( is_admin() || false === get_transient( 'auxels_plugin_requirements_check' ) ){
 
 
 
41
 
42
  if( ! class_exists('Auxin_Plugin_Requirements') ){
43
  require_once( plugin_dir_path( __FILE__ ) . 'includes/classes/class-auxin-plugin-requirements.php' );
@@ -62,15 +65,34 @@ if( is_admin() || false === get_transient( 'auxels_plugin_requirements_check' )
62
  'version' => '', // E.g. 1.0.0. If set, the active plugin must be this version or higher.
63
  'dependency' => true, // If true, and the plugin is activated, the plugin will be loaded before as a dependeny.
64
  'is_callable' => '' // If set, this callable will be be checked for availability to determine if a plugin is active.
 
 
 
 
 
 
 
 
65
  )
66
  ),
67
 
68
  'themes' => array(
69
  array(
70
- 'name' => __('Phlox', 'auxin-elements'), // The theme name.
71
- 'version' => '1.9.2', // E.g. 1.0.0. If set, the active theme must be this version or higher.
72
- 'is_callable' => '', // If set, this callable will be be checked for availability to determine if a theme is active.
73
- 'file_exists' => get_template_directory() . '/auxin/auxin-include/auxin.php' // If set, this file will be checked for availability to determine if a theme is active.
 
 
 
 
 
 
 
 
 
 
 
74
  )
75
  ),
76
 
@@ -89,7 +111,7 @@ if( is_admin() || false === get_transient( 'auxels_plugin_requirements_check' )
89
  // If the requirements were not met, dont initialize the plugin
90
  if( true !== $validation ){
91
  return;
92
- // cache the validation result and skip the extra checks on frontend for cache period
93
  } else {
94
  set_transient( 'auxels_plugin_requirements_check', true, 15 * MINUTE_IN_SECONDS );
95
  }
6
  * @package Auxin
7
  * @license LICENSE.txt
8
  * @author
9
+ * @link http://phlox.pro/
10
+ * @copyright (c) 2010-2019
11
  *
12
  * Plugin Name: Phlox Core Elements
13
  * Plugin URI: https://wordpress.org/plugins/auxin-elements/
14
+ * Description: Exclusive and comprehensive plugin that extends the functionality of Phlox theme by adding new Elements, widgets and options.
15
+ * Version: 2.4.9
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
19
  * License: GPL2
20
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
21
  * Domain Path: /languages
22
+ * Tested up to: 5.2.2
23
  */
24
 
25
  // If this file is called directly, abort.
37
  * ===========================================================================*/
38
 
39
  // Don't check the requirements if it's frontend or AUXIN_DUBUG set to false
40
+ if( is_admin() ||
41
+ false === get_transient( 'auxels_plugin_requirements_check' ) ||
42
+ ! file_exists( get_template_directory() . '/auxin-content/init/dependency.php' )
43
+ ){
44
 
45
  if( ! class_exists('Auxin_Plugin_Requirements') ){
46
  require_once( plugin_dir_path( __FILE__ ) . 'includes/classes/class-auxin-plugin-requirements.php' );
65
  'version' => '', // E.g. 1.0.0. If set, the active plugin must be this version or higher.
66
  'dependency' => true, // If true, and the plugin is activated, the plugin will be loaded before as a dependeny.
67
  'is_callable' => '' // If set, this callable will be be checked for availability to determine if a plugin is active.
68
+ ),
69
+ array(
70
+ 'name' => __('Elementor', 'auxin-elements'), // The plugin name.
71
+ 'basename' => 'elementor/elementor.php', // The plugin basename (typically the folder name and main php file)
72
+ 'required' => false, // If true, the user will be notified with a notice to install the plugin.
73
+ 'version' => '', // E.g. 1.0.0. If set, the active plugin must be this version or higher.
74
+ 'dependency' => true, // If true, and the plugin is activated, the plugin will be loaded before as a dependeny.
75
+ 'is_callable' => '' // If set, this callable will be be checked for availability to determine if a plugin is active.
76
  )
77
  ),
78
 
79
  'themes' => array(
80
  array(
81
+ 'name' => __('Phlox Pro', 'auxin-elements'), // The theme name.
82
+ 'id' => 'phlox-pro', // The theme id name.
83
+ 'version' => '5.1.5', // E.g. 1.0.0. If set, the active theme must be this version or higher.
84
+ 'is_callable' => '', // If set, this callable will be be checked for availability to determine if a theme is active.
85
+ 'theme_requires_const' => 'AUXELS_REQUIRED_VERSION',
86
+ 'file_required' => array( get_template_directory() . '/auxin-content/init/dependency.php', get_template_directory() . '/auxin-content/init/constant.php' )
87
+ ),
88
+ array(
89
+ 'name' => __('Phlox', 'auxin-elements'), // The theme name.
90
+ 'id' => 'phlox', // The theme id name.
91
+ 'update_link' => 'themes.php?theme=phlox',
92
+ 'version' => '2.3.8', // E.g. 1.0.0. If set, the active theme must be this version or higher.
93
+ 'is_callable' => '', // If set, this callable will be be checked for availability to determine if a theme is active.
94
+ 'theme_requires_const' => 'AUXELS_REQUIRED_VERSION',
95
+ 'file_required' => array( get_template_directory() . '/auxin-content/init/dependency.php', get_template_directory() . '/auxin-content/init/constant.php' )
96
  )
97
  ),
98
 
111
  // If the requirements were not met, dont initialize the plugin
112
  if( true !== $validation ){
113
  return;
114
+ // cache the validation result and skip the extra checks on frontend for cache period.
115
  } else {
116
  set_transient( 'auxels_plugin_requirements_check', true, 15 * MINUTE_IN_SECONDS );
117
  }
embeds/demos/classic-blog/banner.jpg DELETED
Binary file
embeds/demos/classic-blog/data.xml DELETED
@@ -1,8083 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" ?>
2
- <!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your site. -->
3
- <!-- It contains information about your site's posts, pages, comments, categories, and other content. -->
4
- <!-- You may use this file to transfer that content from one site to another. -->
5
- <!-- This file is not intended to serve as a complete backup of your site. -->
6
-
7
- <!-- To import this information into a WordPress site follow these steps: -->
8
- <!-- 1. Log in to that site as an administrator. -->
9
- <!-- 2. Go to Tools: Import in the WordPress admin panel. -->
10
- <!-- 3. Install the "WordPress" importer from the list. -->
11
- <!-- 4. Activate & Run Importer. -->
12
- <!-- 5. Upload this file using the form provided on that page. -->
13
- <!-- 6. You will first be asked to map the authors in this export file to users -->
14
- <!-- on the site. For each author, you may choose to map to an -->
15
- <!-- existing user on the site or to create a new user. -->
16
- <!-- 7. WordPress will then import each of the posts, pages, comments, categories, etc. -->
17
- <!-- contained in this file into your site. -->
18
-
19
- <!-- generator="WordPress/4.6.1" created="2016-09-19 06:42" -->
20
- <rss version="2.0"
21
- xmlns:excerpt="http://wordpress.org/export/1.2/excerpt/"
22
- xmlns:content="http://purl.org/rss/1.0/modules/content/"
23
- xmlns:wfw="http://wellformedweb.org/CommentAPI/"
24
- xmlns:dc="http://purl.org/dc/elements/1.1/"
25
- xmlns:wp="http://wordpress.org/export/1.2/"
26
- >
27
-
28
- <channel>
29
- <title>Classic Blog</title>
30
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog</link>
31
- <description>Phlox Free WP Theme - Blog Demo Site</description>
32
- <pubDate>Mon, 19 Sep 2016 06:42:21 +0000</pubDate>
33
- <language>en-US</language>
34
- <wp:wxr_version>1.2</wp:wxr_version>
35
- <wp:base_site_url>http://averta.net/phlox/wordpress-theme/demo/</wp:base_site_url>
36
- <wp:base_blog_url>http://averta.net/phlox/wordpress-theme/demo/classic-blog</wp:base_blog_url>
37
-
38
- <wp:author><wp:author_id>1</wp:author_id><wp:author_login><![CDATA[admin]]></wp:author_login><wp:author_email><![CDATA[info@averta.net]]></wp:author_email><wp:author_display_name><![CDATA[admin]]></wp:author_display_name><wp:author_first_name><![CDATA[]]></wp:author_first_name><wp:author_last_name><![CDATA[]]></wp:author_last_name></wp:author>
39
-
40
- <wp:category>
41
- <wp:term_id>2</wp:term_id>
42
- <wp:category_nicename><![CDATA[art]]></wp:category_nicename>
43
- <wp:category_parent><![CDATA[]]></wp:category_parent>
44
- <wp:cat_name><![CDATA[Art]]></wp:cat_name>
45
- </wp:category>
46
- <wp:category>
47
- <wp:term_id>3</wp:term_id>
48
- <wp:category_nicename><![CDATA[culture]]></wp:category_nicename>
49
- <wp:category_parent><![CDATA[]]></wp:category_parent>
50
- <wp:cat_name><![CDATA[Culture]]></wp:cat_name>
51
- </wp:category>
52
- <wp:category>
53
- <wp:term_id>4</wp:term_id>
54
- <wp:category_nicename><![CDATA[gadgets]]></wp:category_nicename>
55
- <wp:category_parent><![CDATA[]]></wp:category_parent>
56
- <wp:cat_name><![CDATA[Gadgets]]></wp:cat_name>
57
- </wp:category>
58
- <wp:category>
59
- <wp:term_id>5</wp:term_id>
60
- <wp:category_nicename><![CDATA[life-style]]></wp:category_nicename>
61
- <wp:category_parent><![CDATA[]]></wp:category_parent>
62
- <wp:cat_name><![CDATA[Life style]]></wp:cat_name>
63
- </wp:category>
64
- <wp:category>
65
- <wp:term_id>6</wp:term_id>
66
- <wp:category_nicename><![CDATA[music]]></wp:category_nicename>
67
- <wp:category_parent><![CDATA[]]></wp:category_parent>
68
- <wp:cat_name><![CDATA[Music]]></wp:cat_name>
69
- </wp:category>
70
- <wp:category>
71
- <wp:term_id>7</wp:term_id>
72
- <wp:category_nicename><![CDATA[people]]></wp:category_nicename>
73
- <wp:category_parent><![CDATA[]]></wp:category_parent>
74
- <wp:cat_name><![CDATA[People]]></wp:cat_name>
75
- </wp:category>
76
- <wp:category>
77
- <wp:term_id>8</wp:term_id>
78
- <wp:category_nicename><![CDATA[post-formats]]></wp:category_nicename>
79
- <wp:category_parent><![CDATA[]]></wp:category_parent>
80
- <wp:cat_name><![CDATA[Post Formats]]></wp:cat_name>
81
- </wp:category>
82
- <wp:category>
83
- <wp:term_id>9</wp:term_id>
84
- <wp:category_nicename><![CDATA[social]]></wp:category_nicename>
85
- <wp:category_parent><![CDATA[]]></wp:category_parent>
86
- <wp:cat_name><![CDATA[Social]]></wp:cat_name>
87
- </wp:category>
88
- <wp:category>
89
- <wp:term_id>10</wp:term_id>
90
- <wp:category_nicename><![CDATA[technology]]></wp:category_nicename>
91
- <wp:category_parent><![CDATA[]]></wp:category_parent>
92
- <wp:cat_name><![CDATA[Technology]]></wp:cat_name>
93
- </wp:category>
94
- <wp:category>
95
- <wp:term_id>11</wp:term_id>
96
- <wp:category_nicename><![CDATA[travel]]></wp:category_nicename>
97
- <wp:category_parent><![CDATA[]]></wp:category_parent>
98
- <wp:cat_name><![CDATA[Travel]]></wp:cat_name>
99
- </wp:category>
100
- <wp:category>
101
- <wp:term_id>1</wp:term_id>
102
- <wp:category_nicename><![CDATA[uncategorized]]></wp:category_nicename>
103
- <wp:category_parent><![CDATA[]]></wp:category_parent>
104
- <wp:cat_name><![CDATA[Uncategorized]]></wp:cat_name>
105
- </wp:category>
106
- <wp:tag>
107
- <wp:term_id>12</wp:term_id>
108
- <wp:tag_slug><![CDATA[anniversary]]></wp:tag_slug>
109
- <wp:tag_name><![CDATA[Anniversary]]></wp:tag_name>
110
- </wp:tag>
111
- <wp:tag>
112
- <wp:term_id>13</wp:term_id>
113
- <wp:tag_slug><![CDATA[architecture]]></wp:tag_slug>
114
- <wp:tag_name><![CDATA[Architecture]]></wp:tag_name>
115
- </wp:tag>
116
- <wp:tag>
117
- <wp:term_id>14</wp:term_id>
118
- <wp:tag_slug><![CDATA[article]]></wp:tag_slug>
119
- <wp:tag_name><![CDATA[Article]]></wp:tag_name>
120
- </wp:tag>
121
- <wp:tag>
122
- <wp:term_id>15</wp:term_id>
123
- <wp:tag_slug><![CDATA[blogging]]></wp:tag_slug>
124
- <wp:tag_name><![CDATA[Blogging]]></wp:tag_name>
125
- </wp:tag>
126
- <wp:tag>
127
- <wp:term_id>16</wp:term_id>
128
- <wp:tag_slug><![CDATA[challenge]]></wp:tag_slug>
129
- <wp:tag_name><![CDATA[Challenge]]></wp:tag_name>
130
- </wp:tag>
131
- <wp:tag>
132
- <wp:term_id>17</wp:term_id>
133
- <wp:tag_slug><![CDATA[city]]></wp:tag_slug>
134
- <wp:tag_name><![CDATA[City]]></wp:tag_name>
135
- </wp:tag>
136
- <wp:tag>
137
- <wp:term_id>18</wp:term_id>
138
- <wp:tag_slug><![CDATA[communication]]></wp:tag_slug>
139
- <wp:tag_name><![CDATA[Communication]]></wp:tag_name>
140
- </wp:tag>
141
- <wp:tag>
142
- <wp:term_id>19</wp:term_id>
143
- <wp:tag_slug><![CDATA[creativity]]></wp:tag_slug>
144
- <wp:tag_name><![CDATA[Creativity]]></wp:tag_name>
145
- </wp:tag>
146
- <wp:tag>
147
- <wp:term_id>20</wp:term_id>
148
- <wp:tag_slug><![CDATA[fashion]]></wp:tag_slug>
149
- <wp:tag_name><![CDATA[Fashion]]></wp:tag_name>
150
- </wp:tag>
151
- <wp:tag>
152
- <wp:term_id>21</wp:term_id>
153
- <wp:tag_slug><![CDATA[grand-bridge]]></wp:tag_slug>
154
- <wp:tag_name><![CDATA[Grand Bridge]]></wp:tag_name>
155
- </wp:tag>
156
- <wp:tag>
157
- <wp:term_id>22</wp:term_id>
158
- <wp:tag_slug><![CDATA[happiness]]></wp:tag_slug>
159
- <wp:tag_name><![CDATA[Happiness]]></wp:tag_name>
160
- </wp:tag>
161
- <wp:tag>
162
- <wp:term_id>23</wp:term_id>
163
- <wp:tag_slug><![CDATA[home-plants]]></wp:tag_slug>
164
- <wp:tag_name><![CDATA[Home Plants]]></wp:tag_name>
165
- </wp:tag>
166
- <wp:tag>
167
- <wp:term_id>24</wp:term_id>
168
- <wp:tag_slug><![CDATA[journalism]]></wp:tag_slug>
169
- <wp:tag_name><![CDATA[Journalism]]></wp:tag_name>
170
- </wp:tag>
171
- <wp:tag>
172
- <wp:term_id>25</wp:term_id>
173
- <wp:tag_slug><![CDATA[marketing]]></wp:tag_slug>
174
- <wp:tag_name><![CDATA[Marketing]]></wp:tag_name>
175
- </wp:tag>
176
- <wp:tag>
177
- <wp:term_id>26</wp:term_id>
178
- <wp:tag_slug><![CDATA[media]]></wp:tag_slug>
179
- <wp:tag_name><![CDATA[Media]]></wp:tag_name>
180
- </wp:tag>
181
- <wp:tag>
182
- <wp:term_id>27</wp:term_id>
183
- <wp:tag_slug><![CDATA[modern-music]]></wp:tag_slug>
184
- <wp:tag_name><![CDATA[Modern Music]]></wp:tag_name>
185
- </wp:tag>
186
- <wp:tag>
187
- <wp:term_id>28</wp:term_id>
188
- <wp:tag_slug><![CDATA[modern-technology]]></wp:tag_slug>
189
- <wp:tag_name><![CDATA[Modern Technology]]></wp:tag_name>
190
- </wp:tag>
191
- <wp:tag>
192
- <wp:term_id>29</wp:term_id>
193
- <wp:tag_slug><![CDATA[motion-graphics]]></wp:tag_slug>
194
- <wp:tag_name><![CDATA[Motion Graphics]]></wp:tag_name>
195
- </wp:tag>
196
- <wp:tag>
197
- <wp:term_id>30</wp:term_id>
198
- <wp:tag_slug><![CDATA[mountain]]></wp:tag_slug>
199
- <wp:tag_name><![CDATA[Mountain]]></wp:tag_name>
200
- </wp:tag>
201
- <wp:tag>
202
- <wp:term_id>31</wp:term_id>
203
- <wp:tag_slug><![CDATA[nature]]></wp:tag_slug>
204
- <wp:tag_name><![CDATA[Nature]]></wp:tag_name>
205
- </wp:tag>
206
- <wp:tag>
207
- <wp:term_id>32</wp:term_id>
208
- <wp:tag_slug><![CDATA[new-year]]></wp:tag_slug>
209
- <wp:tag_name><![CDATA[New Year]]></wp:tag_name>
210
- </wp:tag>
211
- <wp:tag>
212
- <wp:term_id>33</wp:term_id>
213
- <wp:tag_slug><![CDATA[outdoor]]></wp:tag_slug>
214
- <wp:tag_name><![CDATA[Outdoor]]></wp:tag_name>
215
- </wp:tag>
216
- <wp:tag>
217
- <wp:term_id>34</wp:term_id>
218
- <wp:tag_slug><![CDATA[people]]></wp:tag_slug>
219
- <wp:tag_name><![CDATA[People]]></wp:tag_name>
220
- </wp:tag>
221
- <wp:tag>
222
- <wp:term_id>35</wp:term_id>
223
- <wp:tag_slug><![CDATA[photography]]></wp:tag_slug>
224
- <wp:tag_name><![CDATA[Photography]]></wp:tag_name>
225
- </wp:tag>
226
- <wp:tag>
227
- <wp:term_id>36</wp:term_id>
228
- <wp:tag_slug><![CDATA[productivity]]></wp:tag_slug>
229
- <wp:tag_name><![CDATA[Productivity]]></wp:tag_name>
230
- </wp:tag>
231
- <wp:tag>
232
- <wp:term_id>37</wp:term_id>
233
- <wp:tag_slug><![CDATA[sea]]></wp:tag_slug>
234
- <wp:tag_name><![CDATA[Sea]]></wp:tag_name>
235
- </wp:tag>
236
- <wp:tag>
237
- <wp:term_id>38</wp:term_id>
238
- <wp:tag_slug><![CDATA[tips-and-tricks]]></wp:tag_slug>
239
- <wp:tag_name><![CDATA[Tips and Tricks]]></wp:tag_name>
240
- </wp:tag>
241
- <wp:tag>
242
- <wp:term_id>39</wp:term_id>
243
- <wp:tag_slug><![CDATA[tour]]></wp:tag_slug>
244
- <wp:tag_name><![CDATA[Tour]]></wp:tag_name>
245
- </wp:tag>
246
- <wp:term>
247
- <wp:term_id><![CDATA[12]]></wp:term_id>
248
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
249
- <wp:term_slug><![CDATA[anniversary]]></wp:term_slug>
250
- <wp:term_parent><![CDATA[]]></wp:term_parent>
251
- <wp:term_name><![CDATA[Anniversary]]></wp:term_name>
252
- </wp:term>
253
- <wp:term>
254
- <wp:term_id><![CDATA[13]]></wp:term_id>
255
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
256
- <wp:term_slug><![CDATA[architecture]]></wp:term_slug>
257
- <wp:term_parent><![CDATA[]]></wp:term_parent>
258
- <wp:term_name><![CDATA[Architecture]]></wp:term_name>
259
- </wp:term>
260
- <wp:term>
261
- <wp:term_id><![CDATA[2]]></wp:term_id>
262
- <wp:term_taxonomy><![CDATA[category]]></wp:term_taxonomy>
263
- <wp:term_slug><![CDATA[art]]></wp:term_slug>
264
- <wp:term_parent><![CDATA[]]></wp:term_parent>
265
- <wp:term_name><![CDATA[Art]]></wp:term_name>
266
- </wp:term>
267
- <wp:term>
268
- <wp:term_id><![CDATA[14]]></wp:term_id>
269
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
270
- <wp:term_slug><![CDATA[article]]></wp:term_slug>
271
- <wp:term_parent><![CDATA[]]></wp:term_parent>
272
- <wp:term_name><![CDATA[Article]]></wp:term_name>
273
- </wp:term>
274
- <wp:term>
275
- <wp:term_id><![CDATA[15]]></wp:term_id>
276
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
277
- <wp:term_slug><![CDATA[blogging]]></wp:term_slug>
278
- <wp:term_parent><![CDATA[]]></wp:term_parent>
279
- <wp:term_name><![CDATA[Blogging]]></wp:term_name>
280
- </wp:term>
281
- <wp:term>
282
- <wp:term_id><![CDATA[16]]></wp:term_id>
283
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
284
- <wp:term_slug><![CDATA[challenge]]></wp:term_slug>
285
- <wp:term_parent><![CDATA[]]></wp:term_parent>
286
- <wp:term_name><![CDATA[Challenge]]></wp:term_name>
287
- </wp:term>
288
- <wp:term>
289
- <wp:term_id><![CDATA[17]]></wp:term_id>
290
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
291
- <wp:term_slug><![CDATA[city]]></wp:term_slug>
292
- <wp:term_parent><![CDATA[]]></wp:term_parent>
293
- <wp:term_name><![CDATA[City]]></wp:term_name>
294
- </wp:term>
295
- <wp:term>
296
- <wp:term_id><![CDATA[18]]></wp:term_id>
297
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
298
- <wp:term_slug><![CDATA[communication]]></wp:term_slug>
299
- <wp:term_parent><![CDATA[]]></wp:term_parent>
300
- <wp:term_name><![CDATA[Communication]]></wp:term_name>
301
- </wp:term>
302
- <wp:term>
303
- <wp:term_id><![CDATA[19]]></wp:term_id>
304
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
305
- <wp:term_slug><![CDATA[creativity]]></wp:term_slug>
306
- <wp:term_parent><![CDATA[]]></wp:term_parent>
307
- <wp:term_name><![CDATA[Creativity]]></wp:term_name>
308
- </wp:term>
309
- <wp:term>
310
- <wp:term_id><![CDATA[3]]></wp:term_id>
311
- <wp:term_taxonomy><![CDATA[category]]></wp:term_taxonomy>
312
- <wp:term_slug><![CDATA[culture]]></wp:term_slug>
313
- <wp:term_parent><![CDATA[]]></wp:term_parent>
314
- <wp:term_name><![CDATA[Culture]]></wp:term_name>
315
- </wp:term>
316
- <wp:term>
317
- <wp:term_id><![CDATA[20]]></wp:term_id>
318
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
319
- <wp:term_slug><![CDATA[fashion]]></wp:term_slug>
320
- <wp:term_parent><![CDATA[]]></wp:term_parent>
321
- <wp:term_name><![CDATA[Fashion]]></wp:term_name>
322
- </wp:term>
323
- <wp:term>
324
- <wp:term_id><![CDATA[4]]></wp:term_id>
325
- <wp:term_taxonomy><![CDATA[category]]></wp:term_taxonomy>
326
- <wp:term_slug><![CDATA[gadgets]]></wp:term_slug>
327
- <wp:term_parent><![CDATA[]]></wp:term_parent>
328
- <wp:term_name><![CDATA[Gadgets]]></wp:term_name>
329
- </wp:term>
330
- <wp:term>
331
- <wp:term_id><![CDATA[21]]></wp:term_id>
332
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
333
- <wp:term_slug><![CDATA[grand-bridge]]></wp:term_slug>
334
- <wp:term_parent><![CDATA[]]></wp:term_parent>
335
- <wp:term_name><![CDATA[Grand Bridge]]></wp:term_name>
336
- </wp:term>
337
- <wp:term>
338
- <wp:term_id><![CDATA[22]]></wp:term_id>
339
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
340
- <wp:term_slug><![CDATA[happiness]]></wp:term_slug>
341
- <wp:term_parent><![CDATA[]]></wp:term_parent>
342
- <wp:term_name><![CDATA[Happiness]]></wp:term_name>
343
- </wp:term>
344
- <wp:term>
345
- <wp:term_id><![CDATA[40]]></wp:term_id>
346
- <wp:term_taxonomy><![CDATA[nav_menu]]></wp:term_taxonomy>
347
- <wp:term_slug><![CDATA[header-menu]]></wp:term_slug>
348
- <wp:term_parent><![CDATA[]]></wp:term_parent>
349
- <wp:term_name><![CDATA[Header Menu]]></wp:term_name>
350
- </wp:term>
351
- <wp:term>
352
- <wp:term_id><![CDATA[23]]></wp:term_id>
353
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
354
- <wp:term_slug><![CDATA[home-plants]]></wp:term_slug>
355
- <wp:term_parent><![CDATA[]]></wp:term_parent>
356
- <wp:term_name><![CDATA[Home Plants]]></wp:term_name>
357
- </wp:term>
358
- <wp:term>
359
- <wp:term_id><![CDATA[24]]></wp:term_id>
360
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
361
- <wp:term_slug><![CDATA[journalism]]></wp:term_slug>
362
- <wp:term_parent><![CDATA[]]></wp:term_parent>
363
- <wp:term_name><![CDATA[Journalism]]></wp:term_name>
364
- </wp:term>
365
- <wp:term>
366
- <wp:term_id><![CDATA[5]]></wp:term_id>
367
- <wp:term_taxonomy><![CDATA[category]]></wp:term_taxonomy>
368
- <wp:term_slug><![CDATA[life-style]]></wp:term_slug>
369
- <wp:term_parent><![CDATA[]]></wp:term_parent>
370
- <wp:term_name><![CDATA[Life style]]></wp:term_name>
371
- </wp:term>
372
- <wp:term>
373
- <wp:term_id><![CDATA[25]]></wp:term_id>
374
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
375
- <wp:term_slug><![CDATA[marketing]]></wp:term_slug>
376
- <wp:term_parent><![CDATA[]]></wp:term_parent>
377
- <wp:term_name><![CDATA[Marketing]]></wp:term_name>
378
- </wp:term>
379
- <wp:term>
380
- <wp:term_id><![CDATA[26]]></wp:term_id>
381
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
382
- <wp:term_slug><![CDATA[media]]></wp:term_slug>
383
- <wp:term_parent><![CDATA[]]></wp:term_parent>
384
- <wp:term_name><![CDATA[Media]]></wp:term_name>
385
- </wp:term>
386
- <wp:term>
387
- <wp:term_id><![CDATA[27]]></wp:term_id>
388
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
389
- <wp:term_slug><![CDATA[modern-music]]></wp:term_slug>
390
- <wp:term_parent><![CDATA[]]></wp:term_parent>
391
- <wp:term_name><![CDATA[Modern Music]]></wp:term_name>
392
- </wp:term>
393
- <wp:term>
394
- <wp:term_id><![CDATA[28]]></wp:term_id>
395
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
396
- <wp:term_slug><![CDATA[modern-technology]]></wp:term_slug>
397
- <wp:term_parent><![CDATA[]]></wp:term_parent>
398
- <wp:term_name><![CDATA[Modern Technology]]></wp:term_name>
399
- </wp:term>
400
- <wp:term>
401
- <wp:term_id><![CDATA[29]]></wp:term_id>
402
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
403
- <wp:term_slug><![CDATA[motion-graphics]]></wp:term_slug>
404
- <wp:term_parent><![CDATA[]]></wp:term_parent>
405
- <wp:term_name><![CDATA[Motion Graphics]]></wp:term_name>
406
- </wp:term>
407
- <wp:term>
408
- <wp:term_id><![CDATA[30]]></wp:term_id>
409
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
410
- <wp:term_slug><![CDATA[mountain]]></wp:term_slug>
411
- <wp:term_parent><![CDATA[]]></wp:term_parent>
412
- <wp:term_name><![CDATA[Mountain]]></wp:term_name>
413
- </wp:term>
414
- <wp:term>
415
- <wp:term_id><![CDATA[6]]></wp:term_id>
416
- <wp:term_taxonomy><![CDATA[category]]></wp:term_taxonomy>
417
- <wp:term_slug><![CDATA[music]]></wp:term_slug>
418
- <wp:term_parent><![CDATA[]]></wp:term_parent>
419
- <wp:term_name><![CDATA[Music]]></wp:term_name>
420
- </wp:term>
421
- <wp:term>
422
- <wp:term_id><![CDATA[31]]></wp:term_id>
423
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
424
- <wp:term_slug><![CDATA[nature]]></wp:term_slug>
425
- <wp:term_parent><![CDATA[]]></wp:term_parent>
426
- <wp:term_name><![CDATA[Nature]]></wp:term_name>
427
- </wp:term>
428
- <wp:term>
429
- <wp:term_id><![CDATA[32]]></wp:term_id>
430
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
431
- <wp:term_slug><![CDATA[new-year]]></wp:term_slug>
432
- <wp:term_parent><![CDATA[]]></wp:term_parent>
433
- <wp:term_name><![CDATA[New Year]]></wp:term_name>
434
- </wp:term>
435
- <wp:term>
436
- <wp:term_id><![CDATA[33]]></wp:term_id>
437
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
438
- <wp:term_slug><![CDATA[outdoor]]></wp:term_slug>
439
- <wp:term_parent><![CDATA[]]></wp:term_parent>
440
- <wp:term_name><![CDATA[Outdoor]]></wp:term_name>
441
- </wp:term>
442
- <wp:term>
443
- <wp:term_id><![CDATA[7]]></wp:term_id>
444
- <wp:term_taxonomy><![CDATA[category]]></wp:term_taxonomy>
445
- <wp:term_slug><![CDATA[people]]></wp:term_slug>
446
- <wp:term_parent><![CDATA[]]></wp:term_parent>
447
- <wp:term_name><![CDATA[People]]></wp:term_name>
448
- </wp:term>
449
- <wp:term>
450
- <wp:term_id><![CDATA[34]]></wp:term_id>
451
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
452
- <wp:term_slug><![CDATA[people]]></wp:term_slug>
453
- <wp:term_parent><![CDATA[]]></wp:term_parent>
454
- <wp:term_name><![CDATA[People]]></wp:term_name>
455
- </wp:term>
456
- <wp:term>
457
- <wp:term_id><![CDATA[35]]></wp:term_id>
458
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
459
- <wp:term_slug><![CDATA[photography]]></wp:term_slug>
460
- <wp:term_parent><![CDATA[]]></wp:term_parent>
461
- <wp:term_name><![CDATA[Photography]]></wp:term_name>
462
- </wp:term>
463
- <wp:term>
464
- <wp:term_id><![CDATA[8]]></wp:term_id>
465
- <wp:term_taxonomy><![CDATA[category]]></wp:term_taxonomy>
466
- <wp:term_slug><![CDATA[post-formats]]></wp:term_slug>
467
- <wp:term_parent><![CDATA[]]></wp:term_parent>
468
- <wp:term_name><![CDATA[Post Formats]]></wp:term_name>
469
- </wp:term>
470
- <wp:term>
471
- <wp:term_id><![CDATA[41]]></wp:term_id>
472
- <wp:term_taxonomy><![CDATA[post_format]]></wp:term_taxonomy>
473
- <wp:term_slug><![CDATA[post-format-aside]]></wp:term_slug>
474
- <wp:term_parent><![CDATA[]]></wp:term_parent>
475
- <wp:term_name><![CDATA[post-format-aside]]></wp:term_name>
476
- </wp:term>
477
- <wp:term>
478
- <wp:term_id><![CDATA[42]]></wp:term_id>
479
- <wp:term_taxonomy><![CDATA[post_format]]></wp:term_taxonomy>
480
- <wp:term_slug><![CDATA[post-format-audio]]></wp:term_slug>
481
- <wp:term_parent><![CDATA[]]></wp:term_parent>
482
- <wp:term_name><![CDATA[post-format-audio]]></wp:term_name>
483
- </wp:term>
484
- <wp:term>
485
- <wp:term_id><![CDATA[43]]></wp:term_id>
486
- <wp:term_taxonomy><![CDATA[post_format]]></wp:term_taxonomy>
487
- <wp:term_slug><![CDATA[post-format-gallery]]></wp:term_slug>
488
- <wp:term_parent><![CDATA[]]></wp:term_parent>
489
- <wp:term_name><![CDATA[post-format-gallery]]></wp:term_name>
490
- </wp:term>
491
- <wp:term>
492
- <wp:term_id><![CDATA[44]]></wp:term_id>
493
- <wp:term_taxonomy><![CDATA[post_format]]></wp:term_taxonomy>
494
- <wp:term_slug><![CDATA[post-format-image]]></wp:term_slug>
495
- <wp:term_parent><![CDATA[]]></wp:term_parent>
496
- <wp:term_name><![CDATA[post-format-image]]></wp:term_name>
497
- </wp:term>
498
- <wp:term>
499
- <wp:term_id><![CDATA[45]]></wp:term_id>
500
- <wp:term_taxonomy><![CDATA[post_format]]></wp:term_taxonomy>
501
- <wp:term_slug><![CDATA[post-format-link]]></wp:term_slug>
502
- <wp:term_parent><![CDATA[]]></wp:term_parent>
503
- <wp:term_name><![CDATA[post-format-link]]></wp:term_name>
504
- </wp:term>
505
- <wp:term>
506
- <wp:term_id><![CDATA[46]]></wp:term_id>
507
- <wp:term_taxonomy><![CDATA[post_format]]></wp:term_taxonomy>
508
- <wp:term_slug><![CDATA[post-format-quote]]></wp:term_slug>
509
- <wp:term_parent><![CDATA[]]></wp:term_parent>
510
- <wp:term_name><![CDATA[post-format-quote]]></wp:term_name>
511
- </wp:term>
512
- <wp:term>
513
- <wp:term_id><![CDATA[47]]></wp:term_id>
514
- <wp:term_taxonomy><![CDATA[post_format]]></wp:term_taxonomy>
515
- <wp:term_slug><![CDATA[post-format-video]]></wp:term_slug>
516
- <wp:term_parent><![CDATA[]]></wp:term_parent>
517
- <wp:term_name><![CDATA[post-format-video]]></wp:term_name>
518
- </wp:term>
519
- <wp:term>
520
- <wp:term_id><![CDATA[36]]></wp:term_id>
521
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
522
- <wp:term_slug><![CDATA[productivity]]></wp:term_slug>
523
- <wp:term_parent><![CDATA[]]></wp:term_parent>
524
- <wp:term_name><![CDATA[Productivity]]></wp:term_name>
525
- </wp:term>
526
- <wp:term>
527
- <wp:term_id><![CDATA[37]]></wp:term_id>
528
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
529
- <wp:term_slug><![CDATA[sea]]></wp:term_slug>
530
- <wp:term_parent><![CDATA[]]></wp:term_parent>
531
- <wp:term_name><![CDATA[Sea]]></wp:term_name>
532
- </wp:term>
533
- <wp:term>
534
- <wp:term_id><![CDATA[9]]></wp:term_id>
535
- <wp:term_taxonomy><![CDATA[category]]></wp:term_taxonomy>
536
- <wp:term_slug><![CDATA[social]]></wp:term_slug>
537
- <wp:term_parent><![CDATA[]]></wp:term_parent>
538
- <wp:term_name><![CDATA[Social]]></wp:term_name>
539
- </wp:term>
540
- <wp:term>
541
- <wp:term_id><![CDATA[10]]></wp:term_id>
542
- <wp:term_taxonomy><![CDATA[category]]></wp:term_taxonomy>
543
- <wp:term_slug><![CDATA[technology]]></wp:term_slug>
544
- <wp:term_parent><![CDATA[]]></wp:term_parent>
545
- <wp:term_name><![CDATA[Technology]]></wp:term_name>
546
- </wp:term>
547
- <wp:term>
548
- <wp:term_id><![CDATA[38]]></wp:term_id>
549
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
550
- <wp:term_slug><![CDATA[tips-and-tricks]]></wp:term_slug>
551
- <wp:term_parent><![CDATA[]]></wp:term_parent>
552
- <wp:term_name><![CDATA[Tips and Tricks]]></wp:term_name>
553
- </wp:term>
554
- <wp:term>
555
- <wp:term_id><![CDATA[39]]></wp:term_id>
556
- <wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
557
- <wp:term_slug><![CDATA[tour]]></wp:term_slug>
558
- <wp:term_parent><![CDATA[]]></wp:term_parent>
559
- <wp:term_name><![CDATA[Tour]]></wp:term_name>
560
- </wp:term>
561
- <wp:term>
562
- <wp:term_id><![CDATA[11]]></wp:term_id>
563
- <wp:term_taxonomy><![CDATA[category]]></wp:term_taxonomy>
564
- <wp:term_slug><![CDATA[travel]]></wp:term_slug>
565
- <wp:term_parent><![CDATA[]]></wp:term_parent>
566
- <wp:term_name><![CDATA[Travel]]></wp:term_name>
567
- </wp:term>
568
- <wp:term>
569
- <wp:term_id><![CDATA[1]]></wp:term_id>
570
- <wp:term_taxonomy><![CDATA[category]]></wp:term_taxonomy>
571
- <wp:term_slug><![CDATA[uncategorized]]></wp:term_slug>
572
- <wp:term_parent><![CDATA[]]></wp:term_parent>
573
- <wp:term_name><![CDATA[Uncategorized]]></wp:term_name>
574
- </wp:term>
575
- <wp:term><wp:term_id>40</wp:term_id><wp:term_taxonomy>nav_menu</wp:term_taxonomy><wp:term_slug><![CDATA[header-menu]]></wp:term_slug><wp:term_name><![CDATA[Header Menu]]></wp:term_name>
576
- </wp:term>
577
-
578
- <generator>https://wordpress.org/?v=4.6.1</generator>
579
- <wp:option>
580
- <wp:option_key><![CDATA[formatted_options]]></wp:option_key>
581
- <wp:option_value><![CDATA[a:151:{s:17:"site_wrapper_size";s:4:"full";s:21:"site_max_width_layout";s:2:"hd";s:15:"site_logo_image";s:3:"110";s:18:"site_logo_image_2x";s:3:"111";s:17:"header_logo_width";s:3:"200";s:8:"facebook";s:1:"#";s:7:"twitter";s:1:"#";s:10:"googleplus";s:0:"";s:8:"dribbble";s:0:"";s:7:"youtube";s:1:"#";s:5:"vimeo";s:0:"";s:6:"flickr";s:0:"";s:4:"digg";s:0:"";s:11:"stumbleupon";s:0:"";s:6:"lastfm";s:0:"";s:9:"delicious";s:0:"";s:5:"skype";s:0:"";s:8:"linkedin";s:0:"";s:6:"tumblr";s:1:"#";s:9:"pinterest";s:1:"#";s:9:"instagram";s:1:"#";s:3:"rss";s:0:"";s:21:"auxin_user_custom_css";s:0:"";s:25:"site_body_background_show";s:1:"1";s:26:"site_body_background_color";s:0:"";s:26:"site_body_background_image";s:0:"";s:25:"site_body_background_size";s:4:"auto";s:28:"site_body_background_pattern";s:0:"";s:27:"site_body_background_repeat";s:9:"no-repeat";s:29:"site_body_background_position";s:8:"left top";s:27:"site_body_background_attach";s:6:"scroll";s:29:"site_content_background_color";s:0:"";s:24:"enable_custom_typography";s:1:"1";s:18:"content_typography";s:20:"_gof_Raleway:regular";s:21:"main_title_typography";s:19:"_gof_Domine:regular";s:21:"page_title_typography";s:20:"_gof_Raleway:regular";s:22:"header_menu_typography";s:20:"_gof_Raleway:regular";s:19:"include_latin_chars";s:0:"";s:24:"global_video_player_skin";s:4:"dark";s:24:"global_audio_player_skin";s:4:"dark";s:22:"site_header_top_layout";s:21:"horizontal-menu-right";s:25:"site_header_search_button";s:0:"";s:17:"site_header_width";s:5:"boxed";s:28:"site_header_container_height";s:3:"150";s:25:"site_header_border_bottom";s:1:"1";s:22:"site_header_top_sticky";s:1:"1";s:35:"site_header_container_scaled_height";s:2:"90";s:26:"site_header_logo_can_scale";s:1:"1";s:31:"site_header_navigation_sub_skin";s:7:"classic";s:33:"site_header_navigation_sub_effect";s:0:"";s:37:"site_header_navigation_with_indicator";s:1:"1";s:36:"site_header_navigation_with_splitter";s:1:"1";s:35:"site_header_navigation_sub_location";s:7:"default";s:34:"site_header_navigation_item_height";s:2:"60";s:38:"site_mobile_header_toggle_button_color";s:7:"#3d3d3d";s:32:"site_header_mobile_menu_position";s:10:"toggle-bar";s:43:"site_header_mobile_menu_offcanvas_alignment";s:4:"left";s:28:"site_header_mobile_menu_type";s:6:"toggle";s:26:"site_menu_full_screen_skin";s:0:"";s:38:"site_menu_full_screen_background_color";s:25:"rgba(255, 255, 255, 0.95)";s:38:"site_menu_full_screen_background_image";s:0:"";s:14:"show_topheader";b:0;s:22:"site_top_header_layout";s:10:"topheader2";s:32:"site_top_header_background_color";s:0:"";s:17:"topheader_message";s:0:"";s:29:"header_fullscreen_search_skin";s:0:"";s:28:"post_single_sidebar_position";s:13:"right-sidebar";s:30:"post_single_sidebar_decoration";s:6:"border";s:27:"post_single_title_alignment";s:7:"default";s:24:"show_blog_author_section";s:1:"1";s:29:"show_blog_author_section_text";s:1:"1";s:31:"show_blog_author_section_social";s:1:"1";s:24:"post_index_template_type";s:7:"default";s:27:"post_index_sidebar_position";s:13:"right-sidebar";s:29:"post_index_sidebar_decoration";s:6:"border";s:23:"blog_content_on_listing";s:7:"excerpt";s:30:"blog_content_on_listing_length";s:3:"255";s:24:"post_archive_slider_show";s:1:"1";s:28:"post_archive_slider_location";s:5:"block";s:30:"post_archive_slider_slides_num";s:2:"10";s:27:"post_archive_slider_exclude";s:0:"";s:27:"post_archive_slider_include";s:15:"101, 86, 84, 82";s:26:"post_archive_slider_offset";s:0:"";s:28:"post_archive_slider_order_by";s:4:"date";s:29:"post_archive_slider_order_dir";s:4:"DESC";s:24:"post_archive_slider_skin";s:14:"aux-light-skin";s:29:"post_archive_slider_add_title";s:1:"1";s:28:"post_archive_slider_add_meta";s:1:"1";s:30:"post_archive_slider_image_from";s:4:"auto";s:32:"post_archive_slider_custom_image";s:0:"";s:42:"post_archive_slider_exclude_without_images";s:1:"1";s:25:"post_archive_slider_width";s:3:"960";s:26:"post_archive_slider_height";s:3:"560";s:26:"post_archive_slider_arrows";s:0:"";s:25:"post_archive_slider_space";s:1:"5";s:24:"post_archive_slider_loop";s:1:"1";s:29:"post_archive_slider_slideshow";s:0:"";s:35:"post_archive_slider_slideshow_delay";s:1:"2";s:35:"post_taxonomy_archive_template_type";s:7:"default";s:38:"post_taxonomy_archive_sidebar_position";s:13:"right-sidebar";s:40:"post_taxonomy_archive_sidebar_decoration";s:6:"border";s:40:"post_taxonomy_archive_content_on_listing";s:7:"excerpt";s:39:"post_taxonomy_archive_on_listing_length";s:3:"255";s:31:"product_single_sidebar_position";s:13:"right-sidebar";s:33:"product_single_sidebar_decoration";s:6:"border";s:30:"product_index_sidebar_position";s:13:"right-sidebar";s:32:"product_index_sidebar_decoration";s:6:"border";s:33:"product_category_sidebar_position";s:13:"right-sidebar";s:35:"product_category_sidebar_decoration";s:6:"border";s:18:"show_subfooter_bar";s:1:"1";s:20:"subfooter_bar_layout";s:18:"vertical-none-full";s:29:"subfooter_bar_layout_bg_color";s:0:"";s:14:"show_subfooter";b:1;s:16:"subfooter_layout";s:15:"1-4_1-4_1-4_1-4";s:25:"subfooter_layout_bg_color";s:0:"";s:16:"show_site_footer";s:1:"1";s:25:"site_secondary_logo_image";s:0:"";s:30:"site_secondary_logo_max_height";s:2:"40";s:29:"site_footer_components_layout";s:14:"footer_preset4";s:9:"copyright";s:36:"© 2016 Company. All rights reserved";s:20:"auxin_import_options";s:0:"";s:20:"auxin_export_options";s:0:"";s:17:"show_goto_top_btn";s:1:"1";s:16:"goto_top_animate";s:1:"1";s:18:"goto_top_alignment";s:5:"right";s:20:"auxin_user_custom_js";s:0:"";s:16:"enable_theme_seo";s:1:"1";s:27:"auxin_user_google_analytics";s:0:"";s:27:"auxin_user_google_marketing";s:0:"";s:16:"auxin_login_skin";s:7:"default";s:19:"auxin_login_message";s:0:"";s:22:"auxin_login_logo_image";s:0:"";s:22:"auxin_login_logo_width";s:2:"84";s:23:"auxin_login_logo_height";s:2:"84";s:19:"auxin_login_bg_show";s:0:"";s:20:"auxin_login_bg_color";s:0:"";s:20:"auxin_login_bg_image";s:0:"";s:19:"auxin_login_bg_size";s:4:"auto";s:22:"auxin_login_bg_pattern";s:0:"";s:21:"auxin_login_bg_repeat";s:9:"no-repeat";s:23:"auxin_login_bg_position";s:8:"left top";s:21:"auxin_login_bg_attach";s:6:"scroll";s:22:"auxin_login_body_class";s:0:"";s:29:"header_menu_typography_weight";s:7:"regular";s:23:"content_typography_face";s:9:""Raleway"";s:25:"content_typography_weight";s:7:"regular";s:26:"main_title_typography_face";s:8:""Domine"";s:28:"main_title_typography_weight";s:7:"regular";s:26:"page_title_typography_face";s:9:""Raleway"";s:28:"page_title_typography_weight";s:7:"regular";s:27:"header_menu_typography_face";s:9:""Raleway"";}]]></wp:option_value>
582
- </wp:option>
583
-
584
- <item>
585
- <title>mountain</title>
586
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/22/standard-post-format/mountain/</link>
587
- <pubDate>Wed, 22 Jun 2016 12:04:54 +0000</pubDate>
588
- <dc:creator><![CDATA[admin]]></dc:creator>
589
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/mountain.jpg</guid>
590
- <description></description>
591
- <content:encoded><![CDATA[]]></content:encoded>
592
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
593
- <wp:post_id>10</wp:post_id>
594
- <wp:post_date><![CDATA[2016-06-22 12:04:54]]></wp:post_date>
595
- <wp:post_date_gmt><![CDATA[2016-06-22 12:04:54]]></wp:post_date_gmt>
596
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
597
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
598
- <wp:post_name><![CDATA[mountain]]></wp:post_name>
599
- <wp:status><![CDATA[inherit]]></wp:status>
600
- <wp:post_parent>7</wp:post_parent>
601
- <wp:menu_order>0</wp:menu_order>
602
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
603
- <wp:post_password><![CDATA[]]></wp:post_password>
604
- <wp:is_sticky>0</wp:is_sticky>
605
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/mountain.jpg]]></wp:attachment_url>
606
- <wp:postmeta>
607
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
608
- <wp:meta_value><![CDATA[2016/06/mountain.jpg]]></wp:meta_value>
609
- </wp:postmeta>
610
- <wp:postmeta>
611
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
612
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:20:"2016/06/mountain.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"mountain-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"mountain-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"mountain-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"mountain-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"mountain-1200x800.jpg";s:5:"width";i:1200;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"mountain-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
613
- </wp:postmeta>
614
- </item>
615
- <item>
616
- <title>photo-1432057322224-8916b9ed202a</title>
617
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/22/standard-post-format/photo-1432057322224-8916b9ed202a/</link>
618
- <pubDate>Wed, 22 Jun 2016 12:05:02 +0000</pubDate>
619
- <dc:creator><![CDATA[admin]]></dc:creator>
620
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/photo-1432057322224-8916b9ed202a.jpg</guid>
621
- <description></description>
622
- <content:encoded><![CDATA[]]></content:encoded>
623
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
624
- <wp:post_id>11</wp:post_id>
625
- <wp:post_date><![CDATA[2016-06-22 12:05:02]]></wp:post_date>
626
- <wp:post_date_gmt><![CDATA[2016-06-22 12:05:02]]></wp:post_date_gmt>
627
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
628
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
629
- <wp:post_name><![CDATA[photo-1432057322224-8916b9ed202a]]></wp:post_name>
630
- <wp:status><![CDATA[inherit]]></wp:status>
631
- <wp:post_parent>7</wp:post_parent>
632
- <wp:menu_order>0</wp:menu_order>
633
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
634
- <wp:post_password><![CDATA[]]></wp:post_password>
635
- <wp:is_sticky>0</wp:is_sticky>
636
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/photo-1432057322224-8916b9ed202a.jpg]]></wp:attachment_url>
637
- <wp:postmeta>
638
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
639
- <wp:meta_value><![CDATA[2016/06/photo-1432057322224-8916b9ed202a.jpg]]></wp:meta_value>
640
- </wp:postmeta>
641
- <wp:postmeta>
642
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
643
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:44:"2016/06/photo-1432057322224-8916b9ed202a.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"photo-1432057322224-8916b9ed202a-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"photo-1432057322224-8916b9ed202a-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:44:"photo-1432057322224-8916b9ed202a-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"photo-1432057322224-8916b9ed202a-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:45:"photo-1432057322224-8916b9ed202a-1200x800.jpg";s:5:"width";i:1200;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:44:"photo-1432057322224-8916b9ed202a-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
644
- </wp:postmeta>
645
- </item>
646
- <item>
647
- <title>photo-1440613905118-99b921706b5c</title>
648
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/22/standard-post-format/photo-1440613905118-99b921706b5c/</link>
649
- <pubDate>Wed, 22 Jun 2016 12:05:12 +0000</pubDate>
650
- <dc:creator><![CDATA[admin]]></dc:creator>
651
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/photo-1440613905118-99b921706b5c.jpg</guid>
652
- <description></description>
653
- <content:encoded><![CDATA[]]></content:encoded>
654
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
655
- <wp:post_id>12</wp:post_id>
656
- <wp:post_date><![CDATA[2016-06-22 12:05:12]]></wp:post_date>
657
- <wp:post_date_gmt><![CDATA[2016-06-22 12:05:12]]></wp:post_date_gmt>
658
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
659
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
660
- <wp:post_name><![CDATA[photo-1440613905118-99b921706b5c]]></wp:post_name>
661
- <wp:status><![CDATA[inherit]]></wp:status>
662
- <wp:post_parent>7</wp:post_parent>
663
- <wp:menu_order>0</wp:menu_order>
664
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
665
- <wp:post_password><![CDATA[]]></wp:post_password>
666
- <wp:is_sticky>0</wp:is_sticky>
667
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/photo-1440613905118-99b921706b5c.jpg]]></wp:attachment_url>
668
- <wp:postmeta>
669
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
670
- <wp:meta_value><![CDATA[2016/06/photo-1440613905118-99b921706b5c.jpg]]></wp:meta_value>
671
- </wp:postmeta>
672
- <wp:postmeta>
673
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
674
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:44:"2016/06/photo-1440613905118-99b921706b5c.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"photo-1440613905118-99b921706b5c-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"photo-1440613905118-99b921706b5c-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:44:"photo-1440613905118-99b921706b5c-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"photo-1440613905118-99b921706b5c-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:45:"photo-1440613905118-99b921706b5c-1200x800.jpg";s:5:"width";i:1200;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:44:"photo-1440613905118-99b921706b5c-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
675
- </wp:postmeta>
676
- </item>
677
- <item>
678
- <title>photo-1441986380878-c4248f5b8b5b</title>
679
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/22/standard-post-format/photo-1441986380878-c4248f5b8b5b/</link>
680
- <pubDate>Wed, 22 Jun 2016 12:05:18 +0000</pubDate>
681
- <dc:creator><![CDATA[admin]]></dc:creator>
682
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/photo-1441986380878-c4248f5b8b5b.jpg</guid>
683
- <description></description>
684
- <content:encoded><![CDATA[]]></content:encoded>
685
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
686
- <wp:post_id>13</wp:post_id>
687
- <wp:post_date><![CDATA[2016-06-22 12:05:18]]></wp:post_date>
688
- <wp:post_date_gmt><![CDATA[2016-06-22 12:05:18]]></wp:post_date_gmt>
689
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
690
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
691
- <wp:post_name><![CDATA[photo-1441986380878-c4248f5b8b5b]]></wp:post_name>
692
- <wp:status><![CDATA[inherit]]></wp:status>
693
- <wp:post_parent>7</wp:post_parent>
694
- <wp:menu_order>0</wp:menu_order>
695
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
696
- <wp:post_password><![CDATA[]]></wp:post_password>
697
- <wp:is_sticky>0</wp:is_sticky>
698
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/photo-1441986380878-c4248f5b8b5b.jpg]]></wp:attachment_url>
699
- <wp:postmeta>
700
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
701
- <wp:meta_value><![CDATA[2016/06/photo-1441986380878-c4248f5b8b5b.jpg]]></wp:meta_value>
702
- </wp:postmeta>
703
- <wp:postmeta>
704
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
705
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:44:"2016/06/photo-1441986380878-c4248f5b8b5b.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"photo-1441986380878-c4248f5b8b5b-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"photo-1441986380878-c4248f5b8b5b-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:44:"photo-1441986380878-c4248f5b8b5b-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"photo-1441986380878-c4248f5b8b5b-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:45:"photo-1441986380878-c4248f5b8b5b-1200x800.jpg";s:5:"width";i:1200;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:44:"photo-1441986380878-c4248f5b8b5b-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
706
- </wp:postmeta>
707
- </item>
708
- <item>
709
- <title>photo-1453282716202-de94e528067c</title>
710
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/22/standard-post-format/photo-1453282716202-de94e528067c/</link>
711
- <pubDate>Wed, 22 Jun 2016 12:05:23 +0000</pubDate>
712
- <dc:creator><![CDATA[admin]]></dc:creator>
713
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/photo-1453282716202-de94e528067c.jpg</guid>
714
- <description></description>
715
- <content:encoded><![CDATA[]]></content:encoded>
716
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
717
- <wp:post_id>14</wp:post_id>
718
- <wp:post_date><![CDATA[2016-06-22 12:05:23]]></wp:post_date>
719
- <wp:post_date_gmt><![CDATA[2016-06-22 12:05:23]]></wp:post_date_gmt>
720
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
721
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
722
- <wp:post_name><![CDATA[photo-1453282716202-de94e528067c]]></wp:post_name>
723
- <wp:status><![CDATA[inherit]]></wp:status>
724
- <wp:post_parent>7</wp:post_parent>
725
- <wp:menu_order>0</wp:menu_order>
726
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
727
- <wp:post_password><![CDATA[]]></wp:post_password>
728
- <wp:is_sticky>0</wp:is_sticky>
729
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/photo-1453282716202-de94e528067c.jpg]]></wp:attachment_url>
730
- <wp:postmeta>
731
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
732
- <wp:meta_value><![CDATA[2016/06/photo-1453282716202-de94e528067c.jpg]]></wp:meta_value>
733
- </wp:postmeta>
734
- <wp:postmeta>
735
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
736
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:44:"2016/06/photo-1453282716202-de94e528067c.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"photo-1453282716202-de94e528067c-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"photo-1453282716202-de94e528067c-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:44:"photo-1453282716202-de94e528067c-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"photo-1453282716202-de94e528067c-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:45:"photo-1453282716202-de94e528067c-1200x800.jpg";s:5:"width";i:1200;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:44:"photo-1453282716202-de94e528067c-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
737
- </wp:postmeta>
738
- </item>
739
- <item>
740
- <title>sky-rose</title>
741
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/22/standard-post-format/sky-rose/</link>
742
- <pubDate>Wed, 22 Jun 2016 12:05:28 +0000</pubDate>
743
- <dc:creator><![CDATA[admin]]></dc:creator>
744
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/sky-rose.jpg</guid>
745
- <description></description>
746
- <content:encoded><![CDATA[]]></content:encoded>
747
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
748
- <wp:post_id>15</wp:post_id>
749
- <wp:post_date><![CDATA[2016-06-22 12:05:28]]></wp:post_date>
750
- <wp:post_date_gmt><![CDATA[2016-06-22 12:05:28]]></wp:post_date_gmt>
751
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
752
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
753
- <wp:post_name><![CDATA[sky-rose]]></wp:post_name>
754
- <wp:status><![CDATA[inherit]]></wp:status>
755
- <wp:post_parent>7</wp:post_parent>
756
- <wp:menu_order>0</wp:menu_order>
757
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
758
- <wp:post_password><![CDATA[]]></wp:post_password>
759
- <wp:is_sticky>0</wp:is_sticky>
760
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/sky-rose.jpg]]></wp:attachment_url>
761
- <wp:postmeta>
762
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
763
- <wp:meta_value><![CDATA[2016/06/sky-rose.jpg]]></wp:meta_value>
764
- </wp:postmeta>
765
- <wp:postmeta>
766
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
767
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:20:"2016/06/sky-rose.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"sky-rose-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"sky-rose-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"sky-rose-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"sky-rose-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"sky-rose-1200x800.jpg";s:5:"width";i:1200;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"sky-rose-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
768
- </wp:postmeta>
769
- </item>
770
- <item>
771
- <title>ZLSw0SXxThSrkXRIiCdT_DSC_0345</title>
772
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/22/standard-post-format/zlsw0sxxthsrkxriicdt_dsc_0345/</link>
773
- <pubDate>Wed, 22 Jun 2016 12:05:44 +0000</pubDate>
774
- <dc:creator><![CDATA[admin]]></dc:creator>
775
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/ZLSw0SXxThSrkXRIiCdT_DSC_0345.jpg</guid>
776
- <description></description>
777
- <content:encoded><![CDATA[]]></content:encoded>
778
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
779
- <wp:post_id>16</wp:post_id>
780
- <wp:post_date><![CDATA[2016-06-22 12:05:44]]></wp:post_date>
781
- <wp:post_date_gmt><![CDATA[2016-06-22 12:05:44]]></wp:post_date_gmt>
782
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
783
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
784
- <wp:post_name><![CDATA[zlsw0sxxthsrkxriicdt_dsc_0345]]></wp:post_name>
785
- <wp:status><![CDATA[inherit]]></wp:status>
786
- <wp:post_parent>7</wp:post_parent>
787
- <wp:menu_order>0</wp:menu_order>
788
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
789
- <wp:post_password><![CDATA[]]></wp:post_password>
790
- <wp:is_sticky>0</wp:is_sticky>
791
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/ZLSw0SXxThSrkXRIiCdT_DSC_0345.jpg]]></wp:attachment_url>
792
- <wp:postmeta>
793
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
794
- <wp:meta_value><![CDATA[2016/06/ZLSw0SXxThSrkXRIiCdT_DSC_0345.jpg]]></wp:meta_value>
795
- </wp:postmeta>
796
- <wp:postmeta>
797
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
798
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:2000;s:6:"height";i:1328;s:4:"file";s:41:"2016/06/ZLSw0SXxThSrkXRIiCdT_DSC_0345.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"ZLSw0SXxThSrkXRIiCdT_DSC_0345-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:41:"ZLSw0SXxThSrkXRIiCdT_DSC_0345-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:41:"ZLSw0SXxThSrkXRIiCdT_DSC_0345-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"ZLSw0SXxThSrkXRIiCdT_DSC_0345-1024x680.jpg";s:5:"width";i:1024;s:6:"height";i:680;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:42:"ZLSw0SXxThSrkXRIiCdT_DSC_0345-1200x797.jpg";s:5:"width";i:1200;s:6:"height";i:797;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:41:"ZLSw0SXxThSrkXRIiCdT_DSC_0345-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
799
- </wp:postmeta>
800
- </item>
801
- <item>
802
- <title>2016_#x27;s Best Selling Stock Music _ Sound Clips _ AudioJungle</title>
803
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/02/18/video-post-format-self-hosted-video-player/2016_x27s-best-selling-stock-music-_-sound-clips-_-audiojungle/</link>
804
- <pubDate>Thu, 23 Jun 2016 05:00:15 +0000</pubDate>
805
- <dc:creator><![CDATA[admin]]></dc:creator>
806
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/2016_x27s-Best-Selling-Stock-Music-_-Sound-Clips-_-AudioJungle.mp3</guid>
807
- <description></description>
808
- <content:encoded><![CDATA["2016_#x27;s Best Selling Stock Music _ Sound Clips _ AudioJungle".]]></content:encoded>
809
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
810
- <wp:post_id>22</wp:post_id>
811
- <wp:post_date><![CDATA[2016-06-23 05:00:15]]></wp:post_date>
812
- <wp:post_date_gmt><![CDATA[2016-06-23 05:00:15]]></wp:post_date_gmt>
813
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
814
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
815
- <wp:post_name><![CDATA[2016_x27s-best-selling-stock-music-_-sound-clips-_-audiojungle]]></wp:post_name>
816
- <wp:status><![CDATA[inherit]]></wp:status>
817
- <wp:post_parent>21</wp:post_parent>
818
- <wp:menu_order>0</wp:menu_order>
819
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
820
- <wp:post_password><![CDATA[]]></wp:post_password>
821
- <wp:is_sticky>0</wp:is_sticky>
822
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/2016_x27s-Best-Selling-Stock-Music-_-Sound-Clips-_-AudioJungle.mp3]]></wp:attachment_url>
823
- <wp:postmeta>
824
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
825
- <wp:meta_value><![CDATA[2016/06/2016_x27s-Best-Selling-Stock-Music-_-Sound-Clips-_-AudioJungle.mp3]]></wp:meta_value>
826
- </wp:postmeta>
827
- <wp:postmeta>
828
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
829
- <wp:meta_value><![CDATA[a:14:{s:10:"dataformat";s:3:"mp3";s:8:"channels";i:2;s:11:"sample_rate";i:44100;s:7:"bitrate";i:320000;s:11:"channelmode";s:12:"joint stereo";s:12:"bitrate_mode";s:3:"cbr";s:8:"lossless";b:0;s:15:"encoder_options";s:6:"CBR320";s:17:"compression_ratio";d:0.226757369614512482858259545537293888628482818603515625;s:10:"fileformat";s:3:"mp3";s:8:"filesize";i:11651657;s:9:"mime_type";s:10:"audio/mpeg";s:6:"length";i:291;s:16:"length_formatted";s:4:"4:51";}]]></wp:meta_value>
830
- </wp:postmeta>
831
- </item>
832
- <item>
833
- <title>MAISON LUCHA I Introducing movie on Vimeo</title>
834
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/02/18/video-post-format-self-hosted-video-player/maison-lucha-i-introducing-movie-on-vimeo/</link>
835
- <pubDate>Thu, 23 Jun 2016 05:02:52 +0000</pubDate>
836
- <dc:creator><![CDATA[admin]]></dc:creator>
837
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/MAISON-LUCHA-I-Introducing-movie-on-Vimeo.mp4</guid>
838
- <description></description>
839
- <content:encoded><![CDATA[]]></content:encoded>
840
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
841
- <wp:post_id>23</wp:post_id>
842
- <wp:post_date><![CDATA[2016-06-23 05:02:52]]></wp:post_date>
843
- <wp:post_date_gmt><![CDATA[2016-06-23 05:02:52]]></wp:post_date_gmt>
844
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
845
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
846
- <wp:post_name><![CDATA[maison-lucha-i-introducing-movie-on-vimeo]]></wp:post_name>
847
- <wp:status><![CDATA[inherit]]></wp:status>
848
- <wp:post_parent>21</wp:post_parent>
849
- <wp:menu_order>0</wp:menu_order>
850
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
851
- <wp:post_password><![CDATA[]]></wp:post_password>
852
- <wp:is_sticky>0</wp:is_sticky>
853
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/MAISON-LUCHA-I-Introducing-movie-on-Vimeo.mp4]]></wp:attachment_url>
854
- <wp:postmeta>
855
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
856
- <wp:meta_value><![CDATA[2016/06/MAISON-LUCHA-I-Introducing-movie-on-Vimeo.mp4]]></wp:meta_value>
857
- </wp:postmeta>
858
- <wp:postmeta>
859
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
860
- <wp:meta_value><![CDATA[a:9:{s:8:"filesize";i:20999965;s:9:"mime_type";s:15:"video/quicktime";s:6:"length";i:231;s:16:"length_formatted";s:4:"3:51";s:5:"width";i:640;s:6:"height";i:338;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:5:"audio";a:7:{s:10:"dataformat";s:3:"mp4";s:5:"codec";s:19:"ISO/IEC 14496-3 AAC";s:11:"sample_rate";d:48000;s:8:"channels";i:2;s:15:"bits_per_sample";i:16;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";}}]]></wp:meta_value>
861
- </wp:postmeta>
862
- </item>
863
- <item>
864
- <title>video-poster-image</title>
865
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/02/18/video-post-format-self-hosted-video-player/video-poster-image/</link>
866
- <pubDate>Thu, 23 Jun 2016 05:03:07 +0000</pubDate>
867
- <dc:creator><![CDATA[admin]]></dc:creator>
868
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/video-poster-image.jpg</guid>
869
- <description></description>
870
- <content:encoded><![CDATA[]]></content:encoded>
871
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
872
- <wp:post_id>24</wp:post_id>
873
- <wp:post_date><![CDATA[2016-06-23 05:03:07]]></wp:post_date>
874
- <wp:post_date_gmt><![CDATA[2016-06-23 05:03:07]]></wp:post_date_gmt>
875
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
876
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
877
- <wp:post_name><![CDATA[video-poster-image]]></wp:post_name>
878
- <wp:status><![CDATA[inherit]]></wp:status>
879
- <wp:post_parent>21</wp:post_parent>
880
- <wp:menu_order>0</wp:menu_order>
881
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
882
- <wp:post_password><![CDATA[]]></wp:post_password>
883
- <wp:is_sticky>0</wp:is_sticky>
884
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/video-poster-image.jpg]]></wp:attachment_url>
885
- <wp:postmeta>
886
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
887
- <wp:meta_value><![CDATA[2016/06/video-poster-image.jpg]]></wp:meta_value>
888
- </wp:postmeta>
889
- <wp:postmeta>
890
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
891
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1097;s:6:"height";i:580;s:4:"file";s:30:"2016/06/video-poster-image.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"video-poster-image-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"video-poster-image-300x159.jpg";s:5:"width";i:300;s:6:"height";i:159;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:30:"video-poster-image-768x406.jpg";s:5:"width";i:768;s:6:"height";i:406;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"video-poster-image-1024x541.jpg";s:5:"width";i:1024;s:6:"height";i:541;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:30:"video-poster-image-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
892
- </wp:postmeta>
893
- </item>
894
- <item>
895
- <title>w_author</title>
896
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/w_author/</link>
897
- <pubDate>Thu, 23 Jun 2016 06:15:40 +0000</pubDate>
898
- <dc:creator><![CDATA[admin]]></dc:creator>
899
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/w_author.jpg</guid>
900
- <description></description>
901
- <content:encoded><![CDATA[]]></content:encoded>
902
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
903
- <wp:post_id>36</wp:post_id>
904
- <wp:post_date><![CDATA[2016-06-23 06:15:40]]></wp:post_date>
905
- <wp:post_date_gmt><![CDATA[2016-06-23 06:15:40]]></wp:post_date_gmt>
906
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
907
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
908
- <wp:post_name><![CDATA[w_author]]></wp:post_name>
909
- <wp:status><![CDATA[inherit]]></wp:status>
910
- <wp:post_parent>0</wp:post_parent>
911
- <wp:menu_order>0</wp:menu_order>
912
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
913
- <wp:post_password><![CDATA[]]></wp:post_password>
914
- <wp:is_sticky>0</wp:is_sticky>
915
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/w_author.jpg]]></wp:attachment_url>
916
- <wp:postmeta>
917
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
918
- <wp:meta_value><![CDATA[2016/06/w_author.jpg]]></wp:meta_value>
919
- </wp:postmeta>
920
- <wp:postmeta>
921
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
922
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:240;s:6:"height";i:240;s:4:"file";s:20:"2016/06/w_author.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"w_author-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"w_author-240x182.jpg";s:5:"width";i:240;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
923
- </wp:postmeta>
924
- </item>
925
- <item>
926
- <title>photo-1418833893919-fa9c83e8d69e</title>
927
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/about/photo-1418833893919-fa9c83e8d69e/</link>
928
- <pubDate>Sat, 25 Jun 2016 05:26:17 +0000</pubDate>
929
- <dc:creator><![CDATA[admin]]></dc:creator>
930
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/photo-1418833893919-fa9c83e8d69e.jpg</guid>
931
- <description></description>
932
- <content:encoded><![CDATA[]]></content:encoded>
933
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
934
- <wp:post_id>38</wp:post_id>
935
- <wp:post_date><![CDATA[2016-06-25 05:26:17]]></wp:post_date>
936
- <wp:post_date_gmt><![CDATA[2016-06-25 05:26:17]]></wp:post_date_gmt>
937
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
938
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
939
- <wp:post_name><![CDATA[photo-1418833893919-fa9c83e8d69e]]></wp:post_name>
940
- <wp:status><![CDATA[inherit]]></wp:status>
941
- <wp:post_parent>37</wp:post_parent>
942
- <wp:menu_order>0</wp:menu_order>
943
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
944
- <wp:post_password><![CDATA[]]></wp:post_password>
945
- <wp:is_sticky>0</wp:is_sticky>
946
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/photo-1418833893919-fa9c83e8d69e.jpg]]></wp:attachment_url>
947
- <wp:postmeta>
948
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
949
- <wp:meta_value><![CDATA[2016/06/photo-1418833893919-fa9c83e8d69e.jpg]]></wp:meta_value>
950
- </wp:postmeta>
951
- <wp:postmeta>
952
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
953
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1358;s:6:"height";i:1500;s:4:"file";s:44:"2016/06/photo-1418833893919-fa9c83e8d69e.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"photo-1418833893919-fa9c83e8d69e-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"photo-1418833893919-fa9c83e8d69e-272x300.jpg";s:5:"width";i:272;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:44:"photo-1418833893919-fa9c83e8d69e-768x848.jpg";s:5:"width";i:768;s:6:"height";i:848;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"photo-1418833893919-fa9c83e8d69e-927x1024.jpg";s:5:"width";i:927;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:46:"photo-1418833893919-fa9c83e8d69e-1200x1325.jpg";s:5:"width";i:1200;s:6:"height";i:1325;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:44:"photo-1418833893919-fa9c83e8d69e-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
954
- </wp:postmeta>
955
- </item>
956
- <item>
957
- <title>fPuLkQNXRUKI6HQ2cMPf_IMG_4761</title>
958
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/25/the-storm-of-rain-and-wind-descended-upon-them/fpulkqnxruki6hq2cmpf_img_4761/</link>
959
- <pubDate>Sat, 25 Jun 2016 08:16:37 +0000</pubDate>
960
- <dc:creator><![CDATA[admin]]></dc:creator>
961
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/fPuLkQNXRUKI6HQ2cMPf_IMG_4761.jpg</guid>
962
- <description></description>
963
- <content:encoded><![CDATA[]]></content:encoded>
964
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
965
- <wp:post_id>70</wp:post_id>
966
- <wp:post_date><![CDATA[2016-06-25 08:16:37]]></wp:post_date>
967
- <wp:post_date_gmt><![CDATA[2016-06-25 08:16:37]]></wp:post_date_gmt>
968
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
969
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
970
- <wp:post_name><![CDATA[fpulkqnxruki6hq2cmpf_img_4761]]></wp:post_name>
971
- <wp:status><![CDATA[inherit]]></wp:status>
972
- <wp:post_parent>69</wp:post_parent>
973
- <wp:menu_order>0</wp:menu_order>
974
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
975
- <wp:post_password><![CDATA[]]></wp:post_password>
976
- <wp:is_sticky>0</wp:is_sticky>
977
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/fPuLkQNXRUKI6HQ2cMPf_IMG_4761.jpg]]></wp:attachment_url>
978
- <wp:postmeta>
979
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
980
- <wp:meta_value><![CDATA[2016/06/fPuLkQNXRUKI6HQ2cMPf_IMG_4761.jpg]]></wp:meta_value>
981
- </wp:postmeta>
982
- <wp:postmeta>
983
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
984
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:4462;s:6:"height";i:2975;s:4:"file";s:41:"2016/06/fPuLkQNXRUKI6HQ2cMPf_IMG_4761.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"fPuLkQNXRUKI6HQ2cMPf_IMG_4761-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:41:"fPuLkQNXRUKI6HQ2cMPf_IMG_4761-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:41:"fPuLkQNXRUKI6HQ2cMPf_IMG_4761-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"fPuLkQNXRUKI6HQ2cMPf_IMG_4761-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:42:"fPuLkQNXRUKI6HQ2cMPf_IMG_4761-1200x800.jpg";s:5:"width";i:1200;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:41:"fPuLkQNXRUKI6HQ2cMPf_IMG_4761-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
985
- </wp:postmeta>
986
- </item>
987
- <item>
988
- <title>gQZ2iaRdRoWKahCTncS1_brooklyn-bridge</title>
989
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/25/the-storm-of-rain-and-wind-descended-upon-them/gqz2iardrowkahctncs1_brooklyn-bridge/</link>
990
- <pubDate>Sat, 25 Jun 2016 08:16:52 +0000</pubDate>
991
- <dc:creator><![CDATA[admin]]></dc:creator>
992
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gQZ2iaRdRoWKahCTncS1_brooklyn-bridge.jpg</guid>
993
- <description></description>
994
- <content:encoded><![CDATA[]]></content:encoded>
995
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
996
- <wp:post_id>71</wp:post_id>
997
- <wp:post_date><![CDATA[2016-06-25 08:16:52]]></wp:post_date>
998
- <wp:post_date_gmt><![CDATA[2016-06-25 08:16:52]]></wp:post_date_gmt>
999
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1000
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1001
- <wp:post_name><![CDATA[gqz2iardrowkahctncs1_brooklyn-bridge]]></wp:post_name>
1002
- <wp:status><![CDATA[inherit]]></wp:status>
1003
- <wp:post_parent>69</wp:post_parent>
1004
- <wp:menu_order>0</wp:menu_order>
1005
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1006
- <wp:post_password><![CDATA[]]></wp:post_password>
1007
- <wp:is_sticky>0</wp:is_sticky>
1008
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gQZ2iaRdRoWKahCTncS1_brooklyn-bridge.jpg]]></wp:attachment_url>
1009
- <wp:postmeta>
1010
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1011
- <wp:meta_value><![CDATA[2016/06/gQZ2iaRdRoWKahCTncS1_brooklyn-bridge.jpg]]></wp:meta_value>
1012
- </wp:postmeta>
1013
- <wp:postmeta>
1014
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1015
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:3800;s:6:"height";i:2850;s:4:"file";s:48:"2016/06/gQZ2iaRdRoWKahCTncS1_brooklyn-bridge.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:48:"gQZ2iaRdRoWKahCTncS1_brooklyn-bridge-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:48:"gQZ2iaRdRoWKahCTncS1_brooklyn-bridge-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:48:"gQZ2iaRdRoWKahCTncS1_brooklyn-bridge-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:49:"gQZ2iaRdRoWKahCTncS1_brooklyn-bridge-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:49:"gQZ2iaRdRoWKahCTncS1_brooklyn-bridge-1200x900.jpg";s:5:"width";i:1200;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:48:"gQZ2iaRdRoWKahCTncS1_brooklyn-bridge-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1016
- </wp:postmeta>
1017
- </item>
1018
- <item>
1019
- <title>HBzQnOQ6CWhlNi1YwAxZ_italy</title>
1020
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/25/the-storm-of-rain-and-wind-descended-upon-them/hbzqnoq6cwhlni1ywaxz_italy/</link>
1021
- <pubDate>Sat, 25 Jun 2016 08:17:00 +0000</pubDate>
1022
- <dc:creator><![CDATA[admin]]></dc:creator>
1023
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/HBzQnOQ6CWhlNi1YwAxZ_italy.jpg</guid>
1024
- <description></description>
1025
- <content:encoded><![CDATA[]]></content:encoded>
1026
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1027
- <wp:post_id>72</wp:post_id>
1028
- <wp:post_date><![CDATA[2016-06-25 08:17:00]]></wp:post_date>
1029
- <wp:post_date_gmt><![CDATA[2016-06-25 08:17:00]]></wp:post_date_gmt>
1030
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1031
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1032
- <wp:post_name><![CDATA[hbzqnoq6cwhlni1ywaxz_italy]]></wp:post_name>
1033
- <wp:status><![CDATA[inherit]]></wp:status>
1034
- <wp:post_parent>69</wp:post_parent>
1035
- <wp:menu_order>0</wp:menu_order>
1036
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1037
- <wp:post_password><![CDATA[]]></wp:post_password>
1038
- <wp:is_sticky>0</wp:is_sticky>
1039
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/HBzQnOQ6CWhlNi1YwAxZ_italy.jpg]]></wp:attachment_url>
1040
- <wp:postmeta>
1041
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1042
- <wp:meta_value><![CDATA[2016/06/HBzQnOQ6CWhlNi1YwAxZ_italy.jpg]]></wp:meta_value>
1043
- </wp:postmeta>
1044
- <wp:postmeta>
1045
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1046
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:38:"2016/06/HBzQnOQ6CWhlNi1YwAxZ_italy.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"HBzQnOQ6CWhlNi1YwAxZ_italy-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:38:"HBzQnOQ6CWhlNi1YwAxZ_italy-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:38:"HBzQnOQ6CWhlNi1YwAxZ_italy-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:39:"HBzQnOQ6CWhlNi1YwAxZ_italy-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:39:"HBzQnOQ6CWhlNi1YwAxZ_italy-1200x800.jpg";s:5:"width";i:1200;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:38:"HBzQnOQ6CWhlNi1YwAxZ_italy-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1047
- </wp:postmeta>
1048
- </item>
1049
- <item>
1050
- <title>hGibbjg0Rb2fUIoMtU5l__DSC8099</title>
1051
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/25/the-storm-of-rain-and-wind-descended-upon-them/hgibbjg0rb2fuiomtu5l__dsc8099/</link>
1052
- <pubDate>Sat, 25 Jun 2016 08:17:10 +0000</pubDate>
1053
- <dc:creator><![CDATA[admin]]></dc:creator>
1054
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/hGibbjg0Rb2fUIoMtU5l__DSC8099.jpg</guid>
1055
- <description></description>
1056
- <content:encoded><![CDATA[]]></content:encoded>
1057
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1058
- <wp:post_id>73</wp:post_id>
1059
- <wp:post_date><![CDATA[2016-06-25 08:17:10]]></wp:post_date>
1060
- <wp:post_date_gmt><![CDATA[2016-06-25 08:17:10]]></wp:post_date_gmt>
1061
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1062
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1063
- <wp:post_name><![CDATA[hgibbjg0rb2fuiomtu5l__dsc8099]]></wp:post_name>
1064
- <wp:status><![CDATA[inherit]]></wp:status>
1065
- <wp:post_parent>69</wp:post_parent>
1066
- <wp:menu_order>0</wp:menu_order>
1067
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1068
- <wp:post_password><![CDATA[]]></wp:post_password>
1069
- <wp:is_sticky>0</wp:is_sticky>
1070
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/hGibbjg0Rb2fUIoMtU5l__DSC8099.jpg]]></wp:attachment_url>
1071
- <wp:postmeta>
1072
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1073
- <wp:meta_value><![CDATA[2016/06/hGibbjg0Rb2fUIoMtU5l__DSC8099.jpg]]></wp:meta_value>
1074
- </wp:postmeta>
1075
- <wp:postmeta>
1076
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1077
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:2000;s:6:"height";i:1223;s:4:"file";s:41:"2016/06/hGibbjg0Rb2fUIoMtU5l__DSC8099.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"hGibbjg0Rb2fUIoMtU5l__DSC8099-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:41:"hGibbjg0Rb2fUIoMtU5l__DSC8099-300x183.jpg";s:5:"width";i:300;s:6:"height";i:183;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:41:"hGibbjg0Rb2fUIoMtU5l__DSC8099-768x470.jpg";s:5:"width";i:768;s:6:"height";i:470;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"hGibbjg0Rb2fUIoMtU5l__DSC8099-1024x626.jpg";s:5:"width";i:1024;s:6:"height";i:626;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:42:"hGibbjg0Rb2fUIoMtU5l__DSC8099-1200x734.jpg";s:5:"width";i:1200;s:6:"height";i:734;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:41:"hGibbjg0Rb2fUIoMtU5l__DSC8099-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1078
- </wp:postmeta>
1079
- </item>
1080
- <item>
1081
- <title>photo-1415226581130-91cb7f52f078</title>
1082
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/25/the-storm-of-rain-and-wind-descended-upon-them/photo-1415226581130-91cb7f52f078/</link>
1083
- <pubDate>Sat, 25 Jun 2016 08:17:16 +0000</pubDate>
1084
- <dc:creator><![CDATA[admin]]></dc:creator>
1085
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/photo-1415226581130-91cb7f52f078.jpg</guid>
1086
- <description></description>
1087
- <content:encoded><![CDATA[]]></content:encoded>
1088
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1089
- <wp:post_id>74</wp:post_id>
1090
- <wp:post_date><![CDATA[2016-06-25 08:17:16]]></wp:post_date>
1091
- <wp:post_date_gmt><![CDATA[2016-06-25 08:17:16]]></wp:post_date_gmt>
1092
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1093
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1094
- <wp:post_name><![CDATA[photo-1415226581130-91cb7f52f078]]></wp:post_name>
1095
- <wp:status><![CDATA[inherit]]></wp:status>
1096
- <wp:post_parent>69</wp:post_parent>
1097
- <wp:menu_order>0</wp:menu_order>
1098
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1099
- <wp:post_password><![CDATA[]]></wp:post_password>
1100
- <wp:is_sticky>0</wp:is_sticky>
1101
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/photo-1415226581130-91cb7f52f078.jpg]]></wp:attachment_url>
1102
- <wp:postmeta>
1103
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1104
- <wp:meta_value><![CDATA[2016/06/photo-1415226581130-91cb7f52f078.jpg]]></wp:meta_value>
1105
- </wp:postmeta>
1106
- <wp:postmeta>
1107
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1108
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:2000;s:6:"height";i:1500;s:4:"file";s:44:"2016/06/photo-1415226581130-91cb7f52f078.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"photo-1415226581130-91cb7f52f078-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"photo-1415226581130-91cb7f52f078-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:44:"photo-1415226581130-91cb7f52f078-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"photo-1415226581130-91cb7f52f078-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:45:"photo-1415226581130-91cb7f52f078-1200x900.jpg";s:5:"width";i:1200;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:44:"photo-1415226581130-91cb7f52f078-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1109
- </wp:postmeta>
1110
- </item>
1111
- <item>
1112
- <title>photo-1429966163023-c132bc887fdd</title>
1113
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/25/the-storm-of-rain-and-wind-descended-upon-them/photo-1429966163023-c132bc887fdd/</link>
1114
- <pubDate>Sat, 25 Jun 2016 08:17:22 +0000</pubDate>
1115
- <dc:creator><![CDATA[admin]]></dc:creator>
1116
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/photo-1429966163023-c132bc887fdd.jpg</guid>
1117
- <description></description>
1118
- <content:encoded><![CDATA[]]></content:encoded>
1119
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1120
- <wp:post_id>75</wp:post_id>
1121
- <wp:post_date><![CDATA[2016-06-25 08:17:22]]></wp:post_date>
1122
- <wp:post_date_gmt><![CDATA[2016-06-25 08:17:22]]></wp:post_date_gmt>
1123
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1124
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1125
- <wp:post_name><![CDATA[photo-1429966163023-c132bc887fdd]]></wp:post_name>
1126
- <wp:status><![CDATA[inherit]]></wp:status>
1127
- <wp:post_parent>69</wp:post_parent>
1128
- <wp:menu_order>0</wp:menu_order>
1129
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1130
- <wp:post_password><![CDATA[]]></wp:post_password>
1131
- <wp:is_sticky>0</wp:is_sticky>
1132
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/photo-1429966163023-c132bc887fdd.jpg]]></wp:attachment_url>
1133
- <wp:postmeta>
1134
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1135
- <wp:meta_value><![CDATA[2016/06/photo-1429966163023-c132bc887fdd.jpg]]></wp:meta_value>
1136
- </wp:postmeta>
1137
- <wp:postmeta>
1138
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1139
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:2000;s:6:"height";i:1121;s:4:"file";s:44:"2016/06/photo-1429966163023-c132bc887fdd.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"photo-1429966163023-c132bc887fdd-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"photo-1429966163023-c132bc887fdd-300x168.jpg";s:5:"width";i:300;s:6:"height";i:168;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:44:"photo-1429966163023-c132bc887fdd-768x430.jpg";s:5:"width";i:768;s:6:"height";i:430;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"photo-1429966163023-c132bc887fdd-1024x574.jpg";s:5:"width";i:1024;s:6:"height";i:574;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:45:"photo-1429966163023-c132bc887fdd-1200x673.jpg";s:5:"width";i:1200;s:6:"height";i:673;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:44:"photo-1429966163023-c132bc887fdd-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1140
- </wp:postmeta>
1141
- </item>
1142
- <item>
1143
- <title>photo-1454897834822-1ece264a5d89</title>
1144
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/25/the-storm-of-rain-and-wind-descended-upon-them/photo-1454897834822-1ece264a5d89/</link>
1145
- <pubDate>Sat, 25 Jun 2016 08:17:26 +0000</pubDate>
1146
- <dc:creator><![CDATA[admin]]></dc:creator>
1147
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/photo-1454897834822-1ece264a5d89.jpg</guid>
1148
- <description></description>
1149
- <content:encoded><![CDATA[]]></content:encoded>
1150
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1151
- <wp:post_id>76</wp:post_id>
1152
- <wp:post_date><![CDATA[2016-06-25 08:17:26]]></wp:post_date>
1153
- <wp:post_date_gmt><![CDATA[2016-06-25 08:17:26]]></wp:post_date_gmt>
1154
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1155
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1156
- <wp:post_name><![CDATA[photo-1454897834822-1ece264a5d89]]></wp:post_name>
1157
- <wp:status><![CDATA[inherit]]></wp:status>
1158
- <wp:post_parent>69</wp:post_parent>
1159
- <wp:menu_order>0</wp:menu_order>
1160
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1161
- <wp:post_password><![CDATA[]]></wp:post_password>
1162
- <wp:is_sticky>0</wp:is_sticky>
1163
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/photo-1454897834822-1ece264a5d89.jpg]]></wp:attachment_url>
1164
- <wp:postmeta>
1165
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1166
- <wp:meta_value><![CDATA[2016/06/photo-1454897834822-1ece264a5d89.jpg]]></wp:meta_value>
1167
- </wp:postmeta>
1168
- <wp:postmeta>
1169
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1170
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:2000;s:6:"height";i:1500;s:4:"file";s:44:"2016/06/photo-1454897834822-1ece264a5d89.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"photo-1454897834822-1ece264a5d89-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"photo-1454897834822-1ece264a5d89-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:44:"photo-1454897834822-1ece264a5d89-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"photo-1454897834822-1ece264a5d89-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:45:"photo-1454897834822-1ece264a5d89-1200x900.jpg";s:5:"width";i:1200;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:44:"photo-1454897834822-1ece264a5d89-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1171
- </wp:postmeta>
1172
- </item>
1173
- <item>
1174
- <title>photo-1464343256590-e0ff9b7d104c</title>
1175
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/25/it-was-necessary-to-have-dry-wood/photo-1464343256590-e0ff9b7d104c/</link>
1176
- <pubDate>Sat, 25 Jun 2016 09:46:06 +0000</pubDate>
1177
- <dc:creator><![CDATA[admin]]></dc:creator>
1178
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/photo-1464343256590-e0ff9b7d104c.jpg</guid>
1179
- <description></description>
1180
- <content:encoded><![CDATA[]]></content:encoded>
1181
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1182
- <wp:post_id>89</wp:post_id>
1183
- <wp:post_date><![CDATA[2016-06-25 09:46:06]]></wp:post_date>
1184
- <wp:post_date_gmt><![CDATA[2016-06-25 09:46:06]]></wp:post_date_gmt>
1185
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1186
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1187
- <wp:post_name><![CDATA[photo-1464343256590-e0ff9b7d104c]]></wp:post_name>
1188
- <wp:status><![CDATA[inherit]]></wp:status>
1189
- <wp:post_parent>88</wp:post_parent>
1190
- <wp:menu_order>0</wp:menu_order>
1191
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1192
- <wp:post_password><![CDATA[]]></wp:post_password>
1193
- <wp:is_sticky>0</wp:is_sticky>
1194
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/photo-1464343256590-e0ff9b7d104c.jpg]]></wp:attachment_url>
1195
- <wp:postmeta>
1196
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1197
- <wp:meta_value><![CDATA[2016/06/photo-1464343256590-e0ff9b7d104c.jpg]]></wp:meta_value>
1198
- </wp:postmeta>
1199
- <wp:postmeta>
1200
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1201
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:44:"2016/06/photo-1464343256590-e0ff9b7d104c.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"photo-1464343256590-e0ff9b7d104c-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"photo-1464343256590-e0ff9b7d104c-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:44:"photo-1464343256590-e0ff9b7d104c-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"photo-1464343256590-e0ff9b7d104c-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:45:"photo-1464343256590-e0ff9b7d104c-1200x800.jpg";s:5:"width";i:1200;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:44:"photo-1464343256590-e0ff9b7d104c-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1202
- </wp:postmeta>
1203
- </item>
1204
- <item>
1205
- <title>photo-1465385621528-53653983a38f</title>
1206
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/25/it-was-necessary-to-have-dry-wood/photo-1465385621528-53653983a38f/</link>
1207
- <pubDate>Sat, 25 Jun 2016 09:48:04 +0000</pubDate>
1208
- <dc:creator><![CDATA[admin]]></dc:creator>
1209
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/photo-1465385621528-53653983a38f.jpg</guid>
1210
- <description></description>
1211
- <content:encoded><![CDATA[]]></content:encoded>
1212
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1213
- <wp:post_id>91</wp:post_id>
1214
- <wp:post_date><![CDATA[2016-06-25 09:48:04]]></wp:post_date>
1215
- <wp:post_date_gmt><![CDATA[2016-06-25 09:48:04]]></wp:post_date_gmt>
1216
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1217
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1218
- <wp:post_name><![CDATA[photo-1465385621528-53653983a38f]]></wp:post_name>
1219
- <wp:status><![CDATA[inherit]]></wp:status>
1220
- <wp:post_parent>88</wp:post_parent>
1221
- <wp:menu_order>0</wp:menu_order>
1222
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1223
- <wp:post_password><![CDATA[]]></wp:post_password>
1224
- <wp:is_sticky>0</wp:is_sticky>
1225
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/photo-1465385621528-53653983a38f.jpg]]></wp:attachment_url>
1226
- <wp:postmeta>
1227
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1228
- <wp:meta_value><![CDATA[2016/06/photo-1465385621528-53653983a38f.jpg]]></wp:meta_value>
1229
- </wp:postmeta>
1230
- <wp:postmeta>
1231
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1232
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:2000;s:6:"height";i:1328;s:4:"file";s:44:"2016/06/photo-1465385621528-53653983a38f.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"photo-1465385621528-53653983a38f-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"photo-1465385621528-53653983a38f-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:44:"photo-1465385621528-53653983a38f-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"photo-1465385621528-53653983a38f-1024x680.jpg";s:5:"width";i:1024;s:6:"height";i:680;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:45:"photo-1465385621528-53653983a38f-1200x797.jpg";s:5:"width";i:1200;s:6:"height";i:797;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:44:"photo-1465385621528-53653983a38f-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1233
- </wp:postmeta>
1234
- </item>
1235
- <item>
1236
- <title>2e9b0cb2</title>
1237
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/25/the-greater-part-of-the-deck/2e9b0cb2/</link>
1238
- <pubDate>Sat, 25 Jun 2016 10:06:29 +0000</pubDate>
1239
- <dc:creator><![CDATA[admin]]></dc:creator>
1240
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/2e9b0cb2.jpg</guid>
1241
- <description></description>
1242
- <content:encoded><![CDATA[]]></content:encoded>
1243
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1244
- <wp:post_id>93</wp:post_id>
1245
- <wp:post_date><![CDATA[2016-06-25 10:06:29]]></wp:post_date>
1246
- <wp:post_date_gmt><![CDATA[2016-06-25 10:06:29]]></wp:post_date_gmt>
1247
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1248
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1249
- <wp:post_name><![CDATA[2e9b0cb2]]></wp:post_name>
1250
- <wp:status><![CDATA[inherit]]></wp:status>
1251
- <wp:post_parent>92</wp:post_parent>
1252
- <wp:menu_order>0</wp:menu_order>
1253
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1254
- <wp:post_password><![CDATA[]]></wp:post_password>
1255
- <wp:is_sticky>0</wp:is_sticky>
1256
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/2e9b0cb2.jpg]]></wp:attachment_url>
1257
- <wp:postmeta>
1258
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1259
- <wp:meta_value><![CDATA[2016/06/2e9b0cb2.jpg]]></wp:meta_value>
1260
- </wp:postmeta>
1261
- <wp:postmeta>
1262
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1263
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:20:"2016/06/2e9b0cb2.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"2e9b0cb2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"2e9b0cb2-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"2e9b0cb2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"2e9b0cb2-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"2e9b0cb2-1200x800.jpg";s:5:"width";i:1200;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:20:"2e9b0cb2-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1264
- </wp:postmeta>
1265
- </item>
1266
- <item>
1267
- <title>aOcWqRTfQ12uwr3wWevA_14401305508_804b300054_o</title>
1268
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/25/the-greater-part-of-the-deck/aocwqrtfq12uwr3wweva_14401305508_804b300054_o/</link>
1269
- <pubDate>Sat, 25 Jun 2016 10:06:32 +0000</pubDate>
1270
- <dc:creator><![CDATA[admin]]></dc:creator>
1271
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/aOcWqRTfQ12uwr3wWevA_14401305508_804b300054_o.jpg</guid>
1272
- <description></description>
1273
- <content:encoded><![CDATA[]]></content:encoded>
1274
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1275
- <wp:post_id>94</wp:post_id>
1276
- <wp:post_date><![CDATA[2016-06-25 10:06:32]]></wp:post_date>
1277
- <wp:post_date_gmt><![CDATA[2016-06-25 10:06:32]]></wp:post_date_gmt>
1278
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1279
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1280
- <wp:post_name><![CDATA[aocwqrtfq12uwr3wweva_14401305508_804b300054_o]]></wp:post_name>
1281
- <wp:status><![CDATA[inherit]]></wp:status>
1282
- <wp:post_parent>92</wp:post_parent>
1283
- <wp:menu_order>0</wp:menu_order>
1284
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1285
- <wp:post_password><![CDATA[]]></wp:post_password>
1286
- <wp:is_sticky>0</wp:is_sticky>
1287
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/aOcWqRTfQ12uwr3wWevA_14401305508_804b300054_o.jpg]]></wp:attachment_url>
1288
- <wp:postmeta>
1289
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1290
- <wp:meta_value><![CDATA[2016/06/aOcWqRTfQ12uwr3wWevA_14401305508_804b300054_o.jpg]]></wp:meta_value>
1291
- </wp:postmeta>
1292
- <wp:postmeta>
1293
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1294
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:2000;s:6:"height";i:1325;s:4:"file";s:57:"2016/06/aOcWqRTfQ12uwr3wWevA_14401305508_804b300054_o.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"aOcWqRTfQ12uwr3wWevA_14401305508_804b300054_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:57:"aOcWqRTfQ12uwr3wWevA_14401305508_804b300054_o-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:57:"aOcWqRTfQ12uwr3wWevA_14401305508_804b300054_o-768x509.jpg";s:5:"width";i:768;s:6:"height";i:509;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:58:"aOcWqRTfQ12uwr3wWevA_14401305508_804b300054_o-1024x678.jpg";s:5:"width";i:1024;s:6:"height";i:678;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:58:"aOcWqRTfQ12uwr3wWevA_14401305508_804b300054_o-1200x795.jpg";s:5:"width";i:1200;s:6:"height";i:795;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:57:"aOcWqRTfQ12uwr3wWevA_14401305508_804b300054_o-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1295
- </wp:postmeta>
1296
- </item>
1297
- <item>
1298
- <title>photo-1465515779535-63e31c612e53</title>
1299
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/25/the-greater-part-of-the-deck/photo-1465515779535-63e31c612e53/</link>
1300
- <pubDate>Sat, 25 Jun 2016 10:06:46 +0000</pubDate>
1301
- <dc:creator><![CDATA[admin]]></dc:creator>
1302
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/photo-1465515779535-63e31c612e53.jpg</guid>
1303
- <description></description>
1304
- <content:encoded><![CDATA[]]></content:encoded>
1305
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1306
- <wp:post_id>95</wp:post_id>
1307
- <wp:post_date><![CDATA[2016-06-25 10:06:46]]></wp:post_date>
1308
- <wp:post_date_gmt><![CDATA[2016-06-25 10:06:46]]></wp:post_date_gmt>
1309
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1310
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1311
- <wp:post_name><![CDATA[photo-1465515779535-63e31c612e53]]></wp:post_name>
1312
- <wp:status><![CDATA[inherit]]></wp:status>
1313
- <wp:post_parent>92</wp:post_parent>
1314
- <wp:menu_order>0</wp:menu_order>
1315
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1316
- <wp:post_password><![CDATA[]]></wp:post_password>
1317
- <wp:is_sticky>0</wp:is_sticky>
1318
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/photo-1465515779535-63e31c612e53.jpg]]></wp:attachment_url>
1319
- <wp:postmeta>
1320
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1321
- <wp:meta_value><![CDATA[2016/06/photo-1465515779535-63e31c612e53.jpg]]></wp:meta_value>
1322
- </wp:postmeta>
1323
- <wp:postmeta>
1324
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1325
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:44:"2016/06/photo-1465515779535-63e31c612e53.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"photo-1465515779535-63e31c612e53-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"photo-1465515779535-63e31c612e53-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:44:"photo-1465515779535-63e31c612e53-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:45:"photo-1465515779535-63e31c612e53-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:45:"photo-1465515779535-63e31c612e53-1200x800.jpg";s:5:"width";i:1200;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:44:"photo-1465515779535-63e31c612e53-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1326
- </wp:postmeta>
1327
- </item>
1328
- <item>
1329
- <title>bsrOzgDkQhGRKOVC7Era_9X6A3584</title>
1330
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/25/road-to-eye-catching-landscape/bsrozgdkqhgrkovc7era_9x6a3584/</link>
1331
- <pubDate>Sat, 25 Jun 2016 10:11:59 +0000</pubDate>
1332
- <dc:creator><![CDATA[admin]]></dc:creator>
1333
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/bsrOzgDkQhGRKOVC7Era_9X6A3584.jpg</guid>
1334
- <description></description>
1335
- <content:encoded><![CDATA[]]></content:encoded>
1336
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1337
- <wp:post_id>102</wp:post_id>
1338
- <wp:post_date><![CDATA[2016-06-25 10:11:59]]></wp:post_date>
1339
- <wp:post_date_gmt><![CDATA[2016-06-25 10:11:59]]></wp:post_date_gmt>
1340
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1341
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1342
- <wp:post_name><![CDATA[bsrozgdkqhgrkovc7era_9x6a3584]]></wp:post_name>
1343
- <wp:status><![CDATA[inherit]]></wp:status>
1344
- <wp:post_parent>101</wp:post_parent>
1345
- <wp:menu_order>0</wp:menu_order>
1346
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1347
- <wp:post_password><![CDATA[]]></wp:post_password>
1348
- <wp:is_sticky>0</wp:is_sticky>
1349
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/bsrOzgDkQhGRKOVC7Era_9X6A3584.jpg]]></wp:attachment_url>
1350
- <wp:postmeta>
1351
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1352
- <wp:meta_value><![CDATA[2016/06/bsrOzgDkQhGRKOVC7Era_9X6A3584.jpg]]></wp:meta_value>
1353
- </wp:postmeta>
1354
- <wp:postmeta>
1355
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1356
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:2000;s:6:"height";i:1333;s:4:"file";s:41:"2016/06/bsrOzgDkQhGRKOVC7Era_9X6A3584.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"bsrOzgDkQhGRKOVC7Era_9X6A3584-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:41:"bsrOzgDkQhGRKOVC7Era_9X6A3584-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:41:"bsrOzgDkQhGRKOVC7Era_9X6A3584-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:42:"bsrOzgDkQhGRKOVC7Era_9X6A3584-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:42:"bsrOzgDkQhGRKOVC7Era_9X6A3584-1200x800.jpg";s:5:"width";i:1200;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:41:"bsrOzgDkQhGRKOVC7Era_9X6A3584-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1357
- </wp:postmeta>
1358
- </item>
1359
- <item>
1360
- <title>logo-header</title>
1361
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/logo-header/</link>
1362
- <pubDate>Tue, 28 Jun 2016 05:24:11 +0000</pubDate>
1363
- <dc:creator><![CDATA[admin]]></dc:creator>
1364
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/logo-header.png</guid>
1365
- <description></description>
1366
- <content:encoded><![CDATA[]]></content:encoded>
1367
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1368
- <wp:post_id>110</wp:post_id>
1369
- <wp:post_date><![CDATA[2016-06-28 05:24:11]]></wp:post_date>
1370
- <wp:post_date_gmt><![CDATA[2016-06-28 05:24:11]]></wp:post_date_gmt>
1371
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1372
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1373
- <wp:post_name><![CDATA[logo-header]]></wp:post_name>
1374
- <wp:status><![CDATA[inherit]]></wp:status>
1375
- <wp:post_parent>0</wp:post_parent>
1376
- <wp:menu_order>0</wp:menu_order>
1377
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1378
- <wp:post_password><![CDATA[]]></wp:post_password>
1379
- <wp:is_sticky>0</wp:is_sticky>
1380
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/logo-header.png]]></wp:attachment_url>
1381
- <wp:postmeta>
1382
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1383
- <wp:meta_value><![CDATA[2016/06/logo-header.png]]></wp:meta_value>
1384
- </wp:postmeta>
1385
- <wp:postmeta>
1386
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1387
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:200;s:6:"height";i:33;s:4:"file";s:23:"2016/06/logo-header.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"logo-header-150x33.png";s:5:"width";i:150;s:6:"height";i:33;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1388
- </wp:postmeta>
1389
- </item>
1390
- <item>
1391
- <title>logo-header-retina</title>
1392
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/logo-header-retina/</link>
1393
- <pubDate>Tue, 28 Jun 2016 05:24:12 +0000</pubDate>
1394
- <dc:creator><![CDATA[admin]]></dc:creator>
1395
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/logo-header-retina.png</guid>
1396
- <description></description>
1397
- <content:encoded><![CDATA[]]></content:encoded>
1398
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1399
- <wp:post_id>111</wp:post_id>
1400
- <wp:post_date><![CDATA[2016-06-28 05:24:12]]></wp:post_date>
1401
- <wp:post_date_gmt><![CDATA[2016-06-28 05:24:12]]></wp:post_date_gmt>
1402
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1403
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1404
- <wp:post_name><![CDATA[logo-header-retina]]></wp:post_name>
1405
- <wp:status><![CDATA[inherit]]></wp:status>
1406
- <wp:post_parent>0</wp:post_parent>
1407
- <wp:menu_order>0</wp:menu_order>
1408
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1409
- <wp:post_password><![CDATA[]]></wp:post_password>
1410
- <wp:is_sticky>0</wp:is_sticky>
1411
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/logo-header-retina.png]]></wp:attachment_url>
1412
- <wp:postmeta>
1413
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1414
- <wp:meta_value><![CDATA[2016/06/logo-header-retina.png]]></wp:meta_value>
1415
- </wp:postmeta>
1416
- <wp:postmeta>
1417
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1418
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:400;s:6:"height";i:66;s:4:"file";s:30:"2016/06/logo-header-retina.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"logo-header-retina-150x66.png";s:5:"width";i:150;s:6:"height";i:66;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:29:"logo-header-retina-300x50.png";s:5:"width";i:300;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:29:"logo-header-retina-272x66.png";s:5:"width";i:272;s:6:"height";i:66;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1419
- </wp:postmeta>
1420
- </item>
1421
- <item>
1422
- <title>gallery201606280021</title>
1423
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280021/</link>
1424
- <pubDate>Tue, 28 Jun 2016 12:27:03 +0000</pubDate>
1425
- <dc:creator><![CDATA[admin]]></dc:creator>
1426
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280021.jpg</guid>
1427
- <description></description>
1428
- <content:encoded><![CDATA[]]></content:encoded>
1429
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1430
- <wp:post_id>113</wp:post_id>
1431
- <wp:post_date><![CDATA[2016-06-28 12:27:03]]></wp:post_date>
1432
- <wp:post_date_gmt><![CDATA[2016-06-28 12:27:03]]></wp:post_date_gmt>
1433
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1434
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1435
- <wp:post_name><![CDATA[gallery201606280021]]></wp:post_name>
1436
- <wp:status><![CDATA[inherit]]></wp:status>
1437
- <wp:post_parent>112</wp:post_parent>
1438
- <wp:menu_order>0</wp:menu_order>
1439
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1440
- <wp:post_password><![CDATA[]]></wp:post_password>
1441
- <wp:is_sticky>0</wp:is_sticky>
1442
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280021.jpg]]></wp:attachment_url>
1443
- <wp:postmeta>
1444
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1445
- <wp:meta_value><![CDATA[2016/06/gallery201606280021.jpg]]></wp:meta_value>
1446
- </wp:postmeta>
1447
- <wp:postmeta>
1448
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1449
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1500;s:6:"height";i:996;s:4:"file";s:31:"2016/06/gallery201606280021.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280021-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280021-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"gallery201606280021-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280021-1024x680.jpg";s:5:"width";i:1024;s:6:"height";i:680;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"gallery201606280021-1200x797.jpg";s:5:"width";i:1200;s:6:"height";i:797;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280021-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1450
- </wp:postmeta>
1451
- </item>
1452
- <item>
1453
- <title>gallery201606280022</title>
1454
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280022/</link>
1455
- <pubDate>Tue, 28 Jun 2016 12:27:06 +0000</pubDate>
1456
- <dc:creator><![CDATA[admin]]></dc:creator>
1457
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280022.jpg</guid>
1458
- <description></description>
1459
- <content:encoded><![CDATA[]]></content:encoded>
1460
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1461
- <wp:post_id>114</wp:post_id>
1462
- <wp:post_date><![CDATA[2016-06-28 12:27:06]]></wp:post_date>
1463
- <wp:post_date_gmt><![CDATA[2016-06-28 12:27:06]]></wp:post_date_gmt>
1464
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1465
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1466
- <wp:post_name><![CDATA[gallery201606280022]]></wp:post_name>
1467
- <wp:status><![CDATA[inherit]]></wp:status>
1468
- <wp:post_parent>112</wp:post_parent>
1469
- <wp:menu_order>0</wp:menu_order>
1470
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1471
- <wp:post_password><![CDATA[]]></wp:post_password>
1472
- <wp:is_sticky>0</wp:is_sticky>
1473
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280022.jpg]]></wp:attachment_url>
1474
- <wp:postmeta>
1475
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1476
- <wp:meta_value><![CDATA[2016/06/gallery201606280022.jpg]]></wp:meta_value>
1477
- </wp:postmeta>
1478
- <wp:postmeta>
1479
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1480
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1500;s:6:"height";i:998;s:4:"file";s:31:"2016/06/gallery201606280022.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280022-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280022-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"gallery201606280022-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280022-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"gallery201606280022-1200x798.jpg";s:5:"width";i:1200;s:6:"height";i:798;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280022-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1481
- </wp:postmeta>
1482
- </item>
1483
- <item>
1484
- <title>gallery201606280023</title>
1485
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280023/</link>
1486
- <pubDate>Tue, 28 Jun 2016 12:27:08 +0000</pubDate>
1487
- <dc:creator><![CDATA[admin]]></dc:creator>
1488
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280023.jpg</guid>
1489
- <description></description>
1490
- <content:encoded><![CDATA[]]></content:encoded>
1491
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1492
- <wp:post_id>115</wp:post_id>
1493
- <wp:post_date><![CDATA[2016-06-28 12:27:08]]></wp:post_date>
1494
- <wp:post_date_gmt><![CDATA[2016-06-28 12:27:08]]></wp:post_date_gmt>
1495
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1496
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1497
- <wp:post_name><![CDATA[gallery201606280023]]></wp:post_name>
1498
- <wp:status><![CDATA[inherit]]></wp:status>
1499
- <wp:post_parent>112</wp:post_parent>
1500
- <wp:menu_order>0</wp:menu_order>
1501
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1502
- <wp:post_password><![CDATA[]]></wp:post_password>
1503
- <wp:is_sticky>0</wp:is_sticky>
1504
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280023.jpg]]></wp:attachment_url>
1505
- <wp:postmeta>
1506
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1507
- <wp:meta_value><![CDATA[2016/06/gallery201606280023.jpg]]></wp:meta_value>
1508
- </wp:postmeta>
1509
- <wp:postmeta>
1510
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1511
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1500;s:6:"height";i:1000;s:4:"file";s:31:"2016/06/gallery201606280023.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280023-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280023-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"gallery201606280023-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280023-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"gallery201606280023-1200x800.jpg";s:5:"width";i:1200;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280023-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1512
- </wp:postmeta>
1513
- </item>
1514
- <item>
1515
- <title>gallery201606280024</title>
1516
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280024/</link>
1517
- <pubDate>Tue, 28 Jun 2016 12:27:10 +0000</pubDate>
1518
- <dc:creator><![CDATA[admin]]></dc:creator>
1519
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280024.jpg</guid>
1520
- <description></description>
1521
- <content:encoded><![CDATA[]]></content:encoded>
1522
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1523
- <wp:post_id>116</wp:post_id>
1524
- <wp:post_date><![CDATA[2016-06-28 12:27:10]]></wp:post_date>
1525
- <wp:post_date_gmt><![CDATA[2016-06-28 12:27:10]]></wp:post_date_gmt>
1526
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1527
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1528
- <wp:post_name><![CDATA[gallery201606280024]]></wp:post_name>
1529
- <wp:status><![CDATA[inherit]]></wp:status>
1530
- <wp:post_parent>112</wp:post_parent>
1531
- <wp:menu_order>0</wp:menu_order>
1532
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1533
- <wp:post_password><![CDATA[]]></wp:post_password>
1534
- <wp:is_sticky>0</wp:is_sticky>
1535
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280024.jpg]]></wp:attachment_url>
1536
- <wp:postmeta>
1537
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1538
- <wp:meta_value><![CDATA[2016/06/gallery201606280024.jpg]]></wp:meta_value>
1539
- </wp:postmeta>
1540
- <wp:postmeta>
1541
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1542
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1003;s:6:"height";i:1500;s:4:"file";s:31:"2016/06/gallery201606280024.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280024-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280024-201x300.jpg";s:5:"width";i:201;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"gallery201606280024-768x1149.jpg";s:5:"width";i:768;s:6:"height";i:1149;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280024-685x1024.jpg";s:5:"width";i:685;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280024-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1543
- </wp:postmeta>
1544
- </item>
1545
- <item>
1546
- <title>gallery201606280025</title>
1547
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280025/</link>
1548
- <pubDate>Tue, 28 Jun 2016 12:27:11 +0000</pubDate>
1549
- <dc:creator><![CDATA[admin]]></dc:creator>
1550
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280025.jpg</guid>
1551
- <description></description>
1552
- <content:encoded><![CDATA[]]></content:encoded>
1553
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1554
- <wp:post_id>117</wp:post_id>
1555
- <wp:post_date><![CDATA[2016-06-28 12:27:11]]></wp:post_date>
1556
- <wp:post_date_gmt><![CDATA[2016-06-28 12:27:11]]></wp:post_date_gmt>
1557
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1558
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1559
- <wp:post_name><![CDATA[gallery201606280025]]></wp:post_name>
1560
- <wp:status><![CDATA[inherit]]></wp:status>
1561
- <wp:post_parent>112</wp:post_parent>
1562
- <wp:menu_order>0</wp:menu_order>
1563
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1564
- <wp:post_password><![CDATA[]]></wp:post_password>
1565
- <wp:is_sticky>0</wp:is_sticky>
1566
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280025.jpg]]></wp:attachment_url>
1567
- <wp:postmeta>
1568
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1569
- <wp:meta_value><![CDATA[2016/06/gallery201606280025.jpg]]></wp:meta_value>
1570
- </wp:postmeta>
1571
- <wp:postmeta>
1572
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1573
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1500;s:6:"height";i:1000;s:4:"file";s:31:"2016/06/gallery201606280025.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280025-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280025-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"gallery201606280025-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280025-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"gallery201606280025-1200x800.jpg";s:5:"width";i:1200;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280025-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1574
- </wp:postmeta>
1575
- </item>
1576
- <item>
1577
- <title>gallery201606280026</title>
1578
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280026/</link>
1579
- <pubDate>Tue, 28 Jun 2016 12:27:14 +0000</pubDate>
1580
- <dc:creator><![CDATA[admin]]></dc:creator>
1581
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280026.jpg</guid>
1582
- <description></description>
1583
- <content:encoded><![CDATA[]]></content:encoded>
1584
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1585
- <wp:post_id>118</wp:post_id>
1586
- <wp:post_date><![CDATA[2016-06-28 12:27:14]]></wp:post_date>
1587
- <wp:post_date_gmt><![CDATA[2016-06-28 12:27:14]]></wp:post_date_gmt>
1588
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1589
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1590
- <wp:post_name><![CDATA[gallery201606280026]]></wp:post_name>
1591
- <wp:status><![CDATA[inherit]]></wp:status>
1592
- <wp:post_parent>112</wp:post_parent>
1593
- <wp:menu_order>0</wp:menu_order>
1594
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1595
- <wp:post_password><![CDATA[]]></wp:post_password>
1596
- <wp:is_sticky>0</wp:is_sticky>
1597
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280026.jpg]]></wp:attachment_url>
1598
- <wp:postmeta>
1599
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1600
- <wp:meta_value><![CDATA[2016/06/gallery201606280026.jpg]]></wp:meta_value>
1601
- </wp:postmeta>
1602
- <wp:postmeta>
1603
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1604
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1500;s:6:"height";i:996;s:4:"file";s:31:"2016/06/gallery201606280026.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280026-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280026-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"gallery201606280026-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280026-1024x680.jpg";s:5:"width";i:1024;s:6:"height";i:680;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"gallery201606280026-1200x797.jpg";s:5:"width";i:1200;s:6:"height";i:797;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280026-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1605
- </wp:postmeta>
1606
- </item>
1607
- <item>
1608
- <title>gallery201606280027</title>
1609
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280027/</link>
1610
- <pubDate>Tue, 28 Jun 2016 12:27:17 +0000</pubDate>
1611
- <dc:creator><![CDATA[admin]]></dc:creator>
1612
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280027.jpg</guid>
1613
- <description></description>
1614
- <content:encoded><![CDATA[]]></content:encoded>
1615
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1616
- <wp:post_id>119</wp:post_id>
1617
- <wp:post_date><![CDATA[2016-06-28 12:27:17]]></wp:post_date>
1618
- <wp:post_date_gmt><![CDATA[2016-06-28 12:27:17]]></wp:post_date_gmt>
1619
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1620
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1621
- <wp:post_name><![CDATA[gallery201606280027]]></wp:post_name>
1622
- <wp:status><![CDATA[inherit]]></wp:status>
1623
- <wp:post_parent>112</wp:post_parent>
1624
- <wp:menu_order>0</wp:menu_order>
1625
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1626
- <wp:post_password><![CDATA[]]></wp:post_password>
1627
- <wp:is_sticky>0</wp:is_sticky>
1628
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280027.jpg]]></wp:attachment_url>
1629
- <wp:postmeta>
1630
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1631
- <wp:meta_value><![CDATA[2016/06/gallery201606280027.jpg]]></wp:meta_value>
1632
- </wp:postmeta>
1633
- <wp:postmeta>
1634
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1635
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1500;s:6:"height";i:844;s:4:"file";s:31:"2016/06/gallery201606280027.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280027-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280027-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"gallery201606280027-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280027-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"gallery201606280027-1200x675.jpg";s:5:"width";i:1200;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280027-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1636
- </wp:postmeta>
1637
- </item>
1638
- <item>
1639
- <title>gallery201606280028</title>
1640
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280028/</link>
1641
- <pubDate>Tue, 28 Jun 2016 12:27:20 +0000</pubDate>
1642
- <dc:creator><![CDATA[admin]]></dc:creator>
1643
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280028.jpg</guid>
1644
- <description></description>
1645
- <content:encoded><![CDATA[]]></content:encoded>
1646
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1647
- <wp:post_id>120</wp:post_id>
1648
- <wp:post_date><![CDATA[2016-06-28 12:27:20]]></wp:post_date>
1649
- <wp:post_date_gmt><![CDATA[2016-06-28 12:27:20]]></wp:post_date_gmt>
1650
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1651
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1652
- <wp:post_name><![CDATA[gallery201606280028]]></wp:post_name>
1653
- <wp:status><![CDATA[inherit]]></wp:status>
1654
- <wp:post_parent>112</wp:post_parent>
1655
- <wp:menu_order>0</wp:menu_order>
1656
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1657
- <wp:post_password><![CDATA[]]></wp:post_password>
1658
- <wp:is_sticky>0</wp:is_sticky>
1659
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280028.jpg]]></wp:attachment_url>
1660
- <wp:postmeta>
1661
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1662
- <wp:meta_value><![CDATA[2016/06/gallery201606280028.jpg]]></wp:meta_value>
1663
- </wp:postmeta>
1664
- <wp:postmeta>
1665
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1666
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1500;s:6:"height";i:1000;s:4:"file";s:31:"2016/06/gallery201606280028.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280028-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280028-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"gallery201606280028-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280028-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"gallery201606280028-1200x800.jpg";s:5:"width";i:1200;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280028-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1667
- </wp:postmeta>
1668
- </item>
1669
- <item>
1670
- <title>gallery201606280029</title>
1671
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280029/</link>
1672
- <pubDate>Tue, 28 Jun 2016 12:27:22 +0000</pubDate>
1673
- <dc:creator><![CDATA[admin]]></dc:creator>
1674
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280029.jpg</guid>
1675
- <description></description>
1676
- <content:encoded><![CDATA[]]></content:encoded>
1677
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1678
- <wp:post_id>121</wp:post_id>
1679
- <wp:post_date><![CDATA[2016-06-28 12:27:22]]></wp:post_date>
1680
- <wp:post_date_gmt><![CDATA[2016-06-28 12:27:22]]></wp:post_date_gmt>
1681
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1682
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1683
- <wp:post_name><![CDATA[gallery201606280029]]></wp:post_name>
1684
- <wp:status><![CDATA[inherit]]></wp:status>
1685
- <wp:post_parent>112</wp:post_parent>
1686
- <wp:menu_order>0</wp:menu_order>
1687
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1688
- <wp:post_password><![CDATA[]]></wp:post_password>
1689
- <wp:is_sticky>0</wp:is_sticky>
1690
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280029.jpg]]></wp:attachment_url>
1691
- <wp:postmeta>
1692
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1693
- <wp:meta_value><![CDATA[2016/06/gallery201606280029.jpg]]></wp:meta_value>
1694
- </wp:postmeta>
1695
- <wp:postmeta>
1696
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1697
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:926;s:6:"height";i:1500;s:4:"file";s:31:"2016/06/gallery201606280029.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280029-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280029-185x300.jpg";s:5:"width";i:185;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"gallery201606280029-768x1244.jpg";s:5:"width";i:768;s:6:"height";i:1244;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280029-632x1024.jpg";s:5:"width";i:632;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280029-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1698
- </wp:postmeta>
1699
- </item>
1700
- <item>
1701
- <title>gallery201606280030</title>
1702
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280030/</link>
1703
- <pubDate>Tue, 28 Jun 2016 12:27:25 +0000</pubDate>
1704
- <dc:creator><![CDATA[admin]]></dc:creator>
1705
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280030.jpg</guid>
1706
- <description></description>
1707
- <content:encoded><![CDATA[]]></content:encoded>
1708
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1709
- <wp:post_id>122</wp:post_id>
1710
- <wp:post_date><![CDATA[2016-06-28 12:27:25]]></wp:post_date>
1711
- <wp:post_date_gmt><![CDATA[2016-06-28 12:27:25]]></wp:post_date_gmt>
1712
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1713
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1714
- <wp:post_name><![CDATA[gallery201606280030]]></wp:post_name>
1715
- <wp:status><![CDATA[inherit]]></wp:status>
1716
- <wp:post_parent>112</wp:post_parent>
1717
- <wp:menu_order>0</wp:menu_order>
1718
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1719
- <wp:post_password><![CDATA[]]></wp:post_password>
1720
- <wp:is_sticky>0</wp:is_sticky>
1721
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280030.jpg]]></wp:attachment_url>
1722
- <wp:postmeta>
1723
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1724
- <wp:meta_value><![CDATA[2016/06/gallery201606280030.jpg]]></wp:meta_value>
1725
- </wp:postmeta>
1726
- <wp:postmeta>
1727
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1728
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1500;s:6:"height";i:1000;s:4:"file";s:31:"2016/06/gallery201606280030.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280030-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280030-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"gallery201606280030-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280030-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"gallery201606280030-1200x800.jpg";s:5:"width";i:1200;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280030-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1729
- </wp:postmeta>
1730
- </item>
1731
- <item>
1732
- <title>gallery201606280031</title>
1733
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280031/</link>
1734
- <pubDate>Tue, 28 Jun 2016 12:27:28 +0000</pubDate>
1735
- <dc:creator><![CDATA[admin]]></dc:creator>
1736
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280031.jpg</guid>
1737
- <description></description>
1738
- <content:encoded><![CDATA[]]></content:encoded>
1739
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1740
- <wp:post_id>123</wp:post_id>
1741
- <wp:post_date><![CDATA[2016-06-28 12:27:28]]></wp:post_date>
1742
- <wp:post_date_gmt><![CDATA[2016-06-28 12:27:28]]></wp:post_date_gmt>
1743
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1744
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1745
- <wp:post_name><![CDATA[gallery201606280031]]></wp:post_name>
1746
- <wp:status><![CDATA[inherit]]></wp:status>
1747
- <wp:post_parent>112</wp:post_parent>
1748
- <wp:menu_order>0</wp:menu_order>
1749
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1750
- <wp:post_password><![CDATA[]]></wp:post_password>
1751
- <wp:is_sticky>0</wp:is_sticky>
1752
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280031.jpg]]></wp:attachment_url>
1753
- <wp:postmeta>
1754
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1755
- <wp:meta_value><![CDATA[2016/06/gallery201606280031.jpg]]></wp:meta_value>
1756
- </wp:postmeta>
1757
- <wp:postmeta>
1758
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1759
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1500;s:6:"height";i:1125;s:4:"file";s:31:"2016/06/gallery201606280031.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280031-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280031-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"gallery201606280031-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280031-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"gallery201606280031-1200x900.jpg";s:5:"width";i:1200;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280031-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1760
- </wp:postmeta>
1761
- </item>
1762
- <item>
1763
- <title>gallery201606280032</title>
1764
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280032/</link>
1765
- <pubDate>Tue, 28 Jun 2016 12:27:29 +0000</pubDate>
1766
- <dc:creator><![CDATA[admin]]></dc:creator>
1767
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280032.jpg</guid>
1768
- <description></description>
1769
- <content:encoded><![CDATA[]]></content:encoded>
1770
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1771
- <wp:post_id>124</wp:post_id>
1772
- <wp:post_date><![CDATA[2016-06-28 12:27:29]]></wp:post_date>
1773
- <wp:post_date_gmt><![CDATA[2016-06-28 12:27:29]]></wp:post_date_gmt>
1774
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1775
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1776
- <wp:post_name><![CDATA[gallery201606280032]]></wp:post_name>
1777
- <wp:status><![CDATA[inherit]]></wp:status>
1778
- <wp:post_parent>112</wp:post_parent>
1779
- <wp:menu_order>0</wp:menu_order>
1780
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1781
- <wp:post_password><![CDATA[]]></wp:post_password>
1782
- <wp:is_sticky>0</wp:is_sticky>
1783
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280032.jpg]]></wp:attachment_url>
1784
- <wp:postmeta>
1785
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1786
- <wp:meta_value><![CDATA[2016/06/gallery201606280032.jpg]]></wp:meta_value>
1787
- </wp:postmeta>
1788
- <wp:postmeta>
1789
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1790
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1500;s:6:"height";i:997;s:4:"file";s:31:"2016/06/gallery201606280032.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280032-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280032-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"gallery201606280032-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280032-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"gallery201606280032-1200x798.jpg";s:5:"width";i:1200;s:6:"height";i:798;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280032-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1791
- </wp:postmeta>
1792
- </item>
1793
- <item>
1794
- <title>gallery201606280033</title>
1795
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280033/</link>
1796
- <pubDate>Tue, 28 Jun 2016 12:27:34 +0000</pubDate>
1797
- <dc:creator><![CDATA[admin]]></dc:creator>
1798
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280033.jpg</guid>
1799
- <description></description>
1800
- <content:encoded><![CDATA[]]></content:encoded>
1801
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1802
- <wp:post_id>125</wp:post_id>
1803
- <wp:post_date><![CDATA[2016-06-28 12:27:34]]></wp:post_date>
1804
- <wp:post_date_gmt><![CDATA[2016-06-28 12:27:34]]></wp:post_date_gmt>
1805
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
1806
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1807
- <wp:post_name><![CDATA[gallery201606280033]]></wp:post_name>
1808
- <wp:status><![CDATA[inherit]]></wp:status>
1809
- <wp:post_parent>112</wp:post_parent>
1810
- <wp:menu_order>0</wp:menu_order>
1811
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
1812
- <wp:post_password><![CDATA[]]></wp:post_password>
1813
- <wp:is_sticky>0</wp:is_sticky>
1814
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280033.jpg]]></wp:attachment_url>
1815
- <wp:postmeta>
1816
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
1817
- <wp:meta_value><![CDATA[2016/06/gallery201606280033.jpg]]></wp:meta_value>
1818
- </wp:postmeta>
1819
- <wp:postmeta>
1820
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
1821
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1500;s:6:"height";i:1000;s:4:"file";s:31:"2016/06/gallery201606280033.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280033-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280033-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"gallery201606280033-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280033-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"gallery201606280033-1200x800.jpg";s:5:"width";i:1200;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280033-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
1822
- </wp:postmeta>
1823
- </item>
1824
- <item>
1825
- <title>About</title>
1826
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/about/</link>
1827
- <pubDate>Sat, 25 Jun 2016 05:29:20 +0000</pubDate>
1828
- <dc:creator><![CDATA[admin]]></dc:creator>
1829
- <guid isPermaLink="false">http://demo.averta.net/themes/phlox/demo1/?page_id=37</guid>
1830
- <description></description>
1831
- <content:encoded><![CDATA[<section class="aux-widget-image widget-container so-panel widget widget_aux_image panel-first-child panel-last-child" id="panel-37-0-0-0">
1832
- <section class="aux-media-frame aux-media-image aux-lightbox-frame ">
1833
- <img width="650" height="400" src="http://demo.averta.net/themes/phlox/demo1/wp-content/uploads/2016/06/photo-1418833893919-fa9c83e8d69e-362x400.jpg" class="auxin-attachment attachment-650x400" alt="photo-1418833893919-fa9c83e8d69e">
1834
- </section>
1835
- </section><h3 class="widget-title">Mary Johnson</h3>
1836
- <p style="text-align: left">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine.</p>
1837
- <p style="text-align: left">I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now. When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary.&nbsp;I throw myself down among the tall grass by the trickling stream; and, as I lie close to the earth, a thousand unknown plants are noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence of the Almighty, who formed us in his own image, and the breath of that universal love which bears and sustains us, as it floats around us in an eternity of bliss; and then, my friend, when darkness overspreads my eyes.</p>
1838
- <p style="text-align: left">Like the form of a beloved mistress, then I often think with longing, Oh, would I could describe these conceptions, could impress upon paper all that is living so full and warm within me, that it might be the mirror of my soul, as my soul is the mirror of the infinite God! O my friend -- but it is too much for my strength -- I sink under the weight of the splendour of these visions! A wonderful serenity has taken.</p>
1839
- <p>But nothing the copy said could convince her and so it didn’t take long until a few insidious Copy Writers ambushed her, made her drunk with Longe and Parole and dragged her into their agency, where they abused her for their projects again and again. And if she hasn’t been rewritten, then they are still using her.</p>]]></content:encoded>
1840
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
1841
- <wp:post_id>37</wp:post_id>
1842
- <wp:post_date><![CDATA[2016-06-25 05:29:20]]></wp:post_date>
1843
- <wp:post_date_gmt><![CDATA[2016-06-25 05:29:20]]></wp:post_date_gmt>
1844
- <wp:comment_status><![CDATA[closed]]></wp:comment_status>
1845
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
1846
- <wp:post_name><![CDATA[about]]></wp:post_name>
1847
- <wp:status><![CDATA[publish]]></wp:status>
1848
- <wp:post_parent>0</wp:post_parent>
1849
- <wp:menu_order>0</wp:menu_order>
1850
- <wp:post_type><![CDATA[page]]></wp:post_type>
1851
- <wp:post_password><![CDATA[]]></wp:post_password>
1852
- <wp:is_sticky>0</wp:is_sticky>
1853
- <wp:postmeta>
1854
- <wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
1855
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
1856
- </wp:postmeta>
1857
- <wp:postmeta>
1858
- <wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
1859
- <wp:meta_value><![CDATA[default]]></wp:meta_value>
1860
- </wp:postmeta>
1861
- <wp:postmeta>
1862
- <wp:meta_key><![CDATA[_panels_data_preview]]></wp:meta_key>
1863
- <wp:meta_value><![CDATA[a:3:{s:7:"widgets";a:2:{i:0;a:11:{s:5:"title";s:0:"";s:9:"attach_id";s:2:"38";s:15:"attach_id_hover";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:4:"icon";s:0:"";s:8:"lightbox";s:2:"no";s:4:"link";s:0:"";s:6:"target";s:5:"_self";s:13:"extra_classes";s:0:"";s:11:"panels_info";a:7:{s:5:"class";s:9:"aux_image";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;s:9:"widget_id";s:36:"9714a264-0481-4c87-8aa6-481dffbe0fe8";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:6:{s:5:"title";s:12:"Mary Johnson";s:4:"text";s:2073:"<p style="text-align: left;">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine.</p><p style="text-align: left;">I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now. When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary. I throw myself down among the tall grass by the trickling stream; and, as I lie close to the earth, a thousand unknown plants are noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence of the Almighty, who formed us in his own image, and the breath of that universal love which bears and sustains us, as it floats around us in an eternity of bliss; and then, my friend, when darkness overspreads my eyes.</p><p style="text-align: left;">Like the form of a beloved mistress, then I often think with longing, Oh, would I could describe these conceptions, could impress upon paper all that is living so full and warm within me, that it might be the mirror of my soul, as my soul is the mirror of the infinite God! O my friend -- but it is too much for my strength -- I sink under the weight of the splendour of these visions! A wonderful serenity has taken.</p><p>But nothing the copy said could convince her and so it didn’t take long until a few insidious Copy Writers ambushed her, made her drunk with Longe and Parole and dragged her into their agency, where they abused her for their projects again and again. And if she hasn’t been rewritten, then they are still using her.</p>";s:20:"text_selected_editor";s:7:"tinymce";s:5:"autop";b:1;s:12:"_sow_form_id";s:13:"576e1750dbc32";s:11:"panels_info";a:6:{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:4:"grid";i:0;s:4:"cell";i:1;s:2:"id";i:1;s:9:"widget_id";s:36:"3e9a8f8d-7e93-4a41-819e-1596f06cf8ce";s:5:"style";a:2:{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:1:{i:0;a:2:{s:5:"cells";i:2;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:2:{i:0;a:2:{s:4:"grid";i:0;s:6:"weight";d:0.5;}i:1;a:2:{s:4:"grid";i:0;s:6:"weight";d:0.5;}}}]]></wp:meta_value>
1864
- </wp:postmeta>
1865
- <wp:postmeta>
1866
- <wp:meta_key><![CDATA[aux_title_bar_show]]></wp:meta_key>
1867
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
1868
- </wp:postmeta>
1869
- <wp:postmeta>
1870
- <wp:meta_key><![CDATA[aux_title_bar_preset]]></wp:meta_key>
1871
- <wp:meta_value><![CDATA[normal_title_1]]></wp:meta_value>
1872
- </wp:postmeta>
1873
- <wp:postmeta>
1874
- <wp:meta_key><![CDATA[aux_title_bar_enable_customize]]></wp:meta_key>
1875
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
1876
- </wp:postmeta>
1877
- <wp:postmeta>
1878
- <wp:meta_key><![CDATA[aux_title_bar_content_width_type]]></wp:meta_key>
1879
- <wp:meta_value><![CDATA[boxed]]></wp:meta_value>
1880
- </wp:postmeta>
1881
- <wp:postmeta>
1882
- <wp:meta_key><![CDATA[aux_title_bar_heading_bordered]]></wp:meta_key>
1883
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
1884
- </wp:postmeta>
1885
- <wp:postmeta>
1886
- <wp:meta_key><![CDATA[aux_title_bar_heading_boxed]]></wp:meta_key>
1887
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
1888
- </wp:postmeta>
1889
- <wp:postmeta>
1890
- <wp:meta_key><![CDATA[aux_title_bar_meta_enabled]]></wp:meta_key>
1891
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
1892
- </wp:postmeta>
1893
- <wp:postmeta>
1894
- <wp:meta_key><![CDATA[aux_title_bar_bread_enabled]]></wp:meta_key>
1895
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
1896
- </wp:postmeta>
1897
- <wp:postmeta>
1898
- <wp:meta_key><![CDATA[aux_title_bar_bread_bordered]]></wp:meta_key>
1899
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
1900
- </wp:postmeta>
1901
- <wp:postmeta>
1902
- <wp:meta_key><![CDATA[aux_title_bar_bread_sep_style]]></wp:meta_key>
1903
- <wp:meta_value><![CDATA[slash]]></wp:meta_value>
1904
- </wp:postmeta>
1905
- <wp:postmeta>
1906
- <wp:meta_key><![CDATA[aux_title_bar_text_align]]></wp:meta_key>
1907
- <wp:meta_value><![CDATA[left]]></wp:meta_value>
1908
- </wp:postmeta>
1909
- <wp:postmeta>
1910
- <wp:meta_key><![CDATA[aux_title_bar_overlay_pattern]]></wp:meta_key>
1911
- <wp:meta_value><![CDATA[none]]></wp:meta_value>
1912
- </wp:postmeta>
1913
- <wp:postmeta>
1914
- <wp:meta_key><![CDATA[aux_title_bar_color_style]]></wp:meta_key>
1915
- <wp:meta_value><![CDATA[dark]]></wp:meta_value>
1916
- </wp:postmeta>
1917
- <wp:postmeta>
1918
- <wp:meta_key><![CDATA[aux_title_bar_bg_show]]></wp:meta_key>
1919
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
1920
- </wp:postmeta>
1921
- <wp:postmeta>
1922
- <wp:meta_key><![CDATA[aux_title_bar_bg_parallax]]></wp:meta_key>
1923
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
1924
- </wp:postmeta>
1925
- <wp:postmeta>
1926
- <wp:meta_key><![CDATA[aux_title_bar_bg_size]]></wp:meta_key>
1927
- <wp:meta_value><![CDATA[cover]]></wp:meta_value>
1928
- </wp:postmeta>
1929
- <wp:postmeta>
1930
- <wp:meta_key><![CDATA[axi_custom_bg_show]]></wp:meta_key>
1931
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
1932
- </wp:postmeta>
1933
- <wp:postmeta>
1934
- <wp:meta_key><![CDATA[axi_custom_bg_color]]></wp:meta_key>
1935
- <wp:meta_value><![CDATA[#dddd]]></wp:meta_value>
1936
- </wp:postmeta>
1937
- <wp:postmeta>
1938
- <wp:meta_key><![CDATA[axi_custom_bg_repeat]]></wp:meta_key>
1939
- <wp:meta_value><![CDATA[no-repeat]]></wp:meta_value>
1940
- </wp:postmeta>
1941
- <wp:postmeta>
1942
- <wp:meta_key><![CDATA[axi_custom_bg_attach]]></wp:meta_key>
1943
- <wp:meta_value><![CDATA[fixed]]></wp:meta_value>
1944
- </wp:postmeta>
1945
- <wp:postmeta>
1946
- <wp:meta_key><![CDATA[axi_custom_bg_position]]></wp:meta_key>
1947
- <wp:meta_value><![CDATA[left top]]></wp:meta_value>
1948
- </wp:postmeta>
1949
- <wp:postmeta>
1950
- <wp:meta_key><![CDATA[axi_custom_bg_size]]></wp:meta_key>
1951
- <wp:meta_value><![CDATA[cover]]></wp:meta_value>
1952
- </wp:postmeta>
1953
- <wp:postmeta>
1954
- <wp:meta_key><![CDATA[top_slider_id]]></wp:meta_key>
1955
- <wp:meta_value><![CDATA[none]]></wp:meta_value>
1956
- </wp:postmeta>
1957
- <wp:postmeta>
1958
- <wp:meta_key><![CDATA[top_slider_width]]></wp:meta_key>
1959
- <wp:meta_value><![CDATA[full]]></wp:meta_value>
1960
- </wp:postmeta>
1961
- <wp:postmeta>
1962
- <wp:meta_key><![CDATA[page_layout]]></wp:meta_key>
1963
- <wp:meta_value><![CDATA[no-sidebar]]></wp:meta_value>
1964
- </wp:postmeta>
1965
- <wp:postmeta>
1966
- <wp:meta_key><![CDATA[aux_sidebar_overlap_bg]]></wp:meta_key>
1967
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
1968
- </wp:postmeta>
1969
- <wp:postmeta>
1970
- <wp:meta_key><![CDATA[aux_sidebar_border]]></wp:meta_key>
1971
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
1972
- </wp:postmeta>
1973
- <wp:postmeta>
1974
- <wp:meta_key><![CDATA[content_layout]]></wp:meta_key>
1975
- <wp:meta_value><![CDATA[boxed]]></wp:meta_value>
1976
- </wp:postmeta>
1977
- <wp:postmeta>
1978
- <wp:meta_key><![CDATA[show_content_top_margin]]></wp:meta_key>
1979
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
1980
- </wp:postmeta>
1981
- <wp:postmeta>
1982
- <wp:meta_key><![CDATA[panels_data]]></wp:meta_key>
1983
- <wp:meta_value><![CDATA[a:3:{s:7:"widgets";a:3:{i:0;a:12:{s:5:"title";s:0:"";s:9:"attach_id";s:2:"38";s:15:"attach_id_hover";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"align";s:9:"alignleft";s:4:"icon";s:0:"";s:8:"lightbox";s:1:"0";s:4:"link";s:0:"";s:6:"target";s:5:"_self";s:13:"extra_classes";s:0:"";s:11:"panels_info";a:7:{s:5:"class";s:9:"aux_image";s:3:"raw";b:1;s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;s:9:"widget_id";s:36:"9714a264-0481-4c87-8aa6-481dffbe0fe8";s:5:"style";a:2:{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:1;a:6:{s:5:"title";s:12:"Mary Johnson";s:4:"text";s:1432:"<p style="text-align: left;">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine.</p><p style="text-align: left;">I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now. When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary. I throw myself down among the tall grass by the trickling stream; and, as I lie close to the earth, a thousand unknown plants are noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence of the Almighty, who formed us in his own image.</p><p style="text-align: left;">Like the form of a beloved mistress, then I often think with longing, Oh, would I could describe these conceptions, could impress upon paper all that is living so full and warm within me, that it might be the mirror of my soul, as my soul is the mirror of the infinite God!</p>";s:20:"text_selected_editor";s:7:"tinymce";s:5:"autop";b:1;s:12:"_sow_form_id";s:13:"576e1750dbc32";s:11:"panels_info";a:7:{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:1;s:2:"id";i:1;s:9:"widget_id";s:36:"3e9a8f8d-7e93-4a41-819e-1596f06cf8ce";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:2;a:4:{s:5:"title";s:0:"";s:4:"size";s:6:"medium";s:9:"direction";s:10:"horizontal";s:11:"panels_info";a:7:{s:5:"class";s:16:"aux_socials_list";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:1;s:2:"id";i:2;s:9:"widget_id";s:36:"2e5d249c-8aa6-4a3a-aced-95d121bc6bad";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:1:{i:0;a:2:{s:5:"cells";i:2;s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}s:10:"grid_cells";a:2:{i:0;a:2:{s:4:"grid";i:0;s:6:"weight";d:0.5;}i:1;a:2:{s:4:"grid";i:0;s:6:"weight";d:0.5;}}}]]></wp:meta_value>
1984
- </wp:postmeta>
1985
- <wp:postmeta>
1986
- <wp:meta_key><![CDATA[axi_custom_bg_pattern]]></wp:meta_key>
1987
- <wp:meta_value><![CDATA[http://demo.averta.net/themes/phlox/demo1/wp-content/themes/phlox/css/images/pattern/p1.png]]></wp:meta_value>
1988
- </wp:postmeta>
1989
- <wp:postmeta>
1990
- <wp:meta_key><![CDATA[page_sidebar_style]]></wp:meta_key>
1991
- <wp:meta_value><![CDATA[simple]]></wp:meta_value>
1992
- </wp:postmeta>
1993
- </item>
1994
- <item>
1995
- <title>Contact</title>
1996
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/contact/</link>
1997
- <pubDate>Sat, 25 Jun 2016 05:45:19 +0000</pubDate>
1998
- <dc:creator><![CDATA[admin]]></dc:creator>
1999
- <guid isPermaLink="false">http://demo.averta.net/themes/phlox/demo1/?page_id=45</guid>
2000
- <description></description>
2001
- <content:encoded><![CDATA[<section class="aux-widget-gmaps widget-container so-panel widget widget_aux_gmaps panel-first-child panel-last-child" id="panel-45-0-0-0">
2002
- <!-- @TODO: if we don't need these wrapers anymore we can remove them. -->
2003
- <section>
2004
- <!-- TODO: show_mapcontrols options should check later since right now aux_switch type has issue on page builder but works on widgets -->
2005
-
2006
- jQuery( function($) {
2007
- var map = new GMaps({
2008
- el: "#axi_map576e1c46425a1",
2009
- lat: 40.721819,
2010
- lng: -73.980427,
2011
- zoom: 14,
2012
- scrollwheel: 0,
2013
- maptype: 'ROADMAP' ,
2014
- panControl : true
2015
- });
2016
- map.addStyle({
2017
- styledMapName:"Auxin custom style map",
2018
- styles: [{"featureType":"landscape.man_made","elementType":"geometry.fill","stylers":[{"color":"#e9e5dc"}]},{"featureType":"landscape.natural","elementType":"geometry.fill","stylers":[{"visibility":"on"},{"color":"#b8cb93"}]},{"featureType":"poi","elementType":"all","stylers":[{"visibility":"off"}]},{"featureType":"poi.business","elementType":"all","stylers":[{"visibility":"simplified"}]},{"featureType":"poi.medical","elementType":"all","stylers":[{"visibility":"on"}]},{"featureType":"poi.park","elementType":"all","stylers":[{"visibility":"on"}]},{"featureType":"poi.park","elementType":"geometry.fill","stylers":[{"color":"#ccdca1"}]},{"featureType":"poi.sports_complex","elementType":"all","stylers":[{"visibility":"on"}]},{"featureType":"road","elementType":"geometry.fill","stylers":[{"hue":"#ff0000"},{"saturation":-100},{"lightness":99}]},{"featureType":"road","elementType":"geometry.stroke","stylers":[{"color":"#808080"},{"lightness":54},{"visibility":"off"}]},{"featureType":"road","elementType":"labels.text.fill","stylers":[{"color":"#767676"}]},{"featureType":"road","elementType":"labels.text.stroke","stylers":[{"color":"#ffffff"}]},{"featureType":"water","elementType":"all","stylers":[{"saturation":43},{"lightness":-11},{"color":"#89cada"}]}],
2019
- mapTypeId: "aux_map_style"
2020
- });
2021
- map.setStyle("aux_map_style");
2022
- map.addMarker({
2023
- lat: 40.721819,
2024
- lng: -73.980427 });
2025
- });
2026
-
2027
- <!-- aux-col-wrapper -->
2028
- <!-- widget-inner -->
2029
- </section><!-- widget-container -->
2030
- </section><h3 class="widget-title">Contact Info</h3>
2031
- <p>When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road,</p>
2032
- <ul>
2033
- <li>Phone: (392) 583-2569</li>
2034
- <li>Email: support@dframeworks.com</li>
2035
- <li>Address: 400342 United Kingdom, Freeroad str.21, r. 94</li>
2036
- </ul>
2037
- <section class="">
2038
- <section class="aux-widget-contact-form widget-container so-panel widget widget_aux_contact_form panel-first-child panel-last-child" id="panel-45-1-1-0"><h3 class="widget-title">Leave Comment</h3>
2039
- <!-- @TODO - The output for element here -->
2040
- <form action="" id="contactForm" class="aux-contact-form" method="post">
2041
-
2042
-
2043
-
2044
- <textarea name="cComment" id="cComment"></textarea>
2045
-
2046
-
2047
- </form>
2048
- <!-- aux-col-wrapper -->
2049
- <!-- widget-inner -->
2050
- </section><!-- widget-container -->
2051
- </section>]]></content:encoded>
2052
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
2053
- <wp:post_id>45</wp:post_id>
2054
- <wp:post_date><![CDATA[2016-06-25 05:45:19]]></wp:post_date>
2055
- <wp:post_date_gmt><![CDATA[2016-06-25 05:45:19]]></wp:post_date_gmt>
2056
- <wp:comment_status><![CDATA[closed]]></wp:comment_status>
2057
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
2058
- <wp:post_name><![CDATA[contact]]></wp:post_name>
2059
- <wp:status><![CDATA[publish]]></wp:status>
2060
- <wp:post_parent>0</wp:post_parent>
2061
- <wp:menu_order>0</wp:menu_order>
2062
- <wp:post_type><![CDATA[page]]></wp:post_type>
2063
- <wp:post_password><![CDATA[]]></wp:post_password>
2064
- <wp:is_sticky>0</wp:is_sticky>
2065
- <wp:postmeta>
2066
- <wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
2067
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
2068
- </wp:postmeta>
2069
- <wp:postmeta>
2070
- <wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
2071
- <wp:meta_value><![CDATA[default]]></wp:meta_value>
2072
- </wp:postmeta>
2073
- <wp:postmeta>
2074
- <wp:meta_key><![CDATA[_panels_data_preview]]></wp:meta_key>
2075
- <wp:meta_value><![CDATA[a:3:{s:7:"widgets";a:3:{i:0;a:12:{s:5:"title";s:0:"";s:6:"height";s:3:"700";s:8:"latitude";s:9:"40.721819";s:9:"longitude";s:10:"-73.980427";s:4:"type";s:7:"ROADMAP";s:4:"zoom";s:2:"14";s:16:"show_mapcontrols";s:2:"on";s:10:"zoom_wheel";s:1:"0";s:11:"marker_info";s:0:"";s:5:"style";s:1258:"[{"featureType":"landscape.man_made","elementType":"geometry.fill","stylers":[{"color":"#e9e5dc"}]},{"featureType":"landscape.natural","elementType":"geometry.fill","stylers":[{"visibility":"on"},{"color":"#b8cb93"}]},{"featureType":"poi","elementType":"all","stylers":[{"visibility":"off"}]},{"featureType":"poi.business","elementType":"all","stylers":[{"visibility":"simplified"}]},{"featureType":"poi.medical","elementType":"all","stylers":[{"visibility":"on"}]},{"featureType":"poi.park","elementType":"all","stylers":[{"visibility":"on"}]},{"featureType":"poi.park","elementType":"geometry.fill","stylers":[{"color":"#ccdca1"}]},{"featureType":"poi.sports_complex","elementType":"all","stylers":[{"visibility":"on"}]},{"featureType":"road","elementType":"geometry.fill","stylers":[{"hue":"#ff0000"},{"saturation":-100},{"lightness":99}]},{"featureType":"road","elementType":"geometry.stroke","stylers":[{"color":"#808080"},{"lightness":54},{"visibility":"off"}]},{"featureType":"road","elementType":"labels.text.fill","stylers":[{"color":"#767676"}]},{"featureType":"road","elementType":"labels.text.stroke","stylers":[{"color":"#ffffff"}]},{"featureType":"water","elementType":"all","stylers":[{"saturation":43},{"lightness":-11},{"color":"#89cada"}]}]";s:13:"extra_classes";s:0:"";s:11:"panels_info";a:7:{s:5:"class";s:9:"aux_gmaps";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;s:9:"widget_id";s:36:"e83cae51-90df-41de-ae83-bc28dcee99a0";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:6:{s:5:"title";s:12:"Contact Info";s:4:"text";s:343:"<p>When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road,</p><ul><li>Phone: (392) 583-2569</li><li>Email: support@dframeworks.com</li><li>Address: 400342 United Kingdom, Freeroad str.21, r. 94</li></ul>";s:20:"text_selected_editor";s:7:"tinymce";s:5:"autop";b:1;s:12:"_sow_form_id";s:13:"576e1c18ee122";s:11:"panels_info";a:6:{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"28546c2e-e51a-47da-811f-51fec8b3f0cc";s:5:"style";a:2:{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:2;a:6:{s:5:"title";s:13:"Leave Comment";s:5:"email";s:0:"";s:4:"type";s:5:"phlox";s:13:"cf7_shortcode";s:0:"";s:13:"extra_classes";s:0:"";s:11:"panels_info";a:7:{s:5:"class";s:16:"aux_contact_form";s:3:"raw";b:1;s:4:"grid";i:1;s:4:"cell";i:1;s:2:"id";i:2;s:9:"widget_id";s:36:"523a0cb0-5b72-45ff-8115-98bd13dc4d53";s:5:"style";a:2:{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:2:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:0:{}}i:1;a:2:{s:5:"cells";i:2;s:5:"style";a:0:{}}}s:10:"grid_cells";a:3:{i:0;a:2:{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:{s:4:"grid";i:1;s:6:"weight";d:0.5;}i:2;a:2:{s:4:"grid";i:1;s:6:"weight";d:0.5;}}}]]></wp:meta_value>
2076
- </wp:postmeta>
2077
- <wp:postmeta>
2078
- <wp:meta_key><![CDATA[aux_title_bar_show]]></wp:meta_key>
2079
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
2080
- </wp:postmeta>
2081
- <wp:postmeta>
2082
- <wp:meta_key><![CDATA[aux_title_bar_preset]]></wp:meta_key>
2083
- <wp:meta_value><![CDATA[normal_title_1]]></wp:meta_value>
2084
- </wp:postmeta>
2085
- <wp:postmeta>
2086
- <wp:meta_key><![CDATA[aux_title_bar_enable_customize]]></wp:meta_key>
2087
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2088
- </wp:postmeta>
2089
- <wp:postmeta>
2090
- <wp:meta_key><![CDATA[aux_title_bar_content_width_type]]></wp:meta_key>
2091
- <wp:meta_value><![CDATA[boxed]]></wp:meta_value>
2092
- </wp:postmeta>
2093
- <wp:postmeta>
2094
- <wp:meta_key><![CDATA[aux_title_bar_heading_bordered]]></wp:meta_key>
2095
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2096
- </wp:postmeta>
2097
- <wp:postmeta>
2098
- <wp:meta_key><![CDATA[aux_title_bar_heading_boxed]]></wp:meta_key>
2099
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2100
- </wp:postmeta>
2101
- <wp:postmeta>
2102
- <wp:meta_key><![CDATA[aux_title_bar_meta_enabled]]></wp:meta_key>
2103
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2104
- </wp:postmeta>
2105
- <wp:postmeta>
2106
- <wp:meta_key><![CDATA[aux_title_bar_bread_enabled]]></wp:meta_key>
2107
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
2108
- </wp:postmeta>
2109
- <wp:postmeta>
2110
- <wp:meta_key><![CDATA[aux_title_bar_bread_bordered]]></wp:meta_key>
2111
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2112
- </wp:postmeta>
2113
- <wp:postmeta>
2114
- <wp:meta_key><![CDATA[aux_title_bar_bread_sep_style]]></wp:meta_key>
2115
- <wp:meta_value><![CDATA[slash]]></wp:meta_value>
2116
- </wp:postmeta>
2117
- <wp:postmeta>
2118
- <wp:meta_key><![CDATA[aux_title_bar_text_align]]></wp:meta_key>
2119
- <wp:meta_value><![CDATA[left]]></wp:meta_value>
2120
- </wp:postmeta>
2121
- <wp:postmeta>
2122
- <wp:meta_key><![CDATA[aux_title_bar_overlay_pattern]]></wp:meta_key>
2123
- <wp:meta_value><![CDATA[none]]></wp:meta_value>
2124
- </wp:postmeta>
2125
- <wp:postmeta>
2126
- <wp:meta_key><![CDATA[aux_title_bar_color_style]]></wp:meta_key>
2127
- <wp:meta_value><![CDATA[dark]]></wp:meta_value>
2128
- </wp:postmeta>
2129
- <wp:postmeta>
2130
- <wp:meta_key><![CDATA[aux_title_bar_bg_show]]></wp:meta_key>
2131
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2132
- </wp:postmeta>
2133
- <wp:postmeta>
2134
- <wp:meta_key><![CDATA[aux_title_bar_bg_parallax]]></wp:meta_key>
2135
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2136
- </wp:postmeta>
2137
- <wp:postmeta>
2138
- <wp:meta_key><![CDATA[aux_title_bar_bg_size]]></wp:meta_key>
2139
- <wp:meta_value><![CDATA[cover]]></wp:meta_value>
2140
- </wp:postmeta>
2141
- <wp:postmeta>
2142
- <wp:meta_key><![CDATA[axi_custom_bg_show]]></wp:meta_key>
2143
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2144
- </wp:postmeta>
2145
- <wp:postmeta>
2146
- <wp:meta_key><![CDATA[axi_custom_bg_color]]></wp:meta_key>
2147
- <wp:meta_value><![CDATA[#dddd]]></wp:meta_value>
2148
- </wp:postmeta>
2149
- <wp:postmeta>
2150
- <wp:meta_key><![CDATA[axi_custom_bg_repeat]]></wp:meta_key>
2151
- <wp:meta_value><![CDATA[no-repeat]]></wp:meta_value>
2152
- </wp:postmeta>
2153
- <wp:postmeta>
2154
- <wp:meta_key><![CDATA[axi_custom_bg_attach]]></wp:meta_key>
2155
- <wp:meta_value><![CDATA[fixed]]></wp:meta_value>
2156
- </wp:postmeta>
2157
- <wp:postmeta>
2158
- <wp:meta_key><![CDATA[axi_custom_bg_position]]></wp:meta_key>
2159
- <wp:meta_value><![CDATA[left top]]></wp:meta_value>
2160
- </wp:postmeta>
2161
- <wp:postmeta>
2162
- <wp:meta_key><![CDATA[axi_custom_bg_size]]></wp:meta_key>
2163
- <wp:meta_value><![CDATA[cover]]></wp:meta_value>
2164
- </wp:postmeta>
2165
- <wp:postmeta>
2166
- <wp:meta_key><![CDATA[top_slider_id]]></wp:meta_key>
2167
- <wp:meta_value><![CDATA[none]]></wp:meta_value>
2168
- </wp:postmeta>
2169
- <wp:postmeta>
2170
- <wp:meta_key><![CDATA[top_slider_width]]></wp:meta_key>
2171
- <wp:meta_value><![CDATA[full]]></wp:meta_value>
2172
- </wp:postmeta>
2173
- <wp:postmeta>
2174
- <wp:meta_key><![CDATA[page_layout]]></wp:meta_key>
2175
- <wp:meta_value><![CDATA[no-sidebar]]></wp:meta_value>
2176
- </wp:postmeta>
2177
- <wp:postmeta>
2178
- <wp:meta_key><![CDATA[aux_sidebar_overlap_bg]]></wp:meta_key>
2179
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2180
- </wp:postmeta>
2181
- <wp:postmeta>
2182
- <wp:meta_key><![CDATA[aux_sidebar_border]]></wp:meta_key>
2183
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
2184
- </wp:postmeta>
2185
- <wp:postmeta>
2186
- <wp:meta_key><![CDATA[content_layout]]></wp:meta_key>
2187
- <wp:meta_value><![CDATA[boxed]]></wp:meta_value>
2188
- </wp:postmeta>
2189
- <wp:postmeta>
2190
- <wp:meta_key><![CDATA[show_content_top_margin]]></wp:meta_key>
2191
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
2192
- </wp:postmeta>
2193
- <wp:postmeta>
2194
- <wp:meta_key><![CDATA[panels_data]]></wp:meta_key>
2195
- <wp:meta_value><![CDATA[a:3:{s:7:"widgets";a:3:{i:0;a:12:{s:5:"title";s:0:"";s:6:"height";s:3:"700";s:8:"latitude";s:9:"40.721819";s:9:"longitude";s:10:"-73.980427";s:4:"type";s:7:"ROADMAP";s:4:"zoom";s:2:"14";s:16:"show_mapcontrols";s:2:"on";s:10:"zoom_wheel";s:1:"0";s:11:"marker_info";s:0:"";s:5:"style";s:1258:"[{"featureType":"landscape.man_made","elementType":"geometry.fill","stylers":[{"color":"#e9e5dc"}]},{"featureType":"landscape.natural","elementType":"geometry.fill","stylers":[{"visibility":"on"},{"color":"#b8cb93"}]},{"featureType":"poi","elementType":"all","stylers":[{"visibility":"off"}]},{"featureType":"poi.business","elementType":"all","stylers":[{"visibility":"simplified"}]},{"featureType":"poi.medical","elementType":"all","stylers":[{"visibility":"on"}]},{"featureType":"poi.park","elementType":"all","stylers":[{"visibility":"on"}]},{"featureType":"poi.park","elementType":"geometry.fill","stylers":[{"color":"#ccdca1"}]},{"featureType":"poi.sports_complex","elementType":"all","stylers":[{"visibility":"on"}]},{"featureType":"road","elementType":"geometry.fill","stylers":[{"hue":"#ff0000"},{"saturation":-100},{"lightness":99}]},{"featureType":"road","elementType":"geometry.stroke","stylers":[{"color":"#808080"},{"lightness":54},{"visibility":"off"}]},{"featureType":"road","elementType":"labels.text.fill","stylers":[{"color":"#767676"}]},{"featureType":"road","elementType":"labels.text.stroke","stylers":[{"color":"#ffffff"}]},{"featureType":"water","elementType":"all","stylers":[{"saturation":43},{"lightness":-11},{"color":"#89cada"}]}]";s:13:"extra_classes";s:0:"";s:11:"panels_info";a:7:{s:5:"class";s:9:"aux_gmaps";s:3:"raw";b:0;s:4:"grid";i:0;s:4:"cell";i:0;s:2:"id";i:0;s:9:"widget_id";s:36:"e83cae51-90df-41de-ae83-bc28dcee99a0";s:5:"style";a:1:{s:18:"background_display";s:4:"tile";}}}i:1;a:6:{s:5:"title";s:12:"Contact Info";s:4:"text";s:343:"<p>When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road,</p><ul><li>Phone: (392) 583-2569</li><li>Email: support@dframeworks.com</li><li>Address: 400342 United Kingdom, Freeroad str.21, r. 94</li></ul>";s:20:"text_selected_editor";s:7:"tinymce";s:5:"autop";b:1;s:12:"_sow_form_id";s:13:"576e1c18ee122";s:11:"panels_info";a:6:{s:5:"class";s:31:"SiteOrigin_Widget_Editor_Widget";s:4:"grid";i:1;s:4:"cell";i:0;s:2:"id";i:1;s:9:"widget_id";s:36:"28546c2e-e51a-47da-811f-51fec8b3f0cc";s:5:"style";a:2:{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}i:2;a:6:{s:5:"title";s:13:"Leave Comment";s:5:"email";s:0:"";s:4:"type";s:5:"phlox";s:13:"cf7_shortcode";s:0:"";s:13:"extra_classes";s:0:"";s:11:"panels_info";a:7:{s:5:"class";s:16:"aux_contact_form";s:3:"raw";b:1;s:4:"grid";i:1;s:4:"cell";i:1;s:2:"id";i:2;s:9:"widget_id";s:36:"523a0cb0-5b72-45ff-8115-98bd13dc4d53";s:5:"style";a:2:{s:27:"background_image_attachment";b:0;s:18:"background_display";s:4:"tile";}}}}s:5:"grids";a:2:{i:0;a:2:{s:5:"cells";i:1;s:5:"style";a:0:{}}i:1;a:2:{s:5:"cells";i:2;s:5:"style";a:0:{}}}s:10:"grid_cells";a:3:{i:0;a:2:{s:4:"grid";i:0;s:6:"weight";i:1;}i:1;a:2:{s:4:"grid";i:1;s:6:"weight";d:0.5;}i:2;a:2:{s:4:"grid";i:1;s:6:"weight";d:0.5;}}}]]></wp:meta_value>
2196
- </wp:postmeta>
2197
- </item>
2198
- <item>
2199
- <title></title>
2200
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/08/08/126/</link>
2201
- <pubDate>Mon, 08 Aug 2016 10:18:08 +0000</pubDate>
2202
- <dc:creator><![CDATA[admin]]></dc:creator>
2203
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/2016/08/08/</guid>
2204
- <description></description>
2205
- <content:encoded><![CDATA[ ]]></content:encoded>
2206
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
2207
- <wp:post_id>126</wp:post_id>
2208
- <wp:post_date><![CDATA[2016-08-08 10:18:08]]></wp:post_date>
2209
- <wp:post_date_gmt><![CDATA[2016-08-08 10:18:08]]></wp:post_date_gmt>
2210
- <wp:comment_status><![CDATA[closed]]></wp:comment_status>
2211
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
2212
- <wp:post_name><![CDATA[126]]></wp:post_name>
2213
- <wp:status><![CDATA[publish]]></wp:status>
2214
- <wp:post_parent>0</wp:post_parent>
2215
- <wp:menu_order>6</wp:menu_order>
2216
- <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type>
2217
- <wp:post_password><![CDATA[]]></wp:post_password>
2218
- <wp:is_sticky>0</wp:is_sticky>
2219
- <category domain="nav_menu" nicename="header-menu"><![CDATA[Header Menu]]></category>
2220
- <wp:postmeta>
2221
- <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key>
2222
- <wp:meta_value><![CDATA[post_type]]></wp:meta_value>
2223
- </wp:postmeta>
2224
- <wp:postmeta>
2225
- <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key>
2226
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2227
- </wp:postmeta>
2228
- <wp:postmeta>
2229
- <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key>
2230
- <wp:meta_value><![CDATA[45]]></wp:meta_value>
2231
- </wp:postmeta>
2232
- <wp:postmeta>
2233
- <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key>
2234
- <wp:meta_value><![CDATA[page]]></wp:meta_value>
2235
- </wp:postmeta>
2236
- <wp:postmeta>
2237
- <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key>
2238
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2239
- </wp:postmeta>
2240
- <wp:postmeta>
2241
- <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key>
2242
- <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value>
2243
- </wp:postmeta>
2244
- <wp:postmeta>
2245
- <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key>
2246
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2247
- </wp:postmeta>
2248
- <wp:postmeta>
2249
- <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key>
2250
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2251
- </wp:postmeta>
2252
- <wp:postmeta>
2253
- <wp:meta_key><![CDATA[_menu_item_megamenu]]></wp:meta_key>
2254
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2255
- </wp:postmeta>
2256
- <wp:postmeta>
2257
- <wp:meta_key><![CDATA[_menu_item_nolink]]></wp:meta_key>
2258
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2259
- </wp:postmeta>
2260
- <wp:postmeta>
2261
- <wp:meta_key><![CDATA[_menu_item_hide_label]]></wp:meta_key>
2262
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2263
- </wp:postmeta>
2264
- <wp:postmeta>
2265
- <wp:meta_key><![CDATA[_menu_item_icon]]></wp:meta_key>
2266
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2267
- </wp:postmeta>
2268
- <wp:postmeta>
2269
- <wp:meta_key><![CDATA[_menu_item_icon_align]]></wp:meta_key>
2270
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2271
- </wp:postmeta>
2272
- <wp:postmeta>
2273
- <wp:meta_key><![CDATA[_menu_item_row_start]]></wp:meta_key>
2274
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2275
- </wp:postmeta>
2276
- <wp:postmeta>
2277
- <wp:meta_key><![CDATA[_menu_item_col_num]]></wp:meta_key>
2278
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
2279
- </wp:postmeta>
2280
- <wp:postmeta>
2281
- <wp:meta_key><![CDATA[_menu_item_hide_desktop]]></wp:meta_key>
2282
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2283
- </wp:postmeta>
2284
- <wp:postmeta>
2285
- <wp:meta_key><![CDATA[_menu_item_hide_tablet]]></wp:meta_key>
2286
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2287
- </wp:postmeta>
2288
- <wp:postmeta>
2289
- <wp:meta_key><![CDATA[_menu_item_hide_mobile]]></wp:meta_key>
2290
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2291
- </wp:postmeta>
2292
- <wp:postmeta>
2293
- <wp:meta_key><![CDATA[_menu_item_custom_style]]></wp:meta_key>
2294
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2295
- </wp:postmeta>
2296
- </item>
2297
- <item>
2298
- <title></title>
2299
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/08/08/127/</link>
2300
- <pubDate>Mon, 08 Aug 2016 10:18:08 +0000</pubDate>
2301
- <dc:creator><![CDATA[admin]]></dc:creator>
2302
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/2016/08/08/</guid>
2303
- <description></description>
2304
- <content:encoded><![CDATA[ ]]></content:encoded>
2305
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
2306
- <wp:post_id>127</wp:post_id>
2307
- <wp:post_date><![CDATA[2016-08-08 10:18:08]]></wp:post_date>
2308
- <wp:post_date_gmt><![CDATA[2016-08-08 10:18:08]]></wp:post_date_gmt>
2309
- <wp:comment_status><![CDATA[closed]]></wp:comment_status>
2310
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
2311
- <wp:post_name><![CDATA[127]]></wp:post_name>
2312
- <wp:status><![CDATA[publish]]></wp:status>
2313
- <wp:post_parent>0</wp:post_parent>
2314
- <wp:menu_order>5</wp:menu_order>
2315
- <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type>
2316
- <wp:post_password><![CDATA[]]></wp:post_password>
2317
- <wp:is_sticky>0</wp:is_sticky>
2318
- <category domain="nav_menu" nicename="header-menu"><![CDATA[Header Menu]]></category>
2319
- <wp:postmeta>
2320
- <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key>
2321
- <wp:meta_value><![CDATA[post_type]]></wp:meta_value>
2322
- </wp:postmeta>
2323
- <wp:postmeta>
2324
- <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key>
2325
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2326
- </wp:postmeta>
2327
- <wp:postmeta>
2328
- <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key>
2329
- <wp:meta_value><![CDATA[37]]></wp:meta_value>
2330
- </wp:postmeta>
2331
- <wp:postmeta>
2332
- <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key>
2333
- <wp:meta_value><![CDATA[page]]></wp:meta_value>
2334
- </wp:postmeta>
2335
- <wp:postmeta>
2336
- <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key>
2337
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2338
- </wp:postmeta>
2339
- <wp:postmeta>
2340
- <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key>
2341
- <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value>
2342
- </wp:postmeta>
2343
- <wp:postmeta>
2344
- <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key>
2345
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2346
- </wp:postmeta>
2347
- <wp:postmeta>
2348
- <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key>
2349
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2350
- </wp:postmeta>
2351
- <wp:postmeta>
2352
- <wp:meta_key><![CDATA[_menu_item_megamenu]]></wp:meta_key>
2353
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2354
- </wp:postmeta>
2355
- <wp:postmeta>
2356
- <wp:meta_key><![CDATA[_menu_item_nolink]]></wp:meta_key>
2357
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2358
- </wp:postmeta>
2359
- <wp:postmeta>
2360
- <wp:meta_key><![CDATA[_menu_item_hide_label]]></wp:meta_key>
2361
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2362
- </wp:postmeta>
2363
- <wp:postmeta>
2364
- <wp:meta_key><![CDATA[_menu_item_icon]]></wp:meta_key>
2365
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2366
- </wp:postmeta>
2367
- <wp:postmeta>
2368
- <wp:meta_key><![CDATA[_menu_item_icon_align]]></wp:meta_key>
2369
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2370
- </wp:postmeta>
2371
- <wp:postmeta>
2372
- <wp:meta_key><![CDATA[_menu_item_row_start]]></wp:meta_key>
2373
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2374
- </wp:postmeta>
2375
- <wp:postmeta>
2376
- <wp:meta_key><![CDATA[_menu_item_col_num]]></wp:meta_key>
2377
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
2378
- </wp:postmeta>
2379
- <wp:postmeta>
2380
- <wp:meta_key><![CDATA[_menu_item_hide_desktop]]></wp:meta_key>
2381
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2382
- </wp:postmeta>
2383
- <wp:postmeta>
2384
- <wp:meta_key><![CDATA[_menu_item_hide_tablet]]></wp:meta_key>
2385
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2386
- </wp:postmeta>
2387
- <wp:postmeta>
2388
- <wp:meta_key><![CDATA[_menu_item_hide_mobile]]></wp:meta_key>
2389
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2390
- </wp:postmeta>
2391
- <wp:postmeta>
2392
- <wp:meta_key><![CDATA[_menu_item_custom_style]]></wp:meta_key>
2393
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2394
- </wp:postmeta>
2395
- </item>
2396
- <item>
2397
- <title></title>
2398
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/08/08/128/</link>
2399
- <pubDate>Mon, 08 Aug 2016 10:18:08 +0000</pubDate>
2400
- <dc:creator><![CDATA[admin]]></dc:creator>
2401
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/2016/08/08/</guid>
2402
- <description></description>
2403
- <content:encoded><![CDATA[ ]]></content:encoded>
2404
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
2405
- <wp:post_id>128</wp:post_id>
2406
- <wp:post_date><![CDATA[2016-08-08 10:18:08]]></wp:post_date>
2407
- <wp:post_date_gmt><![CDATA[2016-08-08 10:18:08]]></wp:post_date_gmt>
2408
- <wp:comment_status><![CDATA[closed]]></wp:comment_status>
2409
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
2410
- <wp:post_name><![CDATA[128]]></wp:post_name>
2411
- <wp:status><![CDATA[publish]]></wp:status>
2412
- <wp:post_parent>0</wp:post_parent>
2413
- <wp:menu_order>2</wp:menu_order>
2414
- <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type>
2415
- <wp:post_password><![CDATA[]]></wp:post_password>
2416
- <wp:is_sticky>0</wp:is_sticky>
2417
- <category domain="nav_menu" nicename="header-menu"><![CDATA[Header Menu]]></category>
2418
- <wp:postmeta>
2419
- <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key>
2420
- <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value>
2421
- </wp:postmeta>
2422
- <wp:postmeta>
2423
- <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key>
2424
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2425
- </wp:postmeta>
2426
- <wp:postmeta>
2427
- <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key>
2428
- <wp:meta_value><![CDATA[8]]></wp:meta_value>
2429
- </wp:postmeta>
2430
- <wp:postmeta>
2431
- <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key>
2432
- <wp:meta_value><![CDATA[category]]></wp:meta_value>
2433
- </wp:postmeta>
2434
- <wp:postmeta>
2435
- <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key>
2436
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2437
- </wp:postmeta>
2438
- <wp:postmeta>
2439
- <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key>
2440
- <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value>
2441
- </wp:postmeta>
2442
- <wp:postmeta>
2443
- <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key>
2444
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2445
- </wp:postmeta>
2446
- <wp:postmeta>
2447
- <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key>
2448
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2449
- </wp:postmeta>
2450
- <wp:postmeta>
2451
- <wp:meta_key><![CDATA[_menu_item_megamenu]]></wp:meta_key>
2452
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2453
- </wp:postmeta>
2454
- <wp:postmeta>
2455
- <wp:meta_key><![CDATA[_menu_item_nolink]]></wp:meta_key>
2456
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2457
- </wp:postmeta>
2458
- <wp:postmeta>
2459
- <wp:meta_key><![CDATA[_menu_item_hide_label]]></wp:meta_key>
2460
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2461
- </wp:postmeta>
2462
- <wp:postmeta>
2463
- <wp:meta_key><![CDATA[_menu_item_icon]]></wp:meta_key>
2464
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2465
- </wp:postmeta>
2466
- <wp:postmeta>
2467
- <wp:meta_key><![CDATA[_menu_item_icon_align]]></wp:meta_key>
2468
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2469
- </wp:postmeta>
2470
- <wp:postmeta>
2471
- <wp:meta_key><![CDATA[_menu_item_row_start]]></wp:meta_key>
2472
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2473
- </wp:postmeta>
2474
- <wp:postmeta>
2475
- <wp:meta_key><![CDATA[_menu_item_col_num]]></wp:meta_key>
2476
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
2477
- </wp:postmeta>
2478
- <wp:postmeta>
2479
- <wp:meta_key><![CDATA[_menu_item_hide_desktop]]></wp:meta_key>
2480
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2481
- </wp:postmeta>
2482
- <wp:postmeta>
2483
- <wp:meta_key><![CDATA[_menu_item_hide_tablet]]></wp:meta_key>
2484
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2485
- </wp:postmeta>
2486
- <wp:postmeta>
2487
- <wp:meta_key><![CDATA[_menu_item_hide_mobile]]></wp:meta_key>
2488
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2489
- </wp:postmeta>
2490
- <wp:postmeta>
2491
- <wp:meta_key><![CDATA[_menu_item_custom_style]]></wp:meta_key>
2492
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2493
- </wp:postmeta>
2494
- </item>
2495
- <item>
2496
- <title>gallery201606280034</title>
2497
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280034/</link>
2498
- <pubDate>Tue, 28 Jun 2016 12:27:51 +0000</pubDate>
2499
- <dc:creator><![CDATA[admin]]></dc:creator>
2500
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280034.jpg</guid>
2501
- <description></description>
2502
- <content:encoded><![CDATA[]]></content:encoded>
2503
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
2504
- <wp:post_id>130</wp:post_id>
2505
- <wp:post_date><![CDATA[2016-06-28 12:27:51]]></wp:post_date>
2506
- <wp:post_date_gmt><![CDATA[2016-06-28 12:27:51]]></wp:post_date_gmt>
2507
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
2508
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
2509
- <wp:post_name><![CDATA[gallery201606280034]]></wp:post_name>
2510
- <wp:status><![CDATA[inherit]]></wp:status>
2511
- <wp:post_parent>112</wp:post_parent>
2512
- <wp:menu_order>0</wp:menu_order>
2513
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
2514
- <wp:post_password><![CDATA[]]></wp:post_password>
2515
- <wp:is_sticky>0</wp:is_sticky>
2516
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280034.jpg]]></wp:attachment_url>
2517
- <wp:postmeta>
2518
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
2519
- <wp:meta_value><![CDATA[2016/06/gallery201606280034.jpg]]></wp:meta_value>
2520
- </wp:postmeta>
2521
- <wp:postmeta>
2522
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
2523
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:5640;s:6:"height";i:3760;s:4:"file";s:31:"2016/06/gallery201606280034.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280034-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280034-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"gallery201606280034-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280034-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"gallery201606280034-1200x800.jpg";s:5:"width";i:1200;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280034-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
2524
- </wp:postmeta>
2525
- </item>
2526
- <item>
2527
- <title>gallery201606280035</title>
2528
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280035/</link>
2529
- <pubDate>Tue, 28 Jun 2016 12:27:57 +0000</pubDate>
2530
- <dc:creator><![CDATA[admin]]></dc:creator>
2531
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280035.jpg</guid>
2532
- <description></description>
2533
- <content:encoded><![CDATA[]]></content:encoded>
2534
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
2535
- <wp:post_id>131</wp:post_id>
2536
- <wp:post_date><![CDATA[2016-06-28 12:27:57]]></wp:post_date>
2537
- <wp:post_date_gmt><![CDATA[2016-06-28 12:27:57]]></wp:post_date_gmt>
2538
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
2539
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
2540
- <wp:post_name><![CDATA[gallery201606280035]]></wp:post_name>
2541
- <wp:status><![CDATA[inherit]]></wp:status>
2542
- <wp:post_parent>112</wp:post_parent>
2543
- <wp:menu_order>0</wp:menu_order>
2544
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
2545
- <wp:post_password><![CDATA[]]></wp:post_password>
2546
- <wp:is_sticky>0</wp:is_sticky>
2547
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280035.jpg]]></wp:attachment_url>
2548
- <wp:postmeta>
2549
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
2550
- <wp:meta_value><![CDATA[2016/06/gallery201606280035.jpg]]></wp:meta_value>
2551
- </wp:postmeta>
2552
- <wp:postmeta>
2553
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
2554
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1500;s:6:"height";i:999;s:4:"file";s:31:"2016/06/gallery201606280035.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280035-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280035-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"gallery201606280035-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280035-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"gallery201606280035-1200x799.jpg";s:5:"width";i:1200;s:6:"height";i:799;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280035-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
2555
- </wp:postmeta>
2556
- </item>
2557
- <item>
2558
- <title>gallery201606280036</title>
2559
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280036/</link>
2560
- <pubDate>Tue, 28 Jun 2016 12:28:00 +0000</pubDate>
2561
- <dc:creator><![CDATA[admin]]></dc:creator>
2562
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280036.jpg</guid>
2563
- <description></description>
2564
- <content:encoded><![CDATA[]]></content:encoded>
2565
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
2566
- <wp:post_id>132</wp:post_id>
2567
- <wp:post_date><![CDATA[2016-06-28 12:28:00]]></wp:post_date>
2568
- <wp:post_date_gmt><![CDATA[2016-06-28 12:28:00]]></wp:post_date_gmt>
2569
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
2570
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
2571
- <wp:post_name><![CDATA[gallery201606280036]]></wp:post_name>
2572
- <wp:status><![CDATA[inherit]]></wp:status>
2573
- <wp:post_parent>112</wp:post_parent>
2574
- <wp:menu_order>0</wp:menu_order>
2575
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
2576
- <wp:post_password><![CDATA[]]></wp:post_password>
2577
- <wp:is_sticky>0</wp:is_sticky>
2578
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280036.jpg]]></wp:attachment_url>
2579
- <wp:postmeta>
2580
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
2581
- <wp:meta_value><![CDATA[2016/06/gallery201606280036.jpg]]></wp:meta_value>
2582
- </wp:postmeta>
2583
- <wp:postmeta>
2584
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
2585
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1500;s:6:"height";i:1002;s:4:"file";s:31:"2016/06/gallery201606280036.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280036-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280036-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"gallery201606280036-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280036-1024x684.jpg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"gallery201606280036-1200x802.jpg";s:5:"width";i:1200;s:6:"height";i:802;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280036-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
2586
- </wp:postmeta>
2587
- </item>
2588
- <item>
2589
- <title>gallery201606280037</title>
2590
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280037/</link>
2591
- <pubDate>Tue, 28 Jun 2016 12:28:03 +0000</pubDate>
2592
- <dc:creator><![CDATA[admin]]></dc:creator>
2593
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280037.jpg</guid>
2594
- <description></description>
2595
- <content:encoded><![CDATA[]]></content:encoded>
2596
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
2597
- <wp:post_id>133</wp:post_id>
2598
- <wp:post_date><![CDATA[2016-06-28 12:28:03]]></wp:post_date>
2599
- <wp:post_date_gmt><![CDATA[2016-06-28 12:28:03]]></wp:post_date_gmt>
2600
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
2601
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
2602
- <wp:post_name><![CDATA[gallery201606280037]]></wp:post_name>
2603
- <wp:status><![CDATA[inherit]]></wp:status>
2604
- <wp:post_parent>112</wp:post_parent>
2605
- <wp:menu_order>0</wp:menu_order>
2606
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
2607
- <wp:post_password><![CDATA[]]></wp:post_password>
2608
- <wp:is_sticky>0</wp:is_sticky>
2609
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280037.jpg]]></wp:attachment_url>
2610
- <wp:postmeta>
2611
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
2612
- <wp:meta_value><![CDATA[2016/06/gallery201606280037.jpg]]></wp:meta_value>
2613
- </wp:postmeta>
2614
- <wp:postmeta>
2615
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
2616
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1073;s:6:"height";i:1500;s:4:"file";s:31:"2016/06/gallery201606280037.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280037-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280037-215x300.jpg";s:5:"width";i:215;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:32:"gallery201606280037-768x1074.jpg";s:5:"width";i:768;s:6:"height";i:1074;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280037-733x1024.jpg";s:5:"width";i:733;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280037-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
2617
- </wp:postmeta>
2618
- </item>
2619
- <item>
2620
- <title>gallery201606280038</title>
2621
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280038/</link>
2622
- <pubDate>Tue, 28 Jun 2016 12:28:07 +0000</pubDate>
2623
- <dc:creator><![CDATA[admin]]></dc:creator>
2624
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280038.jpg</guid>
2625
- <description></description>
2626
- <content:encoded><![CDATA[]]></content:encoded>
2627
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
2628
- <wp:post_id>134</wp:post_id>
2629
- <wp:post_date><![CDATA[2016-06-28 12:28:07]]></wp:post_date>
2630
- <wp:post_date_gmt><![CDATA[2016-06-28 12:28:07]]></wp:post_date_gmt>
2631
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
2632
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
2633
- <wp:post_name><![CDATA[gallery201606280038]]></wp:post_name>
2634
- <wp:status><![CDATA[inherit]]></wp:status>
2635
- <wp:post_parent>112</wp:post_parent>
2636
- <wp:menu_order>0</wp:menu_order>
2637
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
2638
- <wp:post_password><![CDATA[]]></wp:post_password>
2639
- <wp:is_sticky>0</wp:is_sticky>
2640
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280038.jpg]]></wp:attachment_url>
2641
- <wp:postmeta>
2642
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
2643
- <wp:meta_value><![CDATA[2016/06/gallery201606280038.jpg]]></wp:meta_value>
2644
- </wp:postmeta>
2645
- <wp:postmeta>
2646
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
2647
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1500;s:6:"height";i:1125;s:4:"file";s:31:"2016/06/gallery201606280038.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280038-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280038-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"gallery201606280038-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280038-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"gallery201606280038-1200x900.jpg";s:5:"width";i:1200;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280038-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
2648
- </wp:postmeta>
2649
- </item>
2650
- <item>
2651
- <title>gallery201606280039</title>
2652
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280039/</link>
2653
- <pubDate>Tue, 28 Jun 2016 12:28:09 +0000</pubDate>
2654
- <dc:creator><![CDATA[admin]]></dc:creator>
2655
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280039.jpg</guid>
2656
- <description></description>
2657
- <content:encoded><![CDATA[]]></content:encoded>
2658
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
2659
- <wp:post_id>135</wp:post_id>
2660
- <wp:post_date><![CDATA[2016-06-28 12:28:09]]></wp:post_date>
2661
- <wp:post_date_gmt><![CDATA[2016-06-28 12:28:09]]></wp:post_date_gmt>
2662
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
2663
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
2664
- <wp:post_name><![CDATA[gallery201606280039]]></wp:post_name>
2665
- <wp:status><![CDATA[inherit]]></wp:status>
2666
- <wp:post_parent>112</wp:post_parent>
2667
- <wp:menu_order>0</wp:menu_order>
2668
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
2669
- <wp:post_password><![CDATA[]]></wp:post_password>
2670
- <wp:is_sticky>0</wp:is_sticky>
2671
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280039.jpg]]></wp:attachment_url>
2672
- <wp:postmeta>
2673
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
2674
- <wp:meta_value><![CDATA[2016/06/gallery201606280039.jpg]]></wp:meta_value>
2675
- </wp:postmeta>
2676
- <wp:postmeta>
2677
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
2678
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1500;s:6:"height";i:1000;s:4:"file";s:31:"2016/06/gallery201606280039.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280039-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280039-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"gallery201606280039-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280039-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"gallery201606280039-1200x800.jpg";s:5:"width";i:1200;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280039-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
2679
- </wp:postmeta>
2680
- </item>
2681
- <item>
2682
- <title>gallery201606280040</title>
2683
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/112-2/gallery201606280040/</link>
2684
- <pubDate>Tue, 28 Jun 2016 12:28:11 +0000</pubDate>
2685
- <dc:creator><![CDATA[admin]]></dc:creator>
2686
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/06/gallery201606280040.jpg</guid>
2687
- <description></description>
2688
- <content:encoded><![CDATA[]]></content:encoded>
2689
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
2690
- <wp:post_id>136</wp:post_id>
2691
- <wp:post_date><![CDATA[2016-06-28 12:28:11]]></wp:post_date>
2692
- <wp:post_date_gmt><![CDATA[2016-06-28 12:28:11]]></wp:post_date_gmt>
2693
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
2694
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
2695
- <wp:post_name><![CDATA[gallery201606280040]]></wp:post_name>
2696
- <wp:status><![CDATA[inherit]]></wp:status>
2697
- <wp:post_parent>112</wp:post_parent>
2698
- <wp:menu_order>0</wp:menu_order>
2699
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
2700
- <wp:post_password><![CDATA[]]></wp:post_password>
2701
- <wp:is_sticky>0</wp:is_sticky>
2702
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/06/gallery201606280040.jpg]]></wp:attachment_url>
2703
- <wp:postmeta>
2704
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
2705
- <wp:meta_value><![CDATA[2016/06/gallery201606280040.jpg]]></wp:meta_value>
2706
- </wp:postmeta>
2707
- <wp:postmeta>
2708
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
2709
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1500;s:6:"height";i:885;s:4:"file";s:31:"2016/06/gallery201606280040.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"gallery201606280040-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"gallery201606280040-300x177.jpg";s:5:"width";i:300;s:6:"height";i:177;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"gallery201606280040-768x453.jpg";s:5:"width";i:768;s:6:"height";i:453;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"gallery201606280040-1024x604.jpg";s:5:"width";i:1024;s:6:"height";i:604;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:32:"gallery201606280040-1200x708.jpg";s:5:"width";i:1200;s:6:"height";i:708;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:31:"gallery201606280040-272x182.jpg";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
2710
- </wp:postmeta>
2711
- </item>
2712
- <item>
2713
- <title></title>
2714
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/08/08/137/</link>
2715
- <pubDate>Mon, 08 Aug 2016 10:18:13 +0000</pubDate>
2716
- <dc:creator><![CDATA[admin]]></dc:creator>
2717
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/2016/08/08/</guid>
2718
- <description></description>
2719
- <content:encoded><![CDATA[ ]]></content:encoded>
2720
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
2721
- <wp:post_id>137</wp:post_id>
2722
- <wp:post_date><![CDATA[2016-08-08 10:18:13]]></wp:post_date>
2723
- <wp:post_date_gmt><![CDATA[2016-08-08 10:18:13]]></wp:post_date_gmt>
2724
- <wp:comment_status><![CDATA[closed]]></wp:comment_status>
2725
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
2726
- <wp:post_name><![CDATA[137]]></wp:post_name>
2727
- <wp:status><![CDATA[publish]]></wp:status>
2728
- <wp:post_parent>0</wp:post_parent>
2729
- <wp:menu_order>4</wp:menu_order>
2730
- <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type>
2731
- <wp:post_password><![CDATA[]]></wp:post_password>
2732
- <wp:is_sticky>0</wp:is_sticky>
2733
- <category domain="nav_menu" nicename="header-menu"><![CDATA[Header Menu]]></category>
2734
- <wp:postmeta>
2735
- <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key>
2736
- <wp:meta_value><![CDATA[post_type]]></wp:meta_value>
2737
- </wp:postmeta>
2738
- <wp:postmeta>
2739
- <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key>
2740
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2741
- </wp:postmeta>
2742
- <wp:postmeta>
2743
- <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key>
2744
- <wp:meta_value><![CDATA[112]]></wp:meta_value>
2745
- </wp:postmeta>
2746
- <wp:postmeta>
2747
- <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key>
2748
- <wp:meta_value><![CDATA[page]]></wp:meta_value>
2749
- </wp:postmeta>
2750
- <wp:postmeta>
2751
- <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key>
2752
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2753
- </wp:postmeta>
2754
- <wp:postmeta>
2755
- <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key>
2756
- <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value>
2757
- </wp:postmeta>
2758
- <wp:postmeta>
2759
- <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key>
2760
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2761
- </wp:postmeta>
2762
- <wp:postmeta>
2763
- <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key>
2764
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2765
- </wp:postmeta>
2766
- <wp:postmeta>
2767
- <wp:meta_key><![CDATA[_menu_item_megamenu]]></wp:meta_key>
2768
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2769
- </wp:postmeta>
2770
- <wp:postmeta>
2771
- <wp:meta_key><![CDATA[_menu_item_nolink]]></wp:meta_key>
2772
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2773
- </wp:postmeta>
2774
- <wp:postmeta>
2775
- <wp:meta_key><![CDATA[_menu_item_hide_label]]></wp:meta_key>
2776
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2777
- </wp:postmeta>
2778
- <wp:postmeta>
2779
- <wp:meta_key><![CDATA[_menu_item_icon]]></wp:meta_key>
2780
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2781
- </wp:postmeta>
2782
- <wp:postmeta>
2783
- <wp:meta_key><![CDATA[_menu_item_icon_align]]></wp:meta_key>
2784
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2785
- </wp:postmeta>
2786
- <wp:postmeta>
2787
- <wp:meta_key><![CDATA[_menu_item_row_start]]></wp:meta_key>
2788
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2789
- </wp:postmeta>
2790
- <wp:postmeta>
2791
- <wp:meta_key><![CDATA[_menu_item_col_num]]></wp:meta_key>
2792
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
2793
- </wp:postmeta>
2794
- <wp:postmeta>
2795
- <wp:meta_key><![CDATA[_menu_item_hide_desktop]]></wp:meta_key>
2796
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2797
- </wp:postmeta>
2798
- <wp:postmeta>
2799
- <wp:meta_key><![CDATA[_menu_item_hide_tablet]]></wp:meta_key>
2800
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2801
- </wp:postmeta>
2802
- <wp:postmeta>
2803
- <wp:meta_key><![CDATA[_menu_item_hide_mobile]]></wp:meta_key>
2804
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2805
- </wp:postmeta>
2806
- <wp:postmeta>
2807
- <wp:meta_key><![CDATA[_menu_item_custom_style]]></wp:meta_key>
2808
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2809
- </wp:postmeta>
2810
- </item>
2811
- <item>
2812
- <title>icon</title>
2813
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/icon/</link>
2814
- <pubDate>Mon, 04 Jul 2016 05:38:39 +0000</pubDate>
2815
- <dc:creator><![CDATA[admin]]></dc:creator>
2816
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/07/icon.png</guid>
2817
- <description></description>
2818
- <content:encoded><![CDATA[]]></content:encoded>
2819
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
2820
- <wp:post_id>159</wp:post_id>
2821
- <wp:post_date><![CDATA[2016-07-04 05:38:39]]></wp:post_date>
2822
- <wp:post_date_gmt><![CDATA[2016-07-04 05:38:39]]></wp:post_date_gmt>
2823
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
2824
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
2825
- <wp:post_name><![CDATA[icon]]></wp:post_name>
2826
- <wp:status><![CDATA[inherit]]></wp:status>
2827
- <wp:post_parent>0</wp:post_parent>
2828
- <wp:menu_order>0</wp:menu_order>
2829
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
2830
- <wp:post_password><![CDATA[]]></wp:post_password>
2831
- <wp:is_sticky>0</wp:is_sticky>
2832
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/07/icon.png]]></wp:attachment_url>
2833
- <wp:postmeta>
2834
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
2835
- <wp:meta_value><![CDATA[2016/07/icon.png]]></wp:meta_value>
2836
- </wp:postmeta>
2837
- <wp:postmeta>
2838
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
2839
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:16:"2016/07/icon.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"icon-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:16:"icon-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:16:"icon-272x182.png";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
2840
- </wp:postmeta>
2841
- </item>
2842
- <item>
2843
- <title>cropped-icon.png</title>
2844
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/cropped-icon-png/</link>
2845
- <pubDate>Mon, 04 Jul 2016 05:38:42 +0000</pubDate>
2846
- <dc:creator><![CDATA[admin]]></dc:creator>
2847
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/07/cropped-icon.png</guid>
2848
- <description></description>
2849
- <content:encoded><![CDATA[http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/07/cropped-icon.png]]></content:encoded>
2850
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
2851
- <wp:post_id>160</wp:post_id>
2852
- <wp:post_date><![CDATA[2016-07-04 05:38:42]]></wp:post_date>
2853
- <wp:post_date_gmt><![CDATA[2016-07-04 05:38:42]]></wp:post_date_gmt>
2854
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
2855
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
2856
- <wp:post_name><![CDATA[cropped-icon-png]]></wp:post_name>
2857
- <wp:status><![CDATA[inherit]]></wp:status>
2858
- <wp:post_parent>0</wp:post_parent>
2859
- <wp:menu_order>0</wp:menu_order>
2860
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
2861
- <wp:post_password><![CDATA[]]></wp:post_password>
2862
- <wp:is_sticky>0</wp:is_sticky>
2863
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/07/cropped-icon.png]]></wp:attachment_url>
2864
- <wp:postmeta>
2865
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
2866
- <wp:meta_value><![CDATA[2016/07/cropped-icon.png]]></wp:meta_value>
2867
- </wp:postmeta>
2868
- <wp:postmeta>
2869
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
2870
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:24:"2016/07/cropped-icon.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"cropped-icon-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:24:"cropped-icon-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:24:"cropped-icon-272x182.png";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
2871
- </wp:postmeta>
2872
- <wp:postmeta>
2873
- <wp:meta_key><![CDATA[_wp_attachment_context]]></wp:meta_key>
2874
- <wp:meta_value><![CDATA[site-icon]]></wp:meta_value>
2875
- </wp:postmeta>
2876
- </item>
2877
- <item>
2878
- <title>ad</title>
2879
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/ad/</link>
2880
- <pubDate>Sat, 09 Jul 2016 05:34:59 +0000</pubDate>
2881
- <dc:creator><![CDATA[admin]]></dc:creator>
2882
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/wp-content/uploads/sites/7/2016/07/ad.jpg</guid>
2883
- <description></description>
2884
- <content:encoded><![CDATA[]]></content:encoded>
2885
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
2886
- <wp:post_id>163</wp:post_id>
2887
- <wp:post_date><![CDATA[2016-07-09 05:34:59]]></wp:post_date>
2888
- <wp:post_date_gmt><![CDATA[2016-07-09 05:34:59]]></wp:post_date_gmt>
2889
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
2890
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
2891
- <wp:post_name><![CDATA[ad]]></wp:post_name>
2892
- <wp:status><![CDATA[inherit]]></wp:status>
2893
- <wp:post_parent>0</wp:post_parent>
2894
- <wp:menu_order>0</wp:menu_order>
2895
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
2896
- <wp:post_password><![CDATA[]]></wp:post_password>
2897
- <wp:is_sticky>0</wp:is_sticky>
2898
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/07/ad.jpg]]></wp:attachment_url>
2899
- <wp:postmeta>
2900
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
2901
- <wp:meta_value><![CDATA[2016/07/ad.jpg]]></wp:meta_value>
2902
- </wp:postmeta>
2903
- <wp:postmeta>
2904
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
2905
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:239;s:6:"height";i:239;s:4:"file";s:14:"2016/07/ad.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"ad-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:14:"ad-239x182.jpg";s:5:"width";i:239;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
2906
- </wp:postmeta>
2907
- </item>
2908
- <item>
2909
- <title></title>
2910
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/08/08/169/</link>
2911
- <pubDate>Mon, 08 Aug 2016 10:18:14 +0000</pubDate>
2912
- <dc:creator><![CDATA[admin]]></dc:creator>
2913
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/2016/08/08/</guid>
2914
- <description></description>
2915
- <content:encoded><![CDATA[ ]]></content:encoded>
2916
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
2917
- <wp:post_id>169</wp:post_id>
2918
- <wp:post_date><![CDATA[2016-08-08 10:18:14]]></wp:post_date>
2919
- <wp:post_date_gmt><![CDATA[2016-08-08 10:18:14]]></wp:post_date_gmt>
2920
- <wp:comment_status><![CDATA[closed]]></wp:comment_status>
2921
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
2922
- <wp:post_name><![CDATA[169]]></wp:post_name>
2923
- <wp:status><![CDATA[publish]]></wp:status>
2924
- <wp:post_parent>0</wp:post_parent>
2925
- <wp:menu_order>3</wp:menu_order>
2926
- <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type>
2927
- <wp:post_password><![CDATA[]]></wp:post_password>
2928
- <wp:is_sticky>0</wp:is_sticky>
2929
- <category domain="nav_menu" nicename="header-menu"><![CDATA[Header Menu]]></category>
2930
- <wp:postmeta>
2931
- <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key>
2932
- <wp:meta_value><![CDATA[post_type]]></wp:meta_value>
2933
- </wp:postmeta>
2934
- <wp:postmeta>
2935
- <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key>
2936
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2937
- </wp:postmeta>
2938
- <wp:postmeta>
2939
- <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key>
2940
- <wp:meta_value><![CDATA[168]]></wp:meta_value>
2941
- </wp:postmeta>
2942
- <wp:postmeta>
2943
- <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key>
2944
- <wp:meta_value><![CDATA[page]]></wp:meta_value>
2945
- </wp:postmeta>
2946
- <wp:postmeta>
2947
- <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key>
2948
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2949
- </wp:postmeta>
2950
- <wp:postmeta>
2951
- <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key>
2952
- <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value>
2953
- </wp:postmeta>
2954
- <wp:postmeta>
2955
- <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key>
2956
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2957
- </wp:postmeta>
2958
- <wp:postmeta>
2959
- <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key>
2960
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2961
- </wp:postmeta>
2962
- <wp:postmeta>
2963
- <wp:meta_key><![CDATA[_menu_item_megamenu]]></wp:meta_key>
2964
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2965
- </wp:postmeta>
2966
- <wp:postmeta>
2967
- <wp:meta_key><![CDATA[_menu_item_nolink]]></wp:meta_key>
2968
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2969
- </wp:postmeta>
2970
- <wp:postmeta>
2971
- <wp:meta_key><![CDATA[_menu_item_hide_label]]></wp:meta_key>
2972
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2973
- </wp:postmeta>
2974
- <wp:postmeta>
2975
- <wp:meta_key><![CDATA[_menu_item_icon]]></wp:meta_key>
2976
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2977
- </wp:postmeta>
2978
- <wp:postmeta>
2979
- <wp:meta_key><![CDATA[_menu_item_icon_align]]></wp:meta_key>
2980
- <wp:meta_value><![CDATA[]]></wp:meta_value>
2981
- </wp:postmeta>
2982
- <wp:postmeta>
2983
- <wp:meta_key><![CDATA[_menu_item_row_start]]></wp:meta_key>
2984
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2985
- </wp:postmeta>
2986
- <wp:postmeta>
2987
- <wp:meta_key><![CDATA[_menu_item_col_num]]></wp:meta_key>
2988
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
2989
- </wp:postmeta>
2990
- <wp:postmeta>
2991
- <wp:meta_key><![CDATA[_menu_item_hide_desktop]]></wp:meta_key>
2992
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2993
- </wp:postmeta>
2994
- <wp:postmeta>
2995
- <wp:meta_key><![CDATA[_menu_item_hide_tablet]]></wp:meta_key>
2996
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
2997
- </wp:postmeta>
2998
- <wp:postmeta>
2999
- <wp:meta_key><![CDATA[_menu_item_hide_mobile]]></wp:meta_key>
3000
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3001
- </wp:postmeta>
3002
- <wp:postmeta>
3003
- <wp:meta_key><![CDATA[_menu_item_custom_style]]></wp:meta_key>
3004
- <wp:meta_value><![CDATA[]]></wp:meta_value>
3005
- </wp:postmeta>
3006
- </item>
3007
- <item>
3008
- <title>Home</title>
3009
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/09/10/home-2/</link>
3010
- <pubDate>Sat, 10 Sep 2016 11:28:30 +0000</pubDate>
3011
- <dc:creator><![CDATA[admin]]></dc:creator>
3012
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/classic-blog/?p=171</guid>
3013
- <description></description>
3014
- <content:encoded><![CDATA[]]></content:encoded>
3015
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
3016
- <wp:post_id>171</wp:post_id>
3017
- <wp:post_date><![CDATA[2016-09-10 11:28:30]]></wp:post_date>
3018
- <wp:post_date_gmt><![CDATA[2016-09-10 11:28:30]]></wp:post_date_gmt>
3019
- <wp:comment_status><![CDATA[closed]]></wp:comment_status>
3020
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
3021
- <wp:post_name><![CDATA[home-2]]></wp:post_name>
3022
- <wp:status><![CDATA[publish]]></wp:status>
3023
- <wp:post_parent>0</wp:post_parent>
3024
- <wp:menu_order>1</wp:menu_order>
3025
- <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type>
3026
- <wp:post_password><![CDATA[]]></wp:post_password>
3027
- <wp:is_sticky>0</wp:is_sticky>
3028
- <category domain="nav_menu" nicename="header-menu"><![CDATA[Header Menu]]></category>
3029
- <wp:postmeta>
3030
- <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key>
3031
- <wp:meta_value><![CDATA[custom]]></wp:meta_value>
3032
- </wp:postmeta>
3033
- <wp:postmeta>
3034
- <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key>
3035
- <wp:meta_value><![CDATA[171]]></wp:meta_value>
3036
- </wp:postmeta>
3037
- <wp:postmeta>
3038
- <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key>
3039
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3040
- </wp:postmeta>
3041
- <wp:postmeta>
3042
- <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key>
3043
- <wp:meta_value><![CDATA[custom]]></wp:meta_value>
3044
- </wp:postmeta>
3045
- <wp:postmeta>
3046
- <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key>
3047
- <wp:meta_value><![CDATA[]]></wp:meta_value>
3048
- </wp:postmeta>
3049
- <wp:postmeta>
3050
- <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key>
3051
- <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value>
3052
- </wp:postmeta>
3053
- <wp:postmeta>
3054
- <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key>
3055
- <wp:meta_value><![CDATA[]]></wp:meta_value>
3056
- </wp:postmeta>
3057
- <wp:postmeta>
3058
- <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key>
3059
- <wp:meta_value><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/]]></wp:meta_value>
3060
- </wp:postmeta>
3061
- <wp:postmeta>
3062
- <wp:meta_key><![CDATA[_menu_item_megamenu]]></wp:meta_key>
3063
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3064
- </wp:postmeta>
3065
- <wp:postmeta>
3066
- <wp:meta_key><![CDATA[_menu_item_nolink]]></wp:meta_key>
3067
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3068
- </wp:postmeta>
3069
- <wp:postmeta>
3070
- <wp:meta_key><![CDATA[_menu_item_hide_label]]></wp:meta_key>
3071
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3072
- </wp:postmeta>
3073
- <wp:postmeta>
3074
- <wp:meta_key><![CDATA[_menu_item_icon]]></wp:meta_key>
3075
- <wp:meta_value><![CDATA[]]></wp:meta_value>
3076
- </wp:postmeta>
3077
- <wp:postmeta>
3078
- <wp:meta_key><![CDATA[_menu_item_icon_align]]></wp:meta_key>
3079
- <wp:meta_value><![CDATA[]]></wp:meta_value>
3080
- </wp:postmeta>
3081
- <wp:postmeta>
3082
- <wp:meta_key><![CDATA[_menu_item_row_start]]></wp:meta_key>
3083
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3084
- </wp:postmeta>
3085
- <wp:postmeta>
3086
- <wp:meta_key><![CDATA[_menu_item_col_num]]></wp:meta_key>
3087
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
3088
- </wp:postmeta>
3089
- <wp:postmeta>
3090
- <wp:meta_key><![CDATA[_menu_item_hide_desktop]]></wp:meta_key>
3091
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3092
- </wp:postmeta>
3093
- <wp:postmeta>
3094
- <wp:meta_key><![CDATA[_menu_item_hide_tablet]]></wp:meta_key>
3095
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3096
- </wp:postmeta>
3097
- <wp:postmeta>
3098
- <wp:meta_key><![CDATA[_menu_item_hide_mobile]]></wp:meta_key>
3099
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3100
- </wp:postmeta>
3101
- <wp:postmeta>
3102
- <wp:meta_key><![CDATA[_menu_item_custom_style]]></wp:meta_key>
3103
- <wp:meta_value><![CDATA[]]></wp:meta_value>
3104
- </wp:postmeta>
3105
- </item>
3106
- <item>
3107
- <title>logo-averta</title>
3108
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/logo-averta/</link>
3109
- <pubDate>Sun, 11 Sep 2016 05:59:09 +0000</pubDate>
3110
- <dc:creator><![CDATA[admin]]></dc:creator>
3111
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/09/Logo-averta.png</guid>
3112
- <description></description>
3113
- <content:encoded><![CDATA[]]></content:encoded>
3114
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
3115
- <wp:post_id>172</wp:post_id>
3116
- <wp:post_date><![CDATA[2016-09-11 05:59:09]]></wp:post_date>
3117
- <wp:post_date_gmt><![CDATA[2016-09-11 05:59:09]]></wp:post_date_gmt>
3118
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
3119
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
3120
- <wp:post_name><![CDATA[logo-averta]]></wp:post_name>
3121
- <wp:status><![CDATA[inherit]]></wp:status>
3122
- <wp:post_parent>0</wp:post_parent>
3123
- <wp:menu_order>0</wp:menu_order>
3124
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
3125
- <wp:post_password><![CDATA[]]></wp:post_password>
3126
- <wp:is_sticky>0</wp:is_sticky>
3127
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/09/Logo-averta.png]]></wp:attachment_url>
3128
- <wp:postmeta>
3129
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
3130
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:1136;s:6:"height";i:212;s:4:"file";s:23:"2016/09/Logo-averta.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"Logo-averta-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:22:"Logo-averta-300x56.png";s:5:"width";i:300;s:6:"height";i:56;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:23:"Logo-averta-768x143.png";s:5:"width";i:768;s:6:"height";i:143;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:24:"Logo-averta-1024x191.png";s:5:"width";i:1024;s:6:"height";i:191;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:23:"Logo-averta-280x180.png";s:5:"width";i:280;s:6:"height";i:180;s:9:"mime-type";s:9:"image/png";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:23:"Logo-averta-272x182.png";s:5:"width";i:272;s:6:"height";i:182;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
3131
- </wp:postmeta>
3132
- <wp:postmeta>
3133
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
3134
- <wp:meta_value><![CDATA[2016/09/Logo-averta.png]]></wp:meta_value>
3135
- </wp:postmeta>
3136
- </item>
3137
- <item>
3138
- <title>sample-image</title>
3139
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/typography/sample-image/</link>
3140
- <pubDate>Sat, 17 Sep 2016 11:42:37 +0000</pubDate>
3141
- <dc:creator><![CDATA[admin]]></dc:creator>
3142
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/07/sample-image.jpg</guid>
3143
- <description></description>
3144
- <content:encoded><![CDATA[]]></content:encoded>
3145
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
3146
- <wp:post_id>173</wp:post_id>
3147
- <wp:post_date><![CDATA[2016-09-17 11:42:37]]></wp:post_date>
3148
- <wp:post_date_gmt><![CDATA[2016-09-17 11:42:37]]></wp:post_date_gmt>
3149
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
3150
- <wp:ping_status><![CDATA[closed]]></wp:ping_status>
3151
- <wp:post_name><![CDATA[sample-image]]></wp:post_name>
3152
- <wp:status><![CDATA[inherit]]></wp:status>
3153
- <wp:post_parent>168</wp:post_parent>
3154
- <wp:menu_order>0</wp:menu_order>
3155
- <wp:post_type><![CDATA[attachment]]></wp:post_type>
3156
- <wp:post_password><![CDATA[]]></wp:post_password>
3157
- <wp:is_sticky>0</wp:is_sticky>
3158
- <wp:attachment_url><![CDATA[http://averta.net/phlox/wordpress-theme/demo/classic-blog/wp-content/uploads/sites/7/2016/07/sample-image.jpg]]></wp:attachment_url>
3159
- <wp:postmeta>
3160
- <wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
3161
- <wp:meta_value><![CDATA[2016/07/sample-image.jpg]]></wp:meta_value>
3162
- </wp:postmeta>
3163
- <wp:postmeta>
3164
- <wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
3165
- <wp:meta_value><![CDATA[a:5:{s:5:"width";i:250;s:6:"height";i:250;s:4:"file";s:24:"2016/07/sample-image.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"sample-image-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"sample-image-250x180.jpg";s:5:"width";i:250;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:20:"sow-carousel-default";a:4:{s:4:"file";s:24:"sample-image-250x182.jpg";s:5:"width";i:250;s:6:"height";i:182;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
3166
- </wp:postmeta>
3167
- </item>
3168
- <item>
3169
- <title>Sample Page</title>
3170
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/sample-page/</link>
3171
- <pubDate>Mon, 08 Aug 2016 10:14:38 +0000</pubDate>
3172
- <dc:creator><![CDATA[admin]]></dc:creator>
3173
- <guid isPermaLink="false">http://averta.net/phlox/wordpress-theme/demo/journey/?page_id=2</guid>
3174
- <description></description>
3175
- <content:encoded><![CDATA[]]></content:encoded>
3176
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
3177
- <wp:post_id>2</wp:post_id>
3178
- <wp:post_date><![CDATA[2016-08-08 10:14:38]]></wp:post_date>
3179
- <wp:post_date_gmt><![CDATA[2016-08-08 10:14:38]]></wp:post_date_gmt>
3180
- <wp:comment_status><![CDATA[closed]]></wp:comment_status>
3181
- <wp:ping_status><![CDATA[open]]></wp:ping_status>
3182
- <wp:post_name><![CDATA[sample-page]]></wp:post_name>
3183
- <wp:status><![CDATA[publish]]></wp:status>
3184
- <wp:post_parent>0</wp:post_parent>
3185
- <wp:menu_order>0</wp:menu_order>
3186
- <wp:post_type><![CDATA[page]]></wp:post_type>
3187
- <wp:post_password><![CDATA[]]></wp:post_password>
3188
- <wp:is_sticky>0</wp:is_sticky>
3189
- <wp:postmeta>
3190
- <wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
3191
- <wp:meta_value><![CDATA[default]]></wp:meta_value>
3192
- </wp:postmeta>
3193
- </item>
3194
- <item>
3195
- <title>Standard Post Format</title>
3196
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/06/22/standard-post-format/</link>
3197
- <pubDate>Wed, 22 Jun 2016 11:53:24 +0000</pubDate>
3198
- <dc:creator><![CDATA[admin]]></dc:creator>
3199
- <guid isPermaLink="false">http://demo.averta.net/themes/phlox/demo1/?p=7</guid>
3200
- <description></description>
3201
- <content:encoded><![CDATA[The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words.
3202
-
3203
- If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental.
3204
-
3205
- To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages.
3206
-
3207
- The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family.
3208
- <blockquote>To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family.</blockquote>
3209
- Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words.
3210
-
3211
- If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is.The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators.]]></content:encoded>
3212
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
3213
- <wp:post_id>7</wp:post_id>
3214
- <wp:post_date><![CDATA[2016-06-22 11:53:24]]></wp:post_date>
3215
- <wp:post_date_gmt><![CDATA[2016-06-22 11:53:24]]></wp:post_date_gmt>
3216
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
3217
- <wp:ping_status><![CDATA[open]]></wp:ping_status>
3218
- <wp:post_name><![CDATA[standard-post-format]]></wp:post_name>
3219
- <wp:status><![CDATA[publish]]></wp:status>
3220
- <wp:post_parent>0</wp:post_parent>
3221
- <wp:menu_order>0</wp:menu_order>
3222
- <wp:post_type><![CDATA[post]]></wp:post_type>
3223
- <wp:post_password><![CDATA[]]></wp:post_password>
3224
- <wp:is_sticky>0</wp:is_sticky>
3225
- <category domain="post_tag" nicename="article"><![CDATA[Article]]></category>
3226
- <category domain="post_tag" nicename="blogging"><![CDATA[Blogging]]></category>
3227
- <category domain="post_tag" nicename="journalism"><![CDATA[Journalism]]></category>
3228
- <category domain="category" nicename="post-formats"><![CDATA[Post Formats]]></category>
3229
- <category domain="category" nicename="travel"><![CDATA[Travel]]></category>
3230
- <wp:postmeta>
3231
- <wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
3232
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
3233
- </wp:postmeta>
3234
- <wp:postmeta>
3235
- <wp:meta_key><![CDATA[_format_link_url]]></wp:meta_key>
3236
- <wp:meta_value><![CDATA[]]></wp:meta_value>
3237
- </wp:postmeta>
3238
- <wp:postmeta>
3239
- <wp:meta_key><![CDATA[_format_quote_source_url]]></wp:meta_key>
3240
- <wp:meta_value><![CDATA[]]></wp:meta_value>
3241
- </wp:postmeta>
3242
- <wp:postmeta>
3243
- <wp:meta_key><![CDATA[_format_quote_source_name]]></wp:meta_key>
3244
- <wp:meta_value><![CDATA[]]></wp:meta_value>
3245
- </wp:postmeta>
3246
- <wp:postmeta>
3247
- <wp:meta_key><![CDATA[_format_audio_embed]]></wp:meta_key>
3248
- <wp:meta_value><![CDATA[]]></wp:meta_value>
3249
- </wp:postmeta>
3250
- <wp:postmeta>
3251
- <wp:meta_key><![CDATA[_format_video_embed]]></wp:meta_key>
3252
- <wp:meta_value><![CDATA[]]></wp:meta_value>
3253
- </wp:postmeta>
3254
- <wp:postmeta>
3255
- <wp:meta_key><![CDATA[show_content_top_margin]]></wp:meta_key>
3256
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
3257
- </wp:postmeta>
3258
- <wp:postmeta>
3259
- <wp:meta_key><![CDATA[_format_audio_player_skin]]></wp:meta_key>
3260
- <wp:meta_value><![CDATA[default]]></wp:meta_value>
3261
- </wp:postmeta>
3262
- <wp:postmeta>
3263
- <wp:meta_key><![CDATA[aux_title_bar_show]]></wp:meta_key>
3264
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3265
- </wp:postmeta>
3266
- <wp:postmeta>
3267
- <wp:meta_key><![CDATA[aux_title_bar_preset]]></wp:meta_key>
3268
- <wp:meta_value><![CDATA[normal_title_1]]></wp:meta_value>
3269
- </wp:postmeta>
3270
- <wp:postmeta>
3271
- <wp:meta_key><![CDATA[aux_title_bar_enable_customize]]></wp:meta_key>
3272
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3273
- </wp:postmeta>
3274
- <wp:postmeta>
3275
- <wp:meta_key><![CDATA[aux_title_bar_content_width_type]]></wp:meta_key>
3276
- <wp:meta_value><![CDATA[boxed]]></wp:meta_value>
3277
- </wp:postmeta>
3278
- <wp:postmeta>
3279
- <wp:meta_key><![CDATA[aux_title_bar_heading_bordered]]></wp:meta_key>
3280
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3281
- </wp:postmeta>
3282
- <wp:postmeta>
3283
- <wp:meta_key><![CDATA[aux_title_bar_heading_boxed]]></wp:meta_key>
3284
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3285
- </wp:postmeta>
3286
- <wp:postmeta>
3287
- <wp:meta_key><![CDATA[aux_title_bar_meta_enabled]]></wp:meta_key>
3288
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3289
- </wp:postmeta>
3290
- <wp:postmeta>
3291
- <wp:meta_key><![CDATA[aux_title_bar_bread_enabled]]></wp:meta_key>
3292
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
3293
- </wp:postmeta>
3294
- <wp:postmeta>
3295
- <wp:meta_key><![CDATA[aux_title_bar_bread_bordered]]></wp:meta_key>
3296
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3297
- </wp:postmeta>
3298
- <wp:postmeta>
3299
- <wp:meta_key><![CDATA[aux_title_bar_bread_sep_style]]></wp:meta_key>
3300
- <wp:meta_value><![CDATA[slash]]></wp:meta_value>
3301
- </wp:postmeta>
3302
- <wp:postmeta>
3303
- <wp:meta_key><![CDATA[aux_title_bar_text_align]]></wp:meta_key>
3304
- <wp:meta_value><![CDATA[left]]></wp:meta_value>
3305
- </wp:postmeta>
3306
- <wp:postmeta>
3307
- <wp:meta_key><![CDATA[aux_title_bar_overlay_pattern]]></wp:meta_key>
3308
- <wp:meta_value><![CDATA[none]]></wp:meta_value>
3309
- </wp:postmeta>
3310
- <wp:postmeta>
3311
- <wp:meta_key><![CDATA[aux_title_bar_color_style]]></wp:meta_key>
3312
- <wp:meta_value><![CDATA[dark]]></wp:meta_value>
3313
- </wp:postmeta>
3314
- <wp:postmeta>
3315
- <wp:meta_key><![CDATA[aux_title_bar_bg_show]]></wp:meta_key>
3316
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3317
- </wp:postmeta>
3318
- <wp:postmeta>
3319
- <wp:meta_key><![CDATA[aux_title_bar_bg_parallax]]></wp:meta_key>
3320
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3321
- </wp:postmeta>
3322
- <wp:postmeta>
3323
- <wp:meta_key><![CDATA[aux_title_bar_bg_size]]></wp:meta_key>
3324
- <wp:meta_value><![CDATA[cover]]></wp:meta_value>
3325
- </wp:postmeta>
3326
- <wp:postmeta>
3327
- <wp:meta_key><![CDATA[_thumbnail_id]]></wp:meta_key>
3328
- <wp:meta_value><![CDATA[10]]></wp:meta_value>
3329
- </wp:postmeta>
3330
- <wp:comment>
3331
- <wp:comment_id>2</wp:comment_id>
3332
- <wp:comment_author><![CDATA[Maria Griffin]]></wp:comment_author>
3333
- <wp:comment_author_email><![CDATA[samsoindia2@hotmail.com]]></wp:comment_author_email>
3334
- <wp:comment_author_url></wp:comment_author_url>
3335
- <wp:comment_author_IP><![CDATA[5.63.149.100]]></wp:comment_author_IP>
3336
- <wp:comment_date><![CDATA[2016-07-03 08:12:26]]></wp:comment_date>
3337
- <wp:comment_date_gmt><![CDATA[2016-07-03 08:12:26]]></wp:comment_date_gmt>
3338
- <wp:comment_content><![CDATA[Omnicos directe al desirabilite de un nov lingua franca: On refusa continuar payar custosi traductores. At solmen va esser necessi far uniform grammatica, pronunciation e plu sommun paroles. Ma quande lingues coalesce, li grammatica del resultant lingue es plu simplic e regulari quam ti del coalescent lingues. Li nov lingua franca va esser plu simplic e regulari quam li existent Europan lingues. It va esser tam simplic quam Occidental in fact, it va esser Occidental.]]></wp:comment_content>
3339
- <wp:comment_approved><![CDATA[1]]></wp:comment_approved>
3340
- <wp:comment_type><![CDATA[]]></wp:comment_type>
3341
- <wp:comment_parent>0</wp:comment_parent>
3342
- <wp:comment_user_id>0</wp:comment_user_id>
3343
- </wp:comment>
3344
- <wp:comment>
3345
- <wp:comment_id>3</wp:comment_id>
3346
- <wp:comment_author><![CDATA[Robert Chambers]]></wp:comment_author>
3347
- <wp:comment_author_email><![CDATA[zojhokhbak@outlook.com]]></wp:comment_author_email>
3348
- <wp:comment_author_url></wp:comment_author_url>
3349
- <wp:comment_author_IP><![CDATA[5.63.149.100]]></wp:comment_author_IP>
3350
- <wp:comment_date><![CDATA[2016-07-03 08:12:46]]></wp:comment_date>
3351
- <wp:comment_date_gmt><![CDATA[2016-07-03 08:12:46]]></wp:comment_date_gmt>
3352
- <wp:comment_content><![CDATA[Ma quande lingues coalesce, li grammatica del resultant lingue es plu simplic e regulari quam ti del coalescent lingues. Li nov lingua franca va esser plu simplic e regulari quam li existent Europan lingues. It va esser tam simplic quam Occidental in fact, it va esser Occidental.]]></wp:comment_content>
3353
- <wp:comment_approved><![CDATA[1]]></wp:comment_approved>
3354
- <wp:comment_type><![CDATA[]]></wp:comment_type>
3355
- <wp:comment_parent>2</wp:comment_parent>
3356
- <wp:comment_user_id>0</wp:comment_user_id>
3357
- </wp:comment>
3358
- <wp:comment>
3359
- <wp:comment_id>4</wp:comment_id>
3360
- <wp:comment_author><![CDATA[Leona Thompson]]></wp:comment_author>
3361
- <wp:comment_author_email><![CDATA[jainygreeny@gmail.com]]></wp:comment_author_email>
3362
- <wp:comment_author_url>http://demo.averta.net/themes/phlox</wp:comment_author_url>
3363
- <wp:comment_author_IP><![CDATA[5.63.149.100]]></wp:comment_author_IP>
3364
- <wp:comment_date><![CDATA[2016-07-03 08:14:11]]></wp:comment_date>
3365
- <wp:comment_date_gmt><![CDATA[2016-07-03 08:14:11]]></wp:comment_date_gmt>
3366
- <wp:comment_content><![CDATA[Li lingues differe solmen in li grammatica, li pronunciation e li plu commun vocabules. Omnicos directe al desirabilite de un nov lingua franca: On refusa continuar payar custosi traductores. At solmen va esser necessi far uniform grammatica, pronunciation e plu sommun paroles. Ma quande lingues coalesce, li grammatica del resultant lingue es plu simplic e regulari quam ti del coalescent lingues. Li nov lingua franca va esser plu simplic e regulari quam li existent Europan lingues.]]></wp:comment_content>
3367
- <wp:comment_approved><![CDATA[1]]></wp:comment_approved>
3368
- <wp:comment_type><![CDATA[]]></wp:comment_type>
3369
- <wp:comment_parent>0</wp:comment_parent>
3370
- <wp:comment_user_id>0</wp:comment_user_id>
3371
- </wp:comment>
3372
- <wp:comment>
3373
- <wp:comment_id>5</wp:comment_id>
3374
- <wp:comment_author><![CDATA[Phillip Fredricks]]></wp:comment_author>
3375
- <wp:comment_author_email><![CDATA[oscartiger_324@hotmail.com]]></wp:comment_author_email>
3376
- <wp:comment_author_url></wp:comment_author_url>
3377
- <wp:comment_author_IP><![CDATA[5.63.149.100]]></wp:comment_author_IP>
3378
- <wp:comment_date><![CDATA[2016-07-03 08:14:32]]></wp:comment_date>
3379
- <wp:comment_date_gmt><![CDATA[2016-07-03 08:14:32]]></wp:comment_date_gmt>
3380
- <wp:comment_content><![CDATA[A un Angleso it va semblar un simplificat Angles, quam un skeptic Cambridge amico dit me que Occidental es. Li Europan lingues es membres del sam familie. Lor separat existentie es un myth. Por scientie, musica, sport etc, litot Europa usa li sam vocabular.]]></wp:comment_content>
3381
- <wp:comment_approved><![CDATA[1]]></wp:comment_approved>
3382
- <wp:comment_type><![CDATA[]]></wp:comment_type>
3383
- <wp:comment_parent>0</wp:comment_parent>
3384
- <wp:comment_user_id>0</wp:comment_user_id>
3385
- </wp:comment>
3386
- </item>
3387
- <item>
3388
- <title>Image Post Format</title>
3389
- <link>http://averta.net/phlox/wordpress-theme/demo/classic-blog/2016/03/18/image-post-format/</link>
3390
- <pubDate>Fri, 18 Mar 2016 04:52:55 +0000</pubDate>
3391
- <dc:creator><![CDATA[admin]]></dc:creator>
3392
- <guid isPermaLink="false">http://demo.averta.net/themes/phlox/demo1/?p=17</guid>
3393
- <description></description>
3394
- <content:encoded><![CDATA[The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words.
3395
-
3396
- If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental.
3397
-
3398
- To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words. If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages.
3399
-
3400
- The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family.
3401
- <blockquote>To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is. The European languages are members of the same family.</blockquote>
3402
- Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words.
3403
-
3404
- If several languages coalesce, the grammar of the resulting language is more simple and regular than that of the individual languages. The new common language will be more simple and regular than the existing European languages. It will be as simple as Occidental; in fact, it will be Occidental. To an English person, it will seem like simplified English, as a skeptical Cambridge friend of mine told me what Occidental is.The European languages are members of the same family. Their separate existence is a myth. For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ in their grammar, their pronunciation and their most common words. Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators.]]></content:encoded>
3405
- <excerpt:encoded><![CDATA[]]></excerpt:encoded>
3406
- <wp:post_id>17</wp:post_id>
3407
- <wp:post_date><![CDATA[2016-03-18 04:52:55]]></wp:post_date>
3408
- <wp:post_date_gmt><![CDATA[2016-03-18 04:52:55]]></wp:post_date_gmt>
3409
- <wp:comment_status><![CDATA[open]]></wp:comment_status>
3410
- <wp:ping_status><![CDATA[open]]></wp:ping_status>
3411
- <wp:post_name><![CDATA[image-post-format]]></wp:post_name>
3412
- <wp:status><![CDATA[publish]]></wp:status>
3413
- <wp:post_parent>0</wp:post_parent>
3414
- <wp:menu_order>0</wp:menu_order>
3415
- <wp:post_type><![CDATA[post]]></wp:post_type>
3416
- <wp:post_password><![CDATA[]]></wp:post_password>
3417
- <wp:is_sticky>0</wp:is_sticky>
3418
- <category domain="post_tag" nicename="people"><![CDATA[People]]></category>
3419
- <category domain="category" nicename="post-formats"><![CDATA[Post Formats]]></category>
3420
- <category domain="post_format" nicename="post-format-image"><![CDATA[Image]]></category>
3421
- <category domain="post_tag" nicename="tips-and-tricks"><![CDATA[Tips and Tricks]]></category>
3422
- <category domain="category" nicename="travel"><![CDATA[Travel]]></category>
3423
- <wp:postmeta>
3424
- <wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
3425
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
3426
- </wp:postmeta>
3427
- <wp:postmeta>
3428
- <wp:meta_key><![CDATA[_thumbnail_id]]></wp:meta_key>
3429
- <wp:meta_value><![CDATA[15]]></wp:meta_value>
3430
- </wp:postmeta>
3431
- <wp:postmeta>
3432
- <wp:meta_key><![CDATA[_format_link_url]]></wp:meta_key>
3433
- <wp:meta_value><![CDATA[]]></wp:meta_value>
3434
- </wp:postmeta>
3435
- <wp:postmeta>
3436
- <wp:meta_key><![CDATA[_format_quote_source_url]]></wp:meta_key>
3437
- <wp:meta_value><![CDATA[]]></wp:meta_value>
3438
- </wp:postmeta>
3439
- <wp:postmeta>
3440
- <wp:meta_key><![CDATA[_format_quote_source_name]]></wp:meta_key>
3441
- <wp:meta_value><![CDATA[]]></wp:meta_value>
3442
- </wp:postmeta>
3443
- <wp:postmeta>
3444
- <wp:meta_key><![CDATA[_format_audio_embed]]></wp:meta_key>
3445
- <wp:meta_value><![CDATA[]]></wp:meta_value>
3446
- </wp:postmeta>
3447
- <wp:postmeta>
3448
- <wp:meta_key><![CDATA[_format_video_embed]]></wp:meta_key>
3449
- <wp:meta_value><![CDATA[]]></wp:meta_value>
3450
- </wp:postmeta>
3451
- <wp:postmeta>
3452
- <wp:meta_key><![CDATA[show_content_top_margin]]></wp:meta_key>
3453
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
3454
- </wp:postmeta>
3455
- <wp:postmeta>
3456
- <wp:meta_key><![CDATA[_format_audio_player_skin]]></wp:meta_key>
3457
- <wp:meta_value><![CDATA[default]]></wp:meta_value>
3458
- </wp:postmeta>
3459
- <wp:postmeta>
3460
- <wp:meta_key><![CDATA[aux_title_bar_show]]></wp:meta_key>
3461
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3462
- </wp:postmeta>
3463
- <wp:postmeta>
3464
- <wp:meta_key><![CDATA[aux_title_bar_preset]]></wp:meta_key>
3465
- <wp:meta_value><![CDATA[normal_title_1]]></wp:meta_value>
3466
- </wp:postmeta>
3467
- <wp:postmeta>
3468
- <wp:meta_key><![CDATA[aux_title_bar_enable_customize]]></wp:meta_key>
3469
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3470
- </wp:postmeta>
3471
- <wp:postmeta>
3472
- <wp:meta_key><![CDATA[aux_title_bar_content_width_type]]></wp:meta_key>
3473
- <wp:meta_value><![CDATA[boxed]]></wp:meta_value>
3474
- </wp:postmeta>
3475
- <wp:postmeta>
3476
- <wp:meta_key><![CDATA[aux_title_bar_heading_bordered]]></wp:meta_key>
3477
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3478
- </wp:postmeta>
3479
- <wp:postmeta>
3480
- <wp:meta_key><![CDATA[aux_title_bar_heading_boxed]]></wp:meta_key>
3481
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3482
- </wp:postmeta>
3483
- <wp:postmeta>
3484
- <wp:meta_key><![CDATA[aux_title_bar_meta_enabled]]></wp:meta_key>
3485
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3486
- </wp:postmeta>
3487
- <wp:postmeta>
3488
- <wp:meta_key><![CDATA[aux_title_bar_bread_enabled]]></wp:meta_key>
3489
- <wp:meta_value><![CDATA[1]]></wp:meta_value>
3490
- </wp:postmeta>
3491
- <wp:postmeta>
3492
- <wp:meta_key><![CDATA[aux_title_bar_bread_bordered]]></wp:meta_key>
3493
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3494
- </wp:postmeta>
3495
- <wp:postmeta>
3496
- <wp:meta_key><![CDATA[aux_title_bar_bread_sep_style]]></wp:meta_key>
3497
- <wp:meta_value><![CDATA[slash]]></wp:meta_value>
3498
- </wp:postmeta>
3499
- <wp:postmeta>
3500
- <wp:meta_key><![CDATA[aux_title_bar_text_align]]></wp:meta_key>
3501
- <wp:meta_value><![CDATA[left]]></wp:meta_value>
3502
- </wp:postmeta>
3503
- <wp:postmeta>
3504
- <wp:meta_key><![CDATA[aux_title_bar_overlay_pattern]]></wp:meta_key>
3505
- <wp:meta_value><![CDATA[none]]></wp:meta_value>
3506
- </wp:postmeta>
3507
- <wp:postmeta>
3508
- <wp:meta_key><![CDATA[aux_title_bar_color_style]]></wp:meta_key>
3509
- <wp:meta_value><![CDATA[dark]]></wp:meta_value>
3510
- </wp:postmeta>
3511
- <wp:postmeta>
3512
- <wp:meta_key><![CDATA[aux_title_bar_bg_show]]></wp:meta_key>
3513
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3514
- </wp:postmeta>
3515
- <wp:postmeta>
3516
- <wp:meta_key><![CDATA[aux_title_bar_bg_parallax]]></wp:meta_key>
3517
- <wp:meta_value><![CDATA[0]]></wp:meta_value>
3518
- </wp:postmeta>
3519
- <wp:postmeta>
3520
- <wp:meta_key><![CDATA[aux_title_bar_bg_size]]></wp:meta_key>
3521
- <wp:meta_value><![CDATA[cover]]></wp:meta_value>
3522
- </wp:postmeta>
3523
- <wp:comment>
3524
- <wp:comment_id>6</wp:comment_id>
3525
- <wp:comment_author><![CDATA[Maria Griffin]]></wp:comment_author>
3526
- <wp:comment_author_email><![CDATA[samsoindia2@hotmail.com]]></wp:comment_author_email>
3527
- <wp:comment_author_url></wp:comment_author_url>
3528
- <wp:comment_author_IP><![CDATA[5.63.149.100]]></wp:comment_author_IP>
3529
- <wp:comment_date><![CDATA[2016-07-03 08:15:06]]></wp:comment_date>
3530
- <wp:comment_date_gmt><![CDATA[2016-07-03 08:15:06]]></wp:comment_date_gmt>
3531
- <wp:comment_content><![CDATA[Omnicos directe al desirabilite de un nov lingua franca: On refusa continuar payar custosi traductores. At solmen va esser necessi far uniform grammatica, pronunciation e plu sommun paroles. Ma quande lingues coalesce, li grammatica del resultant lingue es plu simplic e regulari quam ti del coalescent lingues. Li nov lingua franca va esser plu simplic e regulari quam li existent Europan lingues. It va esser tam simplic quam Occidental in fact, it va esser Occidental.]]></wp:comment_content>
3532
- <wp:comment_approved><![CDATA[1]]></wp:comment_approved>
3533
- <wp:comment_type><![CDATA[]]></wp:comment_type>
3534
- <wp:comment_parent>0</wp:comment_parent>
3535
- <wp:comment_user_id>0</wp:comment_user_id>
3536
- </wp:comment>
3537
- <wp:comment>
3538
- <wp:comment_id>7</wp:comment_id>
3539
- <wp:comment_author><![CDATA[Robert Chambers]]></wp:comment_author>
3540
- <wp:comment_author_email><![CDATA[zojhokhbak@outlook.com]]></wp:comment_author_email>
3541
- <wp:comment_author_url></wp:comment_author_url>
3542
- <wp:comment_author_IP><![CDATA[5.63.149.100]]></wp:comment_author_IP>
3543
- <wp:comment_date><![CDATA[2016-07-03 08:15:30]]></wp:comment_date>
3544
- <wp:comment_date_gmt><![CDATA[2016-07-03 08:15:30]]></wp:comment_date_gmt>
3545
- <wp:comment_content><![CDATA[Ma quande lingues coalesce, li grammatica del resultant lingue es plu simplic e regulari quam ti del coalescent lingues. Li nov lingua franca va esser plu simplic e regulari quam li existent Europan lingues. It va esser tam simplic quam Occidental in fact, it va esser Occidental.]]></wp:comment_content>
3546
- <wp:comment_approved><![CDATA[1]]></wp:comment_approved>
3547
- <wp:comment_type><![CDATA[]]></wp:comment_type>
3548
- <wp:comment_parent>6</wp:comment_parent>
3549
- <wp:comment_user_id>0</wp:comment_user_id>
3550
- </wp:comment>
3551
- <wp:comment>
3552
- <wp:comment_id>8</wp:comment_id>
3553
- <wp:comment_author><![CDATA[Leona Thompson]]></wp:comment_author>
3554
- <wp:comment_author_email><![CDATA[jainygreeny@gmail.com]]></wp:comment_author_email>
3555
- <wp:commen