You are here

README.txt in MixItUp Views 8

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 7 README.txt
***********
* README: *
***********

INTRODUCTION:
-------------
This module implements ability to use MixItUp filtering and sorting for Views.
Plugin page: https://mixitup.kunkalabs.com

JQUERY COMPATIBILITY:
---------------------
MixItUp plugin requires jQuery v1.7 or greater.

INSTALLATION:
-------------
For Drupal composer version:
1. Add this module to your project using composer command:
For stable version:
composer require 'drupal/mixitup_views:^1.0'

REQUIREMENTS:
-------------
For development version:
composer require 'drupal/mixitup_views:1.x-dev'

2. Copy mixitup library from vendor/patrickkunka to your
   libraries directory, default location web/libraries
3. Enable the module.
------------------------------------------------
For Drupal zip version:

1. Download MixItUp Views module.
2. Download MixItUp plugin from
   https://github.com/patrickkunka/mixitup/archive/v3.3.0.zip and extract its
   data to your project libraries directory, location <webroot>/libraries
   and rename the folder name to "mixitup"
3. Enable MixItUp Views module.
   That's it :)

Also, to manage libraries in your project, you can use the module:
	Libraries API.
Link: https://www.drupal.org/project/libraries

CONFIGURATION:
--------------
1. Go to edit view page
2. Select MixItUp at format section
3. Go to MixItUp format settings and change default animation settings to your
   own settings, if needed. All animation settings available here:
   https://mixitup.kunkalabs.com/docs/#group-animation
4. If you want enable sorting, You should enable "Use sorting" under
   "MixItUp Sorting settings". Don't forget to type labels there.
5. If you want to restrict vocabularies, You can do it under "MixItUp Vocabulary
   settings"
6. Select "Display all items" at Pager section for making all items available.
7. And you can customize all styles for your needs.


Author:
-------
Alexander Ivanchenko
alexsergivan@gmail.com

File

README.txt
View source
  1. ***********
  2. * README: *
  3. ***********
  4. INTRODUCTION:
  5. -------------
  6. This module implements ability to use MixItUp filtering and sorting for Views.
  7. Plugin page: https://mixitup.kunkalabs.com
  8. JQUERY COMPATIBILITY:
  9. ---------------------
  10. MixItUp plugin requires jQuery v1.7 or greater.
  11. INSTALLATION:
  12. -------------
  13. For Drupal composer version:
  14. 1. Add this module to your project using composer command:
  15. For stable version:
  16. composer require 'drupal/mixitup_views:^1.0'
  17. REQUIREMENTS:
  18. -------------
  19. For development version:
  20. composer require 'drupal/mixitup_views:1.x-dev'
  21. 2. Copy mixitup library from vendor/patrickkunka to your
  22. libraries directory, default location web/libraries
  23. 3. Enable the module.
  24. ------------------------------------------------
  25. For Drupal zip version:
  26. 1. Download MixItUp Views module.
  27. 2. Download MixItUp plugin from
  28. https://github.com/patrickkunka/mixitup/archive/v3.3.0.zip and extract its
  29. data to your project libraries directory, location /libraries
  30. and rename the folder name to "mixitup"
  31. 3. Enable MixItUp Views module.
  32. That's it :)
  33. Also, to manage libraries in your project, you can use the module:
  34. Libraries API.
  35. Link: https://www.drupal.org/project/libraries
  36. CONFIGURATION:
  37. --------------
  38. 1. Go to edit view page
  39. 2. Select MixItUp at format section
  40. 3. Go to MixItUp format settings and change default animation settings to your
  41. own settings, if needed. All animation settings available here:
  42. https://mixitup.kunkalabs.com/docs/#group-animation
  43. 4. If you want enable sorting, You should enable "Use sorting" under
  44. "MixItUp Sorting settings". Don't forget to type labels there.
  45. 5. If you want to restrict vocabularies, You can do it under "MixItUp Vocabulary
  46. settings"
  47. 6. Select "Display all items" at Pager section for making all items available.
  48. 7. And you can customize all styles for your needs.
  49. Author:
  50. -------
  51. Alexander Ivanchenko
  52. alexsergivan@gmail.com