Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morganestes/wp-hashgrid

A #grid plugin for WordPress
https://github.com/morganestes/wp-hashgrid

Last synced: about 1 month ago
JSON representation

A #grid plugin for WordPress

Awesome Lists containing this project

README

        

# WP Hashgrid [![Build Status](https://travis-ci.org/morganestes/wp-hashgrid.png?branch=master)](https://travis-ci.org/morganestes/wp-hashgrid)
**Contributors:** morganestes
**Donate link:** http://morganestes.me/donate/
**Tags:** hashgrid, design, overlay, grid, #grid
**Requires at least:** 3.5
**Tested up to:** 3.5.6
**Stable tag:** trunk
**License:** GPLv3
**License URI:** https://www.gnu.org/licenses/gpl-3.0.html

Overlay a customizable grid over your site to help with design layout using the hashgrid.js library.

## Description ##

This plugin uses the `hashgrid.js` script to overlay a CSS-customizable grid.

## Installation ##

1. Upload the `wp-hashgrid` folder and contents to the `/wp-content/plugins/` directory.
1. Activate the plugin through the 'Plugins' menu in WordPress.
1. Press the assigned hotkeys when viewing your website to display the grid.

## Frequently Asked Questions ##

### How do I customize the grid? ###

Use your favorite editor to change the `hashgrid.css` file inside the plugin folder.

### What keys do I press to see the grid? ###

See [http://hashgrid.com/#usage](http://hashgrid.com/#usage) for the default keys.

### Can I customize the hotkeys and grid layout from the Admin page? ###

Not yet, but that's coming next. If you want to customize the keys, follow the instructions listed in the `hashgrid.js` file in the plugin.
Keep in mind that future releases of the plugin may override your custom settings when you upgrade.

## Screenshots ##

### 1. Default grid shown with the 2013 theme. ###
![1. Default grid shown with the 2013 theme.](http://s.wordpress.org/extend/plugins/wp-hashgrid/screenshot-1.png)

## Changelog ##
### 0.1.1 ###

Compatability check with 3.6.

### 0.1.0 ###

Initial release using `hashgrid.js` version 9.

## Credits ##

The `hashgrid.js` script was created by [Analog](http://analog.coop) and is licensed under Apache 2.0. Follow along at [https://github.com/dotjay/hashgrid](https://github.com/dotjay/hashgrid).