项目作者: adventistchurch

项目描述 :
This Wordpress theme is an implementation of the Adventist Living Pattern System (ALPS) designed to support the work of the Seventh-day Adventist church.
高级语言: PHP
项目地址: git://github.com/adventistchurch/alps-wordpress.git
创建时间: 2016-08-15T18:46:48Z
项目社区:https://github.com/adventistchurch/alps-wordpress

开源协议:Other

下载


ALPS WordPress Theme Setup

Basic Guide for ALPS Theme and Blocks

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

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 structure

  1. themes/your-theme-name/ # → Root of your Sage based theme
  2. ├── app/ # → Theme PHP
  3. ├── carbon-fields # → Carbon fields plugin for Theme Settings
  4. ├── Core # → Utils functionality for theme support
  5. ├── local # → folder for storing styles on your local env
  6. ├── alps # → folder with generated css and js files
  7. └── source # → folder with source css and js files. After generation of this folder files will store in the /alps folder
  8. ├── Providers/ # → Service providers
  9. ├── View/ # → View models
  10. ├── filters.php # → Theme filters
  11. └── setup.php # → Theme setup
  12. ├── devtools/ # → Build, release scripts for release theme
  13. ├── composer.json # → Autoloading for `app/` files
  14. ├── public/ # → Built theme assets (never edit)
  15. ├── functions.php # → Theme bootloader
  16. ├── index.php # → Theme template wrapper
  17. ├── node_modules/ # → Node.js packages (never edit)
  18. ├── package.json # → Node.js dependencies and scripts
  19. ├── resources/ # → Theme assets and templates
  20. ├── fonts/ # → Theme fonts
  21. ├── images/ # → Theme images
  22. ├── scripts/ # → Theme javascript
  23. ├── styles/ # → Theme stylesheets
  24. └── views/ # → Theme templates
  25. ├── components/ # → Component templates
  26. ├── forms/ # → Form templates
  27. ├── layouts/ # → Base templates
  28. └── partials/ # → Partial templates
  29. ├── screenshot.png # → Theme screenshot for WP admin
  30. ├── style.css # → Theme meta information
  31. ├── vendor/ # → Composer packages (never edit)
  32. └── bud.config.js # → Bud configuration

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 run dev — Compile assets when file changes are made, start Browsersync session
  • npm run build — Compile and optimize the files in your assets directory
  • [DEPRECATED] npm run build:productionCompile assets for production

Documentation

Contributing

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

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.

Setup Sermon Manager

For integrate Sermon manager plugin to the theme:

  • Download Sermon Manager Plugin;
  • In admin panel go to ‘Sermons’ -> ‘Settings’ -> ‘Advanced’ tab -> select ‘Theme Compatibility’ for
    allow use the theme styles.