I think views_slideshow_cycle_main_frame_row_item theme definition missed pattern for dynamic theming:

...
'views_slideshow_cycle_main_frame_row_item' => array(
      'variables' => array('item' => NULL, 'item_count' => NULL, 'count' => NULL, 'view' => NULL, 'length' => NULL),
      'template' => 'theme/views-slideshow-cycle-main-frame-row-item',
      'views_slideshow_cycle_main_frame_row_item__', // should be 'pattern' => 'views_slideshow_cycle_main_frame_row_item__',
    ),
...

Comments

NickDickinsonWilde’s picture

Status: Active » Fixed

applied, thanks :)

NickDickinsonWilde’s picture

NickDickinsonWilde’s picture

NickDickinsonWilde’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.