You are here

README.txt in FlexSlider Field Collection 7

-- SUMMARY --

The FlexSlider Field Collection module provides a field formatter to render 
field collection entities in a FlexSlider.


-- REQUIREMENTS --

* Flex Slider - http://drupal.org/project/flexslider
* Field Collection - http://drupal.org/project/field_collection
* CTools - http://drupa.org/project/ctools


-- INSTALLATION --

* Install as usual, see https://drupal.org/node/895232 for further information.


-- CONFIGURATION --

* To use FlexSlider Field Collection in one of your content types, you need to 
  add a multi-value field collection field to the content type and set the 
  display formatter of that field to FlexSlider.

* There are four display options to configure on a per-field basis: 
  - the option set to use for the FlexSlider
  - the view mode of the field collection item to render as the FlexSlider slide
  - the image field to use for thumbnail navigation
  - the image style for thumbnail navigation

* The paging controls in the FlexSlider option set must be set to thumbnails 
  for the thumbnail image field and thumbnail image style display setting to 
  have any effect.
  

-- CONTACT --

Current maintainer:
* Genevieve Johnson (genjohnson) - http://drupal.org/user/1556426

FlexSlider Field Collection is mostly based on the FlexSlider Entityreference 
module by Bendik Brenne <https://drupal.org/user/1963442> and partially based 
on the Field Slideshow module by Jerome Danthinne 
<https://drupal.org/user/313766>.

File

README.txt
View source
  1. -- SUMMARY --
  2. The FlexSlider Field Collection module provides a field formatter to render
  3. field collection entities in a FlexSlider.
  4. -- REQUIREMENTS --
  5. * Flex Slider - http://drupal.org/project/flexslider
  6. * Field Collection - http://drupal.org/project/field_collection
  7. * CTools - http://drupa.org/project/ctools
  8. -- INSTALLATION --
  9. * Install as usual, see https://drupal.org/node/895232 for further information.
  10. -- CONFIGURATION --
  11. * To use FlexSlider Field Collection in one of your content types, you need to
  12. add a multi-value field collection field to the content type and set the
  13. display formatter of that field to FlexSlider.
  14. * There are four display options to configure on a per-field basis:
  15. - the option set to use for the FlexSlider
  16. - the view mode of the field collection item to render as the FlexSlider slide
  17. - the image field to use for thumbnail navigation
  18. - the image style for thumbnail navigation
  19. * The paging controls in the FlexSlider option set must be set to thumbnails
  20. for the thumbnail image field and thumbnail image style display setting to
  21. have any effect.
  22. -- CONTACT --
  23. Current maintainer:
  24. * Genevieve Johnson (genjohnson) - http://drupal.org/user/1556426
  25. FlexSlider Field Collection is mostly based on the FlexSlider Entityreference
  26. module by Bendik Brenne and partially based
  27. on the Field Slideshow module by Jerome Danthinne
  28. .