Compare commits
90 Commits
f9efa78efc
...
219d5b60b0
Author | SHA1 | Date |
---|---|---|
jorge | 219d5b60b0 | |
jorge | b4f5785ceb | |
jorge | 322fb0b683 | |
jorge | f34f5e3dfb | |
jorge | 5ab5baa8f5 | |
jorge | 4886490ef9 | |
jorge | bebeb0afff | |
jorge | b612a464f1 | |
jorge | 1b31cdf4b8 | |
jorge | 29849849ef | |
jorge | 032308252b | |
jorge | 7addbb6ed6 | |
jorge | 2f3caed771 | |
jorge | 2f4861857a | |
jorge | 8dc7d50403 | |
jorge | 96ada7b5c7 | |
jorge | 2171c18401 | |
jorge | 0b3227f54f | |
jorge | cde97cf526 | |
jorge | a232911d5e | |
jorge | c621ade809 | |
jorge | e35eb0f223 | |
jorge | 765904018c | |
jorge | ed9cb8d92a | |
jorge | 422b62edf2 | |
jorge | 510a92d4dd | |
jorge | e61ae7787a | |
jorge | 5071aa99a9 | |
jorge | c57a313185 | |
jorge | eba74110d2 | |
jorge | 406448faff | |
jorge | a9fe35c4eb | |
jorge | 164196db21 | |
jorge | 8c7ed17aa0 | |
jorge | bfe52af939 | |
jorge | dde4cf4f9b | |
jorge | f2fdebc680 | |
jorge | c45a94516f | |
jorge | 0ab8d777eb | |
jorge | 17912acdc4 | |
jorge | 7d44d111ea | |
jorge | 4c5fbefc99 | |
jorge | 23217498c5 | |
jorge | b02d072f54 | |
jorge | cc1441b34c | |
jorge | 30620b0743 | |
jorge | 8ea3ac084c | |
jorge | c26c85dfae | |
jorge | 05083d5f96 | |
jorge | effba9e575 | |
jorge | b083e86d79 | |
jorge | d65bfb35d3 | |
jorge | 6f41ee9d7d | |
jorge | 221fb8393b | |
jorge | b9275a0abb | |
jorge | e0bd632c29 | |
jorge | 4676445afa | |
jorge | 8bed7763f6 | |
jorge | 1dc052093a | |
jorge | 79cd3f78ff | |
jorge | 2e5d004522 | |
jorge | 7a2a92c589 | |
jorge | 86c753a7ff | |
jorge | a84bfeb0f6 | |
jorge | 839e0b27d1 | |
jorge | f73bd434a7 | |
jorge | 9f8e40aec0 | |
jorge | 3c8acf4beb | |
jorge | c12480e7ab | |
jorge | e7d417337a | |
jorge | 4748b3b4ac | |
jorge | f9ee128c15 | |
jorge | b9d3fcc9d0 | |
jorge | 9a37872926 | |
jorge | ebdee1ff01 | |
jorge | 834ad1a55d | |
jorge | fa41e57803 | |
jorge | 6d0791e03c | |
jorge | bffaa38328 | |
jorge | 391d999466 | |
jorge | cc45de2901 | |
jorge | ad5f8daf6a | |
jorge | 2474db20a0 | |
jorge | dedfd511da | |
jorge | 9dfc4c4c8e | |
jorge | 07bcae19e2 | |
jorge | 97d077b0c7 | |
jorge | a92d9c3967 | |
jorge | f277390d58 | |
jorge | 6e1a0f6ef0 |
|
@ -43,6 +43,9 @@ yarn-error.log*
|
||||||
lerna-debug.log*
|
lerna-debug.log*
|
||||||
.pnpm-debug.log*
|
.pnpm-debug.log*
|
||||||
|
|
||||||
|
# Backups
|
||||||
|
*backup*
|
||||||
|
|
||||||
# Diagnostic reports (https://nodejs.org/api/report.html)
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||||||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
||||||
|
|
||||||
|
|
8
404.php
8
404.php
|
@ -14,11 +14,11 @@ get_header();
|
||||||
|
|
||||||
<section class="error-404 not-found">
|
<section class="error-404 not-found">
|
||||||
<header class="page-header">
|
<header class="page-header">
|
||||||
<h1 class="page-title"><?php esc_html_e( 'Oops! That page can’t be found.', 'xarxaprod' ); ?></h1>
|
<h1 class="page-title"><?php esc_html_e( 'Ho sentim, aquesta pàgina no es vaig poder trobar.', 'xarxaprod' ); ?></h1>
|
||||||
</header><!-- .page-header -->
|
</header><!-- .page-header -->
|
||||||
|
|
||||||
<div class="page-content">
|
<div class="page-content">
|
||||||
<p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'xarxaprod' ); ?></p>
|
<p><?php esc_html_e( 'Sembla que no s’ha trobat res en aquest lloc. Potser provar un dels enllaços de sota o una cerca?', 'xarxaprod' ); ?></p>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
get_search_form();
|
get_search_form();
|
||||||
|
@ -27,7 +27,7 @@ get_header();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="widget widget_categories">
|
<div class="widget widget_categories">
|
||||||
<h2 class="widget-title"><?php esc_html_e( 'Most Used Categories', 'xarxaprod' ); ?></h2>
|
<h2 class="widget-title"><?php esc_html_e( 'Categories més utilitzades', 'xarxaprod' ); ?></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<?php
|
<?php
|
||||||
wp_list_categories(
|
wp_list_categories(
|
||||||
|
@ -45,7 +45,7 @@ get_header();
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
/* translators: %1$s: smiley */
|
/* translators: %1$s: smiley */
|
||||||
$xarxaprod_archive_content = '<p>' . sprintf( esc_html__( 'Try looking in the monthly archives. %1$s', 'xarxaprod' ), convert_smilies( ':)' ) ) . '</p>';
|
$xarxaprod_archive_content = '<p>' . sprintf( esc_html__( 'Potser buscant en els arxius mensuals. %1$s', 'xarxaprod' ), convert_smilies( ':)' ) ) . '</p>';
|
||||||
the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=</h2>$xarxaprod_archive_content" );
|
the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=</h2>$xarxaprod_archive_content" );
|
||||||
|
|
||||||
the_widget( 'WP_Widget_Tag_Cloud' );
|
the_widget( 'WP_Widget_Tag_Cloud' );
|
||||||
|
|
542
LICENSE
542
LICENSE
|
@ -1,235 +1,339 @@
|
||||||
GNU AFFERO GENERAL PUBLIC LICENSE
|
GNU GENERAL PUBLIC LICENSE
|
||||||
Version 3, 19 November 2007
|
Version 2, June 1991
|
||||||
|
|
||||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
|
||||||
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
Preamble
|
Preamble
|
||||||
|
|
||||||
The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software.
|
The licenses for most software are designed to take away your
|
||||||
|
freedom to share and change it. By contrast, the GNU General Public
|
||||||
The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users.
|
License is intended to guarantee your freedom to share and change free
|
||||||
|
software--to make sure the software is free for all its users. This
|
||||||
When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.
|
General Public License applies to most of the Free Software
|
||||||
|
Foundation's software and to any other program whose authors commit to
|
||||||
Developers that use our General Public Licenses protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License which gives you legal permission to copy, distribute and/or modify the software.
|
using it. (Some other Free Software Foundation software is covered by
|
||||||
|
the GNU Lesser General Public License instead.) You can apply it to
|
||||||
A secondary benefit of defending all users' freedom is that improvements made in alternate versions of the program, if they receive widespread use, become available for other developers to incorporate. Many developers of free software are heartened and encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public.
|
your programs, too.
|
||||||
|
|
||||||
The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code becomes available to the community. It requires the operator of a network server to provide the source code of the modified version running there to the users of that server. Therefore, public use of a modified version, on a publicly accessible server, gives the public access to the source code of the modified version.
|
When we speak of free software, we are referring to freedom, not
|
||||||
|
price. Our General Public Licenses are designed to make sure that you
|
||||||
An older license, called the Affero General Public License and published by Affero, was designed to accomplish similar goals. This is a different license, not a version of the Affero GPL, but Affero has released a new version of the Affero GPL which permits relicensing under this license.
|
have the freedom to distribute copies of free software (and charge for
|
||||||
|
this service if you wish), that you receive source code or can get it
|
||||||
The precise terms and conditions for copying, distribution and modification follow.
|
if you want it, that you can change the software or use pieces of it
|
||||||
|
in new free programs; and that you know you can do these things.
|
||||||
TERMS AND CONDITIONS
|
|
||||||
|
To protect your rights, we need to make restrictions that forbid
|
||||||
0. Definitions.
|
anyone to deny you these rights or to ask you to surrender the rights.
|
||||||
|
These restrictions translate to certain responsibilities for you if you
|
||||||
"This License" refers to version 3 of the GNU Affero General Public License.
|
distribute copies of the software, or if you modify it.
|
||||||
|
|
||||||
"Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.
|
For example, if you distribute copies of such a program, whether
|
||||||
|
gratis or for a fee, you must give the recipients all the rights that
|
||||||
"The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations.
|
you have. You must make sure that they, too, receive or can get the
|
||||||
|
source code. And you must show them these terms so they know their
|
||||||
To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work.
|
rights.
|
||||||
|
|
||||||
A "covered work" means either the unmodified Program or a work based on the Program.
|
We protect your rights with two steps: (1) copyright the software, and
|
||||||
|
(2) offer you this license which gives you legal permission to copy,
|
||||||
To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.
|
distribute and/or modify the software.
|
||||||
|
|
||||||
To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.
|
Also, for each author's protection and ours, we want to make certain
|
||||||
|
that everyone understands that there is no warranty for this free
|
||||||
An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.
|
software. If the software is modified by someone else and passed on, we
|
||||||
|
want its recipients to know that what they have is not the original, so
|
||||||
1. Source Code.
|
that any problems introduced by others will not reflect on the original
|
||||||
The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work.
|
authors' reputations.
|
||||||
|
|
||||||
A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.
|
Finally, any free program is threatened constantly by software
|
||||||
|
patents. We wish to avoid the danger that redistributors of a free
|
||||||
The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.
|
program will individually obtain patent licenses, in effect making the
|
||||||
|
program proprietary. To prevent this, we have made it clear that any
|
||||||
The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those
|
patent must be licensed for everyone's free use or not licensed at all.
|
||||||
subprograms and other parts of the work.
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.
|
modification follow.
|
||||||
|
|
||||||
The Corresponding Source for a work in source code form is that same work.
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
2. Basic Permissions.
|
|
||||||
All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.
|
0. This License applies to any program or other work which contains
|
||||||
|
a notice placed by the copyright holder saying it may be distributed
|
||||||
You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.
|
under the terms of this General Public License. The "Program", below,
|
||||||
|
refers to any such program or work, and a "work based on the Program"
|
||||||
Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.
|
means either the Program or any derivative work under copyright law:
|
||||||
|
that is to say, a work containing the Program or a portion of it,
|
||||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
either verbatim or with modifications and/or translated into another
|
||||||
No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.
|
language. (Hereinafter, translation is included without limitation in
|
||||||
|
the term "modification".) Each licensee is addressed as "you".
|
||||||
When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.
|
|
||||||
|
Activities other than copying, distribution and modification are not
|
||||||
4. Conveying Verbatim Copies.
|
covered by this License; they are outside its scope. The act of
|
||||||
You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.
|
running the Program is not restricted, and the output from the Program
|
||||||
|
is covered only if its contents constitute a work based on the
|
||||||
You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.
|
Program (independent of having been made by running the Program).
|
||||||
|
Whether that is true depends on what the Program does.
|
||||||
5. Conveying Modified Source Versions.
|
|
||||||
You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:
|
1. You may copy and distribute verbatim copies of the Program's
|
||||||
|
source code as you receive it, in any medium, provided that you
|
||||||
a) The work must carry prominent notices stating that you modified it, and giving a relevant date.
|
conspicuously and appropriately publish on each copy an appropriate
|
||||||
|
copyright notice and disclaimer of warranty; keep intact all the
|
||||||
b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices".
|
notices that refer to this License and to the absence of any warranty;
|
||||||
|
and give any other recipients of the Program a copy of this License
|
||||||
c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.
|
along with the Program.
|
||||||
|
|
||||||
d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.
|
You may charge a fee for the physical act of transferring a copy, and
|
||||||
|
you may at your option offer warranty protection in exchange for a fee.
|
||||||
A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.
|
|
||||||
|
2. You may modify your copy or copies of the Program or any portion
|
||||||
6. Conveying Non-Source Forms.
|
of it, thus forming a work based on the Program, and copy and
|
||||||
You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:
|
distribute such modifications or work under the terms of Section 1
|
||||||
|
above, provided that you also meet all of these conditions:
|
||||||
a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.
|
|
||||||
|
a) You must cause the modified files to carry prominent notices
|
||||||
b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.
|
stating that you changed the files and the date of any change.
|
||||||
|
|
||||||
c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.
|
b) You must cause any work that you distribute or publish, that in
|
||||||
|
whole or in part contains or is derived from the Program or any
|
||||||
d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.
|
part thereof, to be licensed as a whole at no charge to all third
|
||||||
|
parties under the terms of this License.
|
||||||
e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.
|
|
||||||
|
c) If the modified program normally reads commands interactively
|
||||||
A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.
|
when run, you must cause it, when started running for such
|
||||||
|
interactive use in the most ordinary way, to print or display an
|
||||||
A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.
|
announcement including an appropriate copyright notice and a
|
||||||
|
notice that there is no warranty (or else, saying that you provide
|
||||||
"Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.
|
a warranty) and that users may redistribute the program under
|
||||||
|
these conditions, and telling the user how to view a copy of this
|
||||||
If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).
|
License. (Exception: if the Program itself is interactive but
|
||||||
|
does not normally print such an announcement, your work based on
|
||||||
The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.
|
the Program is not required to print an announcement.)
|
||||||
|
|
||||||
Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.
|
These requirements apply to the modified work as a whole. If
|
||||||
|
identifiable sections of that work are not derived from the Program,
|
||||||
7. Additional Terms.
|
and can be reasonably considered independent and separate works in
|
||||||
"Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.
|
themselves, then this License, and its terms, do not apply to those
|
||||||
|
sections when you distribute them as separate works. But when you
|
||||||
When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.
|
distribute the same sections as part of a whole which is a work based
|
||||||
|
on the Program, the distribution of the whole must be on the terms of
|
||||||
Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:
|
this License, whose permissions for other licensees extend to the
|
||||||
|
entire whole, and thus to each and every part regardless of who wrote it.
|
||||||
a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or
|
|
||||||
|
Thus, it is not the intent of this section to claim rights or contest
|
||||||
b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or
|
your rights to work written entirely by you; rather, the intent is to
|
||||||
|
exercise the right to control the distribution of derivative or
|
||||||
c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or
|
collective works based on the Program.
|
||||||
|
|
||||||
d) Limiting the use for publicity purposes of names of licensors or authors of the material; or
|
In addition, mere aggregation of another work not based on the Program
|
||||||
|
with the Program (or with a work based on the Program) on a volume of
|
||||||
e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or
|
a storage or distribution medium does not bring the other work under
|
||||||
|
the scope of this License.
|
||||||
f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.
|
|
||||||
|
3. You may copy and distribute the Program (or a work based on it,
|
||||||
All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.
|
under Section 2) in object code or executable form under the terms of
|
||||||
|
Sections 1 and 2 above provided that you also do one of the following:
|
||||||
If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.
|
|
||||||
|
a) Accompany it with the complete corresponding machine-readable
|
||||||
Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.
|
source code, which must be distributed under the terms of Sections
|
||||||
|
1 and 2 above on a medium customarily used for software interchange; or,
|
||||||
8. Termination.
|
|
||||||
|
b) Accompany it with a written offer, valid for at least three
|
||||||
You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).
|
years, to give any third party, for a charge no more than your
|
||||||
|
cost of physically performing source distribution, a complete
|
||||||
However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.
|
machine-readable copy of the corresponding source code, to be
|
||||||
|
distributed under the terms of Sections 1 and 2 above on a medium
|
||||||
Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
|
customarily used for software interchange; or,
|
||||||
|
|
||||||
Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.
|
c) Accompany it with the information you received as to the offer
|
||||||
|
to distribute corresponding source code. (This alternative is
|
||||||
9. Acceptance Not Required for Having Copies.
|
allowed only for noncommercial distribution and only if you
|
||||||
|
received the program in object code or executable form with such
|
||||||
You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.
|
an offer, in accord with Subsection b above.)
|
||||||
|
|
||||||
10. Automatic Licensing of Downstream Recipients.
|
The source code for a work means the preferred form of the work for
|
||||||
|
making modifications to it. For an executable work, complete source
|
||||||
Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.
|
code means all the source code for all modules it contains, plus any
|
||||||
|
associated interface definition files, plus the scripts used to
|
||||||
An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.
|
control compilation and installation of the executable. However, as a
|
||||||
|
special exception, the source code distributed need not include
|
||||||
You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.
|
anything that is normally distributed (in either source or binary
|
||||||
|
form) with the major components (compiler, kernel, and so on) of the
|
||||||
11. Patents.
|
operating system on which the executable runs, unless that component
|
||||||
|
itself accompanies the executable.
|
||||||
A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version".
|
|
||||||
|
If distribution of executable or object code is made by offering
|
||||||
A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.
|
access to copy from a designated place, then offering equivalent
|
||||||
|
access to copy the source code from the same place counts as
|
||||||
Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.
|
distribution of the source code, even though third parties are not
|
||||||
|
compelled to copy the source along with the object code.
|
||||||
In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.
|
|
||||||
|
4. You may not copy, modify, sublicense, or distribute the Program
|
||||||
If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent
|
except as expressly provided under this License. Any attempt
|
||||||
license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.
|
otherwise to copy, modify, sublicense or distribute the Program is
|
||||||
|
void, and will automatically terminate your rights under this License.
|
||||||
If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.
|
However, parties who have received copies, or rights, from you under
|
||||||
|
this License will not have their licenses terminated so long as such
|
||||||
A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.
|
parties remain in full compliance.
|
||||||
|
|
||||||
Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.
|
5. You are not required to accept this License, since you have not
|
||||||
|
signed it. However, nothing else grants you permission to modify or
|
||||||
12. No Surrender of Others' Freedom.
|
distribute the Program or its derivative works. These actions are
|
||||||
|
prohibited by law if you do not accept this License. Therefore, by
|
||||||
If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may
|
modifying or distributing the Program (or any work based on the
|
||||||
not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.
|
Program), you indicate your acceptance of this License to do so, and
|
||||||
|
all its terms and conditions for copying, distributing or modifying
|
||||||
13. Remote Network Interaction; Use with the GNU General Public License.
|
the Program or works based on it.
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software. This Corresponding Source shall include the Corresponding Source for any work covered by version 3 of the GNU General Public License that is incorporated pursuant to the following paragraph.
|
6. Each time you redistribute the Program (or any work based on the
|
||||||
|
Program), the recipient automatically receives a license from the
|
||||||
Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the work with which it is combined will remain governed by version 3 of the GNU General Public License.
|
original licensor to copy, distribute or modify the Program subject to
|
||||||
|
these terms and conditions. You may not impose any further
|
||||||
14. Revised Versions of this License.
|
restrictions on the recipients' exercise of the rights granted herein.
|
||||||
|
You are not responsible for enforcing compliance by third parties to
|
||||||
The Free Software Foundation may publish revised and/or new versions of the GNU Affero General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
|
this License.
|
||||||
|
|
||||||
Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation.
|
7. If, as a consequence of a court judgment or allegation of patent
|
||||||
|
infringement or for any other reason (not limited to patent issues),
|
||||||
If the Program specifies that a proxy can decide which future versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.
|
conditions are imposed on you (whether by court order, agreement or
|
||||||
|
otherwise) that contradict the conditions of this License, they do not
|
||||||
Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.
|
excuse you from the conditions of this License. If you cannot
|
||||||
|
distribute so as to satisfy simultaneously your obligations under this
|
||||||
15. Disclaimer of Warranty.
|
License and any other pertinent obligations, then as a consequence you
|
||||||
|
may not distribute the Program at all. For example, if a patent
|
||||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
license would not permit royalty-free redistribution of the Program by
|
||||||
|
all those who receive copies directly or indirectly through you, then
|
||||||
16. Limitation of Liability.
|
the only way you could satisfy both it and this License would be to
|
||||||
|
refrain entirely from distribution of the Program.
|
||||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
|
||||||
|
If any portion of this section is held invalid or unenforceable under
|
||||||
17. Interpretation of Sections 15 and 16.
|
any particular circumstance, the balance of the section is intended to
|
||||||
|
apply and the section as a whole is intended to apply in other
|
||||||
If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.
|
circumstances.
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
It is not the purpose of this section to induce you to infringe any
|
||||||
|
patents or other property right claims or to contest validity of any
|
||||||
|
such claims; this section has the sole purpose of protecting the
|
||||||
|
integrity of the free software distribution system, which is
|
||||||
|
implemented by public license practices. Many people have made
|
||||||
|
generous contributions to the wide range of software distributed
|
||||||
|
through that system in reliance on consistent application of that
|
||||||
|
system; it is up to the author/donor to decide if he or she is willing
|
||||||
|
to distribute software through any other system and a licensee cannot
|
||||||
|
impose that choice.
|
||||||
|
|
||||||
|
This section is intended to make thoroughly clear what is believed to
|
||||||
|
be a consequence of the rest of this License.
|
||||||
|
|
||||||
|
8. If the distribution and/or use of the Program is restricted in
|
||||||
|
certain countries either by patents or by copyrighted interfaces, the
|
||||||
|
original copyright holder who places the Program under this License
|
||||||
|
may add an explicit geographical distribution limitation excluding
|
||||||
|
those countries, so that distribution is permitted only in or among
|
||||||
|
countries not thus excluded. In such case, this License incorporates
|
||||||
|
the limitation as if written in the body of this License.
|
||||||
|
|
||||||
|
9. The Free Software Foundation may publish revised and/or new versions
|
||||||
|
of the General Public License from time to time. Such new versions will
|
||||||
|
be similar in spirit to the present version, but may differ in detail to
|
||||||
|
address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the Program
|
||||||
|
specifies a version number of this License which applies to it and "any
|
||||||
|
later version", you have the option of following the terms and conditions
|
||||||
|
either of that version or of any later version published by the Free
|
||||||
|
Software Foundation. If the Program does not specify a version number of
|
||||||
|
this License, you may choose any version ever published by the Free Software
|
||||||
|
Foundation.
|
||||||
|
|
||||||
|
10. If you wish to incorporate parts of the Program into other free
|
||||||
|
programs whose distribution conditions are different, write to the author
|
||||||
|
to ask for permission. For software which is copyrighted by the Free
|
||||||
|
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||||
|
make exceptions for this. Our decision will be guided by the two goals
|
||||||
|
of preserving the free status of all derivatives of our free software and
|
||||||
|
of promoting the sharing and reuse of software generally.
|
||||||
|
|
||||||
|
NO WARRANTY
|
||||||
|
|
||||||
|
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||||
|
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||||
|
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||||
|
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||||
|
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||||
|
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||||
|
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||||
|
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||||
|
REPAIR OR CORRECTION.
|
||||||
|
|
||||||
|
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||||
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||||
|
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||||
|
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||||
|
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||||
|
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||||
|
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||||
|
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||||
|
POSSIBILITY OF SUCH DAMAGES.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
How to Apply These Terms to Your New Programs
|
How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
|
If you develop a new program, and you want it to be of the greatest
|
||||||
|
possible use to the public, the best way to achieve this is to make it
|
||||||
|
free software which everyone can redistribute and change under these terms.
|
||||||
|
|
||||||
To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
|
To do so, attach the following notices to the program. It is safest
|
||||||
|
to attach them to the start of each source file to most effectively
|
||||||
|
convey the exclusion of warranty; and each file should have at least
|
||||||
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
<one line to give the program's name and a brief idea of what it does.>
|
{description}
|
||||||
Copyright (C) <year> <name of author>
|
Copyright (C) {year} {fullname}
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
Also add information on how to contact you by electronic and paper mail.
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
If your software can interact with users remotely through a computer network, you should also make sure that it provides a way for users to get its source. For example, if your program is a web application, its interface could display a "Source" link that leads users to an archive of the code. There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements.
|
If the program is interactive, make it output a short notice like this
|
||||||
|
when it starts in an interactive mode:
|
||||||
|
|
||||||
You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see <http://www.gnu.org/licenses/>.
|
Gnomovision version 69, Copyright (C) year name of author
|
||||||
|
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
|
This is free software, and you are welcome to redistribute it
|
||||||
|
under certain conditions; type `show c' for details.
|
||||||
|
|
||||||
|
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||||
|
parts of the General Public License. Of course, the commands you use may
|
||||||
|
be called something other than `show w' and `show c'; they could even be
|
||||||
|
mouse-clicks or menu items--whatever suits your program.
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or your
|
||||||
|
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||||
|
necessary. Here is a sample; alter the names:
|
||||||
|
|
||||||
|
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||||
|
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||||
|
|
||||||
|
{signature of Ty Coon}, 1 April 1989
|
||||||
|
Ty Coon, President of Vice
|
||||||
|
|
||||||
|
This General Public License does not permit incorporating your program into
|
||||||
|
proprietary programs. If your program is a subroutine library, you may
|
||||||
|
consider it more useful to permit linking proprietary applications with the
|
||||||
|
library. If this is what you want to do, use the GNU Lesser General
|
||||||
|
Public License instead of this License.
|
||||||
|
|
2417
adminstyles.css
2417
adminstyles.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -1,106 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* The template for displaying archive custom post type ajut
|
|
||||||
*
|
|
||||||
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
|
||||||
*
|
|
||||||
* @package Xarxaprod_theme
|
|
||||||
*/
|
|
||||||
|
|
||||||
get_header();
|
|
||||||
?>
|
|
||||||
|
|
||||||
<main id="primary" class="site-main">
|
|
||||||
|
|
||||||
<section id="filteredfunds" class="xarxaprod-filtered-funds xarxaprod-ajuts-filtrats">
|
|
||||||
|
|
||||||
<aside id="fundsfilter" class="xarxaprod-filter-funds xarxaprod-fitre-ajuts">
|
|
||||||
|
|
||||||
<div id="arhive-filters" class="xarxaprod-filters">
|
|
||||||
<?php
|
|
||||||
// output all possible values of a checkbox
|
|
||||||
$groupkey = "group_63ab636898703"; // write here the key for the group of fields from acf
|
|
||||||
if( $groupkey){
|
|
||||||
//echo '<h6>check the groupkey <span style="color: #00b">' . $groupkey . '</span></h6>';
|
|
||||||
$groupkey_fields = acf_get_fields($groupkey);
|
|
||||||
foreach( $groupkey_fields as $field_key ) {
|
|
||||||
if( $field_key['type'] == 'checkbox' ){
|
|
||||||
//echo '<span style="color: #00b">' . ($field_key['key']) . '</span><br/>';
|
|
||||||
//echo '<span style="color: #00b">' . ($field_key['label']) . '</span><br/>';
|
|
||||||
//echo '<span style="color: #00b">' . ($field_key['name']) . '</span><br/>';
|
|
||||||
// https://wordpress.stackexchange.com/a/102915
|
|
||||||
//$field_key = "field_XXXXXX";// the acf field key unic numbers
|
|
||||||
$field_key = $field_key['key'];
|
|
||||||
$fields = get_field_object($field_key);
|
|
||||||
|
|
||||||
if( $fields )
|
|
||||||
{
|
|
||||||
// check for values in url
|
|
||||||
foreach( $GLOBALS['my_query_filters'] as $key => $fieldname ):
|
|
||||||
|
|
||||||
// set value if available
|
|
||||||
if( isset($_GET[ $fieldname ]) ) {
|
|
||||||
|
|
||||||
$filteredvalues['value'] = explode(',', $_GET[ $fieldname ]);
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
// construct the checkboxes
|
|
||||||
if( $fieldname == $fields['name']) {
|
|
||||||
echo '<nav id="fund-filter" class="xarxaprod-filter ' . $fields['name'] . '">' ;
|
|
||||||
echo '<h5>' . $fields['label'] . '</h5>';
|
|
||||||
echo '<ul>';
|
|
||||||
|
|
||||||
foreach( $fields['choices'] as $choicevalue => $choicelabel ) {
|
|
||||||
echo '<li>';
|
|
||||||
echo '<input type="checkbox" ';
|
|
||||||
echo ' value="' . $choicevalue . '" ';
|
|
||||||
if( in_array($choicevalue,$filteredvalues['value']) ):
|
|
||||||
echo ' checked="checked" ';
|
|
||||||
endif;
|
|
||||||
echo ' />';
|
|
||||||
echo $choicelabel;
|
|
||||||
echo '</li>';
|
|
||||||
}
|
|
||||||
echo '</ul>';
|
|
||||||
echo '</nav>';
|
|
||||||
};
|
|
||||||
// end of construct checkboxes
|
|
||||||
|
|
||||||
endforeach;
|
|
||||||
// end check for values in url
|
|
||||||
}
|
|
||||||
};//end if type checkbox
|
|
||||||
};//end foreach groupkey field
|
|
||||||
};//end if groupkey
|
|
||||||
?>
|
|
||||||
|
|
||||||
<?php //endforeach; ?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</aside>
|
|
||||||
|
|
||||||
<content class="archive-posts <?php xarxaprod_class_posttype(); ?>">
|
|
||||||
|
|
||||||
<?php if ( have_posts() ) : ?>
|
|
||||||
<?php while ( have_posts() ) : the_post();
|
|
||||||
|
|
||||||
get_template_part( 'template-parts/section', 'eachpost' );
|
|
||||||
|
|
||||||
endwhile;
|
|
||||||
|
|
||||||
|
|
||||||
else :
|
|
||||||
|
|
||||||
get_template_part( 'template-parts/content', 'none' );
|
|
||||||
|
|
||||||
endif;
|
|
||||||
?>
|
|
||||||
|
|
||||||
</content>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</main><!-- #main -->
|
|
||||||
|
|
||||||
<?php
|
|
||||||
get_footer();
|
|
|
@ -0,0 +1,54 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* The template for displaying archive custom post type xarxaprod-ajut
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Xarxaprod_theme
|
||||||
|
*/
|
||||||
|
|
||||||
|
get_header();
|
||||||
|
?>
|
||||||
|
<!-- archive-xarxaprod-ajut-php -->
|
||||||
|
<main id="primary" class="site-main">
|
||||||
|
<?php
|
||||||
|
// Detect plugin. For use on Front End only.
|
||||||
|
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
||||||
|
// check for plugin using plugin name
|
||||||
|
if ( is_plugin_active( 'xarxaprod-wp-plugin/xarxaprod-wp-plugin.php' ) ) {
|
||||||
|
//plugin is activated do
|
||||||
|
?>
|
||||||
|
|
||||||
|
<section id="filteredfunds" class="xarxaprod-filtered-content xarxaprod-filtered-funds xarxaprod-ajuts-filtrats">
|
||||||
|
<aside id="fundsfilter" class="xarxaprod-filter-funds xarxaprod-filtre-ajuts">
|
||||||
|
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if ( is_plugin_active( 'xarxaprod-wp-plugin/xarxaprod-wp-plugin.php' ) ) { // if plugin active do?>
|
||||||
|
<?php xarxaprod_ajuts_filters_form(); // function defined in the plugin ?>
|
||||||
|
<?php } //end if is_plugin_active ?>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
<content class="archive-posts <?php xarxaprod_class_posttype(); ?>">
|
||||||
|
|
||||||
|
<?php if ( have_posts() ) : ?>
|
||||||
|
<?php while ( have_posts() ) : the_post();
|
||||||
|
|
||||||
|
get_template_part( 'template-parts/section', 'eachfund' );
|
||||||
|
|
||||||
|
endwhile;
|
||||||
|
|
||||||
|
the_posts_navigation();
|
||||||
|
|
||||||
|
else :
|
||||||
|
|
||||||
|
get_template_part( 'template-parts/content', 'none' );
|
||||||
|
|
||||||
|
endif;
|
||||||
|
?>
|
||||||
|
|
||||||
|
</content>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<?php } //end plugin is activated do ?>
|
||||||
|
</main><!-- #main -->
|
||||||
|
|
||||||
|
<?php
|
||||||
|
get_footer();
|
|
@ -0,0 +1,54 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* The template for displaying archive custom post type xarxaprod-associat
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Xarxaprod_theme
|
||||||
|
*/
|
||||||
|
|
||||||
|
get_header();
|
||||||
|
?>
|
||||||
|
<!-- archive-xarxaprod-associat-php -->
|
||||||
|
<main id="primary" class="site-main">
|
||||||
|
<?php
|
||||||
|
// Detect plugin. For use on Front End only.
|
||||||
|
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
||||||
|
// check for plugin using plugin name
|
||||||
|
if ( is_plugin_active( 'xarxaprod-wp-plugin/xarxaprod-wp-plugin.php' ) ) {
|
||||||
|
//plugin is activated do
|
||||||
|
?>
|
||||||
|
|
||||||
|
<section id="filteredassociats" class="xarxaprod-filtered-content xarxaprod-filtered-associats xarxaprod-associats-filtrats">
|
||||||
|
<aside id="associatsfilter" class="xarxaprod-filter-associats xarxaprod-filtre-associats">
|
||||||
|
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if ( is_plugin_active( 'xarxaprod-wp-plugin/xarxaprod-wp-plugin.php' ) ) { // if plugin active do?>
|
||||||
|
<?php xarxaprod_associats_filters_form(); // function defined in the plugin ?>
|
||||||
|
<?php } //end if is_plugin_active ?>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
<content class="archive-posts <?php xarxaprod_class_posttype(); ?>">
|
||||||
|
|
||||||
|
<?php if ( have_posts() ) : ?>
|
||||||
|
<?php while ( have_posts() ) : the_post();
|
||||||
|
|
||||||
|
get_template_part( 'template-parts/section', 'eachmember' );
|
||||||
|
|
||||||
|
endwhile;
|
||||||
|
|
||||||
|
the_posts_navigation();
|
||||||
|
|
||||||
|
else :
|
||||||
|
|
||||||
|
get_template_part( 'template-parts/content', 'none' );
|
||||||
|
|
||||||
|
endif;
|
||||||
|
?>
|
||||||
|
|
||||||
|
</content>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<?php } //end plugin is activated do ?>
|
||||||
|
</main><!-- #main -->
|
||||||
|
|
||||||
|
<?php
|
||||||
|
get_footer();
|
|
@ -0,0 +1,54 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* The template for displaying archive custom post type xarxaprod-convo
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Xarxaprod_theme
|
||||||
|
*/
|
||||||
|
|
||||||
|
get_header();
|
||||||
|
?>
|
||||||
|
<!-- archive-xarxaprod-convo-php -->
|
||||||
|
<main id="primary" class="site-main">
|
||||||
|
<?php
|
||||||
|
// Detect plugin. For use on Front End only.
|
||||||
|
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
||||||
|
// check for plugin using plugin name
|
||||||
|
if ( is_plugin_active( 'xarxaprod-wp-plugin/xarxaprod-wp-plugin.php' ) ) {
|
||||||
|
//plugin is activated do
|
||||||
|
?>
|
||||||
|
|
||||||
|
<section id="filteredcall" class="xarxaprod-filtered-content xarxaprod-filtered-convos xarxaprod-convos-filtrats">
|
||||||
|
<aside id="convosfilter" class="xarxaprod-filter-convos xarxaprod-filtre-convos">
|
||||||
|
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if ( is_plugin_active( 'xarxaprod-wp-plugin/xarxaprod-wp-plugin.php' ) ) { // if plugin active do?>
|
||||||
|
<?php xarxaprod_convos_filters_form(); // function defined in the plugin ?>
|
||||||
|
<?php } //end if is_plugin_active ?>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
<content class="archive-posts <?php xarxaprod_class_posttype(); ?>">
|
||||||
|
|
||||||
|
<?php if ( have_posts() ) : ?>
|
||||||
|
<?php while ( have_posts() ) : the_post();
|
||||||
|
|
||||||
|
get_template_part( 'template-parts/section', 'eachconvo' );
|
||||||
|
|
||||||
|
endwhile;
|
||||||
|
|
||||||
|
the_posts_navigation();
|
||||||
|
|
||||||
|
else :
|
||||||
|
|
||||||
|
get_template_part( 'template-parts/content', 'none' );
|
||||||
|
|
||||||
|
endif;
|
||||||
|
?>
|
||||||
|
|
||||||
|
</content>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<?php } //end plugin is activated do ?>
|
||||||
|
</main><!-- #main -->
|
||||||
|
|
||||||
|
<?php
|
||||||
|
get_footer();
|
|
@ -31,13 +31,15 @@ get_header();
|
||||||
|
|
||||||
endwhile;
|
endwhile;
|
||||||
|
|
||||||
echo '</content>';//end content ajuts
|
|
||||||
the_posts_navigation();
|
the_posts_navigation();
|
||||||
|
echo '</content>';//end content ajuts
|
||||||
|
|
||||||
else :
|
else :
|
||||||
get_template_part( 'template-parts/content', 'none' );
|
get_template_part( 'template-parts/content', 'none' );
|
||||||
|
|
||||||
endif;
|
endif;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
</main><!-- #main -->
|
</main><!-- #main -->
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" ?>
|
||||||
|
<svg width="" height="" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<title/>
|
||||||
|
<g id="download">
|
||||||
|
<path d="M3,12.3v7a2,2,0,0,0,2,2H19a2,2,0,0,0,2-2v-7" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||||
|
<polyline data-name="Right" fill="none" id="Right-2" points="7.9 12.3 12 16.3 16.1 12.3" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||||
|
<line fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="12" x2="12" y1="2.7" y2="14.2"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 608 B |
|
@ -0,0 +1,39 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Xarxaprod_theme
|
||||||
|
* @since 1.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
get_header();
|
||||||
|
?>
|
||||||
|
|
||||||
|
<main id="primary" class="site-main">
|
||||||
|
|
||||||
|
<?php if( in_category('faq') ) : ?>
|
||||||
|
<?php xarxaprod_display_faqs_labels(); ?>
|
||||||
|
<?php xarxaprod_display_faqs_search(); ?>
|
||||||
|
|
||||||
|
<?php endif; //end if is_category faq ?>
|
||||||
|
<content class="archive-posts ">
|
||||||
|
<?php if ( have_posts() ) : ?>
|
||||||
|
<?php while ( have_posts() ) : the_post();
|
||||||
|
|
||||||
|
get_template_part( 'template-parts/section', 'eachpost' );
|
||||||
|
|
||||||
|
endwhile;
|
||||||
|
|
||||||
|
the_posts_navigation();
|
||||||
|
|
||||||
|
else :
|
||||||
|
get_template_part( 'template-parts/content', 'none' );
|
||||||
|
|
||||||
|
endif;
|
||||||
|
?>
|
||||||
|
</content>
|
||||||
|
</main><!-- #main -->
|
||||||
|
|
||||||
|
<?php
|
||||||
|
get_sidebar();
|
||||||
|
get_footer();
|
21
footer.php
21
footer.php
|
@ -10,26 +10,19 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<footer id="colophon" class="site-footer">
|
<footer id="colophon" class="site-footer">
|
||||||
<div class="site-info">
|
<div class="site-info">
|
||||||
<?php dynamic_sidebar( 'footer' ); ?>
|
<?php dynamic_sidebar( 'footer-widgets' ); ?>
|
||||||
<!--a href="<?php //echo esc_url( __( 'https://wordpress.org/', 'xarxaprod' ) ); ?>">
|
|
||||||
<?php
|
|
||||||
/* translators: %s: CMS name, i.e. WordPress. */
|
|
||||||
//printf( esc_html__( 'Proudly powered by %s', 'xarxaprod' ), 'WordPress' );
|
|
||||||
?>
|
|
||||||
</a-->
|
|
||||||
<!--span class="sep"></span-->
|
|
||||||
<?php
|
|
||||||
/* translators: 1: Theme name, 2: Theme author. */
|
|
||||||
//printf( esc_html__( 'Theme: %1$s by %2$s.', 'xarxaprod' ), 'xarxaprod', '<a href="https://vitrubio.net">jorge-vitrubio.net</a>' );
|
|
||||||
?>
|
|
||||||
</div><!-- .site-info -->
|
</div><!-- .site-info -->
|
||||||
</footer><!-- #colophon -->
|
</footer><!-- #colophon -->
|
||||||
</div><!-- #page -->
|
</div><!-- #page -->
|
||||||
|
|
||||||
<?php wp_footer(); ?>
|
<?php wp_footer(); ?>
|
||||||
|
<div class="liquid-bubbles">
|
||||||
|
<div class="bubbles bubble-01"></div>
|
||||||
|
<div class="bubbles bubble-02"></div>
|
||||||
|
<div class="bubbles bubble-03"></div>
|
||||||
|
<div class="bubbles bubble-04"></div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
if ( ! defined( '_S_VERSION' ) ) {
|
if ( ! defined( '_S_VERSION' ) ) {
|
||||||
// Replace the version number of the theme on each release.
|
// Replace the version number of the theme on each release.
|
||||||
define( '_S_VERSION', '1.0.0' );
|
define( '_S_VERSION', '1.0.1' );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -44,7 +44,7 @@ function xarxaprod_setup() {
|
||||||
*
|
*
|
||||||
* @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/
|
* @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/
|
||||||
*/
|
*/
|
||||||
// add_theme_support( 'post-thumbnails' );
|
add_theme_support( 'post-thumbnails' );
|
||||||
|
|
||||||
// This theme uses wp_nav_menu()
|
// This theme uses wp_nav_menu()
|
||||||
register_nav_menus(
|
register_nav_menus(
|
||||||
|
@ -127,17 +127,31 @@ require get_template_directory() . '/inc/widgets-register.php';
|
||||||
/**
|
/**
|
||||||
* Enqueue scripts and styles.
|
* Enqueue scripts and styles.
|
||||||
*/
|
*/
|
||||||
function xarxaprod_scripts() {
|
function xarxaprod_theme_scripts() {
|
||||||
wp_enqueue_style( 'xarxaprod-style', get_stylesheet_uri(), array(), _S_VERSION );
|
wp_enqueue_style( 'xarxaprod-style', get_stylesheet_uri(), array(), _S_VERSION );
|
||||||
|
//https://developer.wordpress.org/reference/functions/wp_enqueue_style/#comment-2056
|
||||||
|
//wp_enqueue_style('main-styles', get_template_directory_uri() . '/css/style.css', array(), filemtime(get_template_directory() . '/css/style.css'), false);
|
||||||
|
//wp_enqueue_style( 'xarxaprod-style', get_stylesheet_uri(), array(), filemtime(get_stylesheet_uri() . 'style.css'), false);
|
||||||
wp_style_add_data( 'xarxaprod-style', 'rtl', 'replace' );
|
wp_style_add_data( 'xarxaprod-style', 'rtl', 'replace' );
|
||||||
|
|
||||||
|
// https://stackoverflow.com/a/24994304
|
||||||
|
// deregister default jQuery included with Wordpress
|
||||||
|
//wp_deregister_script( 'jquery' );
|
||||||
|
// register our jQuery minified from theme directory
|
||||||
|
//wp_enqueue_script('jquery', get_template_directory_uri().'/js/jquery.min.js', array(),'3.7.1',true);
|
||||||
|
|
||||||
|
// navigation scripts
|
||||||
wp_enqueue_script( 'xarxaprod-navigation', get_template_directory_uri() . '/js/navigation.js', array(), _S_VERSION, true );
|
wp_enqueue_script( 'xarxaprod-navigation', get_template_directory_uri() . '/js/navigation.js', array(), _S_VERSION, true );
|
||||||
|
|
||||||
|
// scroll detection script
|
||||||
|
// https://css-tricks.com/styling-based-on-scroll-position/
|
||||||
|
wp_enqueue_script( 'xarxaprod-scrollposition', get_template_directory_uri() . '/js/scrollposition.js', array(), _S_VERSION, true );
|
||||||
|
|
||||||
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
|
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
|
||||||
wp_enqueue_script( 'comment-reply' );
|
wp_enqueue_script( 'comment-reply' );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
add_action( 'wp_enqueue_scripts', 'xarxaprod_scripts' );
|
add_action( 'wp_enqueue_scripts', 'xarxaprod_theme_scripts' );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implement the Custom Header feature.
|
* Implement the Custom Header feature.
|
||||||
|
@ -171,6 +185,11 @@ if ( defined( 'JETPACK__VERSION' ) ) {
|
||||||
*/
|
*/
|
||||||
require get_template_directory() . '/inc/login-functions.php';
|
require get_template_directory() . '/inc/login-functions.php';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Functions to modify user role capabilities
|
||||||
|
*/
|
||||||
|
require get_template_directory() . '/inc/user-role-capabilities-mod.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Functions to personalize the_archive_title() function
|
* Functions to personalize the_archive_title() function
|
||||||
*/
|
*/
|
||||||
|
@ -181,9 +200,3 @@ require get_template_directory() . '/inc/archive-title.php';
|
||||||
* Functions to add admin styles
|
* Functions to add admin styles
|
||||||
*/
|
*/
|
||||||
require get_template_directory() . '/inc/admin-style.php';
|
require get_template_directory() . '/inc/admin-style.php';
|
||||||
|
|
||||||
/**
|
|
||||||
* Function to add filter in xarxaprod-ajut custom post
|
|
||||||
*/
|
|
||||||
// moved to plugin on 2023 01 05
|
|
||||||
//require get_template_directory() . '/inc/xarxaprod-ajut-filter.php';
|
|
||||||
|
|
60
header.php
60
header.php
|
@ -29,14 +29,21 @@
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<div class="site-branding">
|
<div class="site-branding">
|
||||||
<?php
|
<?php
|
||||||
the_custom_logo();
|
// the_custom_logo();
|
||||||
|
// https://developer.wordpress.org/reference/functions/the_custom_logo/#comment-2037
|
||||||
|
if( has_custom_logo() ):
|
||||||
|
$image = wp_get_attachment_image_src( get_theme_mod( 'custom_logo' ), 'full' );
|
||||||
|
?>
|
||||||
|
<a href="<?php echo site_url(); ?>" title="<?php echo get_bloginfo('name') . ' // ' . get_bloginfo('description'); ?>" class="custom-logo-link"><img class="custom-logo" src="<?php echo esc_url( $image[0] ); ?>" /></a>
|
||||||
|
<?php
|
||||||
|
endif;
|
||||||
if ( is_front_page() && is_home() ) :
|
if ( is_front_page() && is_home() ) :
|
||||||
?>
|
?>
|
||||||
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
|
<h1 class="site-title"><a href="https://xarxaprod.cat" title="Xarxa d’espais de procucció i creació de Catalunya">Xarxaprod</a></h1>
|
||||||
<?php
|
<?php
|
||||||
else :
|
else :
|
||||||
?>
|
?>
|
||||||
<p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p>
|
<p class="site-title"><a href="https://xarxaprod.cat" title="Xarxa d’espais de procucció i creació de Catalunya">Xarxaprod</a></p>
|
||||||
<?php
|
<?php
|
||||||
endif;
|
endif;
|
||||||
$xarxaprod_description = get_bloginfo( 'description', 'display' );
|
$xarxaprod_description = get_bloginfo( 'description', 'display' );
|
||||||
|
@ -47,7 +54,10 @@
|
||||||
</div><!-- .site-branding -->
|
</div><!-- .site-branding -->
|
||||||
|
|
||||||
<nav id="site-navigation-main" class="main-navigation">
|
<nav id="site-navigation-main" class="main-navigation">
|
||||||
<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false"><?php esc_html_e( 'Menu XarxaProd', 'xarxaprod' ); ?></button>
|
<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false">
|
||||||
|
<?php esc_html_e( 'Menu', 'xarxaprod' ); ?>
|
||||||
|
</button>
|
||||||
|
<section class="main-navigation-content">
|
||||||
<?php
|
<?php
|
||||||
wp_nav_menu(
|
wp_nav_menu(
|
||||||
array(
|
array(
|
||||||
|
@ -55,29 +65,35 @@
|
||||||
'menu_id' => 'primary-menu',
|
'menu_id' => 'primary-menu',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
|
</section>
|
||||||
</nav><!--primary #site-navigation -->
|
</nav><!--primary #site-navigation -->
|
||||||
</div>
|
</div>
|
||||||
<div class="secondary">
|
<div class="secondary">
|
||||||
<nav id="site-navigation-secondary" class="site-navigation secondary-navigation toogle-secondary-navigation">
|
<?php
|
||||||
<legend class="hide-content">menu</legend>
|
// <nav id="site-navigation-secondary" class="site-navigation secondary-navigation toggle-secondary-navigation">
|
||||||
<input id="hide-menu-mobile" class="hide-not-mobile toogle" name="toogle" type="radio">
|
// <legend class="hide-content">menu</legend>
|
||||||
<label for="show-menu-mobile" class="hide-not-mobile toogle-show"><span class="hide-content">open</span></label>
|
// <input id="hide-menu-mobile" class="hide-not-mobile toggle" name="toggle" type="radio">
|
||||||
<input id="show-menu-mobile" class="hide-not-mobile toogle" name="toogle" type="radio">
|
// <label for="show-menu-mobile" class="hide-not-mobile toggle-show"><span class="hide-content">open</span></label>
|
||||||
<div class="toogled-menu">
|
// <input id="show-menu-mobile" class="hide-not-mobile toggle" name="toggle" type="radio">
|
||||||
<label for="hide-menu-mobile" class="hide-not-mobile toogle-hide"><span class="hide-content">close</span></label>
|
// <div class="toggled-menu">
|
||||||
|
// <label for="hide-menu-mobile" class="hide-not-mobile toggle-hide"><span class="hide-content">close</span></label>
|
||||||
|
// <section class="secondary-navigation-content">
|
||||||
|
;?>
|
||||||
<?php // here content to hide or show ?>
|
<?php // here content to hide or show ?>
|
||||||
<?php
|
<?php
|
||||||
wp_nav_menu(
|
// wp_nav_menu(
|
||||||
array(
|
// array(
|
||||||
'theme_location' => 'menu-2',
|
// 'theme_location' => 'menu-2',
|
||||||
'menu_id' => 'secondary-menu',
|
// 'menu_id' => 'secondary-menu',
|
||||||
)
|
// )
|
||||||
);
|
// );
|
||||||
?>
|
// ?>
|
||||||
</div><!--toogled-menu-->
|
<?php
|
||||||
</nav><!--secondary #site-navigation -->
|
// </section>
|
||||||
|
// </div><!--toggled-menu-->
|
||||||
|
// </nav><!--secondary #site-navigation -->
|
||||||
|
;?>
|
||||||
<?php the_header_image_tag(); // header image to show below menus before title ?>
|
<?php the_header_image_tag(); // header image to show below menus before title ?>
|
||||||
|
|
||||||
</div><!--secondary-->
|
</div><!--secondary-->
|
||||||
|
|
|
@ -52,6 +52,77 @@ function xarxaprod_customize_partial_blogdescription() {
|
||||||
bloginfo( 'description' );
|
bloginfo( 'description' );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* https://diveinwp.com/add-wordpress-customizer-color-picker-palette/
|
||||||
|
*/
|
||||||
|
|
||||||
|
function fons_customizer_add_colorPicker( $wp_customize){
|
||||||
|
|
||||||
|
// Add New Section: Fons Colors
|
||||||
|
|
||||||
|
$wp_customize->add_section( 'fons_color_section', array(
|
||||||
|
'title' => 'Fons Colors',
|
||||||
|
'description' => 'Set Colors For Background',
|
||||||
|
'priority' => '40'
|
||||||
|
));
|
||||||
|
|
||||||
|
// Add Settings
|
||||||
|
$wp_customize->add_setting( 'fons_bubble01_color', array(
|
||||||
|
'default' => 'var(--bubble-color-01)',
|
||||||
|
));
|
||||||
|
|
||||||
|
$wp_customize->add_setting( 'fons_bubble02_color', array(
|
||||||
|
'default' => 'var(--bubble-color-02)',
|
||||||
|
));
|
||||||
|
|
||||||
|
$wp_customize->add_setting( 'fons_bubble03_color', array(
|
||||||
|
'default' => 'var(--bubble-color-03)',
|
||||||
|
));
|
||||||
|
|
||||||
|
$wp_customize->add_setting( 'fons_bubble04_color', array(
|
||||||
|
'default' => 'var(--bubble-color-04)',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// Add Controls
|
||||||
|
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'fons_bubble01_color', array(
|
||||||
|
'label' => 'Color 01',
|
||||||
|
'section' => 'fons_color_section',
|
||||||
|
'settings' => 'fons_bubble01_color'
|
||||||
|
|
||||||
|
)));
|
||||||
|
|
||||||
|
|
||||||
|
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'fons_bubble02_color', array(
|
||||||
|
'label' => 'Color 02',
|
||||||
|
'section' => 'fons_color_section',
|
||||||
|
'settings' => 'fons_bubble02_color'
|
||||||
|
|
||||||
|
)));
|
||||||
|
|
||||||
|
|
||||||
|
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'fons_bubble03_color', array(
|
||||||
|
'label' => 'Color 03',
|
||||||
|
'section' => 'fons_color_section',
|
||||||
|
'settings' => 'fons_bubble03_color'
|
||||||
|
|
||||||
|
)));
|
||||||
|
|
||||||
|
|
||||||
|
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'fons_bubble04_color', array(
|
||||||
|
'label' => 'Color 04',
|
||||||
|
'section' => 'fons_color_section',
|
||||||
|
'settings' => 'fons_bubble04_color'
|
||||||
|
|
||||||
|
)));
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
add_action( 'customize_register', 'fons_customizer_add_colorPicker' );
|
||||||
/**
|
/**
|
||||||
* Binds JS handlers to make Theme Customizer preview reload changes asynchronously.
|
* Binds JS handlers to make Theme Customizer preview reload changes asynchronously.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -38,7 +38,7 @@ add_action( 'wp_head', 'xarxaprod_pingback_header' );
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Detect if the Xarxaprod "xarxaprod" plugin is active
|
* Detect if the "xarxaprod" plugin is active
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function xarxaprod_plugin_active() {
|
function xarxaprod_plugin_active() {
|
||||||
|
@ -57,9 +57,85 @@ function xarxaprod_plugin_active() {
|
||||||
/**
|
/**
|
||||||
* Echo the post type slug
|
* Echo the post type slug
|
||||||
*/
|
*/
|
||||||
function xarxaprod_class_posttype (){
|
if ( ! function_exists( 'xarxaprod_class_posttype' ) ):
|
||||||
if( is_post_type_archive( array('xarxaprod-ajut') )) {
|
function xarxaprod_class_posttype (){
|
||||||
|
if( is_post_type_archive( array('xarxaprod-ajut') ) || is_post_type_archive( array('xarxaprod-convo') ) || is_post_type_archive( array( 'xarxaprod-associat') )) {
|
||||||
|
//if( get_post_type() == 'xarxaprod-ajut' || get_post_type() == 'xarxaprod-convo' || get_post_type() == 'xarxaprod-associat' ){
|
||||||
echo 'archive-custom-post-type-';
|
echo 'archive-custom-post-type-';
|
||||||
printf(get_post_type_object( get_post_type() )->rewrite['slug'] );
|
printf (get_post_type_object( get_post_type() )->rewrite['slug']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
endif; //end xarxaprod_calss_posttype
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Displays the FAQS subcategories from category id=1
|
||||||
|
*/
|
||||||
|
|
||||||
|
if ( ! function_exists( 'xarxaprod_display_faqs_labels' ) ) :
|
||||||
|
function xarxaprod_display_faqs_labels() {
|
||||||
|
?>
|
||||||
|
<nav id="tipus-faqs" class="xarxaprod-faqs-types">
|
||||||
|
<ul class="xarxaprod-label">
|
||||||
|
<?php
|
||||||
|
// https://developer.wordpress.org/reference%2Ffunctions%2Fwp_list_categories%2F/
|
||||||
|
wp_list_categories(
|
||||||
|
array(
|
||||||
|
'child_of' => 38, // category FAQ id=1
|
||||||
|
'hide_empty' => 1,
|
||||||
|
'hide_title_if_empty' => true,
|
||||||
|
'separator' => '<li>',
|
||||||
|
'style' => 'list',
|
||||||
|
'taxonomy' => 'category',
|
||||||
|
'title_li' => '',
|
||||||
|
)
|
||||||
|
); ?>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
<?php
|
||||||
|
}
|
||||||
|
endif; //end xarxaprod_display_faqs_labels
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Displays categories for each FAQ
|
||||||
|
*/
|
||||||
|
|
||||||
|
if ( ! function_exists( 'xarxaprod_display_each_faq_categories' ) ) :
|
||||||
|
function xarxaprod_display_each_faq_categories() {
|
||||||
|
|
||||||
|
$categories = get_the_category();
|
||||||
|
if ( ! empty( $categories ) ) {
|
||||||
|
echo ' <nav id="tipus-faqs" class="xarxaprod-faqs-types">';
|
||||||
|
echo ' <ul class="xarxaprod-label">';
|
||||||
|
foreach ( $categories as $category ) {
|
||||||
|
if ( ! ($category->cat_ID == '1') ) { //cat_ID '1' is defined as default FAQ
|
||||||
|
echo '<li class="cat-item"><a href="' . esc_url( get_category_link( $category->term_id ) ) . '">' . esc_html( $category->name ) . '</a></li>';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
echo ' </ul>';
|
||||||
|
echo ' </nav>';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
endif; //end xarxaprod_display_each_faq_categories
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Display search form for FAQs
|
||||||
|
*/
|
||||||
|
|
||||||
|
if ( ! function_exists( 'xarxaprod_display_faq_search' ) ) :
|
||||||
|
function xarxaprod_display_faqs_search() {
|
||||||
|
// search form for category
|
||||||
|
// https://developer.wordpress.org/reference/functions/get_search_form/#comment-369
|
||||||
|
// https://wordpress.stackexchange.com/questions/313037/restrict-a-search-to-a-custom-post-type
|
||||||
|
?>
|
||||||
|
<form class="xarxaprod-search-form" role="search" method="get" action="/">
|
||||||
|
<label class="screen-reader-text" for="search">Search in ajuts</label>
|
||||||
|
<input type="search" id="search" class="search-field" placeholder="cerca faqs..." value="<?php the_search_query();?>" name="s" />
|
||||||
|
<input type="submit" id="searchsubmit" class="search-submit button button-search" value="cerca">
|
||||||
|
<span class="xarxaprod-search-submit xarxaprod-icon-search"></span>
|
||||||
|
<input type="hidden" value="posts" name="post_type" id="post_type" />
|
||||||
|
<input type="hidden" value="faq" name="category_name" id="category_name" />
|
||||||
|
</form>
|
||||||
|
<?php
|
||||||
|
}
|
||||||
|
endif; //end xarxaprod_display_each_faq_categories
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Modify user roles capabilities
|
||||||
|
*
|
||||||
|
* Docs: https://wordpress.org/documentation/article/roles-and-capabilities/
|
||||||
|
*
|
||||||
|
* @package EGV-Guies
|
||||||
|
* @since EGV-Guies 1.0.0
|
||||||
|
*/
|
||||||
|
// https://wordpress.stackexchange.com/questions/4191/allow-editors-to-edit-menus
|
||||||
|
// add editor the privilege to edit theme
|
||||||
|
|
||||||
|
// get the the role object
|
||||||
|
$role_object = get_role( 'editor' );
|
||||||
|
|
||||||
|
// add $cap capability to this role object
|
||||||
|
// add edit theme
|
||||||
|
$role_object->add_cap( 'edit_theme_options' );
|
||||||
|
// add export CF7 DB
|
||||||
|
$role_object->add_cap( 'cfdb7_access' );
|
|
@ -13,13 +13,13 @@ function my_pre_get_posts( $query ) {
|
||||||
|
|
||||||
|
|
||||||
// allow the url to alter the query
|
// allow the url to alter the query
|
||||||
if( isset($_GET['os_fund_target']) )
|
if( isset($_GET['xxp_fund_target']) )
|
||||||
{
|
{
|
||||||
// get original meta query
|
// get original meta query
|
||||||
$meta_query = [];
|
$meta_query = [];
|
||||||
$meta_query[] = array('relation' => 'OR');
|
$meta_query[] = array('relation' => 'OR');
|
||||||
$meta_query[] = $query->get('meta_query');
|
$meta_query[] = $query->get('meta_query');
|
||||||
$fieldsearchvalues= explode(',', $_GET['os_fund_target']);
|
$fieldsearchvalues= explode(',', $_GET['xxp_fund_target']);
|
||||||
foreach( $fieldsearchvalues as $fieldsearchvalue ){
|
foreach( $fieldsearchvalues as $fieldsearchvalue ){
|
||||||
$os_search_value = $fieldsearchvalue; //'entitat-publica'; // whatever
|
$os_search_value = $fieldsearchvalue; //'entitat-publica'; // whatever
|
||||||
$os_field_value = sprintf( '^%1$s$|s:%2$u:"%1$s";', $os_search_value, strlen( $os_search_value ) );
|
$os_field_value = sprintf( '^%1$s$|s:%2$u:"%1$s";', $os_search_value, strlen( $os_search_value ) );
|
||||||
|
@ -27,7 +27,7 @@ function my_pre_get_posts( $query ) {
|
||||||
// add aur meta query to the original meta queries
|
// add aur meta query to the original meta queries
|
||||||
$meta_query[] = array(
|
$meta_query[] = array(
|
||||||
array(
|
array(
|
||||||
'key' => 'os_fund_target',
|
'key' => 'xxp_fund_target',
|
||||||
'value' => $os_field_value,
|
'value' => $os_field_value,
|
||||||
'compare' => 'REGEXP',
|
'compare' => 'REGEXP',
|
||||||
),
|
),
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,40 @@
|
||||||
|
// https://css-tricks.com/styling-based-on-scroll-position/
|
||||||
|
// script to detect the scroll position and then call for it in css
|
||||||
|
|
||||||
|
|
||||||
|
// The debounce function receives our function as a parameter
|
||||||
|
const debounce = (fn) => {
|
||||||
|
|
||||||
|
// This holds the requestAnimationFrame reference, so we can cancel it if we wish
|
||||||
|
let frame;
|
||||||
|
|
||||||
|
// The debounce function returns a new function that can receive a variable number of arguments
|
||||||
|
return (...params) => {
|
||||||
|
|
||||||
|
// If the frame variable has been defined, clear it now, and queue for next frame
|
||||||
|
if (frame) {
|
||||||
|
cancelAnimationFrame(frame);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Queue our function call for the next frame
|
||||||
|
frame = requestAnimationFrame(() => {
|
||||||
|
|
||||||
|
// Call our function and pass any params we received
|
||||||
|
fn(...params);
|
||||||
|
});
|
||||||
|
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
// Reads out the scroll position and stores it in the data attribute
|
||||||
|
// so we can use it in our stylesheets
|
||||||
|
const storeScroll = () => {
|
||||||
|
document.documentElement.dataset.scroll = window.scrollY;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Listen for new scroll events, here we debounce our `storeScroll` function
|
||||||
|
document.addEventListener('scroll', debounce(storeScroll), { passive: true });
|
||||||
|
|
||||||
|
// Update scroll position for first time
|
||||||
|
storeScroll();
|
Binary file not shown.
|
@ -0,0 +1,38 @@
|
||||||
|
# Copyright (C) 2022 Jorge - vitrubio.net
|
||||||
|
# This file is distributed under the GNU General Public License v2 or later.
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Xarxaprod 1.0.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: https://git.hangar.org/xarxaprod/xarxaprod-wp-theme\n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: Català\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"POT-Creation-Date: 2022-10-25T20:51:09+02:00\n"
|
||||||
|
"PO-Revision-Date: 2024-02-28 14:25+0000\n"
|
||||||
|
"X-Generator: Loco https://localise.biz/\n"
|
||||||
|
"X-Domain: ofsupxxp\n"
|
||||||
|
"Language: ca\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
"X-Loco-Version: 2.6.6; wp-6.4.3"
|
||||||
|
|
||||||
|
#. Theme Name of the theme
|
||||||
|
msgid "Xarxaprod"
|
||||||
|
msgstr "Xarxaprod"
|
||||||
|
|
||||||
|
#. Theme URI of the theme
|
||||||
|
msgid "https://git.hangar.org/xarxaprod/xarxaprod-wp-theme"
|
||||||
|
msgstr "https://git.hangar.org/xarxaprod/xarxaprod-wp-theme"
|
||||||
|
|
||||||
|
#. Description of the theme
|
||||||
|
msgid "Theme for the Xarxaprod.cat"
|
||||||
|
msgstr "Tema per Xarxaprod.cat."
|
||||||
|
|
||||||
|
#. Author of the theme
|
||||||
|
msgid "Jorge - vitrubio.net"
|
||||||
|
msgstr "Jorge - vitrubio.net"
|
||||||
|
|
||||||
|
#. Author URI of the theme
|
||||||
|
msgid "https://vitrubio.net"
|
||||||
|
msgstr "https://vitrubio.net"
|
Binary file not shown.
|
@ -0,0 +1,38 @@
|
||||||
|
# Copyright (C) 2022 Jorge - vitrubio.net
|
||||||
|
# This file is distributed under the GNU General Public License v2 or later.
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Xarxaprod 1.0.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: https://git.hangar.org/xarxaprod/xarxaprod-wp-theme\n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: Spanish (Spain)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"POT-Creation-Date: 2022-10-25T20:51:09+02:00\n"
|
||||||
|
"PO-Revision-Date: 2024-02-28 14:27+0000\n"
|
||||||
|
"X-Generator: Loco https://localise.biz/\n"
|
||||||
|
"X-Domain: ofsupxxp\n"
|
||||||
|
"Language: es_ES\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
"X-Loco-Version: 2.6.6; wp-6.4.3"
|
||||||
|
|
||||||
|
#. Theme Name of the theme
|
||||||
|
msgid "Xarxaprod"
|
||||||
|
msgstr "Xarxaprod"
|
||||||
|
|
||||||
|
#. Theme URI of the theme
|
||||||
|
msgid "https://git.hangar.org/xarxaprod/xarxaprod-wp-theme"
|
||||||
|
msgstr "https://git.hangar.org/xarxaprod/xarxaprod-wp-theme"
|
||||||
|
|
||||||
|
#. Description of the theme
|
||||||
|
msgid "Theme for the Xarxaprod.cat"
|
||||||
|
msgstr "Tema per Xarxaprod.cat"
|
||||||
|
|
||||||
|
#. Author of the theme
|
||||||
|
msgid "Jorge - vitrubio.net"
|
||||||
|
msgstr "Jorge - vitrubio.net"
|
||||||
|
|
||||||
|
#. Author URI of the theme
|
||||||
|
msgid "https://vitrubio.net"
|
||||||
|
msgstr "https://vitrubio.net"
|
File diff suppressed because it is too large
Load Diff
|
@ -17,9 +17,9 @@
|
||||||
"url": "https://github.com/Automattic/_s/issues"
|
"url": "https://github.com/Automattic/_s/issues"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@wordpress/scripts": "^24.4.0",
|
"@wordpress/scripts": "^26.19.0",
|
||||||
"dir-archiver": "^1.1.1",
|
"dir-archiver": "^1.1.1",
|
||||||
"node-sass": "^7.0.1",
|
"node-sass": "^9.0.0",
|
||||||
"rtlcss": "^3.5.0"
|
"rtlcss": "^3.5.0"
|
||||||
},
|
},
|
||||||
"rtlcssConfig": {
|
"rtlcssConfig": {
|
||||||
|
|
|
@ -0,0 +1,76 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* The template for displaying the "associats" associats with search capabilities
|
||||||
|
*
|
||||||
|
* Template Name: Cercador associats
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
* @link https://developer.wordpress.org/themes/template-files-section/page-template-files/
|
||||||
|
*
|
||||||
|
* @package Xarxaprod_theme
|
||||||
|
* @since 1.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
get_header();
|
||||||
|
?>
|
||||||
|
|
||||||
|
<!-- page-templates associats-search-php -->
|
||||||
|
<main id="primary" class="site-main">
|
||||||
|
|
||||||
|
<?php if ( have_posts() ) : ?>
|
||||||
|
|
||||||
|
<header class="page-header">
|
||||||
|
</header><!-- .page-header -->
|
||||||
|
<?php
|
||||||
|
while ( have_posts() ) :
|
||||||
|
the_post();
|
||||||
|
|
||||||
|
get_template_part( 'template-parts/content', 'page' );
|
||||||
|
|
||||||
|
endwhile;
|
||||||
|
|
||||||
|
the_posts_navigation();
|
||||||
|
|
||||||
|
else :
|
||||||
|
get_template_part( 'template-parts/content', 'none' );
|
||||||
|
|
||||||
|
endif;
|
||||||
|
?>
|
||||||
|
<section id="filteredassociats" class="xarxaprod-filtered-content xarxaprod-filtered-content xarxaprod-filtered-associats xarxaprod-associats-filtrats">
|
||||||
|
|
||||||
|
<aside id="associatsfilter" class="xarxaprod-filter-associats xarxaprod-fitre-associats">
|
||||||
|
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if ( is_plugin_active( 'xarxaprod-wp-plugin/xarxaprod-wp-plugin.php' ) ) { // if plugin active do?>
|
||||||
|
<?php xarxaprod_associats_filters_form(); // function defined in the plugin ?>
|
||||||
|
<?php } //end if is_plugin_active ?>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
|
<?php
|
||||||
|
// https://support.advancedcustomfields.com/forums/topic/wp_query-using-meta_query-for-an-acf-checkbox-field/#post-145830
|
||||||
|
// https://www.advancedcustomfields.com/resources/checkbox/#query-posts
|
||||||
|
// https://barn2.com/blog/querying-posts-by-custom-field-acfi/
|
||||||
|
|
||||||
|
$the_query_associat = new WP_Query(
|
||||||
|
array(
|
||||||
|
'post_type' => 'xarxaprod-associat',
|
||||||
|
'posts_per_page' => '-1'
|
||||||
|
)
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
<?php if ( $the_query_associat->have_posts() ) : ?>
|
||||||
|
<content class="archive-posts archive-xarxaprod-members archive-xarxaprod-associats <?php //xarxaprod_class_posttype(); ?>">
|
||||||
|
<?php while ( $the_query_associat->have_posts() ) : $the_query_associat->the_post(); ?>
|
||||||
|
|
||||||
|
<?php get_template_part( 'template-parts/section', 'eachmember' ); ?>
|
||||||
|
|
||||||
|
<?php endwhile;//end of the loop ?>
|
||||||
|
<?php wp_reset_postdata(); ?>
|
||||||
|
</content>
|
||||||
|
<?php endif; //end query associat ?>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</main><!-- #main -->
|
||||||
|
|
||||||
|
<?php
|
||||||
|
get_footer();
|
|
@ -0,0 +1,72 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* The template for displaying the "convos" calls with search capabilities
|
||||||
|
*
|
||||||
|
* Template Name: Cercador convos
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
* @link https://developer.wordpress.org/themes/template-files-section/page-template-files/
|
||||||
|
*
|
||||||
|
* @package Xarxaprod_theme
|
||||||
|
* @since 1.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
get_header();
|
||||||
|
?>
|
||||||
|
<!-- page-templates convos-search-php -->
|
||||||
|
<main id="primary" class="site-main">
|
||||||
|
|
||||||
|
<?php if ( have_posts() ) : ?>
|
||||||
|
|
||||||
|
<header class="page-header">
|
||||||
|
</header><!-- .page-header -->
|
||||||
|
<?php
|
||||||
|
while ( have_posts() ) :
|
||||||
|
the_post();
|
||||||
|
|
||||||
|
get_template_part( 'template-parts/content', 'page' );
|
||||||
|
|
||||||
|
endwhile;
|
||||||
|
|
||||||
|
the_posts_navigation();
|
||||||
|
|
||||||
|
else :
|
||||||
|
get_template_part( 'template-parts/content', 'none' );
|
||||||
|
|
||||||
|
endif;
|
||||||
|
?>
|
||||||
|
<section id="filteredcalls" class="xarxaprod-filtered-content xarxaprod-filtered-content xarxaprod-filtered-calls xarxaprod-convos-filtrats">
|
||||||
|
|
||||||
|
<aside id="callsfilter" class="xarxaprod-filter-calls xarxaprod-fitre-convos">
|
||||||
|
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if ( is_plugin_active( 'xarxaprod-wp-plugin/xarxaprod-wp-plugin.php' ) ) { // if plugin active do?>
|
||||||
|
<?php xarxaprod_convos_filters_form(); // function defined in the plugin ?>
|
||||||
|
<?php } //end if is_plugin_active ?>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
// https://support.advancedcustomfields.com/forums/topic/wp_query-using-meta_query-for-an-acf-checkbox-field/#post-145830
|
||||||
|
// https://www.advancedcustomfields.com/resources/checkbox/#query-posts
|
||||||
|
// https://barn2.com/blog/querying-posts-by-custom-field-acfi/
|
||||||
|
$the_query_convo = new WP_Query(
|
||||||
|
array(
|
||||||
|
'post_type' => 'xarxaprod-convo',
|
||||||
|
'posts_per_page' => '-1'
|
||||||
|
)
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
<?php if ( $the_query_convo->have_posts() ) : ?>
|
||||||
|
<content class="archive-posts archive-xarxaprod-convo <?php //xarxaprod_class_posttype(); ?>">
|
||||||
|
<?php while ( $the_query_convo->have_posts() ) : $the_query_convo->the_post(); ?>
|
||||||
|
|
||||||
|
<?php get_template_part( 'template-parts/section', 'eachconvo' ); ?>
|
||||||
|
|
||||||
|
<?php endwhile;//end of the loop ?>
|
||||||
|
<?php wp_reset_postdata(); ?>
|
||||||
|
</content>
|
||||||
|
<?php endif; //end query convo ?>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</main><!-- #main -->
|
||||||
|
|
||||||
|
<?php
|
||||||
|
get_footer();
|
|
@ -34,16 +34,18 @@ get_header();
|
||||||
|
|
||||||
endwhile;
|
endwhile;
|
||||||
|
|
||||||
the_posts_navigation();
|
// the_posts_navigation();
|
||||||
|
|
||||||
else :
|
else :
|
||||||
get_template_part( 'template-parts/content', 'none' );
|
get_template_part( 'template-parts/content', 'none' );
|
||||||
|
|
||||||
endif;
|
endif;
|
||||||
?>
|
?>
|
||||||
|
<aside id="xarxaprod-faqs-nav" class="xarxaprod-faqs-aside">
|
||||||
|
<?php xarxaprod_display_faqs_labels(); ?>
|
||||||
|
<?php xarxaprod_display_faqs_search(); ?>
|
||||||
|
</aside>
|
||||||
<content class="archive-posts <?php xarxaprod_class_posttype(); ?>">
|
<content class="archive-posts <?php xarxaprod_class_posttype(); ?>">
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
// https://developer.wordpress.org/reference/functions/get_posts/
|
// https://developer.wordpress.org/reference/functions/get_posts/
|
||||||
// https://www.advancedcustomfields.com/resources/true-false/
|
// https://www.advancedcustomfields.com/resources/true-false/
|
||||||
|
@ -51,7 +53,7 @@ get_header();
|
||||||
$the_query_faq = new WP_Query(
|
$the_query_faq = new WP_Query(
|
||||||
array(
|
array(
|
||||||
'post_type' => 'post',
|
'post_type' => 'post',
|
||||||
'category' => 'faq',
|
'category_name' => 'faq',
|
||||||
'post_per_page' => '8'
|
'post_per_page' => '8'
|
||||||
) );
|
) );
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
get_header();
|
get_header();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<!-- page-templates funds-search-php -->
|
||||||
<main id="primary" class="site-main">
|
<main id="primary" class="site-main">
|
||||||
|
|
||||||
<?php if ( have_posts() ) : ?>
|
<?php if ( have_posts() ) : ?>
|
||||||
|
@ -35,23 +36,15 @@ get_header();
|
||||||
|
|
||||||
endif;
|
endif;
|
||||||
?>
|
?>
|
||||||
<section id="filteredfunds" class="xarxaprod-filtered-funds xarxaprod-ajuts-filtrats">
|
<section id="filteredfunds" class="xarxaprod-filtered-content xarxaprod-filtered-funds xarxaprod-ajuts-filtrats">
|
||||||
|
|
||||||
<aside id="fundsfilter" class="xarxaprod-filter-funds xarxaprod-fitre-ajuts">
|
<aside id="fundsfilter" class="xarxaprod-filter-funds xarxaprod-fitre-ajuts">
|
||||||
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if ( is_plugin_active( 'xarxaprod-wp-plugin/xarxaprod-wp-plugin.php' ) ) { // if plugin active do?>
|
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if ( is_plugin_active( 'xarxaprod-wp-plugin/xarxaprod-wp-plugin.php' ) ) { // if plugin active do?>
|
||||||
<nav class="sidebar fund-filter">
|
<?php xarxaprod_ajuts_filters_form(); // function defined in the plugin ?>
|
||||||
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<?php } //end if is_plugin_active ?>
|
<?php } //end if is_plugin_active ?>
|
||||||
|
|
||||||
|
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
<content class="archive-posts <?php xarxaprod_class_posttype(); ?>">
|
|
||||||
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
// https://support.advancedcustomfields.com/forums/topic/wp_query-using-meta_query-for-an-acf-checkbox-field/#post-145830
|
// https://support.advancedcustomfields.com/forums/topic/wp_query-using-meta_query-for-an-acf-checkbox-field/#post-145830
|
||||||
// https://www.advancedcustomfields.com/resources/checkbox/#query-posts
|
// https://www.advancedcustomfields.com/resources/checkbox/#query-posts
|
||||||
|
@ -60,31 +53,21 @@ get_header();
|
||||||
$the_query_ajut = new WP_Query(
|
$the_query_ajut = new WP_Query(
|
||||||
array(
|
array(
|
||||||
'post_type' => 'xarxaprod-ajut',
|
'post_type' => 'xarxaprod-ajut',
|
||||||
'post_per_page' => '6'
|
'posts_per_page' => '-1'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
<?php if ( $the_query_ajut->have_posts() ) : ?>
|
<?php if ( $the_query_ajut->have_posts() ) : ?>
|
||||||
|
<content class="archive-posts archive-xarxaprod-fund archive-xarxapdor-ajut <?php //xarxaprod_class_posttype(); ?>">
|
||||||
<?php while ( $the_query_ajut->have_posts() ) : $the_query_ajut->the_post(); ?>
|
<?php while ( $the_query_ajut->have_posts() ) : $the_query_ajut->the_post(); ?>
|
||||||
|
|
||||||
<?php get_template_part( 'template-parts/section', 'eachpost' ); ?>
|
<?php get_template_part( 'template-parts/section', 'eachfund' ); ?>
|
||||||
|
|
||||||
<?php
|
|
||||||
//the_title('<h3>','</h3>');
|
|
||||||
// echo '<ul>';
|
|
||||||
//$postmetas = get_post_meta(get_the_ID());
|
|
||||||
// foreach($postmetas as $meta_key=>$meta_value) {
|
|
||||||
// echo '<li><code>' . $meta_key . '</code>:<code>' . $meta_value[0] . '</code></li>';
|
|
||||||
// } ;
|
|
||||||
// echo '</ul>';
|
|
||||||
?>
|
|
||||||
|
|
||||||
|
|
||||||
<?php endwhile;//end of the loop ?>
|
<?php endwhile;//end of the loop ?>
|
||||||
<?php wp_reset_postdata(); ?>
|
<?php wp_reset_postdata(); ?>
|
||||||
|
</content>
|
||||||
<?php endif; //end query ajut ?>
|
<?php endif; //end query ajut ?>
|
||||||
|
|
||||||
</content>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</main><!-- #main -->
|
</main><!-- #main -->
|
||||||
|
|
17
page.php
17
page.php
|
@ -27,11 +27,22 @@ get_header();
|
||||||
endif; // End if have_post.
|
endif; // End if have_post.
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
if ( is_front_page() ) :
|
||||||
|
//get_template_part( 'template-parts/section', 'featured' );
|
||||||
|
get_template_part( 'template-parts/section', 'last-convos' );
|
||||||
|
get_template_part( 'template-parts/section', 'agenda' );
|
||||||
|
endif;
|
||||||
|
?>
|
||||||
|
|
||||||
|
|
||||||
</main><!-- #main -->
|
</main><!-- #main -->
|
||||||
<?php
|
<?php
|
||||||
// if ( is_front_page() ) :
|
if ( is_front_page() ) :
|
||||||
// get_template_part( 'template-parts/section', 'featured' );
|
echo '<aside id="extra" class="extra-content contingut-extra">';
|
||||||
// endif;
|
dynamic_sidebar( 'front-page-widgets' ); // including widget front page
|
||||||
|
echo '</aside>';
|
||||||
|
endif;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
$color__xxp_black: #000000
|
$color__xxp-black: #000000;
|
||||||
$color__xxp_white: #ffffff
|
$color__xxp-white: #ffffff;
|
||||||
$color__xxp_salmon: #ff866f
|
$color__xxp-salmon: #ff866f;
|
||||||
$color__xxp_yellow: #ffcb1f
|
$color__xxp-yellow: #ffcb1f;
|
||||||
$color__xxp_pink: #ff6bc3
|
$color__xxp-pink: #ff6bc3;
|
||||||
$color__xxp_violet: #651aff
|
$color__xxp-violet: #651aff;
|
||||||
$color__xxp_cyan: #00d1ec
|
$color__xxp-cyan: #00d1ec;
|
||||||
$color__xxp_green: #00f274
|
$color__xxp-green: #00f274;
|
||||||
$color__xxp_red: #ff5a69
|
$color__xxp-red: #ff5a69;
|
||||||
|
|
||||||
$color__white: #fff;
|
$color__white: #fff;
|
||||||
$color__white-dark: #fdfdfd;
|
$color__white-dark: #fdfdfd;
|
||||||
|
@ -30,7 +30,7 @@ $color__red: #ff686e;
|
||||||
$color__background-body: none;
|
$color__background-body: none;
|
||||||
$color__background-screen: none;
|
$color__background-screen: none;
|
||||||
$color__background-hr: $color__black;
|
$color__background-hr: $color__black;
|
||||||
$color__background-button: none;
|
$color__background-button: $color__black;
|
||||||
$color__background-pre: $color__grey-lighter;
|
$color__background-pre: $color__grey-lighter;
|
||||||
$color__background-ins: $color__white-dark;
|
$color__background-ins: $color__white-dark;
|
||||||
$color__background-input: $color__grey-lighter;
|
$color__background-input: $color__grey-lighter;
|
||||||
|
@ -43,9 +43,9 @@ $color__link-visited: $color__link;
|
||||||
$color__link-hover: $color__black-light;
|
$color__link-hover: $color__black-light;
|
||||||
$color__text-main: $color__black;
|
$color__text-main: $color__black;
|
||||||
|
|
||||||
$color__border-button: #000;
|
$color__border-button: $color__black;
|
||||||
$color__border-button-hover: #111;
|
$color__border-button-hover: $color__black-grey;
|
||||||
$color__border-button-focus: #222;
|
$color__border-button-focus: $color__black-light;
|
||||||
$color__border-input: $color__black;
|
$color__border-input: $color__black;
|
||||||
$color__border-abbr: $color__grey-dark;
|
$color__border-abbr: $color__grey-dark;
|
||||||
|
$border__line: 0.05em solid $color__black;
|
||||||
|
|
|
@ -11,6 +11,6 @@ $font__header: $font__main;
|
||||||
$font__code: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace, mono;
|
$font__code: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace, mono;
|
||||||
$font__pre: "Courier 10 Pitch", courier, monospace;
|
$font__pre: "Courier 10 Pitch", courier, monospace;
|
||||||
$font__size-body: 1rem;
|
$font__size-body: 1rem;
|
||||||
$font__line-height-body: 1.3;
|
$font__line-height-body: 1.4;
|
||||||
$font__line-height-pre: 1.4;
|
$font__line-height-pre: 1.5;
|
||||||
$font__line-height-header:1.1;
|
$font__line-height-header: 1.1;
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////
|
||||||
// theme for editor admin, import style.sass and apply class before rest of it
|
// theme for editor admin, import style.sass and apply class before rest of it
|
||||||
|
|
||||||
// .wp-admin styles
|
// admin styles
|
||||||
|
|
||||||
.wp-admin {
|
.wp-admin {
|
||||||
.components-button.edit-post-fullscreen-mode-close.has-icon,
|
.components-button.edit-post-fullscreen-mode-close.has-icon,
|
||||||
|
@ -14,21 +16,21 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// editor styles
|
// editor styles
|
||||||
|
|
||||||
.edit-post-visual-editor__content-area {
|
.edit-post-visual-editor__content-area {
|
||||||
|
.editor-styles-wrapper {
|
||||||
// import theme styles
|
// import theme styles
|
||||||
@import "style";
|
@import "style";
|
||||||
|
// apply differences when not rendered properly
|
||||||
|
//:where(.wp-block) {
|
||||||
// apply differences when not rendered properly
|
// max-width: 80rem;
|
||||||
:where(.wp-block) {
|
//``}
|
||||||
max-width: 80rem;
|
font-family: $font__main;
|
||||||
}
|
h1,figure,button {
|
||||||
.black-blocs .wp-block-column a::after {
|
margin-left: auto;
|
||||||
display:none;
|
margin-right: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// modify internal paths to make objects locally available
|
// modify internal paths to make objects locally available
|
||||||
@import "adminstyles/fonts";
|
//@import "adminstyles/fonts";
|
||||||
|
////////////////////////////////////////
|
||||||
|
|
|
@ -4,108 +4,40 @@ Your custom style
|
||||||
Add your custom styles in this file so it is easier to update the theme.
|
Add your custom styles in this file so it is easier to update the theme.
|
||||||
*/
|
*/
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Neue Haas Grotesk Pro';
|
font-family: Neue Haas Grotesk Pro;
|
||||||
src: url('assets/fonts/NeueHaasGroteskPro-45Light.eot');
|
src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot);
|
||||||
src: url('assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix') format('embedded-opentype'),
|
src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix) format(embedded-opentype),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-45Light.woff2') format('woff2'),
|
url(assets/fonts/NeueHaasGroteskPro-45Light.woff2) format(woff2),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-45Light.woff') format('woff'),
|
url(assets/fonts/NeueHaasGroteskPro-45Light.woff) format(woff),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-45Light.ttf') format('truetype'),
|
url(assets/fonts/NeueHaasGroteskPro-45Light.ttf) format(truetype),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light') format('svg');
|
url(assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light) format(svg);
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Neue Haas Grotesk Pro';
|
font-family: Neue Haas Grotesk Pro;
|
||||||
src: url('assets/fonts/NeueHaasGroteskPro-55Roman.eot');
|
src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot);
|
||||||
src: url('assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix') format('embedded-opentype'),
|
src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix) format(embedded-opentype),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-55Roman.woff2') format('woff2'),
|
url(assets/fonts/NeueHaasGroteskPro-55Roman.woff2) format(woff2),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-55Roman.woff') format('woff'),
|
url(assets/fonts/NeueHaasGroteskPro-55Roman.woff) format(woff),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-55Roman.ttf') format('truetype'),
|
url(assets/fonts/NeueHaasGroteskPro-55Roman.ttf) format(truetype),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman') format('svg');
|
url(assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman) format(svg);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Neue Haas Grotesk Pro';
|
font-family: Neue Haas Grotesk Pro;
|
||||||
src: url('assets/fonts/NeueHaasGroteskPro-75Bold.eot');
|
src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot);
|
||||||
src: url('assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix') format('embedded-opentype'),
|
src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix) format(embedded-opentype),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-75Bold.woff2') format('woff2'),
|
url(assets/fonts/NeueHaasGroteskPro-75Bold.woff2) format(woff2),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-75Bold.woff') format('woff'),
|
url(assets/fonts/NeueHaasGroteskPro-75Bold.woff) format(woff),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-75Bold.ttf') format('truetype'),
|
url(assets/fonts/NeueHaasGroteskPro-75Bold.ttf) format(truetype),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold') format('svg');
|
url(assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold) format(svg);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//@font-face {
|
|
||||||
// font-family: 'din-regular';
|
|
||||||
// src: url('../fonts/DIN-Regular.eot');
|
|
||||||
// src: url('../fonts/DIN-Regular.eot?#iefix') format('embedded-opentype'),
|
|
||||||
// url('../fonts/DIN-Regular.woff2') format('woff2'),
|
|
||||||
// url('../fonts/DIN-Regular.woff') format('woff'),
|
|
||||||
// url('../fonts/DIN-Regular.ttf') format('truetype'),
|
|
||||||
// url('../fonts/DIN-Regular.svg#fonts/DIN-Regular') format('svg');
|
|
||||||
// font-weight: 100;
|
|
||||||
// font-style: normal;
|
|
||||||
// font-display: swap;
|
|
||||||
//}
|
|
||||||
//
|
|
||||||
//@font-face {
|
|
||||||
// font-family: 'din-medium';
|
|
||||||
// src: url('../fonts/DIN-Medium.eot');
|
|
||||||
// src: url('../fonts/DIN-Medium.eot?#iefix') format('embedded-opentype'),
|
|
||||||
// url('../fonts/DIN-Medium.woff2') format('woff2'),
|
|
||||||
// url('../fonts/DIN-Medium.woff') format('woff'),
|
|
||||||
// url('../fonts/DIN-Medium.ttf') format('truetype'),
|
|
||||||
// url('../fonts/DIN-Medium.svg#DIN-Medium') format('svg');
|
|
||||||
// font-weight: 100;
|
|
||||||
// font-style: normal;
|
|
||||||
// font-display: swap;
|
|
||||||
//}
|
|
||||||
//
|
|
||||||
//@font-face {
|
|
||||||
// font-family: 'din-bold';
|
|
||||||
// src: url('../fonts/DIN-Bold.eot');
|
|
||||||
// src: url('../fonts/DIN-Bold.eot?#iefix') format('embedded-opentype'),
|
|
||||||
// url('../fonts/DIN-Bold.woff2') format('woff2'),
|
|
||||||
// url('../fonts/DIN-Bold.woff') format('woff'),
|
|
||||||
// url('../fonts/DIN-Bold.ttf') format('truetype'),
|
|
||||||
// url('../fonts/DIN-Bold.svg#DIN-Bold') format('svg');
|
|
||||||
// font-weight: 100;
|
|
||||||
// font-style: normal;
|
|
||||||
// font-display: swap;
|
|
||||||
//}
|
|
||||||
//
|
|
||||||
//@font-face {
|
|
||||||
// font-family: 'din-light';
|
|
||||||
// src: url('../fonts/DIN-Light.eot');
|
|
||||||
// src: url('../fonts/DIN-Light.eot?#iefix') format('embedded-opentype'),
|
|
||||||
// url('../fonts/DIN-Light.woff2') format('woff2'),
|
|
||||||
// url('../fonts/DIN-Light.woff') format('woff'),
|
|
||||||
// url('../fonts/DIN-Light.ttf') format('truetype'),
|
|
||||||
// url('../fonts/DIN-Light.svg#DIN-Light') format('svg');
|
|
||||||
// font-weight: 100;
|
|
||||||
// font-style: normal;
|
|
||||||
// font-display: swap;
|
|
||||||
//}
|
|
||||||
//
|
|
||||||
//@font-face {
|
|
||||||
// font-family: 'din-black';
|
|
||||||
// src: url('../fonts/DIN-Black.eot');
|
|
||||||
// src: url('../fonts/DIN-Black.eot?#iefix') format('embedded-opentype'),
|
|
||||||
// url('../fonts/DIN-Black.woff2') format('woff2'),
|
|
||||||
// url('../fonts/DIN-Black.woff') format('woff'),
|
|
||||||
// url('../fonts/DIN-Black.ttf') format('truetype'),
|
|
||||||
// url('../fonts/DIN-Black.svg#DIN-Black') format('svg');
|
|
||||||
// font-weight: 900;
|
|
||||||
// font-style: normal;
|
|
||||||
// font-display: swap;
|
|
||||||
//}
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
/* Css root vars
|
||||||
|
--------------------------------------------- */
|
||||||
|
@import "typography/css-root-vars";
|
||||||
|
|
||||||
/* Typography
|
/* Typography
|
||||||
--------------------------------------------- */
|
--------------------------------------------- */
|
||||||
@import "typography/typography";
|
@import "typography/typography";
|
||||||
|
|
|
@ -1,8 +1,76 @@
|
||||||
body {
|
body {
|
||||||
background: $color__background-body; // Fallback for when there is no custom background color defined.
|
background: $color__background-body; // Fallback for when there is no custom background color defined.
|
||||||
background-image: url('./assets/img/background-colors-02.jpg');
|
//background-image: url(./assets/img/background-colors-02.jpg);
|
||||||
background-size: cover;
|
//background-size: cover;
|
||||||
background-position: center center;
|
//background-position: center center;
|
||||||
background-repeat: no-repeat;
|
//background-repeat: no-repeat;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.liquid-bubbles {
|
||||||
|
overflow: hidden;
|
||||||
|
float: left;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
z-index: -1000;
|
||||||
|
width: 100vw;
|
||||||
|
height: 100vh;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@keyframes bubble-move {
|
||||||
|
from {
|
||||||
|
width: 40vw;
|
||||||
|
height: 40vw;
|
||||||
|
filter: blur(10rem);
|
||||||
|
/* transform: rotate(0);*/
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
width: 90vw;
|
||||||
|
height: 20vw;
|
||||||
|
filter: blur(20rem);
|
||||||
|
/* transform: rotate(5deg);*/
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.bubbles {
|
||||||
|
--size: 40vw;
|
||||||
|
--position: -5vw;
|
||||||
|
filter: blur(20rem);
|
||||||
|
position:absolute;
|
||||||
|
width: var(--size);
|
||||||
|
height: var(--size);
|
||||||
|
border-radius: 20%;
|
||||||
|
background: linear-gradient(var(--bgangle),var(--bgcolor), transparent);
|
||||||
|
//animation: 4s ease-in-out 4s infinite alternate bubble-move;
|
||||||
|
&.bubble-01{
|
||||||
|
top: var(--position);
|
||||||
|
left: var(--position);
|
||||||
|
--bgcolor: var(--bubble-color-01);
|
||||||
|
//--bgangle: to bottom right;
|
||||||
|
--bgangle: 135deg;
|
||||||
|
animation: 5s ease-in-out 2s infinite alternate bubble-move;
|
||||||
|
}
|
||||||
|
&.bubble-02{
|
||||||
|
top: var(--position);
|
||||||
|
right: var(--position);
|
||||||
|
--bgcolor: var(--bubble-color-02);
|
||||||
|
//--bgangle: to bottom left;
|
||||||
|
--bgangle: 225deg;
|
||||||
|
animation: 3s ease-in-out 0s infinite alternate bubble-move;
|
||||||
|
}
|
||||||
|
&.bubble-03{
|
||||||
|
bottom: var(--position);
|
||||||
|
left: var(--position);
|
||||||
|
--bgcolor: var(--bubble-color-03);
|
||||||
|
//--bgangle: to top right;
|
||||||
|
--bgangle: 45deg;
|
||||||
|
animation: 2s ease-in-out 3s infinite alternate bubble-move;
|
||||||
|
}
|
||||||
|
&.bubble-04{
|
||||||
|
bottom: var(--position);
|
||||||
|
right: var(--position);
|
||||||
|
--bgcolor: var(--bubble-color-04);
|
||||||
|
//--bgangle: to top left;
|
||||||
|
--bgangle: 325deg;
|
||||||
|
animation: 4s ease-in-out 1s infinite alternate bubble-move;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -4,47 +4,66 @@ input[type="reset"],
|
||||||
input[type="submit"],
|
input[type="submit"],
|
||||||
.button,
|
.button,
|
||||||
.wp-block-button__link {
|
.wp-block-button__link {
|
||||||
border: 1px solid;
|
border: 0;
|
||||||
border-color: $color__border-button;
|
border-color: $color__border-button;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background: $color__background-button;
|
background: $color__background-button;
|
||||||
color: $color__text-screen;
|
color: $color__white;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
padding: 0.6em 1em 0.4em;
|
padding: 0.5em;
|
||||||
//text-transform: uppercase;
|
margin: 0;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border-color: $color__border-button-hover;
|
border-color: $color__border-button-hover;
|
||||||
|
color: $color__white;
|
||||||
|
}
|
||||||
|
&:visited {
|
||||||
|
color: $color__white;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active,
|
&:active,
|
||||||
&:focus {
|
&:focus {
|
||||||
border-color: $color__border-button-focus;
|
border-color: $color__border-button-focus;
|
||||||
|
color: $color__white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.button-more {
|
.category-faq {
|
||||||
//&::before {
|
.button-more {
|
||||||
// content: "accedir";
|
&::before {
|
||||||
// position: absolute;
|
content: "accedir";
|
||||||
// bottom: 1em;
|
|
||||||
// left: 0.5em;
|
|
||||||
// font-family: $font__light;
|
|
||||||
// font-size: 1rem;
|
|
||||||
// line-height: 0;
|
|
||||||
//}
|
|
||||||
&::after {
|
|
||||||
content: "+";
|
|
||||||
display: inline-block;
|
|
||||||
width: 1.5rem;
|
|
||||||
height: 2rem;
|
|
||||||
padding: 0 0.5rem;
|
|
||||||
font-family: $font__black;
|
|
||||||
font-size: 1.5rem;
|
|
||||||
}
|
}
|
||||||
&:hover::after {
|
|
||||||
content: ">";
|
|
||||||
padding-left: 0.2rem;
|
|
||||||
font-size: 1.2rem;
|
|
||||||
line-height: 1.5;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.xarxaprod-search-form {
|
||||||
|
display: flex;
|
||||||
|
margin: 0.5rem 0;
|
||||||
|
.search-field {
|
||||||
|
padding: 0.5em;
|
||||||
|
}
|
||||||
|
.search-submit{
|
||||||
|
z-index: 10;
|
||||||
|
margin: 0rem;
|
||||||
|
border: none;
|
||||||
|
width: 2.5rem;
|
||||||
|
height: 2.5rem;
|
||||||
|
background: none;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.xarxaprod-icon-search:before {
|
||||||
|
position: absolute;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0.2rem 0 0 -1.5rem;
|
||||||
|
z-index: 0;
|
||||||
|
min-width: 2.5rem;
|
||||||
|
min-height: 2.5rem;
|
||||||
|
font-size: 2rem;
|
||||||
|
content: "\26b2";
|
||||||
|
-webkit-transform: rotate(45deg);
|
||||||
|
-moz-transform: rotate(45deg);
|
||||||
|
-o-transform: rotate(45deg);
|
||||||
|
transform: rotate(45deg);
|
||||||
|
}
|
||||||
|
|
|
@ -4,3 +4,6 @@ hr {
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
}
|
}
|
||||||
|
.wp-block-separator {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
a {
|
a {
|
||||||
color: $color__link;
|
color: $color__link;
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
&:visited {
|
&:visited {
|
||||||
color: $color__link-visited;
|
color: $color__link-visited;
|
||||||
|
@ -20,75 +21,3 @@ a {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
&.button {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.button,
|
|
||||||
.excerpt,
|
|
||||||
.post-excerpt,
|
|
||||||
.entry-title {
|
|
||||||
a {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.home-featured,.archive-posts {
|
|
||||||
.category-faq,.type-xarxaprod-ajut {
|
|
||||||
position: relative;
|
|
||||||
padding-bottom: 4rem;
|
|
||||||
.entry-title {
|
|
||||||
a {
|
|
||||||
&::after {
|
|
||||||
content: "+";
|
|
||||||
position:absolute;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 3rem;
|
|
||||||
height: 3rem;
|
|
||||||
padding: 0 0.38rem;
|
|
||||||
border: 1px solid $color__black;
|
|
||||||
font-size: 4rem;
|
|
||||||
line-height: 0.8;
|
|
||||||
}
|
|
||||||
&:hover::after {
|
|
||||||
content: ">";
|
|
||||||
padding: 0 0.38rem;
|
|
||||||
font-size: 2.5rem;
|
|
||||||
line-height: 1.3;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.category-faq {
|
|
||||||
.entry-title {
|
|
||||||
a {
|
|
||||||
&::before {
|
|
||||||
content: "accedir";
|
|
||||||
position: absolute;
|
|
||||||
bottom: 1em;
|
|
||||||
left: 0.5em;
|
|
||||||
font-family: $font__light;
|
|
||||||
font-size: 1rem;
|
|
||||||
line-height: 0;
|
|
||||||
}
|
|
||||||
&::after {
|
|
||||||
content: "+";
|
|
||||||
width: 8rem;
|
|
||||||
height: 2rem;
|
|
||||||
padding: 0 0.5rem;
|
|
||||||
text-align: right;
|
|
||||||
font-size: 2.5rem;
|
|
||||||
line-height: 0.7;
|
|
||||||
}
|
|
||||||
&:hover::after {
|
|
||||||
content: ">";
|
|
||||||
padding: 0 0.1rem;
|
|
||||||
font-size: 1.5rem;
|
|
||||||
line-height: 1.2;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
ul,
|
ul,
|
||||||
ol {
|
ol {
|
||||||
margin: 0 0 0.5em 0.5em;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -26,39 +26,67 @@ dd {
|
||||||
margin: 0 0 0.5em 0.5em;
|
margin: 0 0 0.5em 0.5em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@media screen {
|
||||||
.xarxaprod-label {
|
.xarxaprod-label {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
display: inline;
|
display: inline;
|
||||||
li {
|
li {
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
margin:0.1rem;
|
margin:0.1em 0;
|
||||||
padding: 0 0.2rem;
|
padding: 0.2em 0.2em 0 0.2em;
|
||||||
color: $color__white;
|
color: $color__text-screen;
|
||||||
background-color: $color__black;
|
border: 1px solid $color__black;
|
||||||
font-family: $font__black;
|
background-color: none;
|
||||||
font-size: $font__size-body*0.7;
|
font-size: $font__size-body*0.8;
|
||||||
//text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.item-os_fund_target li {
|
.item-xxp_fund_call {
|
||||||
background-color: $color__orange;
|
|
||||||
}
|
|
||||||
.item-os_fund_source li {
|
|
||||||
background-color: $color__lightblue;
|
|
||||||
}
|
|
||||||
.item-os_fund_field li {
|
|
||||||
background-color: $color__yellow;
|
|
||||||
}
|
|
||||||
.item-os_fund_dates li {
|
|
||||||
background-color: $color__green;
|
|
||||||
}
|
|
||||||
.item-os_fund_call {
|
|
||||||
display: block;
|
display: block;
|
||||||
margin:0.2rem 0.1rem;
|
margin:0.2rem 0;
|
||||||
li {
|
li {
|
||||||
font-size: $font__size-body*1.2;
|
font-size: $font__size-body*1.2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.item-xxp_fund_apply_text {
|
||||||
|
display:inline-block;
|
||||||
|
margin:0.1em 0;
|
||||||
|
padding: 0.2em 0.2em 0 0.2em;
|
||||||
|
font-size: $font__size-body*0.7;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
|
.xarxaprod-faqs-types {
|
||||||
|
ul {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.cat-item {
|
||||||
|
display:inline-block;
|
||||||
|
margin: 0.1em 0.5em 0.1em 0;
|
||||||
|
padding: 0.2em 0.2em 0 0.2em;
|
||||||
|
color: $color__white;
|
||||||
|
background-color: $color__black;
|
||||||
|
font-size: $font__size-body*1.1;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: $color__white;
|
||||||
|
text-decoration: none;
|
||||||
|
&:visited, &:hover{
|
||||||
|
color: $color__white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.single-xarxaprod-ajut {
|
||||||
|
article:not(.type-post) {
|
||||||
|
.xarxaprod-label {
|
||||||
|
li {
|
||||||
|
font-size: $font__size-body*1.1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.item-xxp_fund_apply_text {
|
||||||
|
font-size: $font__size-body*1.1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
:root {
|
||||||
|
// check also sass/abstracts/variables/_colors.scss
|
||||||
|
//$color__xxp-salmon: #ff866f;
|
||||||
|
//$color__xxp-yellow: #ffcb1f;
|
||||||
|
//$color__xxp-pink: #ff6bc3;
|
||||||
|
//$color__xxp-violet: #651aff;
|
||||||
|
//$color__xxp-cyan: #00d1ec;
|
||||||
|
//$color__xxp-green: #00f274;
|
||||||
|
//$color__xxp-red: #ff5a69;
|
||||||
|
--bubble-color-01: #ff5a69; //$color__xxp-red;
|
||||||
|
--bubble-color-02: #ffcb1f; //$color__xxp-yellow;
|
||||||
|
--bubble-color-03: #00d1ec; //$color__xxp-cyan;
|
||||||
|
--bubble-color-04: #00f274; //$color__xxp-green;
|
||||||
|
}
|
|
@ -4,108 +4,40 @@ Your custom style
|
||||||
Add your custom styles in this file so it is easier to update the theme.
|
Add your custom styles in this file so it is easier to update the theme.
|
||||||
*/
|
*/
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Neue Haas Grotesk Pro';
|
font-family: Neue Haas Grotesk Pro;
|
||||||
src: url('assets/fonts/NeueHaasGroteskPro-45Light.eot');
|
src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot);
|
||||||
src: url('assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix') format('embedded-opentype'),
|
src: url(assets/fonts/NeueHaasGroteskPro-45Light.eot?#iefix) format(embedded-opentype),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-45Light.woff2') format('woff2'),
|
url(assets/fonts/NeueHaasGroteskPro-45Light.woff2) format(woff2),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-45Light.woff') format('woff'),
|
url(assets/fonts/NeueHaasGroteskPro-45Light.woff) format(woff),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-45Light.ttf') format('truetype'),
|
url(assets/fonts/NeueHaasGroteskPro-45Light.ttf) format(truetype),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light') format('svg');
|
url(assets/fonts/NeueHaasGroteskPro-45Light.svg#NeueHaasGroteskPro-45Light) format(svg);
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Neue Haas Grotesk Pro';
|
font-family: Neue Haas Grotesk Pro;
|
||||||
src: url('assets/fonts/NeueHaasGroteskPro-55Roman.eot');
|
src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot);
|
||||||
src: url('assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix') format('embedded-opentype'),
|
src: url(assets/fonts/NeueHaasGroteskPro-55Roman.eot?#iefix) format(embedded-opentype),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-55Roman.woff2') format('woff2'),
|
url(assets/fonts/NeueHaasGroteskPro-55Roman.woff2) format(woff2),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-55Roman.woff') format('woff'),
|
url(assets/fonts/NeueHaasGroteskPro-55Roman.woff) format(woff),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-55Roman.ttf') format('truetype'),
|
url(assets/fonts/NeueHaasGroteskPro-55Roman.ttf) format(truetype),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman') format('svg');
|
url(assets/fonts/NeueHaasGroteskPro-55Roman.svg#NeueHaasGroteskPro-55Roman) format(svg);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Neue Haas Grotesk Pro';
|
font-family: Neue Haas Grotesk Pro;
|
||||||
src: url('assets/fonts/NeueHaasGroteskPro-75Bold.eot');
|
src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot);
|
||||||
src: url('assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix') format('embedded-opentype'),
|
src: url(assets/fonts/NeueHaasGroteskPro-75Bold.eot?#iefix) format(embedded-opentype),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-75Bold.woff2') format('woff2'),
|
url(assets/fonts/NeueHaasGroteskPro-75Bold.woff2) format(woff2),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-75Bold.woff') format('woff'),
|
url(assets/fonts/NeueHaasGroteskPro-75Bold.woff) format(woff),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-75Bold.ttf') format('truetype'),
|
url(assets/fonts/NeueHaasGroteskPro-75Bold.ttf) format(truetype),
|
||||||
url('assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold') format('svg');
|
url(assets/fonts/NeueHaasGroteskPro-75Bold.svg#NeueHaasGroteskPro-75Bold) format(svg);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//@font-face {
|
|
||||||
// font-family: 'din-regular';
|
|
||||||
// src: url('assets/fonts/DIN-Regular.eot');
|
|
||||||
// src: url('assets/fonts/DIN-Regular.eot?#iefix') format('embedded-opentype'),
|
|
||||||
// url('assets/fonts/DIN-Regular.woff2') format('woff2'),
|
|
||||||
// url('assets/fonts/DIN-Regular.woff') format('woff'),
|
|
||||||
// url('assets/fonts/DIN-Regular.ttf') format('truetype'),
|
|
||||||
// url('assets/fonts/DIN-Regular.svg#fonts/DIN-Regular') format('svg');
|
|
||||||
// font-weight: 100;
|
|
||||||
// font-style: normal;
|
|
||||||
// font-display: swap;
|
|
||||||
//}
|
|
||||||
//
|
|
||||||
//@font-face {
|
|
||||||
// font-family: 'din-medium';
|
|
||||||
// src: url('assets/fonts/DIN-Medium.eot');
|
|
||||||
// src: url('assets/fonts/DIN-Medium.eot?#iefix') format('embedded-opentype'),
|
|
||||||
// url('assets/fonts/DIN-Medium.woff2') format('woff2'),
|
|
||||||
// url('assets/fonts/DIN-Medium.woff') format('woff'),
|
|
||||||
// url('assets/fonts/DIN-Medium.ttf') format('truetype'),
|
|
||||||
// url('assets/fonts/DIN-Medium.svg#DIN-Medium') format('svg');
|
|
||||||
// font-weight: 100;
|
|
||||||
// font-style: normal;
|
|
||||||
// font-display: swap;
|
|
||||||
//}
|
|
||||||
//
|
|
||||||
//@font-face {
|
|
||||||
// font-family: 'din-bold';
|
|
||||||
// src: url('assets/fonts/DIN-Bold.eot');
|
|
||||||
// src: url('assets/fonts/DIN-Bold.eot?#iefix') format('embedded-opentype'),
|
|
||||||
// url('assets/fonts/DIN-Bold.woff2') format('woff2'),
|
|
||||||
// url('assets/fonts/DIN-Bold.woff') format('woff'),
|
|
||||||
// url('assets/fonts/DIN-Bold.ttf') format('truetype'),
|
|
||||||
// url('assets/fonts/DIN-Bold.svg#DIN-Bold') format('svg');
|
|
||||||
// font-weight: 100;
|
|
||||||
// font-style: normal;
|
|
||||||
// font-display: swap;
|
|
||||||
//}
|
|
||||||
//
|
|
||||||
//@font-face {
|
|
||||||
// font-family: 'din-light';
|
|
||||||
// src: url('assets/fonts/DIN-Light.eot');
|
|
||||||
// src: url('assets/fonts/DIN-Light.eot?#iefix') format('embedded-opentype'),
|
|
||||||
// url('assets/fonts/DIN-Light.woff2') format('woff2'),
|
|
||||||
// url('assets/fonts/DIN-Light.woff') format('woff'),
|
|
||||||
// url('assets/fonts/DIN-Light.ttf') format('truetype'),
|
|
||||||
// url('assets/fonts/DIN-Light.svg#DIN-Light') format('svg');
|
|
||||||
// font-weight: 100;
|
|
||||||
// font-style: normal;
|
|
||||||
// font-display: swap;
|
|
||||||
//}
|
|
||||||
//
|
|
||||||
//@font-face {
|
|
||||||
// font-family: 'din-black';
|
|
||||||
// src: url('assets/fonts/DIN-Black.eot');
|
|
||||||
// src: url('assets/fonts/DIN-Black.eot?#iefix') format('embedded-opentype'),
|
|
||||||
// url('assets/fonts/DIN-Black.woff2') format('woff2'),
|
|
||||||
// url('assets/fonts/DIN-Black.woff') format('woff'),
|
|
||||||
// url('assets/fonts/DIN-Black.ttf') format('truetype'),
|
|
||||||
// url('assets/fonts/DIN-Black.svg#DIN-Black') format('svg');
|
|
||||||
// font-weight: 900;
|
|
||||||
// font-style: normal;
|
|
||||||
// font-display: swap;
|
|
||||||
//}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,84 +4,131 @@
|
||||||
h3,
|
h3,
|
||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6,
|
||||||
font-family: $font__header;
|
.h1,.h2,.h3,.h4,.h5,.h6{
|
||||||
clear: both;
|
clear: both;
|
||||||
line-height: $font__line-height-header;
|
line-height: $font__line-height-header;
|
||||||
a {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
}
|
h1,.h1 {
|
||||||
h1 {
|
|
||||||
font-size: $font__size-body*1.8;
|
font-size: $font__size-body*1.8;
|
||||||
}
|
&.small {
|
||||||
h2 {
|
|
||||||
font-size: $font__size-body*1.5;
|
font-size: $font__size-body*1.5;
|
||||||
}
|
}
|
||||||
h3 {
|
|
||||||
font-size: $font__size-body*1.3;
|
|
||||||
}
|
}
|
||||||
h4 {
|
h2,.h2 {
|
||||||
|
font-size: $font__size-body*1.5;
|
||||||
|
&.small {
|
||||||
font-size: $font__size-body*1.2;
|
font-size: $font__size-body*1.2;
|
||||||
}
|
}
|
||||||
h5 {
|
|
||||||
font-size: $font__size-body*1.1;
|
|
||||||
}
|
}
|
||||||
h6 {
|
h3,.h3 {
|
||||||
|
font-size: $font__size-body*1.3;
|
||||||
|
&.small {
|
||||||
|
font-size: $font__size-body*1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
h4,.h4 {
|
||||||
|
font-size: $font__size-body*1.2;
|
||||||
|
//font-weight: 500;
|
||||||
|
&.small {
|
||||||
|
font-size: $font__size-body*0.9;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
h5,.h5 {
|
||||||
font-size: $font__size-body*1.1;
|
font-size: $font__size-body*1.1;
|
||||||
|
font-weight: 500;
|
||||||
|
&.small {
|
||||||
|
font-size: $font__size-body*0.8;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
h6,.h6 {
|
||||||
|
font-size: $font__size-body*1.1;
|
||||||
|
font-weight: 100;
|
||||||
|
&.small {
|
||||||
|
font-size: $font__size-body*0.8;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.site-main {
|
.site-main {
|
||||||
h1,
|
h1,h2,h3,h4,h5,h6,
|
||||||
h2,
|
.h1,.h2,.h3,.h4,.h5,.h6 {
|
||||||
h3,
|
|
||||||
h4,
|
|
||||||
h5,
|
|
||||||
h6,
|
|
||||||
.entry-content {
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.single {
|
|
||||||
h1 {
|
|
||||||
font-family: $font__black;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.home-featured {
|
.home-featured {
|
||||||
h2 {
|
h2,.h2 {
|
||||||
margin: 1.2rem 0;
|
margin: 1.2rem 0;
|
||||||
font-size: $font__size-body*2;
|
font-size: $font__size-body*2;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
border-bottom: 0.6rem solid $color__black;
|
border-bottom: 0.6rem solid $color__black;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* used in
|
||||||
|
* ./template-parts/section-agenda.php
|
||||||
|
* ./template-parts/section-last-convos.php
|
||||||
|
* */
|
||||||
|
section.agenda,
|
||||||
|
section.last-convos {
|
||||||
|
h2 a {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
align-content: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
&::after {
|
||||||
|
display: inline-block;
|
||||||
|
align-self: center;
|
||||||
|
justify-self: center;
|
||||||
|
font-size: 0.4em;
|
||||||
|
color: $color__white;
|
||||||
|
background-color: $color__black;
|
||||||
|
padding: 0.4em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
[lang="ca"] section.agenda h2 a::after {
|
||||||
|
content: "Verure totes les activitas";
|
||||||
|
}
|
||||||
|
[lang*="es"] section.agenda h2 a::after {
|
||||||
|
content: "Ver todas las actividades";
|
||||||
|
}
|
||||||
|
[lang="ca"] section.last-convos h2 a::after {
|
||||||
|
content: "Verure totes les convocatories";
|
||||||
|
}
|
||||||
|
[lang*="es"] section.last-convos h2 a::after {
|
||||||
|
content: "Ver todas las convocatorias";
|
||||||
|
}
|
||||||
|
|
||||||
|
/* entry content */
|
||||||
|
.entry-content h6 {
|
||||||
|
padding: 0.5em 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 48em) {
|
@media screen and (min-width: 48em) {
|
||||||
h1 {
|
h1,.h1 {
|
||||||
font-size: $font__size-body*3.5;
|
font-size: $font__size-body*3;
|
||||||
}
|
}
|
||||||
h2 {
|
h2,.h2 {
|
||||||
font-size: $font__size-body*2.5;
|
font-size: $font__size-body*2.5;
|
||||||
}
|
}
|
||||||
h3 {
|
h3,.h3 {
|
||||||
font-size: $font__size-body*2;
|
font-size: $font__size-body*2;
|
||||||
}
|
}
|
||||||
h4 {
|
h4,.h4 {
|
||||||
font-family: $font__black;
|
|
||||||
font-size: $font__size-body*1.7;
|
font-size: $font__size-body*1.7;
|
||||||
}
|
}
|
||||||
h5 {
|
h5,.h5 {
|
||||||
font-size: $font__size-body*1.5;
|
font-size: $font__size-body*1.4;
|
||||||
}
|
}
|
||||||
h6 {
|
h6,.h6 {
|
||||||
font-size: $font__size-body*1.5;
|
font-size: $font__size-body*1.2;
|
||||||
}
|
}
|
||||||
.home-featured {
|
.home-featured {
|
||||||
h2 {
|
h2,.h2 {
|
||||||
font-size: $font__size-body*3.5;
|
font-size: $font__size-body*3.5;
|
||||||
border-bottom: 0.8rem solid $color__black;
|
border-bottom: 0.8rem solid $color__black;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 80em) {
|
@media screen and (min-width: 1440px) {
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 80em) {
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,19 @@
|
||||||
|
//:root {
|
||||||
|
// //$color__xxp-black: #000000;
|
||||||
|
// //$color__xxp-white: #ffffff;
|
||||||
|
// //$color__xxp-salmon: #ff866f;
|
||||||
|
// //$color__xxp-yellow: #ffcb1f;
|
||||||
|
// //$color__xxp-pink: #ff6bc3;
|
||||||
|
// //$color__xxp-violet: #651aff;
|
||||||
|
// //$color__xxp-cyan: #00d1ec;
|
||||||
|
// //$color__xxp-green: #00f274;
|
||||||
|
// //$color__xxp-red: #ff5a69;
|
||||||
|
// --bubble-color-01: #ff5a69; //$color__xxp-red;
|
||||||
|
// --bubble-color-02: #ffcb1f; //$color__xxp-yellow;
|
||||||
|
// --bubble-color-03: #00d1ec; //$color__xxp-cyan;
|
||||||
|
// --bubble-color-04: #00f274; //$color__xxp-green;
|
||||||
|
//}
|
||||||
|
//
|
||||||
body,
|
body,
|
||||||
button,
|
button,
|
||||||
input,
|
input,
|
||||||
|
@ -9,7 +25,23 @@ textarea {
|
||||||
font-size: $font__size-body;
|
font-size: $font__size-body;
|
||||||
line-height: $font__line-height-body;
|
line-height: $font__line-height-body;
|
||||||
}
|
}
|
||||||
|
.hide {
|
||||||
|
display: inline-block;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
min-width: unset;
|
||||||
|
max-width: unset;
|
||||||
|
width: 0px;
|
||||||
|
min-height: unset;
|
||||||
|
max-height: unset;
|
||||||
|
height: 0px;
|
||||||
|
font-size: 0px;
|
||||||
|
line-height: 0px;
|
||||||
|
text-decoration: none;
|
||||||
|
border: 0;
|
||||||
|
background: none;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
@import "headings";
|
@import "headings";
|
||||||
@import "copy";
|
@import "copy";
|
||||||
@import "fonts";
|
@import "fonts";
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
.post,
|
.post,
|
||||||
.page {
|
.page {
|
||||||
margin: 0 0 1.5em;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.updated:not(.published) {
|
.updated:not(.published) {
|
||||||
|
@ -17,22 +17,91 @@
|
||||||
.entry-summary {
|
.entry-summary {
|
||||||
margin: 1.5em 0 0;
|
margin: 1.5em 0 0;
|
||||||
}
|
}
|
||||||
|
.site-main {
|
||||||
|
.entry-title {
|
||||||
|
margin: 0.5em 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
.page-links {
|
.page-links {
|
||||||
clear: both;
|
clear: both;
|
||||||
margin: 0 0 1.5em;
|
margin: 0 0 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* blocks columns with line below each block
|
||||||
|
* see Que oferim?
|
||||||
|
* */
|
||||||
|
|
||||||
|
.ratlla-abaix,.border-bottom {
|
||||||
|
.wp-block-column {
|
||||||
|
position:relative;
|
||||||
|
}
|
||||||
|
.wp-block-heading {
|
||||||
|
padding-top: 1em;
|
||||||
|
padding-bottom: 2em;
|
||||||
|
display:inline-grid;
|
||||||
|
&:after {
|
||||||
|
content: "";
|
||||||
|
border-bottom:0.05em solid $color__black;
|
||||||
|
width: 100%;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* download files
|
||||||
|
* line and icon to show download
|
||||||
|
*
|
||||||
|
* * * * * * * */
|
||||||
|
.descarregar-fitxers,.descarga-fichero,.download-files {
|
||||||
|
a {
|
||||||
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
|
border-bottom: $border__line;
|
||||||
|
&:after {
|
||||||
|
content: "";
|
||||||
|
display:inline-block;
|
||||||
|
float: right;
|
||||||
|
width: 1em;
|
||||||
|
height: 1em;
|
||||||
|
background-image: url(./assets/img/icon-download.svg);
|
||||||
|
background-repeat: none;
|
||||||
|
background-size: contain;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* used in
|
||||||
|
* ./template-parts/section-eachpost.php
|
||||||
|
* */
|
||||||
.xarxaprod-card-each {
|
.xarxaprod-card-each {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
.entry-title,h6 {
|
.entry-title,h6 {
|
||||||
border-bottom: 1px solid $color__black;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
|
border-bottom: 1px solid $color__black;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
margin:0;
|
margin:0;
|
||||||
}
|
}
|
||||||
|
.excerpt {
|
||||||
|
border-bottom: 1px solid $color__black;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
.more-link {
|
||||||
|
margin-top: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* used in
|
||||||
|
* ./template-parts/content-xarxaprod-ajut.php
|
||||||
|
* ./template-parts/content-xarxaprod-convo.php
|
||||||
|
* ./template-parts/section-eachpost.php
|
||||||
|
* */
|
||||||
.xarxaprod-fund-info-fields,
|
.xarxaprod-fund-info-fields,
|
||||||
.xarxaprod-fund-info-contact-fields {
|
.xarxaprod-fund-info-contact-fields {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
@ -61,8 +130,6 @@
|
||||||
margin: 1rem 0 0.5rem 0;
|
margin: 1rem 0 0.5rem 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.xarxaprod-label {
|
|
||||||
}
|
|
||||||
.xarxaprod-funder-name,
|
.xarxaprod-funder-name,
|
||||||
.xarxaprod-fund-contact-name,
|
.xarxaprod-fund-contact-name,
|
||||||
.xarxaprod-fund-web {
|
.xarxaprod-fund-web {
|
||||||
|
@ -78,49 +145,316 @@
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// .page-template-funds-search {
|
|
||||||
.xarxaprod-filtered-funds {
|
.xarxaprod-convo-info-fields,
|
||||||
|
.xarxaprod-agenda-info {
|
||||||
|
margin-bottom: 2em;
|
||||||
|
li {
|
||||||
display:grid;
|
display:grid;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 0.75fr 2.25fr;
|
||||||
|
padding: 0.2em 0;
|
||||||
|
border-top: 0.05em solid $color__black;
|
||||||
|
font-size: 1em;
|
||||||
|
&:last-of-type{
|
||||||
|
border-bottom: 0.05em solid $color__black;
|
||||||
}
|
}
|
||||||
.xarxaprod-fund-filter {
|
.xarxaprod-label li {
|
||||||
|
display: inherit;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
color: inherit;
|
||||||
|
border: none;
|
||||||
|
background-color: none;
|
||||||
|
font-size: inherit;
|
||||||
|
&:nth-child(n+2):before {
|
||||||
|
content:", ";
|
||||||
|
display:inline-block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
dt {
|
||||||
|
grid-row: 1 / 1;
|
||||||
|
font-weight: 100;
|
||||||
|
}
|
||||||
|
dd {
|
||||||
|
grid-row: 1 / 2;
|
||||||
|
margin: 0;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
grid-row: 1 / 2;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* used in
|
||||||
|
* ./template-parts/content-xarxaprod-associat.php
|
||||||
|
* */
|
||||||
|
.single-xarxaprod-associat {
|
||||||
|
.xarxaprod-associat {
|
||||||
|
> section {
|
||||||
|
margin-top: 4em;
|
||||||
|
}
|
||||||
|
.xarxaprod-associat-info {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(1 , 1fr);
|
grid-template-columns: 1fr 1fr 1fr;
|
||||||
gap: $grid__gap;
|
gap: $grid__gap * 2;
|
||||||
|
.xarxaprod-associat-contact,
|
||||||
|
.xarxaprod-associat-services {
|
||||||
|
li {
|
||||||
|
display: grid;
|
||||||
|
font-size: 1em;
|
||||||
|
border: none;
|
||||||
|
border-top: $border__line;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0.5em 0;
|
||||||
|
}
|
||||||
|
h6,p {
|
||||||
|
font-size: 1em;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.xarxaprod-associat-contact li {
|
||||||
|
grid-template-columns: 1fr 2fr;
|
||||||
|
}
|
||||||
|
.xarxaprod-associat-services li {
|
||||||
|
}
|
||||||
|
.xarxaprod-associat-logo {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.xarxaprod-associat-convos {
|
||||||
|
}
|
||||||
|
.xarxaprod-associat-location {
|
||||||
|
.xarxaprod-associat-osm-map {
|
||||||
|
}
|
||||||
|
.xarxaprod-associat-osm-link {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: min-content auto;
|
||||||
|
align-items: center;
|
||||||
|
h6,p,a {
|
||||||
|
margin: 0.5em ;
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
* categories:
|
||||||
|
*
|
||||||
|
* convocatorias pre 2024
|
||||||
|
* agenda, activitats, agenda-es
|
||||||
|
*
|
||||||
|
* * * * * * * * * * * * * * * */
|
||||||
|
.xarxaprod-cards,.category-convocatories,
|
||||||
|
.category-activitats,.category-agenda,.category-agenda-es {
|
||||||
|
display: flex;
|
||||||
|
flex-flow: column;
|
||||||
|
justify-content: flex-end;
|
||||||
|
padding-bottom: 4em;
|
||||||
|
.wp-block-post-title {
|
||||||
|
text-transform: lowercase;
|
||||||
|
font-size: 1.5em;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
padding-bottom: 0.5em;
|
||||||
|
border-bottom: 0.05em solid $color__black;
|
||||||
|
}
|
||||||
|
.wp-block-post-excerpt {
|
||||||
|
margin: 0.5em 0;
|
||||||
|
border-bottom: 0.05em solid $color__black;
|
||||||
|
}
|
||||||
|
.wp-block-read-more {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* used in
|
||||||
|
* ./template-parts/section-agenda.php
|
||||||
|
* */
|
||||||
|
.xarxaprod-agenda {
|
||||||
|
.xarxaprod-card-each {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
|
padding: 1em 0;
|
||||||
|
border-bottom: 0.1em solid $color__black;
|
||||||
|
&:first-of-type {
|
||||||
|
border-top: 0.1em solid $color__black;
|
||||||
|
}
|
||||||
|
header,.entry-header {
|
||||||
|
}
|
||||||
|
.entry-title,h6 {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
font-size: 1.5em;
|
||||||
|
}
|
||||||
|
.activity-organizer, .organiza-activitat {
|
||||||
|
}
|
||||||
|
.agenda-date, .agenda-data {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
li.category-activitats,
|
||||||
|
li[class*='category-agenda'] {
|
||||||
|
position: relative;
|
||||||
|
.wp-block-post-featured-image {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.wp-block-post-title {
|
||||||
|
}
|
||||||
|
.wp-block-post-title:before {
|
||||||
|
content: "";
|
||||||
|
display: inline-block;
|
||||||
|
min-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
aspect-ratio: 1/1;
|
||||||
|
margin-bottom: 2em;
|
||||||
|
background-color: rgba(240,240,240,0.2);
|
||||||
|
border-radius: 0.3em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* filters form custom fields
|
||||||
|
*/
|
||||||
|
.xarxaprod-filtered-content {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
.archive-posts {
|
||||||
|
grid-template-columns: repeat(1 , minmax(0,1fr));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.xarxaprod-filters {
|
||||||
|
section {
|
||||||
|
margin: 1em 0;
|
||||||
|
.filter {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.archive-posts {
|
.archive-posts {
|
||||||
grid-template-columns: repeat(1 , 1fr);
|
// https://stackoverflow.com/questions/47601564/equal-width-columns-in-css-grid#61240964
|
||||||
|
grid-template-columns: repeat(1 , minmax(0,1fr));
|
||||||
|
}
|
||||||
|
|
||||||
|
.xarxaprod-titol-opcions {
|
||||||
|
// applied in forms and contactforms
|
||||||
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
|
max-width: 13em;
|
||||||
|
margin-bottom: 0;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
padding: 0.6em 1em 0.4em;
|
||||||
|
clear: both;
|
||||||
|
cursor: pointer;
|
||||||
|
font-weight: 900;
|
||||||
|
font-size: $font__size-body*0.9;
|
||||||
|
border: 1px solid $color__border-button;
|
||||||
|
&:after {
|
||||||
|
content: ">";
|
||||||
|
display: inline;
|
||||||
|
float:right;
|
||||||
|
}
|
||||||
|
&:hover {
|
||||||
|
&:after {
|
||||||
|
transform: rotate(90deg);
|
||||||
|
animation: rotate 0.5s;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes rotate {
|
||||||
|
0% {
|
||||||
|
transform: rotate(0);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
transform: rotate(90deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
//}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 48em) {
|
@media screen and (max-width: 48em) {
|
||||||
//only smaller than 48em
|
//only smaller than 48em
|
||||||
|
|
||||||
|
.post,
|
||||||
|
.page {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.xarxaprod-filters {
|
||||||
|
section {
|
||||||
|
display: block;
|
||||||
|
h5 {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.filter {
|
||||||
|
width: 45%;
|
||||||
|
margin-top: 0.5rem;
|
||||||
|
margin-right: 0.3em;
|
||||||
|
float: left;
|
||||||
|
&:last-of-type {
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&:last-of-type:after {
|
||||||
|
content: "";
|
||||||
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 48em) {
|
@media screen and (min-width: 48em) {
|
||||||
//only bigger than 48em
|
//only bigger than 48em
|
||||||
//.page-template-funds-search {
|
.xarxaprod-filters {
|
||||||
.xarxaprod-filtered-funds {
|
padding-right: 2em;
|
||||||
|
section {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.xarxaprod-filtered-content {
|
||||||
grid-template-columns: 1fr 2fr;
|
grid-template-columns: 1fr 2fr;
|
||||||
}
|
}
|
||||||
.xarxaprod-fund-filter {
|
|
||||||
}
|
|
||||||
.archive-posts {
|
.archive-posts {
|
||||||
grid-template-columns: repeat(2 , 1fr);
|
grid-template-columns: repeat(2 , minmax(0,1fr));
|
||||||
|
}
|
||||||
|
.xarxaprod-convo-info-fields,
|
||||||
|
.xarxaprod-agenda-info {
|
||||||
|
li {
|
||||||
|
font-size: 1.5em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.xarxaprod-agenda {
|
||||||
|
.xarxaprod-card-each {
|
||||||
|
flex-direction: row-reverse;
|
||||||
|
header,.entry-header {
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
|
.activity-organizer, .organiza-activitat {
|
||||||
|
width: 24%;
|
||||||
|
}
|
||||||
|
.agenda-date, .agenda-data {
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
//}
|
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 80em) {
|
@media screen and (min-width: 80em) {
|
||||||
//only bigger than 80rem
|
//only bigger than 80rem
|
||||||
//.page-template-funds-search {
|
.xarxaprod-filtered-content {
|
||||||
.xarxaprod-filtered-funds {
|
|
||||||
grid-template-columns: 1fr 3fr;
|
grid-template-columns: 1fr 3fr;
|
||||||
|
.archive-posts {
|
||||||
|
grid-template-columns: repeat(2 , minmax(0,1fr));
|
||||||
}
|
}
|
||||||
.xarxaprod-fund-filter {
|
|
||||||
}
|
}
|
||||||
.archive-posts {
|
.archive-posts {
|
||||||
grid-template-columns: repeat(3 , 1fr);
|
grid-template-columns: repeat(3 , minmax(0,1fr));
|
||||||
}
|
}
|
||||||
|
|
||||||
//}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
.gallery {
|
.gallery {
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-gap: 1.5em;
|
grid-gap: $grid__gap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-item {
|
.gallery-item {
|
||||||
|
|
|
@ -18,89 +18,63 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
|
||||||
ul {
|
ul.sub-menu {
|
||||||
background-color: $color__white;
|
padding-top: 0.5rem;
|
||||||
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
|
padding-left: 1rem;
|
||||||
flex-direction: column;
|
|
||||||
float: left;
|
|
||||||
position: absolute;
|
|
||||||
top: 100%;
|
|
||||||
left: -999em;
|
|
||||||
z-index: 99999;
|
|
||||||
|
|
||||||
ul {
|
|
||||||
left: -999em;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
li {
|
|
||||||
|
|
||||||
&:hover > ul,
|
|
||||||
&.focus > ul {
|
|
||||||
//display: block;
|
|
||||||
left: 30%;
|
|
||||||
top: 2.5rem;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
width: 200px;
|
|
||||||
}
|
|
||||||
|
|
||||||
:hover > a,
|
|
||||||
.focus > a {
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover,
|
|
||||||
a.focus {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
li:hover > ul,
|
|
||||||
li.focus > ul {
|
|
||||||
left: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
li {
|
li {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 1rem;
|
|
||||||
|
|
||||||
&:hover > a,
|
&:hover > a,
|
||||||
&.focus > a {
|
&.focus > a {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
padding: 0 0.5rem;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.current_page_item > a,
|
|
||||||
.current-menu-item > a,
|
|
||||||
.current_page_ancestor > a,
|
|
||||||
.current-menu-ancestor > a {
|
|
||||||
font-weight: bold;
|
|
||||||
font-family: $font__bold;
|
|
||||||
border-left: 1px solid $color__black;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-navigation {
|
.main-navigation {
|
||||||
a[href^="http://localhost"],
|
&.toggled {
|
||||||
a[href^="http://xarxaprod.cat"],
|
ul {
|
||||||
a[href^="https://xarxaprod.cat"]
|
display: block;
|
||||||
{
|
}
|
||||||
font-family: $font__bold;
|
.main-navigation-content {
|
||||||
border-left: 1px solid $color__black;
|
display: inline-block;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100vh;
|
||||||
|
padding: 4rem;
|
||||||
|
background-color: rgba(255,255,255,0.95);
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
.menu-toggle {
|
||||||
|
position: relative;
|
||||||
|
z-index: 9999;
|
||||||
|
}
|
||||||
|
.current-menu-ancestor > a::after {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
.current-menu-item > a::after {
|
||||||
|
display: inline-block;
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 2em;
|
||||||
|
height: 2px;
|
||||||
|
width: 100%;
|
||||||
|
background-color: $color__black;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.secondary-navigation {
|
.secondary-navigation {
|
||||||
padding: 1em 0;
|
padding: 0 1em 1em 0;
|
||||||
ul {
|
ul {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
li {
|
li {
|
||||||
|
@ -108,45 +82,21 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
// text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-item-has-children {
|
.menu-item-has-children {
|
||||||
&::after {
|
|
||||||
content: "";
|
|
||||||
display: inline-block;
|
|
||||||
position: absolute;
|
|
||||||
top: 40%;
|
|
||||||
right: 0.3em;
|
|
||||||
//vertical-align: middle;
|
|
||||||
//margin: -3em 0 0.5em;
|
|
||||||
width: 0.3em;
|
|
||||||
height: 0.3em;
|
|
||||||
border: 1px solid $color__black;
|
|
||||||
border-top: none;
|
|
||||||
border-left: none;
|
|
||||||
-moz-transform: rotate(45deg);
|
|
||||||
-webkit-transform: rotate(45deg);
|
|
||||||
-ms-transform: rotate(45deg);
|
|
||||||
transform: rotate(45deg);
|
|
||||||
}
|
|
||||||
&:hover {
|
|
||||||
&::after {
|
|
||||||
border-color: $color__grey-dark;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* begin of menu-hidden */
|
/* begin of menu-hidden */
|
||||||
.toogle-secondary-navigation .show-mobile{
|
.toggle-secondary-navigation .show-mobile{
|
||||||
display:inherit;
|
display:inherit;
|
||||||
}
|
}
|
||||||
.toogle,
|
.toggle,
|
||||||
.toogled-menu {
|
.toggled-menu {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.toogle:checked+.toogled-menu{
|
.toggle:checked+.toggled-menu{
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left:0;
|
left:0;
|
||||||
|
@ -154,31 +104,31 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding: 7em 4em 0 4em;
|
padding: 0 2rem;
|
||||||
background-color: $color__white;
|
|
||||||
}
|
}
|
||||||
.toogle-show {
|
.toggle-show {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 1.8em;
|
width: 1.8em;
|
||||||
height: 1.4em;
|
height: 1.4em;
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
//border-top: 0.3em solid $color__black;
|
border-top: 0.3em solid $color__black;
|
||||||
//border-bottom: 0.3em solid $color__black;
|
border-bottom: 0.3em solid $color__black;
|
||||||
}
|
}
|
||||||
.toogle-show::before {
|
.toggle-show::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0.3em;
|
top: 0.3em;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
//border-top: 0.3em solid $color__black;
|
border-top: 0.3em solid $color__black;
|
||||||
}
|
}
|
||||||
.toogle-hide {
|
.toggle-hide {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: end;
|
||||||
|
margin-right: -0.5em;
|
||||||
}
|
}
|
||||||
.toogle-hide::after{
|
.toggle-hide::after{
|
||||||
content: "x";
|
content: "x";
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
|
@ -186,16 +136,18 @@
|
||||||
}
|
}
|
||||||
/* end of menu hidden*/
|
/* end of menu hidden*/
|
||||||
|
|
||||||
/* Small menu. */
|
}
|
||||||
.menu-toggle,
|
@media screen and (max-width: 47.99em) {
|
||||||
.main-navigation.toggled ul {
|
.site-branding {
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
.xarxaprod-filters {
|
.main-navigation-content {
|
||||||
.xarxaprod-filter {
|
li {
|
||||||
//float: left;
|
padding: 0.5rem 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.secondary-navigation-content {
|
||||||
|
padding: 4rem 2rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 48em) {
|
@media screen and (min-width: 48em) {
|
||||||
.site-branding {
|
.site-branding {
|
||||||
|
@ -211,58 +163,120 @@
|
||||||
.main-navigation,.secondary-navigation {
|
.main-navigation,.secondary-navigation {
|
||||||
ul {
|
ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
.menu-item-has-children > ul {
|
||||||
|
background-color: rgba(255,255,255,0.95);
|
||||||
}
|
}
|
||||||
|
.sub-menu {
|
||||||
|
float: left;
|
||||||
|
position: absolute;
|
||||||
|
top: 100%;
|
||||||
|
left: -999em;
|
||||||
|
z-index: 99999;
|
||||||
|
|
||||||
|
ul {
|
||||||
|
left: -999em;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
|
||||||
|
&:hover > ul,
|
||||||
|
&.focus > ul {
|
||||||
|
display: block;
|
||||||
|
left: 4em;
|
||||||
|
top: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
padding: 0 0.5rem;
|
width: 200px;
|
||||||
}
|
}
|
||||||
.current_page_item > a,
|
|
||||||
.current-menu-item > a,
|
:hover > a,
|
||||||
.current_page_ancestor > a,
|
.focus > a {
|
||||||
.current-menu-ancestor > a {
|
|
||||||
border-left: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:hover,
|
||||||
|
a.focus {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
li {
|
||||||
|
padding: 0 1em;
|
||||||
|
&:hover > ul,
|
||||||
|
&.focus > ul {
|
||||||
|
left: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
.main-navigation {
|
.main-navigation {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
ul {
|
ul {
|
||||||
justify-content: end;
|
justify-content: end;
|
||||||
|
ul.sub-menu {
|
||||||
|
flex-direction: column;
|
||||||
|
padding: 0.5rem;
|
||||||
|
li {
|
||||||
|
margin: 0.5rem 0;
|
||||||
}
|
}
|
||||||
a[href^="http://localhost"],
|
|
||||||
a[href^="http://xarxaprod.cat"],
|
|
||||||
a[href^="https://xarxaprod.cat"]
|
|
||||||
{
|
|
||||||
font-family: $font__bold;
|
|
||||||
border-left:none;
|
|
||||||
}
|
}
|
||||||
a[href^="http://localhost"]::after,
|
}
|
||||||
a[href^="http://xarxaprod.cat"]::after,
|
.current-menu-ancestor > a::after,
|
||||||
a[href^="https://xarxaprod.cat"]::after,
|
.current-menu-item > a::after {
|
||||||
.current-menu-item a::after {
|
display: inline-block;
|
||||||
//display: inline-block;
|
content: "";
|
||||||
//content: "";
|
position: absolute;
|
||||||
//position: absolute;
|
left: 1em;
|
||||||
//left: 5%;
|
bottom: -0.5em;
|
||||||
//min-height: 2px;
|
min-height: 2px;
|
||||||
//height: 100%;
|
height: 2px;
|
||||||
//width: 90%;
|
width: calc(100% - 2em);
|
||||||
//margin-top: 2.3em;
|
background-color: $color__black;
|
||||||
//border-bottom: 0.3rem solid $color__black;
|
}
|
||||||
|
.menu-item-has-children {
|
||||||
|
ul {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.secondary-navigation {
|
.secondary-navigation {
|
||||||
padding: 1.5em 0;
|
padding: 1.5em 0;
|
||||||
|
}
|
||||||
|
.menu-item-has-children {
|
||||||
|
padding-right: 0.5em;
|
||||||
|
&::after {
|
||||||
|
content: "";
|
||||||
|
display: inline-block;
|
||||||
|
position: absolute;
|
||||||
|
top: 40%;
|
||||||
|
right: 0.3em;
|
||||||
|
width: 0.3em;
|
||||||
|
height: 0.3em;
|
||||||
|
border: 1px solid $color__black;
|
||||||
|
border-top: none;
|
||||||
|
border-left: none;
|
||||||
|
-moz-transform: rotate(45deg);
|
||||||
|
-webkit-transform: rotate(45deg);
|
||||||
|
-ms-transform: rotate(45deg);
|
||||||
|
transform: rotate(45deg);
|
||||||
|
}
|
||||||
|
&:hover {
|
||||||
|
&::after {
|
||||||
|
//border-color: $color__grey-dark;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* css menu toogler
|
* css menu toggler
|
||||||
* */
|
* */
|
||||||
.toogle-secondary-navigation .show-mobile,
|
.toggle-secondary-navigation .show-mobile,
|
||||||
.toogle-secondary-navigation .hide-not-mobile{
|
.toggle-secondary-navigation .hide-not-mobile{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.toogled-menu {
|
.toggled-menu {
|
||||||
display: inherit;
|
display: inherit;
|
||||||
}
|
}
|
||||||
/* end css menu toogler
|
/* end css menu toggler
|
||||||
* */
|
* */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -272,6 +286,7 @@
|
||||||
|
|
||||||
.site-main & {
|
.site-main & {
|
||||||
margin: 0 0 1.5em;
|
margin: 0 0 1.5em;
|
||||||
|
align-self: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-links {
|
.nav-links {
|
||||||
|
@ -283,28 +298,22 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-next {
|
.nav-next {
|
||||||
text-align: end;
|
//text-align: end;
|
||||||
flex: 1 0 50%;
|
flex: 1 0 50%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 80em) {
|
@media screen and (min-width: 80em) {
|
||||||
.main-navigation,.secondary-navigation {
|
.main-navigation,.secondary-navigation {
|
||||||
.toogle-sidebar-segona .show-mobile,
|
.toggle-sidebar-segona .show-mobile,
|
||||||
.toogle-sidebar-segona .hide-not-mobile{
|
.toggle-sidebar-segona .hide-not-mobile{
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
//a {
|
||||||
padding: 0 1rem;
|
// padding: 0 1rem;
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
.main-navigation {
|
.main-navigation {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
a[href^="http://localhost"]::after,
|
|
||||||
a[href^="http://xarxaprod.cat"]::after,
|
|
||||||
a[href^="https://xarxaprod.cat"]::after,
|
|
||||||
.current-menu-item a::after {
|
|
||||||
margin-top: 5em;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,15 @@
|
||||||
@media screen {
|
@media screen {
|
||||||
|
html:not([data-scroll='0']) {
|
||||||
|
.site-header {
|
||||||
|
background-color: $color__white;
|
||||||
|
}
|
||||||
|
}
|
||||||
.no-sidebar {
|
.no-sidebar {
|
||||||
}
|
}
|
||||||
.site {
|
.site {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr minmax(0,35em) minmax(0,35em) 1fr;
|
grid-template-columns: 1fr minmax(0,35em) minmax(0,35em) 1fr;
|
||||||
|
grid-auto-rows: min-content auto min-content min-content;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"header"
|
"header"
|
||||||
"main"
|
"main"
|
||||||
|
@ -11,14 +17,16 @@
|
||||||
"footer";
|
"footer";
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
min-height: 100vh;
|
||||||
> header {
|
> header {
|
||||||
grid-column: 1 / -1;
|
grid-column: 1 / -1;
|
||||||
}
|
}
|
||||||
> main {
|
> main {
|
||||||
grid-column: 2 / 4;
|
grid-column: 1 / -1;
|
||||||
}
|
}
|
||||||
> aside {
|
> aside {
|
||||||
grid-column: 2 / 4;
|
grid-column: 1 / -1;
|
||||||
|
padding: 4em 0;
|
||||||
}
|
}
|
||||||
> footer {
|
> footer {
|
||||||
grid-column: 1 / -1;
|
grid-column: 1 / -1;
|
||||||
|
@ -26,44 +34,126 @@
|
||||||
}
|
}
|
||||||
.site-header {
|
.site-header {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
z-index: 900;
|
|
||||||
top: 0;
|
top: 0;
|
||||||
margin-bottom: 2rem;
|
z-index: 500;
|
||||||
//background-color: $color__white;
|
display: grid;
|
||||||
//box-shadow: 0 15px 30px rgba(0,0,0,0.05), 0 1px 0 0 rgba(0,0,0,0.0);
|
grid-template-areas:
|
||||||
|
"main"
|
||||||
|
"secondary ";
|
||||||
|
grid-row: auto;
|
||||||
|
align-items: center;
|
||||||
|
padding: 0.5rem 0;
|
||||||
|
width: 100vw;
|
||||||
|
background-color: transparent;
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row;
|
flex-flow: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-around;
|
justify-content: space-between;
|
||||||
|
z-index: 900;
|
||||||
}
|
}
|
||||||
.secondary {
|
.secondary {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
align-items: center;
|
align-items: end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.site-main {
|
.site-main {
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
|
> section {
|
||||||
|
padding: 0;
|
||||||
|
> header {
|
||||||
|
padding: 2em 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.site-footer {
|
.site-footer {
|
||||||
|
display: flex;
|
||||||
|
flex-flow: row;
|
||||||
|
background: $color__black;
|
||||||
|
color: $color__white;
|
||||||
|
margin-top: 4em;
|
||||||
|
:where(.wp-block-columns.is-layout-flex) {
|
||||||
|
gap: $grid__gap * 5; //8em;
|
||||||
|
}
|
||||||
|
.wp-block-column:last-of-type {
|
||||||
|
//padding-left: 4em;
|
||||||
|
}
|
||||||
|
.site-info {
|
||||||
|
&> section {
|
||||||
|
margin-top: 2em;
|
||||||
|
padding: 2em 4em;
|
||||||
|
border-top: 0.1em solid $color__white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: $color__white;
|
||||||
|
&:hover,&:visited,&:active {
|
||||||
|
color: $color__white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
ul[id*="menu-footer"] {
|
||||||
|
column-count: 3;
|
||||||
|
a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
ul[id*="menu-legal"] li {
|
||||||
|
float: left;
|
||||||
|
padding-left: 0.8em;
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul[id*="menu-social-media"] {
|
||||||
|
display:flex;
|
||||||
|
flex-flow: row;
|
||||||
|
li {
|
||||||
|
height: 1.5em;
|
||||||
|
width: 1.5em;
|
||||||
|
background-color: $color__white;
|
||||||
|
border-radius: 5em;
|
||||||
|
margin-right: 0.3em;
|
||||||
|
&:before {
|
||||||
|
content:"A";
|
||||||
|
display: block;
|
||||||
|
color: $color__black;
|
||||||
|
font-size: 1em;
|
||||||
|
width: 2em;
|
||||||
|
height: 2em;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
font-size: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.home-featured {
|
.home-featured {
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
}
|
}
|
||||||
.xarxaprod-destacats,.xarxaprod-featured,.archive-posts {
|
.xarxaprod-destacats,.xarxaprod-featured,
|
||||||
|
.xarxaprod-last-convos,.xarxaprod-ultimes-convocatories,
|
||||||
|
.archive-posts {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(1 , 1fr);
|
grid-template-columns: repeat(1 , 1fr);
|
||||||
gap: $grid__gap;
|
gap: $grid__gap * 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 48em) {
|
@media screen and (max-width: 48em) {
|
||||||
//only smaller than 48em
|
//only smaller than 48em
|
||||||
.site-header {
|
.site-header {
|
||||||
|
.main{
|
||||||
|
padding-right: 1em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.site-main {
|
.site-main {
|
||||||
}
|
}
|
||||||
.site-footer {
|
.site-footer {
|
||||||
|
.is-layout-flex {
|
||||||
|
flex-flow: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.page-template-funds-search {
|
.page-template-funds-search {
|
||||||
}
|
}
|
||||||
|
@ -73,27 +163,48 @@
|
||||||
@media screen and (min-width: 48em) {
|
@media screen and (min-width: 48em) {
|
||||||
//only bigger than 48em
|
//only bigger than 48em
|
||||||
.site {
|
.site {
|
||||||
|
grid-template-columns: 1fr 2fr 2fr 1fr;
|
||||||
> header {
|
> header {
|
||||||
|
grid-column: 1 / -1;
|
||||||
}
|
}
|
||||||
> main {
|
> main {
|
||||||
|
grid-column: 2 / 4;
|
||||||
}
|
}
|
||||||
> aside {
|
> aside {
|
||||||
|
grid-column: 2 / 4;
|
||||||
}
|
}
|
||||||
> footer {
|
> footer {
|
||||||
|
grid-column: 1 / -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.site-header {
|
.site-header {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 1fr 2fr 2fr 1fr;
|
||||||
|
grid-template-areas:
|
||||||
|
"main "
|
||||||
|
"secondary ";
|
||||||
|
margin: auto;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
flex-flow: column;
|
grid-column: 2/4;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.secondary {
|
.secondary {
|
||||||
//border-top: 1px solid $color__grey-lighter;
|
grid-column: 2/4;
|
||||||
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.site-main {
|
.site-main {
|
||||||
padding: 0 2rem;
|
padding: 0 2rem;
|
||||||
|
> section {
|
||||||
|
padding: 4em 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.site-footer {
|
.site-footer {
|
||||||
|
flex-flow: column;
|
||||||
}
|
}
|
||||||
.home-featured {
|
.home-featured {
|
||||||
padding: 0 2rem;
|
padding: 0 2rem;
|
||||||
|
@ -104,8 +215,21 @@
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.xarxaprod-destacats,.xarxaprod-featured,.archive-posts {
|
.xarxaprod-destacats,.xarxaprod-featured,
|
||||||
grid-template-columns: repeat(4 , 1fr);
|
.xarxaprod-last-convos,.xarxaprod-ultimes-convocatories,
|
||||||
|
.archive-posts {
|
||||||
|
grid-template-columns: repeat(3 , 1fr);
|
||||||
|
}
|
||||||
|
.xarxaprod-faqs-aside {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
.xarxaprod-search-form {
|
||||||
|
&:hover,&:active,&:focus,&:target {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 80em) {
|
@media screen and (min-width: 80em) {
|
||||||
|
@ -122,9 +246,6 @@
|
||||||
}
|
}
|
||||||
.site-header {
|
.site-header {
|
||||||
.main {
|
.main {
|
||||||
//width: 80em;
|
|
||||||
margin: auto;
|
|
||||||
flex-flow: row;
|
|
||||||
}
|
}
|
||||||
.secondary {
|
.secondary {
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
//.wpcf7-form-control-wrap {
|
/* contact forms styles used in wp backend with CF7 */
|
||||||
// input {
|
|
||||||
// margin-top: -1em;
|
|
||||||
// }
|
|
||||||
//}
|
|
||||||
|
|
||||||
.wpcf7-not-valid:not(:focus) {
|
.wpcf7-not-valid:not(:focus) {
|
||||||
background-color: $color__red;
|
background-color: $color__red;
|
||||||
|
@ -16,14 +12,55 @@
|
||||||
border-color: $color__yellow;
|
border-color: $color__yellow;
|
||||||
background-color: $color__yellow;
|
background-color: $color__yellow;
|
||||||
color: $color__white;
|
color: $color__white;
|
||||||
font-family: "din-medium";
|
font-family: $font__main;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0em;
|
margin: 0em;
|
||||||
padding: 0rem;
|
padding: 0rem;
|
||||||
}
|
}
|
||||||
.wpcf7-form {
|
.wpcf7-form {
|
||||||
.contactform-name, .wpcf7-form .contactform-email {
|
.wpcf7-submit {
|
||||||
|
margin-left: 1rem;
|
||||||
|
}
|
||||||
|
.wpcf7-spinner {
|
||||||
|
margin: 0 -24px 0 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.wpcf7-list-item-label {
|
||||||
|
margin: 0 0.3rem;
|
||||||
|
}
|
||||||
|
.wpcf7-form {
|
||||||
|
text-align: center;
|
||||||
|
input:not([type="submit"]),textarea {
|
||||||
|
background: transparent;
|
||||||
|
border: 0.1em solid $color__black;
|
||||||
|
padding: 1em;
|
||||||
|
//&[type="email"] {
|
||||||
|
// text-align: center;
|
||||||
|
//}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* styles applied if written in wp backend
|
||||||
|
* class="contactform contactform-WHATEVER"
|
||||||
|
* */
|
||||||
|
.contactform {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
br {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
display: block;
|
||||||
|
break-inside: avoid-column;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
.break-after-column, .saltar-columna{
|
||||||
|
break-after:column;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.contactform-consultoria {
|
||||||
|
.contactform-name, .contactform-email {
|
||||||
max-width: 40%;
|
max-width: 40%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
@ -36,16 +73,54 @@
|
||||||
}
|
}
|
||||||
.contactform-message {
|
.contactform-message {
|
||||||
}
|
}
|
||||||
|
}
|
||||||
.contactform-acceptance {
|
.contactform-acceptance {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: end;
|
justify-content: end;
|
||||||
}
|
}
|
||||||
.wpcf7-submit {
|
.contactform-fund-info {
|
||||||
margin-left: 1rem;
|
display: inline-block;
|
||||||
}
|
column-count: 2;
|
||||||
.wpcf7-spinner {
|
column-gap: $grid__gap;
|
||||||
margin: 0 -24px 0 0;
|
width: 100%;
|
||||||
|
.contactform-descripcio textarea {
|
||||||
|
display: inline-block;
|
||||||
|
min-height: 15.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.contactform-fund-options {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
p{
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
.wpcf7-list-item {
|
||||||
|
display:block;
|
||||||
|
label {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row-reverse;
|
||||||
|
justify-content: left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.wpcf7-form-control-wrap {
|
||||||
|
&[data-name="oferta-data-start"],&[data-name="oferta-data-end"] {
|
||||||
|
display: block;
|
||||||
|
input[type="date"] {
|
||||||
|
width: auto;
|
||||||
|
background-color: $color__white;
|
||||||
|
}
|
||||||
|
&::before {
|
||||||
|
display: inline-block;
|
||||||
|
width: 2rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&[data-name="oferta-data-start"]::before {
|
||||||
|
content:"inici: ";
|
||||||
|
}
|
||||||
|
&[data-name="oferta-data-end"]::before {
|
||||||
|
content:"fi: ";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
min-height: $font__size-body * 4.8;
|
min-height: $font__size-body * 4.8;
|
||||||
font-family: $font__black;
|
|
||||||
font-size: $font__size-body * 2;
|
font-size: $font__size-body * 2;
|
||||||
line-height: $font__line-height-body * 0.8;
|
line-height: $font__line-height-body * 0.8;
|
||||||
}
|
}
|
||||||
|
@ -34,18 +33,18 @@
|
||||||
&::after {
|
&::after {
|
||||||
content: "+";
|
content: "+";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -1rem;
|
bottom: 0rem;
|
||||||
left: 0.7rem;
|
left: 0.7rem;
|
||||||
font-size: 5rem;
|
font-size: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $color__grey-light;
|
//color: $color__grey-light;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: ">";
|
content: ">";
|
||||||
font-size: 3rem;
|
//font-size: 3rem;
|
||||||
bottom: 0;
|
//bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
/* Gutten slider styles for xarxaprod */
|
||||||
|
body {
|
||||||
|
}
|
||||||
|
.home {
|
||||||
|
/* full width slides */
|
||||||
|
[id*="gutenslider"] {
|
||||||
|
width: 100vw;
|
||||||
|
position: relative;
|
||||||
|
left: 50%;
|
||||||
|
right: 50%;
|
||||||
|
margin-left: -50vw;
|
||||||
|
margin-right: -50vw;
|
||||||
|
.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev {
|
||||||
|
}
|
||||||
|
.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
.leaflet-container a {
|
||||||
|
color: $color__link !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
.leaflet-attribution-flag {
|
||||||
|
height: 0px !important;
|
||||||
|
width: 0px !important;
|
||||||
|
display: none !important;
|
||||||
|
}
|
|
@ -1,22 +1,22 @@
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Theme Name: Xarxaprod theme
|
Theme Name: XarxaProd.cat 2024
|
||||||
Theme URI: http://underscores.me/
|
Theme URI: https://git.hangar.org/xarxaprod/
|
||||||
Author: jorge-vitrubio.net
|
Author: Hangar.org Tech Lab - hangar.org
|
||||||
Author URI: https://vitrubio.net
|
Author URI: https://hangar.org
|
||||||
Description: theme for the Xarxaprod.cat
|
Description: theme for the <a href="https://xarxaprod.cat">XarxaProd</a>. Inclou la possibilitat de publicar, catalogar i cercar ajuts, resoldre dubtes amb FAQs i altres. Design by Eudald Van der Pla <a href="https://vanderpla.com">vanderpla.com</a>. Coding template and theme by <a href="https://vitrubio.net">Jorge - vitrubio.net</a>
|
||||||
Version: 1.0.0
|
Version: 1.1.8
|
||||||
Tested up to: 5.4
|
Tested up to: 6.4
|
||||||
Requires PHP: 5.6
|
Requires PHP: 7.4
|
||||||
License: GNU General Public License v2 or later
|
License: GNU General Public License v3 or later
|
||||||
License URI: LICENSE
|
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||||
Text Domain: xarxaprod
|
Text Domain: xarxaprod
|
||||||
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
|
Tags: custom-logo, custom-menu, search,custom post-type, translation-ready
|
||||||
|
|
||||||
This theme, like WordPress, is licensed under the GPL.
|
This theme, like WordPress, is licensed under the GPL.
|
||||||
Use it to make something cool, have fun, and share what you've learned.
|
Use it to make something cool, have fun, and share what you've learned.
|
||||||
|
|
||||||
Xarxaprod theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
|
The Xarxaprod.cat theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
|
||||||
Underscores is distributed under the terms of the GNU GPL v2 or later.
|
Underscores is distributed under the terms of the GNU GPL v2 or later.
|
||||||
|
|
||||||
Normalizing styles have been helped along thanks to the fine work of
|
Normalizing styles have been helped along thanks to the fine work of
|
||||||
|
@ -99,6 +99,14 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
|
||||||
--------------------------------------------- */
|
--------------------------------------------- */
|
||||||
@import "plugins/contactform7/contactform7";
|
@import "plugins/contactform7/contactform7";
|
||||||
|
|
||||||
|
/* Guttenslider
|
||||||
|
--------------------------------------------- */
|
||||||
|
@import "plugins/guttenslider/guttenslider";
|
||||||
|
|
||||||
|
/* Leaflet
|
||||||
|
--------------------------------------------- */
|
||||||
|
@import "plugins/leaflet/leaflet";
|
||||||
|
|
||||||
|
|
||||||
/*--------------------------------------------------------------
|
/*--------------------------------------------------------------
|
||||||
# Utilities
|
# Utilities
|
||||||
|
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 554 KiB After Width: | Height: | Size: 330 KiB |
31
search.php
31
search.php
|
@ -15,13 +15,32 @@ get_header();
|
||||||
<?php if ( have_posts() ) : ?>
|
<?php if ( have_posts() ) : ?>
|
||||||
|
|
||||||
<header class="page-header">
|
<header class="page-header">
|
||||||
<h1 class="page-title">
|
</header><!-- .page-header -->
|
||||||
|
|
||||||
|
<?php
|
||||||
|
// check if is xarxaprod-ajut
|
||||||
|
if ( get_post_type( get_the_ID() ) == 'xarxaprod-ajut'){ ?>
|
||||||
|
<section id="filteredfunds" class="xarxaprod-filtered-content xarxaprod-filtered-funds xarxaprod-ajuts-filtrats">
|
||||||
|
<aside id="fundsfilter" class="xarxaprod-filter-funds xarxaprod-fitre-ajuts">
|
||||||
|
<?php include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if ( is_plugin_active( 'xarxaprod-wp-plugin/xarxaprod-wp-plugin.php' ) ) { // if plugin active do?>
|
||||||
|
<?php xarxaprod_ajuts_filters_form(); // function defined in the plugin ?>
|
||||||
|
<?php } //end if is_plugin_active ?>
|
||||||
|
</aside>
|
||||||
|
<?php } elseif ( in_category ( 'faq' ) ) { ?>
|
||||||
|
<section id="filteredsearch" class="xarxaprod-searched-query xarxaprod-search-faqs">
|
||||||
|
<aside id="xarxaprod-faqs-nav" class="xarxaprod-faqs-aside">
|
||||||
|
<?php xarxaprod_display_faqs_labels(); ?>
|
||||||
|
<?php xarxaprod_display_faqs_search(); ?>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
<?php } else { ?>
|
||||||
|
<section id="filteredsearch" class="xarxaprod-searched-query">
|
||||||
<?php
|
<?php
|
||||||
/* translators: %s: search query. */
|
/* translators: %s: search query. */
|
||||||
printf( esc_html__( 'Search Results for: %s', 'xarxaprod' ), '<span>' . get_search_query() . '</span>' );
|
printf( esc_html__( 'Search Results for: %s', 'xarxaprod' ), '<br/><span class="h5 search-query">' . get_search_query() . '</span>' );
|
||||||
?>
|
?>
|
||||||
</h1>
|
<?php }; // end if is xarxaprod-ajut ?>
|
||||||
</header><!-- .page-header -->
|
<content class="archive-posts <?php xarxaprod_class_posttype(); ?>">
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
/* Start the Loop */
|
/* Start the Loop */
|
||||||
|
@ -46,6 +65,8 @@ get_header();
|
||||||
endif;
|
endif;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
</content>
|
||||||
|
</section>
|
||||||
</main><!-- #main -->
|
</main><!-- #main -->
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
11
single.php
11
single.php
|
@ -18,17 +18,6 @@ get_header();
|
||||||
|
|
||||||
get_template_part( 'template-parts/content', get_post_type() );
|
get_template_part( 'template-parts/content', get_post_type() );
|
||||||
|
|
||||||
//the_post_navigation(
|
|
||||||
// array(
|
|
||||||
// 'prev_text' => '<span class="nav-subtitle">' . esc_html__( 'Anterior:', 'xarxaprod' ) . '</span> <span class="nav-title">%title</span>',
|
|
||||||
// 'next_text' => '<span class="nav-subtitle">' . esc_html__( 'Següent:', 'xarxaprod' ) . '</span> <span class="nav-title">%title</span>',
|
|
||||||
// )
|
|
||||||
//);
|
|
||||||
|
|
||||||
// If comments are open or we have at least one comment, load up the comment template.
|
|
||||||
//if ( comments_open() || get_comments_number() ) :
|
|
||||||
// comments_template();
|
|
||||||
//endif;
|
|
||||||
|
|
||||||
endwhile; // End of the loop.
|
endwhile; // End of the loop.
|
||||||
?>
|
?>
|
||||||
|
|
1716
style.css.bkp
1716
style.css.bkp
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<section class="no-results not-found">
|
<section class="no-results not-found">
|
||||||
<header class="page-header">
|
<header class="page-header">
|
||||||
<h1 class="page-title"><?php esc_html_e( 'Nothing Found', 'xarxaprod' ); ?></h1>
|
<h1 class="page-title"><?php esc_html_e( 'No s’ha trobat res', 'xarxaprod' ); ?></h1>
|
||||||
</header><!-- .page-header -->
|
</header><!-- .page-header -->
|
||||||
|
|
||||||
<div class="page-content">
|
<div class="page-content">
|
||||||
|
@ -34,14 +34,14 @@
|
||||||
elseif ( is_search() ) :
|
elseif ( is_search() ) :
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'xarxaprod' ); ?></p>
|
<p><?php esc_html_e( 'Ho sento, però no hi ha res que coincideixi amb els termes de cerca. Torneu-ho a provar amb algunes paraules clau diferents.', 'xarxaprod' ); ?></p>
|
||||||
<?php
|
<?php
|
||||||
get_search_form();
|
get_search_form();
|
||||||
|
|
||||||
else :
|
else :
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<p><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'xarxaprod' ); ?></p>
|
<p><?php esc_html_e( 'Sembla que no podem trobar el que busques. Potser la cerca pot ajudar.', 'xarxaprod' ); ?></p>
|
||||||
<?php
|
<?php
|
||||||
get_search_form();
|
get_search_form();
|
||||||
|
|
||||||
|
|
|
@ -10,11 +10,12 @@
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||||
|
<?php if( ! is_front_page() ): ?>
|
||||||
<header class="entry-header">
|
<header class="entry-header">
|
||||||
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
|
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
|
||||||
</header><!-- .entry-header -->
|
</header><!-- .entry-header -->
|
||||||
|
<?php endif; ?>
|
||||||
<?php xarxaprod_post_thumbnail(); ?>
|
<?php //xarxaprod_post_thumbnail(); ?>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -12,19 +12,52 @@
|
||||||
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||||
<header class="entry-header">
|
<header class="entry-header">
|
||||||
<?php
|
<?php
|
||||||
the_title( '<h3 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h3>' );
|
the_title( '<h3 class="entry-title">', '</h3>' );
|
||||||
|
|
||||||
if ( 'post' === get_post_type() ) :
|
if ( 'post' === get_post_type() ) :
|
||||||
?>
|
?>
|
||||||
<div class="entry-meta">
|
<div class="entry-meta">
|
||||||
<?php
|
<?php if ( in_category('faq') ){
|
||||||
//xarxaprod_posted_on();
|
xarxaprod_display_each_faq_categories();
|
||||||
//xarxaprod_posted_by();
|
//xarxaprod_display_faqs_labels();
|
||||||
|
} ;?>
|
||||||
|
|
||||||
|
<?php if ( in_category( array( 'agenda', 'agenda-es','activitats') ) ) : ?>
|
||||||
|
<aside class="xarxaprod-agenda-info">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<dt>Data</dt>
|
||||||
|
<dd><?php the_field('xxp_agenda_date_start'); ?> </dd>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<dt>Lloc</dt>
|
||||||
|
<dd>
|
||||||
|
|
||||||
|
<?php //output xxp_agenda_who who is doing the activity
|
||||||
|
$fielditerate='xxp_agenda_who';
|
||||||
|
$fields= get_field($fielditerate);
|
||||||
|
if( $fields ):
|
||||||
?>
|
?>
|
||||||
|
<ul class="xarxaprod-label item-<?php echo $fielditerate ?>">
|
||||||
|
<?php foreach( $fields as $field ): ?>
|
||||||
|
<li>
|
||||||
|
<?php echo $field['label']; ?>
|
||||||
|
<?php //echo '<a href="' . get_category_link( get_the_category()[0]->term_id ) . '?' . $fielditerate . '=' . $field['value'] . '">'; ?>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<?php endforeach; ?>
|
||||||
|
</ul>
|
||||||
|
<?php endif; // end list xxp_agena_who?>
|
||||||
|
|
||||||
</div><!-- .entry-meta -->
|
</div><!-- .entry-meta -->
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</header><!-- .entry-header -->
|
</header><!-- .entry-header -->
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</aside>
|
||||||
|
<?php endif; //end in_category agenda activitats ?>
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<?php
|
<?php
|
||||||
the_content(
|
the_content(
|
||||||
|
@ -52,6 +85,6 @@
|
||||||
</div><!-- .entry-content -->
|
</div><!-- .entry-content -->
|
||||||
|
|
||||||
<footer class="entry-footer">
|
<footer class="entry-footer">
|
||||||
<?php xarxaprod_entry_footer(); ?>
|
<?php //xarxaprod_entry_footer(); ?>
|
||||||
</footer><!-- .entry-footer -->
|
</footer><!-- .entry-footer -->
|
||||||
</article><!-- #post-<?php the_ID(); ?> -->
|
</article><!-- #post-<?php the_ID(); ?> -->
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||||
<header class="entry-header">
|
<header class="entry-header">
|
||||||
<?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?>
|
<?php the_title( sprintf( '<h3 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h3>' ); ?>
|
||||||
|
|
||||||
<?php if ( 'post' === get_post_type() ) : ?>
|
<?php if ( 'post' === get_post_type() ) : ?>
|
||||||
<div class="entry-meta">
|
<div class="entry-meta">
|
||||||
|
|
|
@ -8,37 +8,44 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
<!-- template-parts content-xarxaprod-ajut-php -->
|
||||||
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||||
|
|
||||||
<header class="entry-header">
|
<header class="entry-header">
|
||||||
<?php the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); ?>
|
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
|
||||||
</header><!-- .entry-header -->
|
</header><!-- .entry-header -->
|
||||||
|
|
||||||
<section class="xarxaprod-fund-info-contact-fields">
|
<section class="xarxaprod-fund-info-contact-fields">
|
||||||
|
|
||||||
<div class="xarxaprod-fund-info-field">
|
<div class="xarxaprod-fund-info-field">
|
||||||
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'os_fund_call') ); ?>
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_fund_call') ); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php if( get_field('os_funder_name') ): ?>
|
<?php if( get_field('xxp_funder_name') ): ?>
|
||||||
<div class="xarxaprod-fund-info-field">
|
<div class="xarxaprod-fund-info-field">
|
||||||
<p class="xarxaprod-funder-name"><?php the_field('os_funder_name'); ?></p>
|
<p class="xarxaprod-funder-name"><?php the_field('xxp_funder_name'); ?></p>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if( get_field('os_fund_contact_name') ): ?>
|
<?php if( get_field('xxp_fund_contact_name') ): ?>
|
||||||
<div class="xarxaprod-fund-info-field">
|
<div class="xarxaprod-fund-info-field">
|
||||||
<p class="xarxaprod-fund-contact-name"><?php the_field('os_fund_contact_name'); ?></p>
|
<p class="xarxaprod-fund-contact-name"><?php the_field('xxp_fund_contact_name'); ?></p>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if( get_field('os_fund_web') ): ?>
|
<?php if( get_field('xxp_fund_contact_mail') ): ?>
|
||||||
<div class="xarxaprod-fund-info-field">
|
<div class="xarxaprod-fund-info-field">
|
||||||
<p class="xarxaprod-fund-web"><a href="<?php the_field('os_fund_web'); ?>"><?php the_field('os_fund_web'); ?></a></p>
|
<p class="xarxaprod-fund-contact-mail"><?php the_field('xxp_fund_contact_mail'); ?></p>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<?php if( get_field('xxp_fund_contact_tel') ): ?>
|
||||||
|
<div class="xarxaprod-fund-info-field">
|
||||||
|
<p class="xarxaprod-fund-contact-tel"><?php the_field('xxp_fund_contact_tel'); ?></p>
|
||||||
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
|
@ -72,33 +79,37 @@
|
||||||
|
|
||||||
<div class="xarxaprod-fund-info-field">
|
<div class="xarxaprod-fund-info-field">
|
||||||
<h6>Dirigit a</h6>
|
<h6>Dirigit a</h6>
|
||||||
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'os_fund_target') ); ?>
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_fund_target') ); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="xarxaprod-fund-info-field">
|
<div class="xarxaprod-fund-info-field">
|
||||||
<h6>Tipus d'ajuda</h6>
|
<h6>Tipus d'ajuda</h6>
|
||||||
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'os_fund_source') ); ?>
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_fund_source') ); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="xarxaprod-fund-info-field">
|
<div class="xarxaprod-fund-info-field">
|
||||||
<h6>Sectors</h6>
|
<h6>Sectors</h6>
|
||||||
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'os_fund_field') ); ?>
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_fund_field') ); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="xarxaprod-fund-info-field">
|
<div class="xarxaprod-fund-info-field">
|
||||||
<h6>Termini</h6>
|
<h6>Termini</h6>
|
||||||
<?php if( get_field('os_fund_apply_begin') || get_field('os_fund_apply_end') ): ?>
|
<?php if( get_field('xxp_fund_apply_begin') || get_field('xxp_fund_apply_end') ): ?>
|
||||||
<ul class="xarxaprod-label item-os_fund_dates">
|
<ul class="xarxaprod-label item-xxp_fund_dates">
|
||||||
<li> <?php the_field('os_fund_apply_begin'); ?> </li>
|
<li class="item-xxp_fund_apply_begin">del <?php the_field('xxp_fund_apply_begin'); ?> </li>
|
||||||
<li> <?php the_field('os_fund_apply_end'); ?> </li>
|
<li class="item-xxp_fund_apply_end">al <?php the_field('xxp_fund_apply_end'); ?> </li>
|
||||||
</ul>
|
</ul>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
<?php if( get_field('xxp_fund_apply_text') ): ?>
|
||||||
|
<p class="item-xxp_fund_apply_text"><?php the_field('xxp_fund_apply_text'); ?></p>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php if( get_field('os_fund_web') ): ?>
|
<?php if( get_field('xxp_fund_web') ): ?>
|
||||||
<div class="xarxaprod-fund-info-field">
|
<div class="xarxaprod-fund-info-field">
|
||||||
<h6>+ Informació</h6>
|
<h6>+ Informació</h6>
|
||||||
<p><a href="<?php the_field('os_fund_web'); ?>" class="button button-more button-letsgo">ves-hi</a></p>
|
<p><a href="<?php echo get_field('xxp_fund_web'); ?>" class="button button-more button-letsgo">ves-hi</a></p>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,113 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Template part for displaying associat post type
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Xarxaprod_theme
|
||||||
|
*/
|
||||||
|
|
||||||
|
?>
|
||||||
|
<!-- template-parts content-xarxaprod-associat-php -->
|
||||||
|
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||||
|
|
||||||
|
<header class="entry-header">
|
||||||
|
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
|
||||||
|
</header><!-- .entry-header -->
|
||||||
|
|
||||||
|
<main class="entry-content">
|
||||||
|
|
||||||
|
<?php
|
||||||
|
the_content(
|
||||||
|
sprintf(
|
||||||
|
wp_kses(
|
||||||
|
/* translators: %s: Name of current post. Only visible to screen readers */
|
||||||
|
__( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'xarxaprod' ),
|
||||||
|
array(
|
||||||
|
'span' => array(
|
||||||
|
'class' => array(),
|
||||||
|
),
|
||||||
|
)
|
||||||
|
),
|
||||||
|
wp_kses_post( get_the_title() )
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
|
wp_link_pages(
|
||||||
|
array(
|
||||||
|
'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'xarxaprod' ),
|
||||||
|
'after' => '</div>',
|
||||||
|
)
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
</main><!-- .entry-content -->
|
||||||
|
<section class="xarxaprod-associat-info">
|
||||||
|
<section class="xarxaprod-associat-contact">
|
||||||
|
<dt> </dt>
|
||||||
|
<ul class="xarxaprod-associat-contact-fields">
|
||||||
|
<?php if( get_field('xxp_associat_address') ): ?>
|
||||||
|
<li class="xarxaprod-associat-address">
|
||||||
|
<h6>adreça / direccion:</h6>
|
||||||
|
<p><?php the_field('xxp_associat_address'); ?></p>
|
||||||
|
</li>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<?php if( get_field('xxp_associat_mail') ): ?>
|
||||||
|
<li class="xarxaprod-associat-mail">
|
||||||
|
<h6>mail:</h6>
|
||||||
|
<p><a href="mailto:<?php the_field('xxp_associat_mail'); ?>"><?php the_field('xxp_associat_mail'); ?></a></p>
|
||||||
|
</li>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<?php if( get_field('xxp_associat_web') ): ?>
|
||||||
|
<li class="xarxaprod-associat-web">
|
||||||
|
<h6>web:</h6>
|
||||||
|
<p><a href="<?php the_field('xxp_associat_web'); ?>" class=""><?php the_field('xxp_associat_web') ;?></a></p>
|
||||||
|
</li>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<?php if( get_field('xxp_associat_tel') ): ?>
|
||||||
|
<li class="xarxaprod-associat-tel">
|
||||||
|
<h6>tel:</h6>
|
||||||
|
<p><?php the_field('xxp_associat_tel'); ?></p>
|
||||||
|
</li>
|
||||||
|
<?php endif; ?>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="xarxaprod-associat-services">
|
||||||
|
<dt>Serveis</dt>
|
||||||
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_associat_service') ); ?>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="xarxaprod-associat-logo">
|
||||||
|
<?php if( get_field('xxp_associat_logo') ): ?>
|
||||||
|
<figure class="xarxaprod-associat-logo">
|
||||||
|
<img class="" src="<?php the_field('xxp_associat_logo'); ?>" />
|
||||||
|
</figure>
|
||||||
|
<?php endif; ?>
|
||||||
|
</section>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="xarxaprod-associat-convos">
|
||||||
|
<?php get_template_part( 'template-parts/section', 'last-convos' ); ?>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="xarxaprod-associat-location">
|
||||||
|
<?php if( get_field('xxp_associat_osm_map') ): ?>
|
||||||
|
<div class="xarxaprod-associat-osm-map">
|
||||||
|
<h6 class="">Mapa:</h6>
|
||||||
|
<figure><?php the_field('xxp_associat_osm_map'); ?></figure>
|
||||||
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
|
<?php if( get_field('xxp_associat_osm_link') ): ?>
|
||||||
|
<div class="xarxaprod-associat-osm-link">
|
||||||
|
<h6 class="">Localizatcio:</h6><p> <a href="<?php the_field('xxp_associat_osm_link'); ?>"><?php the_field('xxp_associat_osm_link'); ?></a></p>
|
||||||
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<footer class="entry-footer">
|
||||||
|
<?php xarxaprod_entry_footer(); ?>
|
||||||
|
</footer><!-- .entry-footer -->
|
||||||
|
</article><!-- #post-<?php the_ID(); ?> -->
|
|
@ -0,0 +1,114 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Template part for displaying posts
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Xarxaprod_theme
|
||||||
|
*/
|
||||||
|
|
||||||
|
?>
|
||||||
|
<!-- template-parts content-xarxaprod-convo-php -->
|
||||||
|
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||||
|
|
||||||
|
<header class="entry-header">
|
||||||
|
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
|
||||||
|
</header><!-- .entry-header -->
|
||||||
|
|
||||||
|
<section class="xarxaprod-convo-info-fields">
|
||||||
|
<ul>
|
||||||
|
<?php if( get_field('xxp_convo_espai_associat') ):
|
||||||
|
// read here howto
|
||||||
|
// https://www.advancedcustomfields.com/resources/relationship/#display-list-of-posts-with-setuppostdata
|
||||||
|
$espai_associat_posts = get_field('xxp_convo_espai_associat');
|
||||||
|
if( $espai_associat_posts ):
|
||||||
|
foreach( $espai_associat_posts as $post ):
|
||||||
|
// Setup this post for WP functions (variable must be named $post).
|
||||||
|
setup_postdata($post); ?>
|
||||||
|
<li class="xarxaprod-convo-espai-associat">
|
||||||
|
<dt>Espai Associat</dt>
|
||||||
|
<dd><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></dd>
|
||||||
|
</li>
|
||||||
|
<li class="xarxaprod-convo-associat-address">
|
||||||
|
<dt>Lloc</dt>
|
||||||
|
<dd><a href="<?php the_permalink(); ?>"><?php the_field('xxp_associat_address'); ?></a></dd>
|
||||||
|
</li>
|
||||||
|
<?php endforeach;
|
||||||
|
// Reset the global post object so that the rest of the page works correctly.
|
||||||
|
wp_reset_postdata();
|
||||||
|
else: ?>
|
||||||
|
|
||||||
|
<?php if( get_field('xxp_convoer_name') ): ?>
|
||||||
|
<li class="xarxaprod-convo-field">
|
||||||
|
<dt>Centre</dt>
|
||||||
|
<dd class="xarxaprod-convoer-name"><?php the_field('xxp_convoer_name'); ?></dd>
|
||||||
|
</li>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<?php endif; //end if has posts espai associat ?>
|
||||||
|
|
||||||
|
<?php endif; //end if has relation with other espai associat ?>
|
||||||
|
|
||||||
|
|
||||||
|
<li class="xarxaprod-convo-field">
|
||||||
|
<dt>Disciplines</dt>
|
||||||
|
<dd><?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_convo_field') ); ?></dd>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="xarxaprod-convo-info-date">
|
||||||
|
<dt>Termini</dt>
|
||||||
|
<?php if( get_field('xxp_convo_apply_begin') || get_field('xxp_convo_apply_end') ): ?>
|
||||||
|
<dd class="xarxaprod-label item-xxp_convo_dates">
|
||||||
|
<span class="item-xxp_convo_apply_begin">del <?php the_field('xxp_convo_apply_begin'); ?> </span>
|
||||||
|
<span class="item-xxp_convo_apply_end">al <?php the_field('xxp_convo_apply_end'); ?> </span>
|
||||||
|
<?php if( get_field('xxp_convo_apply_text') ): ?>
|
||||||
|
<br />
|
||||||
|
<span class="item-xxp_convo_apply_text"><?php the_field('xxp_convo_apply_text'); ?></span>
|
||||||
|
<?php endif; ?>
|
||||||
|
</dd>
|
||||||
|
<?php endif; ?>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="xarxaprod-convo-info-date">
|
||||||
|
<dt>Periode</dt>
|
||||||
|
<?php if( get_field('xxp_convo_date_begin') || get_field('xxp_convo_date_end') ): ?>
|
||||||
|
<dd class="xarxaprod-label item-xxp_convo_dates">
|
||||||
|
del
|
||||||
|
<span class="item-xxp_convo_date_begin">del <?php the_field('xxp_convo_date_begin'); ?> </span>
|
||||||
|
al
|
||||||
|
<span class="item-xxp_convo_date_end">al <?php the_field('xxp_convo_date_end'); ?> </span>
|
||||||
|
</dd>
|
||||||
|
<?php endif; ?>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<div class="entry-content">
|
||||||
|
<?php
|
||||||
|
the_content(
|
||||||
|
sprintf(
|
||||||
|
wp_kses(
|
||||||
|
/* translators: %s: Name of current post. Only visible to screen readers */
|
||||||
|
__( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'xarxaprod' ),
|
||||||
|
array(
|
||||||
|
'span' => array(
|
||||||
|
'class' => array(),
|
||||||
|
),
|
||||||
|
)
|
||||||
|
),
|
||||||
|
wp_kses_post( get_the_title() )
|
||||||
|
)
|
||||||
|
);
|
||||||
|
wp_link_pages(
|
||||||
|
array(
|
||||||
|
'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'xarxaprod' ),
|
||||||
|
'after' => '</div>',
|
||||||
|
)
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
</div><!-- .entry-content -->
|
||||||
|
|
||||||
|
<footer class="entry-footer">
|
||||||
|
<?php xarxaprod_entry_footer(); ?>
|
||||||
|
</footer><!-- .entry-footer -->
|
||||||
|
</article><!-- #post-<?php the_ID(); ?> -->
|
|
@ -0,0 +1,68 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Template part for displaying posts from category "agenda"
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Xarxaprod_theme
|
||||||
|
*/
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
||||||
|
<section id="agenda" class="agenda ">
|
||||||
|
<header>
|
||||||
|
<h2><a href="<?php echo site_url() . '/agenda' ;?>"><?php echo esc_html__('Agenda', 'xarxaprod'); ?></a></h2>
|
||||||
|
</header>
|
||||||
|
<main class="xarxaprod-agenda">
|
||||||
|
|
||||||
|
<?php
|
||||||
|
// https://developer.wordpress.org/reference/functions/get_posts/
|
||||||
|
// https://www.advancedcustomfields.com/resources/true-false/
|
||||||
|
$agenda_query = new WP_Query(
|
||||||
|
array(
|
||||||
|
'post_type' => array( 'post' ),
|
||||||
|
'post_status' => 'publish',
|
||||||
|
'posts_per_page' => '3',
|
||||||
|
'tax_query' => array (
|
||||||
|
array (
|
||||||
|
'taxonomy' => 'category',
|
||||||
|
'field' => 'slug',
|
||||||
|
'terms' => 'activitats','actividades','agenda','agenda-es'
|
||||||
|
)
|
||||||
|
)
|
||||||
|
) );
|
||||||
|
?>
|
||||||
|
<?php if ( $agenda_query->have_posts() ) : ?>
|
||||||
|
<?php while ( $agenda_query->have_posts() ) : $agenda_query->the_post(); ?>
|
||||||
|
<div class="xarxaprod-card-each xarxaprod-agenda-info-field">
|
||||||
|
<header class="entry-header">
|
||||||
|
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" rel="bookmark" class="">
|
||||||
|
<?php the_title( '<h3 class="entry-title">', '</h3>' ); ?>
|
||||||
|
</a>
|
||||||
|
</header><!-- .entry-header -->
|
||||||
|
<section class="activity-organizer organiza-activitat">
|
||||||
|
<?php if( get_field('xxp_agenda_who') ): ?>
|
||||||
|
<?php $allwhoproposes = get_field('xxp_agenda_who'); ?>
|
||||||
|
<p class="item-xxp-agenda-who">
|
||||||
|
<?php
|
||||||
|
foreach( $allwhoproposes as $eachwhoproposes ):
|
||||||
|
echo $eachwhoproposes['label'];
|
||||||
|
endforeach;
|
||||||
|
?>
|
||||||
|
</p>
|
||||||
|
<?php endif; ?>
|
||||||
|
</section>
|
||||||
|
<aside class="agenda-date agenda-data">
|
||||||
|
<?php if( get_field('xxp_agenda_date_start') ): ?>
|
||||||
|
<p class="item-xxp-agenda-date-start"><?php the_field('xxp_agenda_date_start'); ?></p>
|
||||||
|
<?php endif; ?>
|
||||||
|
</aside>
|
||||||
|
</div>
|
||||||
|
<?php endwhile;//end of the loop ?>
|
||||||
|
<?php wp_reset_postdata(); ?>
|
||||||
|
<?php else : //if no post in query ?>
|
||||||
|
<p class="no-content"></p>
|
||||||
|
<?php endif; //end query ?>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
</section>
|
|
@ -0,0 +1,36 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Template part for displaying each convo with each field in category, archive, search
|
||||||
|
* to be used inside the loop.
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Xarxaprod_theme
|
||||||
|
*/
|
||||||
|
?>
|
||||||
|
|
||||||
|
<article id="post-<?php the_ID(); ?>" <?php post_class('xarxaprod-card-each'); ?> >
|
||||||
|
<h3 class="entry-title">
|
||||||
|
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" rel="bookmark">
|
||||||
|
<?php the_title(); ?>
|
||||||
|
</a>
|
||||||
|
</h3>
|
||||||
|
<?php if( get_field('xxp_convo_apply_end') ): ?>
|
||||||
|
<h6 class="xarxaprod-convo-date"><?php the_field('xxp_convo_apply_end'); ?></h6>
|
||||||
|
<?php endif; ?>
|
||||||
|
<section class="excerpt post-excerpt">
|
||||||
|
<?php the_excerpt() ?>
|
||||||
|
</section>
|
||||||
|
<aside>
|
||||||
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_convo_field') ); ?>
|
||||||
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_convo_territory') ); ?>
|
||||||
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_convo_service') ); ?>
|
||||||
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_convo_center') ); ?>
|
||||||
|
</aside>
|
||||||
|
<nav class="more-link">
|
||||||
|
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" rel="bookmark" class="button button-more">
|
||||||
|
Més info
|
||||||
|
<span class="hide"><?php the_title(); ?></span>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
|
</article><!-- #post-<?php the_ID(); ?> -->
|
|
@ -0,0 +1,50 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Template part for displaying each ajut with each field in category, archive, search
|
||||||
|
* to be used inside the loop.
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Xarxaprod_theme
|
||||||
|
*/
|
||||||
|
?>
|
||||||
|
|
||||||
|
<article id="post-<?php the_ID(); ?>" <?php post_class('xarxaprod-card-each'); ?> >
|
||||||
|
<h3 class="entry-title">
|
||||||
|
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" rel="bookmark">
|
||||||
|
<?php the_title(); ?>
|
||||||
|
</a>
|
||||||
|
</h3>
|
||||||
|
<?php if( get_field('xxp_funder_name') ): //case of ajuts fund ?>
|
||||||
|
<h6 class="xarxaprod-funder-name"><?php the_field('xxp_funder_name'); ?></h6>
|
||||||
|
<?php endif; ?>
|
||||||
|
<section class="excerpt post-excerpt">
|
||||||
|
<?php the_excerpt() ?>
|
||||||
|
</section>
|
||||||
|
<aside>
|
||||||
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_fund_target') ); ?>
|
||||||
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_fund_source') ); ?>
|
||||||
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_fund_field') ); ?>
|
||||||
|
<?php if( get_field('xxp_fund_apply_begin') || get_field('xxp_fund_apply_end') ): ?>
|
||||||
|
<ul class="xarxaprod-label item-xxp_fund_dates">
|
||||||
|
<li>del <?php the_field('xxp_fund_apply_begin'); ?></li>
|
||||||
|
<li>al <?php the_field('xxp_fund_apply_end'); ?></li>
|
||||||
|
</ul>
|
||||||
|
<?php endif; ?>
|
||||||
|
<?php if( get_field('xxp_fund_apply_text') ): ?>
|
||||||
|
<ul class="xarxaprod-label item-xxp_fund_dates">
|
||||||
|
<li class=""><?php the_field('xxp_fund_apply_text'); ?></li>
|
||||||
|
</ul>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<?php if( get_field('xxp_fund_call') ): ?>
|
||||||
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_fund_call') ); ?>
|
||||||
|
<?php endif; ?>
|
||||||
|
</aside>
|
||||||
|
<nav class="more-link">
|
||||||
|
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" rel="bookmark" class="button button-more">
|
||||||
|
Més info
|
||||||
|
<span class="hide"><?php the_title(); ?></span>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
|
</article><!-- #post-<?php the_ID(); ?> -->
|
|
@ -0,0 +1,50 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Template part for displaying each ajut with each field in category, archive, search
|
||||||
|
* to be used inside the loop.
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Xarxaprod_theme
|
||||||
|
*/
|
||||||
|
?>
|
||||||
|
|
||||||
|
<article id="post-<?php the_ID(); ?>" <?php post_class('xarxaprod-card-each'); ?> >
|
||||||
|
<h3 class="entry-title">
|
||||||
|
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" rel="bookmark">
|
||||||
|
<?php the_title(); ?>
|
||||||
|
</a>
|
||||||
|
</h3>
|
||||||
|
<?php if( get_field('xxp_funder_name') ): //case of ajuts fund ?>
|
||||||
|
<h6 class="xarxaprod-funder-name"><?php the_field('xxp_funder_name'); ?></h6>
|
||||||
|
<?php endif; ?>
|
||||||
|
<section class="excerpt post-excerpt">
|
||||||
|
<?php the_excerpt() ?>
|
||||||
|
</section>
|
||||||
|
<aside>
|
||||||
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_fund_target') ); ?>
|
||||||
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_fund_source') ); ?>
|
||||||
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_fund_field') ); ?>
|
||||||
|
<?php if( get_field('xxp_fund_apply_begin') || get_field('xxp_fund_apply_end') ): ?>
|
||||||
|
<ul class="xarxaprod-label item-xxp_fund_dates">
|
||||||
|
<li>del <?php the_field('xxp_fund_apply_begin'); ?></li>
|
||||||
|
<li>al <?php the_field('xxp_fund_apply_end'); ?></li>
|
||||||
|
</ul>
|
||||||
|
<?php endif; ?>
|
||||||
|
<?php if( get_field('xxp_fund_apply_text') ): ?>
|
||||||
|
<ul class="xarxaprod-label item-xxp_fund_dates">
|
||||||
|
<li class=""><?php the_field('xxp_fund_apply_text'); ?></li>
|
||||||
|
</ul>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<?php if( get_field('xxp_fund_call') ): ?>
|
||||||
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_fund_call') ); ?>
|
||||||
|
<?php endif; ?>
|
||||||
|
</aside>
|
||||||
|
<nav class="more-link">
|
||||||
|
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" rel="bookmark" class="button button-more">
|
||||||
|
Més info
|
||||||
|
<span class="hide"><?php the_title(); ?></span>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
|
</article><!-- #post-<?php the_ID(); ?> -->
|
|
@ -1,5 +1,6 @@
|
||||||
<?php /**
|
<?php
|
||||||
* Template part for displaying each ajut with each field.
|
/**
|
||||||
|
* Template part for displaying each ajut with each field in category, archive, search
|
||||||
* to be used inside the loop.
|
* to be used inside the loop.
|
||||||
*
|
*
|
||||||
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
@ -8,28 +9,42 @@
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<article id="post-<?php the_ID(); ?>" <?php post_class('xarxaprod-card-each'); ?>>
|
<article id="post-<?php the_ID(); ?>" <?php post_class('xarxaprod-card-each'); ?> >
|
||||||
<h3 class="entry-title">
|
<h3 class="entry-title">
|
||||||
<a href="<?php the_permalink(); ?>" rel="bookmark">
|
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" rel="bookmark">
|
||||||
<?php the_title(); ?>
|
<?php the_title(); ?>
|
||||||
</a>
|
</a>
|
||||||
</h3>
|
</h3>
|
||||||
<?php if( get_field('os_funder_name') ): ?>
|
<?php if( get_field('xxp_funder_name') ): //case of ajuts fund ?>
|
||||||
<h6 class="xarxaprod-funder-name"><?php the_field('os_funder_name'); ?></h6>
|
<h6 class="xarxaprod-funder-name"><?php the_field('xxp_funder_name'); ?></h6>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<section class="excerpt post-excerpt">
|
<section class="excerpt post-excerpt">
|
||||||
<?php the_excerpt() ?>
|
<?php the_excerpt() ?>
|
||||||
</section>
|
</section>
|
||||||
<aside>
|
<aside>
|
||||||
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'os_fund_target') ); ?>
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_fund_target') ); ?>
|
||||||
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'os_fund_source') ); ?>
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_fund_source') ); ?>
|
||||||
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'os_fund_field') ); ?>
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_fund_field') ); ?>
|
||||||
<ul class="xarxaprod-label item-os_fund_dates">
|
<?php if( get_field('xxp_fund_apply_begin') || get_field('xxp_fund_apply_end') ): ?>
|
||||||
<li> <?php the_field('os_fund_apply_begin'); ?> </li>
|
<ul class="xarxaprod-label item-xxp_fund_dates">
|
||||||
<li> <?php the_field('os_fund_apply_end'); ?> </li>
|
<li>del <?php the_field('xxp_fund_apply_begin'); ?></li>
|
||||||
|
<li>al <?php the_field('xxp_fund_apply_end'); ?></li>
|
||||||
</ul>
|
</ul>
|
||||||
<?php //get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'os_fund_apply_begin') ); ?>
|
<?php endif; ?>
|
||||||
<?php //get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'os_fund_apply_end') ); ?>
|
<?php if( get_field('xxp_fund_apply_text') ): ?>
|
||||||
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'os_fund_call') ); ?>
|
<ul class="xarxaprod-label item-xxp_fund_dates">
|
||||||
|
<li class=""><?php the_field('xxp_fund_apply_text'); ?></li>
|
||||||
|
</ul>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<?php if( get_field('xxp_fund_call') ): ?>
|
||||||
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_fund_call') ); ?>
|
||||||
|
<?php endif; ?>
|
||||||
</aside>
|
</aside>
|
||||||
|
<nav class="more-link">
|
||||||
|
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" rel="bookmark" class="button button-more">
|
||||||
|
Més info
|
||||||
|
<span class="hide"><?php the_title(); ?></span>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
</article><!-- #post-<?php the_ID(); ?> -->
|
</article><!-- #post-<?php the_ID(); ?> -->
|
||||||
|
|
|
@ -25,20 +25,20 @@
|
||||||
<?php
|
<?php
|
||||||
// https://developer.wordpress.org/reference/functions/get_posts/
|
// https://developer.wordpress.org/reference/functions/get_posts/
|
||||||
// https://www.advancedcustomfields.com/resources/true-false/
|
// https://www.advancedcustomfields.com/resources/true-false/
|
||||||
$the_query = new WP_Query(
|
$featured_query = new WP_Query(
|
||||||
array(
|
array(
|
||||||
'post_type' => 'any',
|
'post_type' => array( 'post', 'xarxaprod-ajut' ),
|
||||||
'post_per_page' => '4',
|
'posts_per_page' => '4',
|
||||||
'meta_query' => array(
|
'meta_query' => array(
|
||||||
array(
|
array(
|
||||||
'key' => 'os_home_show',
|
'key' => 'xxp_home_show',
|
||||||
'value'=> '1',
|
'value'=> '1',
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
) );
|
) );
|
||||||
?>
|
?>
|
||||||
<?php if ( $the_query->have_posts() ) : ?>
|
<?php if ( $featured_query->have_posts() ) : ?>
|
||||||
<?php while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
|
<?php while ( $featured_query->have_posts() ) : $featured_query->the_post(); ?>
|
||||||
|
|
||||||
<?php get_template_part( 'template-parts/section', 'eachpost' ); ?>
|
<?php get_template_part( 'template-parts/section', 'eachpost' ); ?>
|
||||||
|
|
||||||
|
@ -52,5 +52,4 @@
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
<?php } //closing if is_plugin_active ?>
|
<?php } //closing if is_plugin_active ?>
|
||||||
<?php dynamic_sidebar( 'front-page-widgets' ); // including widget front page?>
|
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -0,0 +1,106 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Template part for displaying "convos" and widgets
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Xarxaprod_theme
|
||||||
|
*/
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
||||||
|
<section id="convos" class="last-convos ultimes-convocatories">
|
||||||
|
<?php
|
||||||
|
// Detect plugin. For use on Front End only.
|
||||||
|
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
||||||
|
// check for plugin using plugin name
|
||||||
|
if ( is_plugin_active( 'xarxaprod-wp-plugin/xarxaprod-wp-plugin.php' ) ) {
|
||||||
|
//plugin is activated do
|
||||||
|
?>
|
||||||
|
<header>
|
||||||
|
<?php //begin any query
|
||||||
|
// begin populate WP_Query with custom post type xarxaprod-associat
|
||||||
|
if ( get_post_type( ) == 'xarxaprod-associat' ){
|
||||||
|
$slug_espai_associat =get_post_field( 'post_name', get_post() ) ;
|
||||||
|
// https://developer.wordpress.org/reference/functions/get_posts/
|
||||||
|
// query ACF relationsihp
|
||||||
|
// https://wordpress.stackexchange.com/a/213375
|
||||||
|
$convos_query = new WP_Query(
|
||||||
|
array(
|
||||||
|
'post_type' => 'xarxaprod-convo',
|
||||||
|
'posts_per_page' => '3',
|
||||||
|
'meta_query' => array(
|
||||||
|
array(
|
||||||
|
'key' => 'xxp_convo_espai_associat', // name of the custom field
|
||||||
|
'value' => '"' . get_the_ID() . '"', // in ACF select Return format "Post ID"
|
||||||
|
'compare'=> 'LIKE', // matches exaclty "123", not just 123. This prevents a match for "1234"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
<h3> <a href="<?php echo home_url( '/convos/?xxp_convo_center=' ) . $slug_espai_associat ;?>"><?php echo esc_html__('Últimes convocatòries', 'xarxaprod'); ?> de <?php the_title(); ?></a></h3>
|
||||||
|
</header>
|
||||||
|
<main class="xarxaprod-last-convos xarxaprod-ultimes-convocatories">
|
||||||
|
<?php } //end populate WP_Query custom post type xarxaprod-associat
|
||||||
|
else { // begin populate WP_Query with others
|
||||||
|
// https://developer.wordpress.org/reference/functions/get_posts/
|
||||||
|
// https://www.advancedcustomfields.com/resources/true-false/
|
||||||
|
$convos_query = new WP_Query(
|
||||||
|
array(
|
||||||
|
'post_type' => array( 'xarxaprod-convo' ),
|
||||||
|
'posts_per_page' => '3'
|
||||||
|
) );
|
||||||
|
?>
|
||||||
|
<h2> <a href="<?php echo site_url() . '/convocatories' ;?>"><?php echo esc_html__('Últimes convocatòries', 'xarxaprod'); ?></a></h2>
|
||||||
|
</header>
|
||||||
|
<main class="xarxaprod-last-convos xarxaprod-ultimes-convocatories">
|
||||||
|
<?php }; //end populate WP_Query with others ?>
|
||||||
|
<?php //begin loop WP_Query ?>
|
||||||
|
<?php if ( $convos_query->have_posts() ) : ?>
|
||||||
|
<?php while ( $convos_query->have_posts() ) : $convos_query->the_post(); ?>
|
||||||
|
|
||||||
|
<div class="xarxaprod-card-each xarxaprod-convo-info-field">
|
||||||
|
<header class="entry-header">
|
||||||
|
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" rel="bookmark" class="">
|
||||||
|
<?php the_title( '<h3 class="entry-title">', '</h3>' ); ?>
|
||||||
|
</a>
|
||||||
|
</header><!-- .entry-header -->
|
||||||
|
|
||||||
|
<?php if( get_field('xxp_convo_apply_begin') || get_field('xxp_convo_apply_end') ): ?>
|
||||||
|
|
||||||
|
<h6>Deadline:
|
||||||
|
<?php //the_field('xxp_convo_apply_begin'); ?>
|
||||||
|
<?php the_field('xxp_convo_apply_end'); ?>
|
||||||
|
</h6>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<?php if( get_field('xxp_convo_apply_text') ): ?>
|
||||||
|
<p class="item-xxp_convo_apply_text"><?php the_field('xxp_convo_apply_text'); ?></p>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<section class="excerpt post-excerpt">
|
||||||
|
<?php the_excerpt() ?>
|
||||||
|
</section>
|
||||||
|
<aside class="convo-sector convo-field">
|
||||||
|
<?php get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'xxp_convo_field') ); ?>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
<nav class="more-link">
|
||||||
|
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" rel="bookmark" class="button button-more">
|
||||||
|
Més info
|
||||||
|
<span class="hide"><?php the_title(); ?></span>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php endwhile;//end of the loop ?>
|
||||||
|
<?php wp_reset_postdata(); ?>
|
||||||
|
<?php else : //if no post in query ?>
|
||||||
|
<p class="no-content"> No convos </p>
|
||||||
|
<?php endif; //end WP_Query ?>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
<?php } //closing if is_plugin_active ?>
|
||||||
|
</section>
|
|
@ -15,7 +15,11 @@
|
||||||
// get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'CHANGETHIS') );
|
// get_template_part( 'template-parts/section', 'list-checkbox', array('iterate_field' => 'CHANGETHIS') );
|
||||||
$fielditerate = $args['iterate_field'];
|
$fielditerate = $args['iterate_field'];
|
||||||
?>
|
?>
|
||||||
|
<?php
|
||||||
|
// get the current post-type slug
|
||||||
|
// https://wordpress.stackexchange.com/a/67412
|
||||||
|
$current_post_type_slug = get_post_type_object( get_post_type() )->rewrite['slug'];
|
||||||
|
?>
|
||||||
<?php
|
<?php
|
||||||
$fields= get_field($fielditerate);
|
$fields= get_field($fielditerate);
|
||||||
if( $fields ):
|
if( $fields ):
|
||||||
|
@ -23,7 +27,9 @@
|
||||||
<ul class="xarxaprod-label item-<?php echo $fielditerate ?>">
|
<ul class="xarxaprod-label item-<?php echo $fielditerate ?>">
|
||||||
<?php foreach( $fields as $field ): ?>
|
<?php foreach( $fields as $field ): ?>
|
||||||
<li>
|
<li>
|
||||||
|
<a href="<?php echo home_url( '/'. $current_post_type_slug . '/?' . $fielditerate . '='. $field['value'] ); ?>">
|
||||||
<?php echo $field['label']; ?>
|
<?php echo $field['label']; ?>
|
||||||
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -0,0 +1,111 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Template part for importing wordpress menus from other sites usin the REST api
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Xarxaprod_theme
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
# Config
|
||||||
|
$wordpress_site="https://xarxaprod.cat";
|
||||||
|
$wordpress_endpoint="https://xarxaprod.cat/wp-json/menus/v1/menus/4";
|
||||||
|
|
||||||
|
|
||||||
|
$items = new ArrayObject;
|
||||||
|
$items[0] = new ArrayObject(); // top level menu items go here
|
||||||
|
|
||||||
|
if ($wordpress_endpoint) {
|
||||||
|
try {
|
||||||
|
$client = new Client($wordpress_endpoint);
|
||||||
|
$client->setOptions(array("timeout"=>2));
|
||||||
|
$response = $client->send();
|
||||||
|
}
|
||||||
|
catch (exception $e) {
|
||||||
|
$response = null;
|
||||||
|
}
|
||||||
|
if ($response) {
|
||||||
|
$response_data = json_decode($response->getBody());
|
||||||
|
if (!$response->isClientError() && $response_data) {
|
||||||
|
foreach ($response_data as $menu_item) {
|
||||||
|
$lowered_title = strtolower($menu_item->title);
|
||||||
|
$item_url = $menu_item->url;
|
||||||
|
if ($lowered_title == 'login') {
|
||||||
|
// manipulate login url
|
||||||
|
$item_url = "/login";
|
||||||
|
}
|
||||||
|
$item_title = $menu_item->title;
|
||||||
|
/*
|
||||||
|
if ($lowered_title == 'collections') {
|
||||||
|
if ($wordpress_site) {
|
||||||
|
// change Collections item
|
||||||
|
$item_title = "Project";
|
||||||
|
$item_url = $wordpress_site;
|
||||||
|
} else {
|
||||||
|
continue; // do not render the Collections item
|
||||||
|
}
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
$item = [
|
||||||
|
"id" => $menu_item->ID,
|
||||||
|
"title" => $item_title,
|
||||||
|
"url" => $item_url
|
||||||
|
];
|
||||||
|
if (!isset($items[$menu_item->menu_item_parent])) {
|
||||||
|
$items[$menu_item->menu_item_parent] = new ArrayObject();
|
||||||
|
}
|
||||||
|
$items[$menu_item->menu_item_parent][$menu_item->ID] =$item;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (count($items[0]) == 0) {
|
||||||
|
// we did not retrieve a menu from the wordpress site
|
||||||
|
// let's create a default menu
|
||||||
|
if ($wordpress_site) {
|
||||||
|
$collections_item = [
|
||||||
|
"id" => 1,
|
||||||
|
"title" => "Collections",
|
||||||
|
"url" => "/"
|
||||||
|
];
|
||||||
|
$items[0][1] = $collections_item;
|
||||||
|
}
|
||||||
|
$login_item = [
|
||||||
|
"id" => 2,
|
||||||
|
"title" => "Login",
|
||||||
|
"url" => "/login"
|
||||||
|
];
|
||||||
|
$items[0][2] = $login_item;
|
||||||
|
}
|
||||||
|
//print_r($items);
|
||||||
|
|
||||||
|
if (!function_exists('render_menu')) {
|
||||||
|
function render_menu($items, $level_id) {
|
||||||
|
if ($level_id == 0) {
|
||||||
|
echo '<ul id="" class="dropdown menu" data-dropdown-menu="dropdown-menu" role="menubar">'.
|
||||||
|
PHP_EOL;
|
||||||
|
} else {
|
||||||
|
echo '<ul class="dropdown menu vertical submenu is-dropdown-submenu first-sub" data-toggle="" data-submenu="" role="">'.
|
||||||
|
PHP_EOL;
|
||||||
|
}
|
||||||
|
foreach ($items[$level_id] as $menu_item) {
|
||||||
|
if ($level_id == 0) {
|
||||||
|
echo '<li id="" class="" role="">'.PHP_EOL;
|
||||||
|
} else {
|
||||||
|
echo '<li id="" class="is-submenu-item is-dropdown-submenu-item" role="">'.PHP_EOL;
|
||||||
|
}
|
||||||
|
echo '<a role="" href="'.$menu_item['url'].'">'.$menu_item['title'].'</a>'.PHP_EOL;
|
||||||
|
if (isset($items[$menu_item['id']])) {
|
||||||
|
render_menu($items, $menu_item['id']); // render sub menu
|
||||||
|
}
|
||||||
|
echo '</li>' . PHP_EOL;
|
||||||
|
}
|
||||||
|
echo '</ul>' . PHP_EOL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
render_menu($items, 0);
|
||||||
|
|
||||||
|
?>
|
Loading…
Reference in New Issue