Patterns Store - Creates a store to manage and display patterns, pattern kits, and theme JSON package
The Patterns Store plugin allows you to create a comprehensive store for managing and displaying patterns pattern kits, and theme JSON packages. Perfect for designers and crafters, this plugin helps you showcase your collection with ease.
The Patterns Store plugin caters to WordPress developers and designers seeking to create and display patterns and pattern kits for their users or clients. It is specifically crafted to facilitate the development and showcasing of various design elements within the WordPress platform. If you decide to sell patterns, you can upgrade to the premium version of Patterns Store. The premium version seamlessly integrates with the Easy Digital Download Plugin (EDD). We hope you enjoy using Patterns Store and we cannot wait to see the amazing designs you offer with it.
- Patterns Store - Creates a store to manage and display patterns, pattern kits and theme JSON package
Follow these instructions to install and set up the plugin:
There are two ways to install the plugin:
- Upload the plugin's zip file via Dashboard -> Plugins -> Add New -> "Upload Plugin".
- Extract the plugin folder and place it in the "/wp-content/plugins/" directory.
After installation, activate the plugin through the 'Plugins' menu in WordPress.
The 'Patterns Store' plugin works seamlessly with its default theme called Patterns Store Front. But any theme can support it.
The 'Patterns Store' plugin comes with a collection of inbuilt Gutenberg Block Patterns that users can easily apply for a quick setup.
-
Access the Block Editor: Open the page or post where you want to use a pattern. Click the "Add Block" button (+) or the "+" sign in the top left corner of the block editor.
-
Switch to the Patterns Tab: In the block inserter window, click the "Patterns" tab. This displays all available patterns.
-
Dashboard: Within the Patterns tab, find the category labeled "Dashboard." This categorization ensures a quick and efficient search for the patterns tailored to your needs.
-
Insert a Pattern: Click on one of the pattern to insert it directly into your edit content area.
-
Modify as Needed: The inserted pattern serves as a starter template. Customize it effortlessly to align with your specific requirements. Modify text, colors, and any other elements to ensure your Dashboard page reflects your unique style.
Now that you have the 'Patterns Store' plugin installed, you can use its features for:
- Managing and displaying pattern collections..
- Selling pattern kits with EDD (premium version).
-
Easy Pattern Management: Effortlessly manage your collection of patterns and pattern kits.
-
Theme JSON package Management: Manage theme JSON globally from the default theme, from pattern kits, or from individual patterns.
-
Premium Version Integration: Upgrade to the premium version for Easy Digital Downloads (EDD) integration, enabling pattern sales.
Thank you for your interest in contributing to Project Patterns Store. To submit your changes, please follow the steps outlined below.
-
Fork the Repository: Click on the "Fork" button on the top right corner of the repository page to create your fork.
-
Clone your Fork: Clone your forked repository to your local machine using the following command:
git clone https://github.com/your-username/patterns-store.git
-
Create a Feature Branch: Create a new branch for your feature or bug fix:
git checkout -b my-new-feature
-
Make Changes: Add your changes to the project. You can use the following command to stage all changes:
git add . -
Commit Changes: Commit your changes with a descriptive commit message:
git commit -a m 'Add some feature' -
Push to your Branch: Push your changes to the branch you created on your fork:
git push origin my-new-feature
-
Submit a Pull Request: Go to the Pull Requests tab of the original repository and click on "New Pull Request." Provide a clear title and description for your changes, and submit the pull request.
Thank you for contributing to this project!
- Santosh Kunwar - codersantosh
See also the list of contributors who participated in this project.
- GPLv2 or later © Santosh Kunwar.
The plugin is created using WP React Plugin Boilerplate and Atrc (atrc) - Atomic React Components, developed by the same author. For other libraries used, please view the respective page of the project.