Hi.

I followed your tutorial at
http://ddblock.myalbums.biz/node/970
and the slideshow with the images and the slider text is working great.

The problem is: the pager isn't showing up.

I set the template to 'vsd-upright50' (in the view, slideshow settings, mode: DDblock), checked the "Use pager" box and the rest of the pager configuration as i wanted it to show.

Here is the debug info:

Pager Settings => array (
  'delta' => 1,
  'debug_info' => 'drupal',
  'output_type' => 'view_fields',
  'pager' => 'custom-pager',
  'pager_container' => '.custom-pager-item',
  'pager_event' => 'click',
  'pager_position' => 'bottom',
  'pager2' => 0,
  'pager2_position' => 
  array (
    'slide' => 0,
    'pager' => 0,
  ),
  'pager2_pager_prev' => 'prev',
  'pager2_pager_next' => 'next',
  'pager2_slide_prev' => '',
  'pager2_slide_next' => '',
  'slide_text' => 1,
  'slide_text_info_button' => NULL,
  'template' => 'vsd-upright50',
  'custom_template' => 'gradient-green40p',
  'view_name' => 'news_items',
  'view_display_id' => 'block_1',
  'imgcache_toggle' => 1,
  'imgcache_pager_item' => 'Thumbnails',
)
View - name => 'news_items'
View - display_Id => 'block_1'
Number of slides => 2
Imgcache_slide => 'Slideshow_Home'
Content first slide => stdClass::__set_state(array(
   'nid' => '15',
   'node_title' => 'Título da imagem',
   'node_language' => 'pt-pt',
   'node_data_field_pager_item_text_field_pager_item_text_value' => 'Pager item text',
   'node_type' => 'ddblock_news_item',
   'node_vid' => '15',
   'node_data_field_pager_item_text_field_slide_text_value' => 'Slide text',
   'node_data_field_pager_item_text_field_image_fid' => '33',
   'node_data_field_pager_item_text_field_image_list' => '1',
   'node_data_field_pager_item_text_field_image_data' => 'a:2:{s:3:"alt";s:0:"";s:5:"title";s:0:"";}',
   'node_revisions_body' => '',
   'node_revisions_format' => '2',
   'node_created' => '1308228482',
))

I bet i'm missing something, but what?

By the way, templates like "modest-grey40p" doesn't work with the views slideshow, right?

Thanks in advance and sorry for the poor english :D

Comments

ppblaauw’s picture

Status: Active » Postponed (maintainer needs more info)

Do you have a link to the page with the slideshow?
As far as I can see in the debug lines: the code looks fine and the pager should show up.

The ddblock slideshow theme like modest-grey40p dont work with the views_slideshow_ddblock module.

I would advise to use the 2.x dev version of the views_slideshow_ddblock module.
It is easier to configure.
It does not use preproces functions anymore but mapping of "views fields" to "slideshow theme fields".