Skip to content

mintplugins/mp-stacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to our GitHub Repository

An amazing Page Builder for WordPress. Content-Types go in a Brick, Bricks go in a Stack, Stacks go on a page.

More information can be found at mintplugins.com/mp-stacks.

Download the latest stable version here: http://bit.ly/1qIXqwy

Installation

For detailed setup instructions, visit the official Documentation page.

  1. You can clone the GitHub repository: https://github.com/mintplugins/mp-stacks.git
  2. Or download it directly as a ZIP file: https://github.com/mintplugins/mp-stacks/archive/master.zip

This will download the latest developer copy of MP Stacks.

Bugs

If you find an issue, let us know here!

Support

This is a developer's portal for MP Stacks and should not be used for support. Please visit the support page.

Contributions

Anyone is welcome to contribute to MP Stacks.

There are various ways you can contribute:

  1. Raise an Issue on GitHub
  2. Send us a Pull Request with your bug fixes and/or new features
  3. Translate MP Stacks into different languages
  4. Provide feedback and suggestions on enhancements

Project Standards - carries over to Add-Ons

To help keep things clear and simple for developers, desired standards are listed here:

CSS Standards:

  • CSS selectors use hyphens instead of underscores between words
  • Content-Type Container div CSS selector names start with "mp-stacks-" and then the name of the Content-Type

PHP Standards:

  • Function prefixes are "mp_stacks_" and then the name of the function
  • More to be listed here soon