Version Description
Download this release
Release Info
Developer | averta |
Plugin | ![]() |
Version | 2.4.9 |
Comparing to | |
See all releases |
Code changes from version 1.7.2 to 2.4.9
- LICENSE.txt +0 -621
- README.txt +192 -31
- admin/assets/css/editor.css +14 -0
- admin/assets/css/elementor-editor.css +296 -0
- admin/assets/css/elementor-widgets.css +4 -0
- admin/assets/images/visual-select/testimonial-1.svg +39 -0
- admin/assets/images/visual-select/testimonial-2.svg +39 -0
- admin/assets/images/visual-select/testimonial-3.svg +39 -0
- admin/assets/images/visual-select/testimonial-4.svg +39 -0
- admin/assets/images/visual-select/testimonial-5.svg +39 -0
- admin/assets/images/visual-select/testimonial-6.svg +39 -0
- admin/assets/images/visual-select/tile-1.svg +39 -0
- admin/assets/images/visual-select/tile-2.svg +39 -0
- admin/assets/images/visual-select/tile-3.svg +39 -0
- admin/assets/images/visual-select/tile-4.svg +39 -0
- admin/assets/images/visual-select/tile-5.svg +39 -0
- admin/assets/images/visual-select/tile-6.svg +39 -0
- admin/assets/images/visual-select/tile-7.svg +39 -0
- admin/assets/images/visual-select/tile-8.svg +39 -0
- admin/assets/images/welcome/LayerSlider-plugin.png +0 -0
- admin/assets/images/welcome/Ultimate_VC_Addons-plugin.png +0 -0
- admin/assets/images/welcome/activation.svg +1 -0
- admin/assets/images/welcome/auxin-pro-tools-plugin.png +0 -0
- admin/assets/images/welcome/auxin-shop-plugin.png +0 -0
- admin/assets/images/welcome/auxin-the-news-plugin.png +0 -0
- admin/assets/images/welcome/bdthemes-element-pack-plugin.png +0 -0
- admin/assets/images/welcome/completed.svg +117 -0
- admin/assets/images/welcome/convertplug-plugin.png +0 -0
- admin/assets/images/welcome/def-plugin.png +0 -0
- admin/assets/images/welcome/failed.svg +1 -0
- admin/assets/images/welcome/go_pricing-plugin.png +0 -0
- admin/assets/images/welcome/import-notice.svg +112 -0
- admin/assets/images/welcome/importing-cloud.svg +166 -0
- admin/assets/images/welcome/js_composer-plugin.png +0 -0
- admin/assets/images/welcome/loader.svg +16 -0
- admin/assets/images/welcome/logo.png +0 -0
- admin/assets/images/welcome/masterslider-plugin.png +0 -0
- admin/assets/images/welcome/more.svg +14 -0
- admin/assets/images/welcome/notice-icon.svg +1 -0
- admin/assets/images/welcome/pro-badge.png +0 -0
- admin/assets/images/welcome/rate-like.svg +46 -0
- admin/assets/images/welcome/revslider-plugin.png +0 -0
- admin/assets/images/welcome/rocket-pro.gif +0 -0
- admin/assets/images/welcome/success.svg +1 -0
- admin/assets/images/welcome/warning.png +0 -0
- admin/assets/images/welcome/waspthemes-yellow-pencil-plugin.png +0 -0
- admin/assets/images/wizard/customizer.png +0 -0
- admin/assets/images/wizard/frontpage-1.png +0 -0
- admin/assets/images/wizard/frontpage-2.png +0 -0
- admin/assets/images/wizard/frontpage-3.png +0 -0
- admin/assets/images/wizard/publish.png +0 -0
- admin/assets/images/wizard/start.png +0 -0
- admin/assets/js/elementor/editor.js +377 -0
- admin/assets/js/elementor/widgets.js +80 -0
- admin/assets/js/plugins.js +2611 -0
- admin/assets/js/plugins.min.js +1 -0
- admin/assets/js/scripts.js +9 -0
- admin/assets/js/solo/global.js +27 -0
- admin/assets/js/solo/visualselect.js +303 -0
- admin/includes/admin-ajax.php +338 -0
- admin/includes/admin-hooks.php +516 -274
- admin/includes/admin-the-functions.php +109 -231
- admin/includes/classes/class-auxels-admin-assets.php +0 -47
- admin/includes/classes/class-auxels-import-parser.php +0 -312
- admin/includes/classes/class-auxels-import.php +0 -155
- admin/includes/classes/class-auxels-plugin-check-update.php +152 -0
- admin/includes/classes/class-auxin-dashboard-notice.php +240 -0
- admin/includes/classes/class-auxin-license-activation.php +239 -0
- admin/includes/classes/class-auxin-notices.php +322 -0
- admin/includes/classes/class-auxin-upgrader-ajax-handlers.php +169 -0
- admin/includes/classes/class-auxin-upgrader-http-api.php +126 -0
- admin/includes/classes/class-auxin-upgrader-plugin.php +143 -0
- admin/includes/classes/class-auxin-upgrader-prepare.php +462 -0
- admin/includes/classes/class-auxin-upgrader-theme.php +142 -0
- admin/includes/compatibility/sliders/layerslider.php +13 -0
- admin/includes/compatibility/sliders/rev.php +11 -0
- admin/includes/compatibility/uvca/auxicon/auxin-front.css +3663 -0
- admin/includes/compatibility/uvca/auxicon/charmap.txt +917 -0
- admin/includes/compatibility/uvca/uvca.php +37 -0
- admin/includes/compatibility/wpml/integration-classes/accordion-items.php +50 -0
- admin/includes/compatibility/wpml/integration-classes/flexible-list.php +53 -0
- admin/includes/compatibility/wpml/integration-classes/tabs.php +50 -0
- admin/includes/compatibility/wpml/translate.php +199 -0
- admin/includes/index.php +12 -1
- admin/includes/metaboxes/metabox-fields-general-advanced.php +28 -2
- admin/includes/metaboxes/metabox-fields-general-footer.php +186 -0
- admin/includes/metaboxes/metabox-fields-general-header.php +822 -0
- admin/includes/metaboxes/metabox-fields-general-top-header.php +207 -0
- admin/includes/metaboxes/metabox-fields-page-template.php +40 -0
- admin/includes/metaboxes/metabox-fields-post-audio.php +3 -3
- admin/includes/metaboxes/metabox-fields-post-gallery.php +2 -2
- admin/includes/metaboxes/metabox-fields-post-quote.php +2 -2
- admin/includes/metaboxes/metabox-fields-post-video.php +3 -3
- assets/screenshot-1.png +0 -0
- assets/screenshot-2.jpg +0 -0
- assets/screenshot-3.png +0 -0
- assets/screenshot-4.png +0 -0
- assets/screenshot-5.png +0 -0
- assets/screenshot-6.png +0 -0
- assets/screenshot-7.png +0 -0
- assets/screenshot-8.png +0 -0
- assets/screenshot-9.png +0 -0
- auxin-elements.php +33 -11
- embeds/demos/classic-blog/banner.jpg +0 -0
- embeds/demos/classic-blog/data.xml +0 -3494
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://
|
4 |
License: GPLv3
|
5 |
License URI: http://www.gnu.org/licenses/gpl.html
|
6 |
-
Tags:
|
7 |
-
Requires PHP: 5.
|
8 |
Requires at least: 4.6
|
9 |
-
Tested up to:
|
10 |
-
Stable tag:
|
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
|
15 |
|
16 |
== Description ==
|
17 |
|
18 |
= Overview =
|
19 |
|
20 |
-
|
21 |
|
22 |
|
23 |
-
>[Demo on Phlox Theme](http://
|
24 |
-
|
25 |
|
26 |
|
27 |
= Features =
|
28 |
-
*
|
|
|
29 |
* Page builder Elements
|
30 |
-
*
|
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 |
-
|
43 |
-
|
44 |
-
* [
|
45 |
-
* [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
= Compatible Browsers =
|
48 |
|
49 |
-
*
|
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://
|
60 |
|
61 |
= Translation =
|
62 |
|
63 |
-
You can start translating this plugin from here: [online translation service](
|
64 |
|
65 |
|
66 |
== Installation ==
|
67 |
|
68 |
= Minimum Requirements =
|
69 |
|
70 |
-
* WordPress 4.
|
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://
|
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://
|
118 |
|
119 |
-
If you get stuck you can
|
120 |
|
121 |
= Will Phlox Core Elements work with my theme? =
|
122 |
-
No, Phlox Core Element only works on [Phlox Theme](http://
|
123 |
|
124 |
= Where can I report bugs? =
|
125 |
-
Bugs can be reported in our [support forums](http://
|
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 |
-
=
|
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. |