Them for the Xarxaprod.cat WordPress website.
Go to file
jorge-vitrubio 2f4861857a edited post elements 2024-03-12 14:20:12 +01:00
assets styled premsa i comunciacio and dowloadable elements 2024-03-11 22:07:29 +01:00
inc coded properly the custom post type slug 2024-03-11 13:25:20 +01:00
js styled header white when scrolling down 2024-02-26 13:22:25 +01:00
languages configured translation files for theme 2024-02-28 16:16:50 +01:00
page-templates nested properly and tagged class for search view of custom post types 2024-03-11 13:27:23 +01:00
sass edited post elements 2024-03-12 14:20:12 +01:00
template-parts styled each agenda post with place and date 2024-03-11 19:23:10 +01:00
vendor first commit 2024-01-09 16:13:20 +01:00
.gitignore added to gitignore 2024-02-28 16:17:56 +01: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 edited default project colors 2024-01-12 19:13:04 +01:00
adminstyles.css styled premsa i comunciacio and dowloadable elements 2024-03-11 22:07:29 +01:00
adminstyles.css.map styled premsa i comunciacio and dowloadable elements 2024-03-11 22:07:29 +01:00
archive-xarxaprod-ajut.php styled custom post types view in search 2024-03-11 13:27:52 +01:00
archive-xarxaprod-associat.php styled custom post types view in search 2024-03-11 13:27:52 +01:00
archive-xarxaprod-convo.php styled custom post types view in search 2024-03-11 13:27:52 +01:00
archive.php migrated naming in css, php js from officinasuport-wp-theme to xarxaprod 2024-01-13 15:46:11 +01:00
category.php created background colored in css stucked at bottom. typo in category 2024-02-02 00:53:19 +01: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 home page moved sections into main content. styled css for screen sizes 2024-02-29 12:04:10 +01:00
functions.php add support for post thumbnail 2024-03-09 22:56:35 +01: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 migrated naming in css, php js from officinasuport-wp-theme to xarxaprod 2024-01-13 15:46:11 +01:00
page.php home page moved sections into main content. styled css for screen sizes 2024-02-29 12:04:10 +01: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 changed theme`s screenshot 2024-02-27 09:41:08 +01:00
search.php updated queries and css for custom post types 2024-02-25 14:32:02 +01:00
sidebar.php migrated naming in css, php js from officinasuport-wp-theme to xarxaprod 2024-01-13 15:46:11 +01: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 styled premsa i comunciacio and dowloadable elements 2024-03-11 22:07:29 +01:00
style.css.map styled premsa i comunciacio and dowloadable elements 2024-03-11 22:07:29 +01: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
  • white: #ffffff
  • salmon: #ff866f
  • yellow: #ffcb1f
  • pink: #ff6bc3
  • violet: #651aff
  • cyan: #00d1ec
  • green: #00f274
  • red: #ff5a69

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