Skip to content

Instantly share code, notes, and snippets.

<?php
/*
Plugin Name: Sparks Teams
Plugin URI: //Not yet developed
Description: Part of the Sparks Framework. A plugin that allows creation and management of "teams" for use with staff, elders, board members, etc.
Version: 0.9
Author: Star Verte LLC
Author URI: http://www.starverte.com
License: GPLv2 or later
<?php
/*
Plugin Name: Offers
Plugin URI: //Not yet developed
Description: This is not the same as the Store plugin. The Store plugin would be used for an online store; this plugin is used for creating a "classifieds" site.
Version: alpha
Author: Star Verte LLC
Author URI: http://www.starverte.com
License: GPL2 or later

Update dependencies

  • Get latest bootstrap.css and bootstrap.min.css
  • Substitute "Helvetica Neue", Helvetica, Arial, sans-serif; with "Open Sans", sans-serif;
  • Add font-weight: 300; to global font definitions
  • Change font weight of h1 - h6 from 500 to 600
  • Get latest bootstrap-theme.css and bootstrap-theme.min.css
  • Get latest bootstrap.js and bootstrap.min.js
  • Get latest Glyphicon font files

#Getting started ##Test Environment Setup

  • Theme Check
  • Debug Bar
  • Log Deprecated Notices
  • Debogger
  • Monster Widget
@mbeall
mbeall / customizer.js
Last active December 25, 2015 06:09
Customizer for Flint, with color options: Being postponed
/**
* Theme Customizer enhancements for a better user experience.
*
* Contains handlers to make Theme Customizer preview reload changes asynchronously.
*/
( function( $ ) {
// Site title and description.
wp.customize( 'blogname', function( value ) {
value.bind( function( to ) {
@mbeall
mbeall / slides.php
Last active December 31, 2015 11:29
slides.php - Custom Post Type method
<?php
/*
* Create a slideshow made up of images and video
* Uses Bootstrap Carousel plugin
*
* @package Steel
* @module Slides
*
*/
<?php
/**
* Displays a single profile
*
* @package Steel
* @module Teams
*
*/
get_header(); ?>
<?php
/**
* The template for displaying a list of profiles for a Team.
*
* @package Steel
* @module Teams
*
*/
get_header(); ?>
<?php
/**
* Displays content for a team member profile
*
* @package Steel
* @module Teams
*
*/
?>
@mbeall
mbeall / README.md
Created March 10, 2014 17:10
Transferring products from Sparks Store to Steel Marketplace

Transferring products from Sparks Store to Steel Marketplace

The easiest way to do this is to setup a temporary WordPress installation (remote, not local). This ensures all media is attached. If you are unable to setup a temporary remote WordPress installation, see the "Alternative Process" section.

Process Overview

  1. Export "All Content" using WordPress tool from main site.
  2. Open the downloaded xml file.
  3. Edit the xml file according the instructions in the next section, "Edit the XML."
  4. Make sure the Steel plugin is activated and the Marketplace module is activated on the temporary site.