On the home page of a site I want to list each node as an individual slideshow. Each node shown will be of the same content type. I am using views slideshow and panels if it helps.
first of all you need to create extra field and add some node images to that field and after that you can call a function from home page and in that function you have to write
|
|||
|
Yes it is possible to achieve this, You have to use views along with Scrollable Content It provides a scrolling functionality for your content. Scrollable Content will give you a nice content slider preview of your site's nodes, and provides some display options.
or you can check Scrollable Views , I'm using this in my website, but it no longer supported. |
|||
|
This has been achieved using the Fields Slideshow module. https://drupal.org/project/field_slideshow In views you can then select the image format for the field as slideshow, similar to colorbox. This seems to be working fine for me but I am open to other suggestions |
|||||||
|