You are here

README.txt in Views Responsive Grid 7

Same filename and directory in other branches
  1. 8 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Installation
 * How to use


INTRODUCTION
------------

Current Maintainer: Ian Whitcomb - http://drupal.org/user/771654

Views Responsive Grid provides a views plugin for displaying content in a
responsive(mobile friendly) grid layout. Rather than trying to force the
standard Views grid display to work for mobile this provides the same
functionality, but in DIVs instead of tables. Provided is also the ability to
specify a horizontal or vertical grid layout which will properly stack the
content on a mobile display.


INSTALLATION
------------

1. Download module and copy views_responsive_grid folder to sites/all/modules

2. Enable Views and Views Responsive Grid modules.


HOW TO USE
------------

After enabling the module, create a new view with the responsive grid display
format. Specify the number of columns, and the alignment of the grid.

You'll need to understand that the the module won't provide any default styling
to the grid so you may think it's not working, this is by design. In order for
the columns to work you'll need to specify the class name of your columns. For
example, if your theme utilizes a grid, like Twitter Bootstrap does, you would
specify "span3" as the column class(making sure to use the correct span size).
This will make sure your column adhere to the grid in your Bootstrap based
theme.

For a short tutorial on how to use this module with Bootstrap 2, take a look at
the following issue:

https://www.drupal.org/node/2390355

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Installation
  5. * How to use
  6. INTRODUCTION
  7. ------------
  8. Current Maintainer: Ian Whitcomb - http://drupal.org/user/771654
  9. Views Responsive Grid provides a views plugin for displaying content in a
  10. responsive(mobile friendly) grid layout. Rather than trying to force the
  11. standard Views grid display to work for mobile this provides the same
  12. functionality, but in DIVs instead of tables. Provided is also the ability to
  13. specify a horizontal or vertical grid layout which will properly stack the
  14. content on a mobile display.
  15. INSTALLATION
  16. ------------
  17. 1. Download module and copy views_responsive_grid folder to sites/all/modules
  18. 2. Enable Views and Views Responsive Grid modules.
  19. HOW TO USE
  20. ------------
  21. After enabling the module, create a new view with the responsive grid display
  22. format. Specify the number of columns, and the alignment of the grid.
  23. You'll need to understand that the the module won't provide any default styling
  24. to the grid so you may think it's not working, this is by design. In order for
  25. the columns to work you'll need to specify the class name of your columns. For
  26. example, if your theme utilizes a grid, like Twitter Bootstrap does, you would
  27. specify "span3" as the column class(making sure to use the correct span size).
  28. This will make sure your column adhere to the grid in your Bootstrap based
  29. theme.
  30. For a short tutorial on how to use this module with Bootstrap 2, take a look at
  31. the following issue:
  32. https://www.drupal.org/node/2390355