You are here

README.txt in MixItUp Views 7

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

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

REQUIRED MODULES:
-----------------
https://www.drupal.org/project/libraries
https://www.drupal.org/project/jquery_update
https://www.drupal.org/project/views

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

INSTALLATION:
-------------
1. Download and enable all required modules listed above
2. Download MixItUp plugin jquery.mixitup.min.js to your
   libraries directory. So, file should be available under
   /sites/.../libraries/mixitup/jquery.mixitup.min.js.
   For now, used MixItUp v2.1.7.
3. Download and enable MixItUp Views module.

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. DESCRIPTION:
  5. ------------
  6. This module implements ability to use MixItUp filtering for Views.
  7. Plugin page: https://mixitup.kunkalabs.com
  8. REQUIRED MODULES:
  9. -----------------
  10. https://www.drupal.org/project/libraries
  11. https://www.drupal.org/project/jquery_update
  12. https://www.drupal.org/project/views
  13. JQUERY COMPATIBILITY:
  14. ---------------------
  15. MixItUp plugin requires jQuery v1.7 or greater.
  16. INSTALLATION:
  17. -------------
  18. 1. Download and enable all required modules listed above
  19. 2. Download MixItUp plugin jquery.mixitup.min.js to your
  20. libraries directory. So, file should be available under
  21. /sites/.../libraries/mixitup/jquery.mixitup.min.js.
  22. For now, used MixItUp v2.1.7.
  23. 3. Download and enable MixItUp Views module.
  24. CONFIGURATION:
  25. --------------
  26. 1. Go to edit view page
  27. 2. Select MixItUp at format section
  28. 3. Go to MixItUp format settings and change default animation settings to your
  29. own settings, if needed. All animation settings available here:
  30. https://mixitup.kunkalabs.com/docs/#group-animation
  31. 4. If you want enable sorting, You should enable "Use sorting" under
  32. "MixItUp Sorting settings". Don't forget to type labels there.
  33. 5. If you want to restrict vocabularies, You can do it under "MixItUp Vocabulary
  34. settings"
  35. 6. Select "Display all items" at Pager section for making all items available.
  36. 7. And you can customize all styles for your needs.
  37. Author:
  38. -------
  39. Alexander Ivanchenko
  40. alexsergivan@gmail.com