###Features
- Display category with images in any page
- Only top level categories
Link : https://youtu.be/RLN1A200MII
###Mannual Installation Instructions Go to Magento2 Project root/app/code (create code folder if not exist)
Paste downloaded/cloned folder.
So folder strucuture will be as following
Magento2
└── app
└── code
└── ProgrammingAtKstark
└──CatewithimgWidget
├──Block
├──etc
├──Model
├──view
├──composer.json
└──registration.php
###Enable this widget to Enable this widget simply follow these steps:
php bin/magento setup:upgrade
php bin/magento cache:flush
- Re-Compile (in-case you have compilation enabled)
bin/magento setup:di:compile
- If you are selecting more then 3 categories then you need to make changes in
view/frontend/web/css/widget.css
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
By contributing your code, you agree to license your contribution under the MIT License.