Them for the Xarxaprod.cat WordPress website.
Go to file
Jorge vitrubio.net 2e3cf194fe proper loop in archive ajut 2024-04-19 23:22:48 +02:00
assets added old funds to fund search view, styled 2024-04-19 22:28:30 +02:00
inc enhaced the function to output classes 2024-04-11 13:29:41 +02:00
js navigation js breaks apart navigation logic in small screens 2024-03-14 20:27:09 +01:00
languages configured translation files for theme 2024-02-28 16:16:50 +01:00
page-templates removed typos, proper loop in archive convo 2024-04-19 23:14:35 +02:00
sass bumped styles version 2024-04-19 22:39:49 +02:00
template-parts added old funds to fund search view, styled 2024-04-19 22:28:30 +02:00
vendor first commit 2024-01-09 16:13:20 +01:00
.gitignore added case 2024-04-02 21:24:17 +02:00
404.php migrated naming in css, php js from officinasuport-wp-theme to xarxaprod 2024-01-13 15:46:11 +01:00
LICENSE import officinasuport-wp-theme dev branch 2024-01-13 13:44:31 +01:00
README.md added corporate colors and defined bubble colors 2024-04-12 12:43:46 +02:00
archive-xarxaprod-ajut.php proper loop in archive ajut 2024-04-19 23:22:48 +02:00
archive-xarxaprod-associat.php espais associats maps and buttons in search 2024-04-08 21:48:02 +02:00
archive-xarxaprod-convo.php removed typos, proper loop in archive convo 2024-04-19 23:14:35 +02:00
archive.php changed loops in archive category and convos, ajut, agenda to properly show today and future content 2024-04-18 19:24:55 +02:00
comments.php migrated naming in css, php js from officinasuport-wp-theme to xarxaprod 2024-01-13 15:46:11 +01:00
composer.json migrated naming in css, php js from officinasuport-wp-theme to xarxaprod 2024-01-13 15:46:11 +01:00
composer.lock first commit 2024-01-09 16:13:20 +01:00
footer.php added styles in footer for bubbles 2024-04-11 13:29:14 +02:00
functions.php add agenda page template, archive view and styles 2024-04-03 03:21:48 +02:00
header.php modified header template 2024-01-26 10:22:21 +01:00
index.php migrated naming in css, php js from officinasuport-wp-theme to xarxaprod 2024-01-13 15:46:11 +01:00
package-lock.json edited npm sass lint errors after upgrade 2024-01-13 14:52:38 +01:00
package.json edited npm json to compile proper css in frontend and admin 2024-04-19 21:26:02 +02:00
page.php add agenda page template, archive view and styles 2024-04-03 03:21:48 +02:00
phpcs.xml.dist migrated naming in css, php js from officinasuport-wp-theme to xarxaprod 2024-01-13 15:46:11 +01:00
readme.txt edited typo 2024-01-10 12:06:34 +01:00
screenshot.png edited npm json to compile proper css in frontend and admin 2024-04-19 21:26:02 +02:00
search.php cleaned up file 2024-03-12 23:45:52 +01:00
sidebar.php added new widget area. renamed general widget areas. aplly general widget areas to page templates 2024-03-31 16:20:10 +02:00
single.php migrated naming in css, php js from officinasuport-wp-theme to xarxaprod 2024-01-13 15:46:11 +01:00
style-rtl.css migrated naming in css, php js from officinasuport-wp-theme to xarxaprod 2024-01-13 15:46:11 +01:00
style.css bumped styles version 2024-04-19 22:39:49 +02:00
style.css.map added old funds to fund search view, styled 2024-04-19 22:28:30 +02:00

README.md

xarxaprod-wp-theme

Them for the Xarxaprod.cat WordPress website.

Theme's details

  • Contributors: jorge-vitrubio.net
  • Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
  • Requires at least: 4.5
  • Tested up to: 6.4.2
  • Requires PHP: 7.0
  • Stable tag: 1.0.0
  • License: GNU General Public License v3 or later
  • License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Description

A WordPress theme for the Xarxaprod.cat

Installation

  1. In your admin panel, go to Appearance > Themes and click the Add New button.
  2. Click Upload Theme and Choose File, then select the theme's .zip file. Click Install Now.
  3. Click Activate to use your new theme right away.

Design and styles

Colors

The colors used in the design are:

  • black: #000000 rgb(0,0,0)
  • white: #ffffff rgb(255,255,255)
  • red: #f27173 rgb(242,113,115)
  • yellow: #f6cc4c rgb(246,204,076)
  • green: #84c779 rgb(132,199,121)
  • cyan: #61cae4 rgb(97,202,228)
  • lila: #de7fb4 rgb(222,127,180)
  • pink: #f58b77 rgb(245,139,119)
  • violet: #5859a7 rgb(88,89,167)

Fonts

Development

Is is developed using the underscores base, wich is capable of interpreting sass/scss, php control and other magic.

npm

Before being able to use npm, do npm install and follow screen instrucions.

all npm actions

to see all the implemented actions do npm run and will show help

Sass / Scss

Edit the files inside sass directory, they are well documented. To compile sass, with in the theme directory do:

  • to follow changes as you work npm run watch
  • to compile css before deploy npm run compile:css
  • to compile css applied in the admin/loged in dashboard 'npm run compile:cssadmin'

Frequently Asked Questions

Does this theme support any plugins?

Xarxaprod theme includes support for Xarxaprod plugin.

Changelog

1.0 - 29th decembre 2023

  • Initial release

Credits