Hi!

The slideshow module is fantastic! Unfortunately, I'm having a problem defining a slideshow of quotations (using the Quote module) that I wish to use as a block at the side of the page. There are a couple of problems:

  1. Firstly, I cannot turn off the pager widget display beneath the quote (it clutters the screen and doesn't render in the space available). This option is not enabled in the interface, and yet it always appears.
  2. Secondly, although I have configured the quotes for random selection, the sequence is always the order that the quote nodes were created.

The jQuery.extend data from the rendered page is as follows:

<!--//--><![CDATA[//><!--
jQuery.extend(Drupal.settings, { "basePath": "/", "viewsSlideshow": { "Quotations-panel_pane_1": { "methods": { "goToSlide": [ "viewsSlideshowPager", "viewsSlideshowSlideCounter", "viewsSlideshowCycle" ], "nextSlide": [ "viewsSlideshowPager", "viewsSlideshowSlideCounter", "viewsSlideshowCycle" ], "pause": [ "viewsSlideshowControls", "viewsSlideshowCycle" ], "play": [ "viewsSlideshowControls", "viewsSlideshowCycle" ], "previousSlide": [ "viewsSlideshowPager", "viewsSlideshowSlideCounter", "viewsSlideshowCycle" ], "transitionBegin": [ "viewsSlideshowPager", "viewsSlideshowSlideCounter" ], "transitionEnd": [  ] }, "paused": 0 } }, "viewsSlideshowCycle": { "#views_slideshow_cycle_main_Quotations-panel_pane_1": { "num_divs": 10, "id_prefix": "#views_slideshow_cycle_main_", "div_prefix": "#views_slideshow_cycle_div_", "vss_id": "Quotations-panel_pane_1", "effect": "fade", "transition_advanced": 1, "timeout": 10000, "speed": 1000, "delay": 0, "sync": 1, "random": 1, "pause": 1, "pause_on_click": 0, "action_advanced": 1, "start_paused": 0, "remember_slide": 0, "remember_slide_days": 1, "pause_when_hidden": 0, "pause_when_hidden_type": "full", "amount_allowed_visible": "", "nowrap": 0, "fixed_height": 1, "items_per_slide": 1, "wait_for_image_load": 1, "wait_for_image_load_timeout": 3000, "cleartype": 1, "cleartypenobg": 1, "advanced_options": "{}" } } });
//--><!]]>

Any suggestions you could make would be greatly appreciated!

Comments

NickDickinsonWilde’s picture

Status: Active » Closed (outdated)

Support for Views Slideshow 6.x is mostly deprecated (ie bug fixes and major errors may be looked at and security issues, but not really anything else), so closing.