This module provides a set of styles for the Views module. It allows you to create responsive Bootstrap 3.x components, such as grids, carousels, tabs, and tables, all within the configuration settings of the powerful Views module.
When upgrading a site from D7 that uses Views Bootstrap v. 3.5, the current version, most of the settings for Bootstrap Thumbnails and their associated behaviors are lost by the current Backdrop version.
Example: here are the Thumbnails settings for the D7 site:
Here is the same settings page in Bootstrap after the upgrade.
Many settings are missing. And, not unexpectedly, the corresponding behavior is also missing, for example, having the number of columns change with device size (which is a major reason for using Bootstrap).
This appears to be because the current Backdrop version (1.2.3) doesn't include the changes that were introduced in the D7 version by views_bootstrap_update_7100() and views_bootstrap_update_7101() along with corresponding changes in plugins and templates.
When upgrading a site from D7 that uses Views Bootstrap v. 3.5, the current version, most of the settings for Bootstrap Thumbnails and their associated behaviors are lost by the current Backdrop version.
Example: here are the Thumbnails settings for the D7 site:
Here is the same settings page in Bootstrap after the upgrade.
Many settings are missing. And, not unexpectedly, the corresponding behavior is also missing, for example, having the number of columns change with device size (which is a major reason for using Bootstrap).
This appears to be because the current Backdrop version (1.2.3) doesn't include the changes that were introduced in the D7 version by
views_bootstrap_update_7100()
andviews_bootstrap_update_7101()
along with corresponding changes in plugins and templates.Fixing this will probably also address https://github.com/backdrop-contrib/views_bootstrap/issues/20.
I will work on this.