acromedia / orange_ecom_starter
A starting theme for Drupal E-Commerce projects.
Installs: 44 601
Dependents: 1
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 4
Open Issues: 14
Language:CSS
Type:drupal-theme
- dev-8.x-1.x
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/copy-props-2.0.5
- dev-dependabot/npm_and_yarn/ajv-6.12.6
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/postcss-7.0.36
- dev-dependabot/npm_and_yarn/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/ini-1.3.8
- dev-dependabot/npm_and_yarn/acorn-5.7.4
This package is auto-updated.
Last update: 2024-11-11 03:29:34 UTC
README
Drupal Orange E-Commerce Starter
Notice
Development for this theme has moved to Drupal.org. If you want to submit issues, develop, or use this theme please visit the new project page.
No pull requests submitted to this repository will be accepted.
Custom theme by Acro Media Inc.
Introduction
This custom theme uses the Orange Framework as a base theme.
Requirements
Base Theme: Orange Framework.
Installation
Enable the theme and away you go.
Configuration
Sass
- Configured to compile using Gulp.
- Compile to CSS by running the following commands:
npm install
gulp
- The CSS will be compiled to:
css/style.css
Starting Your New Custom Theme
This theme is meant to be copied and renamed to become your custom theme for your project. Follow the steps below to live a happy life. #blessed
- Copy/rename this theme folder into
/web/themes/custom/your_custom_theme_name
. - Remove the
.git
folder andcomposer.json
file from your theme. - Rename the core theme filenames replacing
orange_ecom_starter
with the name of your new theme. List of core files below:orange_ecom_starter.breakpoints.yml
orange_ecom_starter.info.yml
orange_ecom_starter.libraries.yml
orange_ecom_starter.theme
config/schema/orange_ecom_starter.schema.yml
- Within your theme folder, find and replace the string
orange_ecom_starter
with your new theme name within all the files. This will change all the hook references, libraries etc. I would avoid manually sifting through the files as you'll likely miss something within one of the templates. - Make sure to update the
Orange E-Commerce Starter
label/name strings withinconfig/schema/orange_ecom_starter.schema
andorange_ecom_starter.info.yml
as well. - Update the
screenshot.png
andfavicon.ico
files to match your new theme. - Update the color and font variables within
sass/custom/_variables.scss
to quickly adjust the theme to be more geared towards your project. Chat with a Creative department resource if you need help choosing appropriate choices. - Update the
README.md
with project specific details, and remove thisStarting Your New Custom Theme
section. - If you run into any issues, just call my name cause I'll hear you scream.
- Master, master!