Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/morganestes/wp-hashgrid
- Owner: morganestes
- License: other
- Created: 2013-07-05T21:42:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-06T19:23:39.000Z (about 11 years ago)
- Last Synced: 2023-03-22T16:50:09.369Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://morganestes.me/wp-hashgrid
- Size: 309 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.htmlOverlay 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).