Giter VIP home page Giter VIP logo

yauhenikapliarchuk / alps-wordpress Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adventistchurch/alps-wordpress

0.0 0.0 0.0 46.66 MB

This Wordpress theme is an implementation of the Adventist Living Pattern System (ALPS) designed to support the work of the Seventh-day Adventist church.

Home Page: https://kernl.us/api/v1/theme-updates/5be537a15ecd012001496112/download/

License: Other

PHP 74.55% CSS 0.27% JavaScript 2.87% Shell 0.16% SCSS 0.70% Blade 21.44%

alps-wordpress's Introduction

ALPS WordPress Theme Setup

Theme installation via WordPress Admin Panel

  1. In your WordPress admin panel, navigate to Appearance->Themes
  2. Click Add New
  3. Click Upload Theme
  4. Upload the zip file that you downloaded.

Theme settings

Set front and posts page

  1. In your WordPress admin panel, navigate to Settings->Reading
  2. Set Front page displays to a static page
  3. Select a page from each dropdown
  4. Save Changes

Set page template

  1. In your WordPress admin panel, navigate to Pages
  2. Edit page
  3. In the sidebar, navigate to Page Attributes
  4. Select Template from the dropdown

Add widgets to sidebar

  1. In your WordPress admin panel, navigate to Appearance->Widgets
  2. Drag widget to widget area
  • Page Top: A region at the top of a Page content type.
  • Page Bottom: A region at the bottom of a Page content type.
  • Page Sidebar: A region at the side of a Page content type.
  • Post Sidebar: A region at the side of a Post content type.
  • Post Footer Region: A region at the bottom of a Post content type.
  • Footer Region: A region at the bottom of any content type.

Add menus

  1. In your WordPress admin panel, navigate to Appearance->Menus
  2. Create a menu
  3. Add links
  4. Go to Manage Locations tab
  5. Select location for the menu to appear
  • Primary Navigation: The main navigation for the page
  • Secondary Navigation: Appears above the main navigation
  • Secondary Footer Navigation: Appears above the main footer navigation
  • Primary Footer Navigation: The main footer navigation at the bottom of the page
  • Tertiary Navigation: Appears below the page header on the News Template

ALPS WordPress Theme Development

ALPS is developed using Sage, from roots.io.

Sage is a WordPress starter theme with a modern development workflow.

Features

See a working example at roots-example-project.com.

Requirements

Make sure all dependencies have been installed before moving on:

Theme installation

Install Sage using Composer from your WordPress themes directory (replace your-theme-name below with the name of your theme):

# @ app/themes/ or wp-content/themes/
$ composer create-project roots/sage your-theme-name

To install the latest development version of Sage, add dev-master to the end of the command:

$ composer create-project roots/sage your-theme-name dev-master

During theme installation you will have options to update style.css theme headers, select a CSS framework, and configure Browsersync.

Theme structure

themes/your-theme-name/   # → Root of your Sage based theme
├── app/                  # → Theme PHP
│   ├── controllers/      # → Controller files
│   ├── admin.php         # → Theme customizer setup
│   ├── filters.php       # → Theme filters
│   ├── helpers.php       # → Helper functions
│   └── setup.php         # → Theme setup
├── composer.json         # → Autoloading for `app/` files
├── composer.lock         # → Composer lock file (never edit)
├── dist/                 # → Built theme assets (never edit)
├── node_modules/         # → Node.js packages (never edit)
├── package.json          # → Node.js dependencies and scripts
├── resources/            # → Theme assets and templates
│   ├── assets/           # → Front-end assets
│   │   ├── config.json   # → Settings for compiled assets
│   │   ├── build/        # → Webpack and ESLint config
│   │   ├── fonts/        # → Theme fonts
│   │   ├── images/       # → Theme images
│   │   ├── scripts/      # → Theme JS
│   │   └── styles/       # → Theme stylesheets
│   ├── functions.php     # → Composer autoloader, theme includes
│   ├── index.php         # → Never manually edit
│   ├── screenshot.png    # → Theme screenshot for WP admin
│   ├── style.css         # → Theme meta information
│   └── views/            # → Theme templates
│       ├── layouts/      # → Base templates
│       └── partials/     # → Partial templates
└── vendor/               # → Composer packages (never edit)

Theme setup

Edit app/setup.php to enable or disable theme features, setup navigation menus, post thumbnail sizes, and sidebars.

Theme development

  • Run npm from the theme directory to install dependencies
  • Update resources/assets/config.json settings:
    • devUrl should reflect your local development hostname
    • publicPath should reflect your WordPress folder structure (/wp-content/themes/sage for non-Bedrock installs)

Localization

Theme uses WordPress recommended way to localize with *.po files. Localization template located in lang/alps.pot. To add new language special software should be used (ex. POEdit). 

To perform scan of new localizable strings in source files, run npm run i18n-create-pot.

WPML plugin recommended for the multilingual websites. Theme provides autogenerated file lang/alps.php to help WPML scan the strings for translation.

Translators:

The translation in ALPS for Wordpress was done thanks to the following individuals:

Build commands

  • npm start — Compile assets when file changes are made, start Browsersync session
  • npm run build — Compile and optimize the files in your assets directory
  • npm run build:production — Compile assets for production

Documentation

Contributing

Contributions are welcome from everyone. We have contributing guidelines to help you get started.

Gold sponsors

Help support our open-source development efforts by contributing to Sage on OpenCollective.

Kinsta KM Digital

Community

Keep track of development and community news.

Troubleshooting

Cache Error vendor/illuminate/view/Engines/PhpEngine.php on line 43:

  • Fix by changing the folder permissions of wp-content and uploads to 777.

Add Secondary Nav icons

  • In Appearance > Menus, select Screen Options in the top-right hand corner of your screen.
  • Check Title Attribute
  • Add menu items to nav that has the Display location set to Secondary Naviation
  • Expand the menu item settings and add a Title Attribute with one of the following
    • contact
    • legal
    • language
    • find-a-church
    • sitemap
  • IMPORTANT: You must use the title attributes above or you will get an error. They are case sensitive.

alps-wordpress's People

Contributors

designerbrent avatar sergsadovyi avatar tpitre avatar davideleuterius avatar yauhenikapliarchuk avatar dependabot[bot] avatar kelscahill avatar tshelburne avatar andrucha97 avatar bertobox avatar itsbm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.