Hi,
Slideshow works fine for me so thanks for the work - really useful module.
A little request - is it possible for me to edit the control opitons that appear at the top or bottom of the slideshow?
In particular I would like to remove the Pause option and position it at the center of my block slideshow.

Many thanks for your time

Comments

redndahead’s picture

In case of views_slideshow_singleframe you need to copy views-slideshow-singleframe.tpl.php file into your theme folder. Then replace

print theme('views_slideshow_singleframe_controls',$id,$view,$options);

With

print '<div class="views_slideshow_singleframe_controls" id="views_slideshow_singleframe_controls_' . $id . '">' .
            theme('views_slideshow_singleframe_control_previous', $id, $view, $options) . 
            theme('views_slideshow_singleframe_control_next', $id, $view, $options) . 
         '</div>';

This is not tested, but I'm pretty sure this should work. You will need to clear your cache to pick up the new template file.

sp_key’s picture

Great! It works so I owe you a pint!!

redndahead’s picture

Status: Active » Fixed

Sweet. Ben and Jerry's Chunky Monkey please ;)

Status: Fixed » Closed (fixed)
Issue tags: -control options

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